{"swagger":"2.0","info":{"version":"v1","title":"Advanced CIS Web API","description":"A swagger interface for discovering, testing, and prototyping the Advanced CIS Web API","contact":{"name":"Advanced Support","url":"http://advancedutility.com/support.html","email":"support@advancedutility.com"},"license":{"name":"© 1995-2024 Advanced Utility Systems. All rights reserved"}},"host":"restapitrain.sgvwater.com","schemes":["https"],"paths":{"/about":{"get":{"tags":["About"],"summary":"Return details about the current application. If authentication information is passed, then return session information as well.\r\nThis is one of the few calls for which authentication is optional.","operationId":"About_About","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AboutModel"}}}}},"/run/its/accelainterface":{"get":{"tags":["AccelaInterfaceRun"],"summary":"Retrieves list of AccelaInterface process run status data","operationId":"AccelaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccelaInterfaceRun"],"summary":"Execute the AccelaInterface process","operationId":"AccelaInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AccelaInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/accelainterface/{id}":{"get":{"tags":["AccelaInterfaceRun"],"summary":"Retrieve the process run status","operationId":"AccelaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccelaInterfaceRun"],"summary":"Request to cancel an AccelaInterface process","operationId":"AccelaInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/account/$search":{"get":{"tags":["Account"],"summary":"Advanced Account Search","operationId":"Account_GetSearchV2","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"query","description":"Required search condition. Use the documented query expression associated with the Advanced Search (V2) facility.","required":true,"type":"string"},{"name":"matchType","in":"query","description":"Optional match type to use; 'StartsWith' or 'Contains' are the options; determines how query words are treated for default matching; default is 'StartsWith'","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item.\r\n            Applies to the resulting target business object contained in the Results.Object property. Standard nesting and child embedded data shaping applies from there down. Default is '*', which select all top level properties of the found objects.","required":false,"type":"string"},{"name":"maximum","in":"query","description":"Optional maximum number of search results to limit the response to; default is 100","required":false,"type":"integer","format":"int32"},{"name":"loadCount","in":"query","description":"Optional argument that specifies whether to load the total number of matches found. Default is true.","required":false,"type":"boolean"},{"name":"criteria","in":"query","description":"Optional additional query tree criteria in JSON format to filter the search results","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["Account"],"summary":"Advanced Account Search (V2)","operationId":"Account_PostSearchV2","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"searchDetails","in":"body","description":"Search request details","required":true,"schema":{"$ref":"#/definitions/XSearchRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/account/$searchconfig":{"get":{"tags":["Account"],"summary":"Advanced Account Search (V2) Configuration Details","operationId":"Account_GetSearchConfig","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchConfigurationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/account/{accountNumber}/move":{"get":{"tags":["Account"],"summary":"Retrieves information about the latest move on the account.","operationId":"Account_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountNumber","in":"path","description":"Account number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["Account"],"summary":"<para>Performs a move on the given account using information about Move In and Move Out customers passed in the body of the request.</para>\r\n<para>If task object is part of the Move Data received, creates a Task object in CIS with Move Data serialized in JSON format inside the task notes.</para>","operationId":"Account_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountNumber","in":"path","description":"The number of the account the move is being done on","required":true,"type":"string"},{"name":"input","in":"body","description":"Object with information about Move Out and Move In customers","required":true,"schema":{"$ref":"#/definitions/MoveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/account":{"get":{"tags":["Account"],"summary":"Retrieve list of Service Address items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Account_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Account"],"summary":"Add a Service Address","operationId":"Account_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/account/{id}":{"get":{"tags":["Account"],"summary":"Retrieve a Service Address","operationId":"Account_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Account"],"summary":"Update a Service Address","operationId":"Account_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Account"],"summary":"Delete a Service Address","operationId":"Account_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Account"],"summary":"Patch a Service Address","operationId":"Account_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/accountactivation":{"get":{"tags":["AccountActivationRun"],"summary":"Retrieves list of AccountActivation process run status data","operationId":"AccountActivationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountActivationRun"],"summary":"Execute the AccountActivation process to activate a Customer at Account.","operationId":"AccountActivationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure contains an array of CustomerAccountIds","required":true,"schema":{"$ref":"#/definitions/AccountActivationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/accountactivation/{id}":{"get":{"tags":["AccountActivationRun"],"summary":"Retrieve the process run status","operationId":"AccountActivationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountActivationRun"],"summary":"Request to cancel a process","operationId":"AccountActivationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountdevice":{"get":{"tags":["AccountDevice"],"summary":"Retrieve list of Account Device items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountDevice"],"summary":"Add an Account Device","operationId":"AccountDevice_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountDeviceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountdevice/{id}":{"get":{"tags":["AccountDevice"],"summary":"Retrieve an Account Device","operationId":"AccountDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountDeviceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountDevice"],"summary":"Update an Account Device","operationId":"AccountDevice_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountDevice"],"summary":"Delete an Account Device","operationId":"AccountDevice_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountDevice"],"summary":"Patch an Account Device","operationId":"AccountDevice_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountDeviceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountequipment/{id}/change":{"post":{"tags":["AccountEquipment"],"summary":"Change, modify or remove an Account Equipment","operationId":"AccountEquipment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"changeObject","in":"body","description":"Change model object to replace this resource with.","required":true,"schema":{"$ref":"#/definitions/AccountEquipmentChangeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountEquipmentChangeResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/data/accountequipment":{"get":{"tags":["AccountEquipment"],"summary":"Retrieve list of Flat Rate/Rental Equipment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountEquipment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountEquipment"],"summary":"Add a Flat Rate/Rental Equipment","operationId":"AccountEquipment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountEquipmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountEquipmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountequipment/{id}":{"get":{"tags":["AccountEquipment"],"summary":"Retrieve a Flat Rate/Rental Equipment","operationId":"AccountEquipment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountEquipmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountEquipment"],"summary":"Update a Flat Rate/Rental Equipment","operationId":"AccountEquipment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountEquipmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountEquipment"],"summary":"Delete a Flat Rate/Rental Equipment","operationId":"AccountEquipment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountEquipment"],"summary":"Patch a Flat Rate/Rental Equipment","operationId":"AccountEquipment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountEquipmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountflatrate":{"get":{"tags":["AccountFlatRate"],"summary":"Retrieve list of Flat Rate items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountFlatRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountFlatRate"],"summary":"Add a Flat Rate","operationId":"AccountFlatRate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountFlatRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountFlatRateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountflatrate/{id}":{"get":{"tags":["AccountFlatRate"],"summary":"Retrieve a Flat Rate","operationId":"AccountFlatRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountFlatRateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountFlatRate"],"summary":"Update a Flat Rate","operationId":"AccountFlatRate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountFlatRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountFlatRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountFlatRate"],"summary":"Delete a Flat Rate","operationId":"AccountFlatRate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountFlatRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountFlatRate"],"summary":"Patch a Flat Rate","operationId":"AccountFlatRate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountFlatRateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountFlatRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountingocrlink":{"get":{"tags":["AccountingOcrLink"],"summary":"Retrieve list of Accounting/OCR Links Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountingOcrLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountingOcrLink"],"summary":"Add an Accounting/OCR Links Control","operationId":"AccountingOcrLink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountingocrlink/{id}":{"get":{"tags":["AccountingOcrLink"],"summary":"Retrieve an Accounting/OCR Links Control","operationId":"AccountingOcrLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountingOcrLink"],"summary":"Update an Accounting/OCR Links Control","operationId":"AccountingOcrLink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountingOcrLink"],"summary":"Delete an Accounting/OCR Links Control","operationId":"AccountingOcrLink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountingOcrLink"],"summary":"Patch an Accounting/OCR Links Control","operationId":"AccountingOcrLink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountingOcrLinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountingOcrLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountinterface":{"get":{"tags":["AccountInterface"],"summary":"Retrieve list of Service Address Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountInterface"],"summary":"Add a Service Address Interface","operationId":"AccountInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountinterface/{id}":{"get":{"tags":["AccountInterface"],"summary":"Retrieve a Service Address Interface","operationId":"AccountInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountInterface"],"summary":"Update a Service Address Interface","operationId":"AccountInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountInterface"],"summary":"Delete a Service Address Interface","operationId":"AccountInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountInterface"],"summary":"Patch a Service Address Interface","operationId":"AccountInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountmanager":{"get":{"tags":["AccountManager"],"summary":"Retrieve list of Account Manager Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountManager_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountManager"],"summary":"Add an Account Manager Control","operationId":"AccountManager_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountManagerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountManagerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountmanager/{id}":{"get":{"tags":["AccountManager"],"summary":"Retrieve an Account Manager Control","operationId":"AccountManager_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountManagerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountManager"],"summary":"Update an Account Manager Control","operationId":"AccountManager_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountManagerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountManagerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountManager"],"summary":"Delete an Account Manager Control","operationId":"AccountManager_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountManagerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountManager"],"summary":"Patch an Account Manager Control","operationId":"AccountManager_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountManagerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountManagerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountmeter":{"get":{"tags":["AccountMeter"],"summary":"Retrieve list of meters installed at an account.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountMeter"],"summary":"Add an Account Meter","operationId":"AccountMeter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountMeterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountmeter/{id}":{"get":{"tags":["AccountMeter"],"summary":"Retrieve an Account Meter","operationId":"AccountMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountMeter"],"summary":"Update an Account Meter","operationId":"AccountMeter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountMeter"],"summary":"Delete an Account Meter","operationId":"AccountMeter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountMeter"],"summary":"Patch an Account Meter","operationId":"AccountMeter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountMeterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountmeter/{id}/change":{"post":{"tags":["AccountMeter"],"summary":"Change, modify or remove an Account Meter","operationId":"AccountMeter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"changeObject","in":"body","description":"Change model object to replace this resource with.","required":true,"schema":{"$ref":"#/definitions/AccountMeterChangeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterChangeResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/data/accountmeterdeactivation":{"get":{"tags":["AccountMeterDeactivation"],"summary":"Retrieve list of Account Meter Deactivation items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountMeterDeactivation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountMeterDeactivation"],"summary":"Add an Account Meter Deactivation","operationId":"AccountMeterDeactivation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountmeterdeactivation/{id}":{"get":{"tags":["AccountMeterDeactivation"],"summary":"Retrieve an Account Meter Deactivation","operationId":"AccountMeterDeactivation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountMeterDeactivation"],"summary":"Update an Account Meter Deactivation","operationId":"AccountMeterDeactivation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountMeterDeactivation"],"summary":"Delete an Account Meter Deactivation","operationId":"AccountMeterDeactivation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountMeterDeactivation"],"summary":"Patch an Account Meter Deactivation","operationId":"AccountMeterDeactivation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountMeterDeactivationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterDeactivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountmeterreadtype":{"get":{"tags":["AccountMeterReadType"],"summary":"Retrieve list of Account Meter Read Type items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountMeterReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountMeterReadType"],"summary":"Add an Account Meter Read Type","operationId":"AccountMeterReadType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountmeterreadtype/{id}":{"get":{"tags":["AccountMeterReadType"],"summary":"Retrieve an Account Meter Read Type","operationId":"AccountMeterReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountMeterReadType"],"summary":"Update an Account Meter Read Type","operationId":"AccountMeterReadType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountMeterReadType"],"summary":"Delete an Account Meter Read Type","operationId":"AccountMeterReadType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountMeterReadType"],"summary":"Patch an Account Meter Read Type","operationId":"AccountMeterReadType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountMeterReadTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountservice":{"get":{"tags":["AccountService"],"summary":"Retrieve list of Account Service items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountService"],"summary":"Add an Account Service","operationId":"AccountService_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountservice/{id}":{"get":{"tags":["AccountService"],"summary":"Retrieve an Account Service","operationId":"AccountService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountService"],"summary":"Update an Account Service","operationId":"AccountService_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountService"],"summary":"Delete an Account Service","operationId":"AccountService_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountService"],"summary":"Patch an Account Service","operationId":"AccountService_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountservicegroup":{"get":{"tags":["AccountServiceGroup"],"summary":"Retrieve list of Account Service Group items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountServiceGroup"],"summary":"Add an Account Service Group","operationId":"AccountServiceGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountservicegroup/{id}":{"get":{"tags":["AccountServiceGroup"],"summary":"Retrieve an Account Service Group","operationId":"AccountServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountServiceGroup"],"summary":"Update an Account Service Group","operationId":"AccountServiceGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountServiceGroup"],"summary":"Delete an Account Service Group","operationId":"AccountServiceGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountServiceGroup"],"summary":"Patch an Account Service Group","operationId":"AccountServiceGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountServiceGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountserviceinterface":{"get":{"tags":["AccountServiceInterface"],"summary":"Retrieve list of Account Service Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountServiceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountServiceInterface"],"summary":"Add an Account Service Interface","operationId":"AccountServiceInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountserviceinterface/{id}":{"get":{"tags":["AccountServiceInterface"],"summary":"Retrieve an Account Service Interface","operationId":"AccountServiceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountServiceInterface"],"summary":"Update an Account Service Interface","operationId":"AccountServiceInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountServiceInterface"],"summary":"Delete an Account Service Interface","operationId":"AccountServiceInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountServiceInterface"],"summary":"Patch an Account Service Interface","operationId":"AccountServiceInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountServiceInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountServiceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accountstatus":{"get":{"tags":["AccountStatus"],"summary":"Retrieve list of Account Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountStatus"],"summary":"Add an Account Status Control","operationId":"AccountStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accountstatus/{id}":{"get":{"tags":["AccountStatus"],"summary":"Retrieve an Account Status Control","operationId":"AccountStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountStatus"],"summary":"Update an Account Status Control","operationId":"AccountStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountStatus"],"summary":"Delete an Account Status Control","operationId":"AccountStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountStatus"],"summary":"Patch an Account Status Control","operationId":"AccountStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accounttransformer":{"get":{"tags":["AccountTransformer"],"summary":"Retrieve list of Account Transformer Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountTransformer"],"summary":"Add an Account Transformer Interface","operationId":"AccountTransformer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountTransformerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accounttransformer/{id}":{"get":{"tags":["AccountTransformer"],"summary":"Retrieve an Account Transformer Interface","operationId":"AccountTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTransformerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountTransformer"],"summary":"Update an Account Transformer Interface","operationId":"AccountTransformer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountTransformer"],"summary":"Delete an Account Transformer Interface","operationId":"AccountTransformer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountTransformer"],"summary":"Patch an Account Transformer Interface","operationId":"AccountTransformer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountTransformerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accounttype":{"get":{"tags":["AccountType"],"summary":"Retrieve list of Account Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountType"],"summary":"Add an Account Type Control","operationId":"AccountType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accounttype/{id}":{"get":{"tags":["AccountType"],"summary":"Retrieve an Account Type Control","operationId":"AccountType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountType"],"summary":"Update an Account Type Control","operationId":"AccountType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountType"],"summary":"Delete an Account Type Control","operationId":"AccountType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountType"],"summary":"Patch an Account Type Control","operationId":"AccountType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accounttypedeposit":{"get":{"tags":["AccountTypeDeposit"],"summary":"Retrieve list of Account Type Deposit Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountTypeDeposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountTypeDeposit"],"summary":"Add an Account Type Deposit Control","operationId":"AccountTypeDeposit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accounttypedeposit/{id}":{"get":{"tags":["AccountTypeDeposit"],"summary":"Retrieve an Account Type Deposit Control","operationId":"AccountTypeDeposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountTypeDeposit"],"summary":"Update an Account Type Deposit Control","operationId":"AccountTypeDeposit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountTypeDeposit"],"summary":"Delete an Account Type Deposit Control","operationId":"AccountTypeDeposit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountTypeDeposit"],"summary":"Patch an Account Type Deposit Control","operationId":"AccountTypeDeposit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountTypeDepositModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/accounttypelossfactor":{"get":{"tags":["AccountTypeLossFactor"],"summary":"Retrieve list of Account Type Loss Factor items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AccountTypeLossFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AccountTypeLossFactor"],"summary":"Add an Account Type Loss Factor","operationId":"AccountTypeLossFactor_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/accounttypelossfactor/{id}":{"get":{"tags":["AccountTypeLossFactor"],"summary":"Retrieve an Account Type Loss Factor","operationId":"AccountTypeLossFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AccountTypeLossFactor"],"summary":"Update an Account Type Loss Factor","operationId":"AccountTypeLossFactor_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AccountTypeLossFactor"],"summary":"Delete an Account Type Loss Factor","operationId":"AccountTypeLossFactor_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AccountTypeLossFactor"],"summary":"Patch an Account Type Loss Factor","operationId":"AccountTypeLossFactor_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AccountTypeLossFactorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AccountTypeLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/achtransactioncode":{"get":{"tags":["AchTransactionCode"],"summary":"Retrieve list of ACH Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AchTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AchTransactionCode"],"summary":"Add an ACH Transaction Code Control","operationId":"AchTransactionCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/achtransactioncode/{id}":{"get":{"tags":["AchTransactionCode"],"summary":"Retrieve an ACH Transaction Code Control","operationId":"AchTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AchTransactionCode"],"summary":"Update an ACH Transaction Code Control","operationId":"AchTransactionCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AchTransactionCode"],"summary":"Delete an ACH Transaction Code Control","operationId":"AchTransactionCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AchTransactionCode"],"summary":"Patch an ACH Transaction Code Control","operationId":"AchTransactionCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AchTransactionCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AchTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/actiondefinition/{id}/run":{"post":{"tags":["ActionDefinition"],"summary":"Run the current action against the given target items. This is a synchronous run method meant for single targets or small lists of targets. Use the /runnable/action endpoint for more advanced action processing.","operationId":"ActionDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The Action resource id to run","required":true,"type":"string"},{"name":"actionParameters","in":"body","description":"Details passed to the action run including target PKs, optional override parameters, etc","required":true,"schema":{"$ref":"#/definitions/RunActionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionRunResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/actiondefinition":{"get":{"tags":["ActionDefinition"],"summary":"Retrieve list of Action Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ActionDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ActionDefinition"],"summary":"Add an Action Control","operationId":"ActionDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ActionDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ActionDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/actiondefinition/{id}":{"get":{"tags":["ActionDefinition"],"summary":"Retrieve an Action Control","operationId":"ActionDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ActionDefinition"],"summary":"Update an Action Control","operationId":"ActionDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ActionDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ActionDefinition"],"summary":"Delete an Action Control","operationId":"ActionDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ActionDefinition"],"summary":"Patch an Action Control","operationId":"ActionDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ActionDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/actioninterface":{"get":{"tags":["ActionInterface"],"summary":"Retrieve list of Action Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ActionInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ActionInterface"],"summary":"Add an Action Interface","operationId":"ActionInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ActionInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ActionInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/actioninterface/{id}":{"get":{"tags":["ActionInterface"],"summary":"Retrieve an Action Interface","operationId":"ActionInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ActionInterface"],"summary":"Update an Action Interface","operationId":"ActionInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ActionInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ActionInterface"],"summary":"Delete an Action Interface","operationId":"ActionInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ActionInterface"],"summary":"Patch an Action Interface","operationId":"ActionInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ActionInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/actioninterface":{"get":{"tags":["ActionInterfaceRun"],"summary":"Retrieves list of ActionInterface process run status data","operationId":"ActionInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ActionInterfaceRun"],"summary":"Execute the ActionInterface process","operationId":"ActionInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ActionInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/actioninterface/{id}":{"get":{"tags":["ActionInterfaceRun"],"summary":"Retrieve the process run status","operationId":"ActionInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ActionInterfaceRun"],"summary":"Request to cancel an ActionInterface process","operationId":"ActionInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/actionprocessing":{"get":{"tags":["ActionProcessingRun"],"summary":"Retrieves list of ActionProcessing process run status data","operationId":"ActionProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ActionProcessingRun"],"summary":"Execute the ActionProcessing process","operationId":"ActionProcessingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ActionProcessingRunModel","required":true,"schema":{"$ref":"#/definitions/ActionProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/actionprocessing/{id}":{"get":{"tags":["ActionProcessingRun"],"summary":"Retrieve the process run status","operationId":"ActionProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ActionProcessingRun"],"summary":"Request to cancel an ActionProcessing process","operationId":"ActionProcessingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/actionprocessing/collectactionpromptnodes":{"post":{"tags":["ActionProcessingRun"],"operationId":"ActionProcessingRun_CollectActionPromptNodes","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"model","in":"body","required":true,"schema":{"$ref":"#/definitions/ActionProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}}},"400":{"description":"BadRequest"}}}},"/do/addmultipleaccountpaymentdetails":{"post":{"tags":["AddMultipleAccountPaymentDetails"],"summary":"Insert payment details into the values into the database table, returns true if the records were inserted correctly.\r\n<para>Note: May throw exception if the XML is incorrectly formatted</para>","operationId":"AddMultipleAccountPaymentDetails_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"parameters","in":"body","required":true,"schema":{"$ref":"#/definitions/AddMultipleAccountPaymentDetails_Parameters"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddMultipleAccountPaymentDetails_Result"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/do/addmultipleaccountpaymentdetails/{portalId}":{"post":{"tags":["AddMultipleAccountPaymentDetails"],"summary":"Insert payment details into the values into the database table, returns true if the records were inserted correctly.\r\n<para>Note: May throw exception if the XML is incorrectly formatted</para>","operationId":"AddMultipleAccountPaymentDetails_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"portalId","in":"path","description":"PortalId","required":true,"type":"integer","format":"int64"},{"name":"parameters","in":"body","description":"Parameters as XML document","required":true,"schema":{"$ref":"#/definitions/AddMultipleAccountPaymentDetails_Parameters"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddMultipleAccountPaymentDetails_Result"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/data/addonprofile":{"get":{"tags":["AddonProfile"],"summary":"Retrieve list of Add-on Profile Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AddonProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddonProfile"],"summary":"Add an Add-on Profile Control","operationId":"AddonProfile_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddonProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AddonProfileModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/addonprofile/{id}":{"get":{"tags":["AddonProfile"],"summary":"Retrieve an Add-on Profile Control","operationId":"AddonProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddonProfileModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AddonProfile"],"summary":"Update an Add-on Profile Control","operationId":"AddonProfile_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddonProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddonProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddonProfile"],"summary":"Delete an Add-on Profile Control","operationId":"AddonProfile_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddonProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AddonProfile"],"summary":"Patch an Add-on Profile Control","operationId":"AddonProfile_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AddonProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddonProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/addpaymentparameters":{"post":{"tags":["AddPaymentParameters"],"summary":"Insert values into the parameters table, returns the transaction id that can be used to retrieve the values that were inserted here.\r\n<para>Note: May throw exception if the XML is incorrectly formatted</para>","operationId":"AddPaymentParameters_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/AddPaymentParameters_Parameters"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddPaymentParameters_Result"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/do/addpaymentparameters/{portalId}":{"post":{"tags":["AddPaymentParameters"],"summary":"Insert values into the parameters table, returns the transaction id that can be used to retrieve the values that were inserted here.\r\n<para>Note: May throw exception if the XML is incorrectly formatted</para>","operationId":"AddPaymentParameters_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"portalId","in":"path","required":true,"type":"integer","format":"int64"},{"name":"data","in":"body","required":true,"schema":{"$ref":"#/definitions/AddPaymentParameters_Parameters"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddPaymentParameters_Result"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/address":{"get":{"tags":["Address"],"summary":"Retrieve list of Address items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Address_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Address"],"summary":"Add an Address","operationId":"Address_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AddressModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/address/{id}":{"get":{"tags":["Address"],"summary":"Retrieve an Address","operationId":"Address_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Address"],"summary":"Update an Address","operationId":"Address_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Address"],"summary":"Delete an Address","operationId":"Address_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Address"],"summary":"Patch an Address","operationId":"Address_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AddressModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/addresscorrectionexport":{"get":{"tags":["AddressCorrectionExportRun"],"summary":"Retrieves list of process run status data","operationId":"AddressCorrectionExportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressCorrectionExportRun"],"summary":"Execute the AddressCorrectionExport process","operationId":"AddressCorrectionExportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AddressCorrectionExportRunModel","required":true,"schema":{"$ref":"#/definitions/AddressCorrectionExportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/addresscorrectionexport/{id}":{"get":{"tags":["AddressCorrectionExportRun"],"summary":"Retrieve the process run status","operationId":"AddressCorrectionExportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressCorrectionExportRun"],"summary":"Request to cancel a AddressCorrectionExport process","operationId":"AddressCorrectionExportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/addresscorrectionexport/{id}/{outputRef}":{"get":{"tags":["AddressCorrectionExportRun"],"summary":"Retrieve the file output produced by process","operationId":"AddressCorrectionExportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the proess","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/addresscorrectionimport":{"get":{"tags":["AddressCorrectionImportRun"],"summary":"Retrieves list of process run status data","operationId":"AddressCorrectionImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressCorrectionImportRun"],"summary":"Execute the AddressCorrectionImport process","operationId":"AddressCorrectionImportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AddressCorrectionImportRunModel","required":true,"schema":{"$ref":"#/definitions/AddressCorrectionImportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/addresscorrectionimport/{id}":{"get":{"tags":["AddressCorrectionImportRun"],"summary":"Retrieve the process run status","operationId":"AddressCorrectionImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressCorrectionImportRun"],"summary":"Request to cancel a AddressCorrectionImport process","operationId":"AddressCorrectionImportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/addresslookup":{"get":{"tags":["AddressLookup"],"summary":"Retrieve list of Address Lookup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AddressLookup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressLookup"],"summary":"Add an Address Lookup","operationId":"AddressLookup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressLookupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AddressLookupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/addresslookup/{id}":{"get":{"tags":["AddressLookup"],"summary":"Retrieve an Address Lookup","operationId":"AddressLookup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressLookupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AddressLookup"],"summary":"Update an Address Lookup","operationId":"AddressLookup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressLookupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressLookupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressLookup"],"summary":"Delete an Address Lookup","operationId":"AddressLookup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressLookupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AddressLookup"],"summary":"Patch an Address Lookup","operationId":"AddressLookup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AddressLookupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressLookupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/addresslookupimport":{"get":{"tags":["AddressLookupImportRun"],"summary":"Retrieves list of AddressLookupImport process run status data","operationId":"AddressLookupImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressLookupImportRun"],"summary":"Execute the AddressLookupImport process","operationId":"AddressLookupImportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AddressLookupImportRunModel","required":true,"schema":{"$ref":"#/definitions/AddressLookupImportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/addresslookupimport/{id}":{"get":{"tags":["AddressLookupImportRun"],"summary":"Retrieve the process run status","operationId":"AddressLookupImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressLookupImportRun"],"summary":"Request to cancel an AddressLookupImport process","operationId":"AddressLookupImportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/addresssynchronization":{"get":{"tags":["AddressSynchronizationRun"],"summary":"Retrieves list of AddressSynchronization process run status data","operationId":"AddressSynchronizationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressSynchronizationRun"],"summary":"Execute the AddressSynchronization process","operationId":"AddressSynchronizationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AddressSynchronizationRunModel","required":true,"schema":{"$ref":"#/definitions/AddressSynchronizationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/addresssynchronization/{id}":{"get":{"tags":["AddressSynchronizationRun"],"summary":"Retrieve the process run status","operationId":"AddressSynchronizationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressSynchronizationRun"],"summary":"Request to cancel an AddressSynchronization process","operationId":"AddressSynchronizationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/addresstype":{"get":{"tags":["AddressType"],"summary":"Retrieve list of Address Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AddressType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressType"],"summary":"Add an Address Type Control","operationId":"AddressType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AddressTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/addresstype/{id}":{"get":{"tags":["AddressType"],"summary":"Retrieve an Address Type Control","operationId":"AddressType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AddressType"],"summary":"Update an Address Type Control","operationId":"AddressType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AddressTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressType"],"summary":"Delete an Address Type Control","operationId":"AddressType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AddressType"],"summary":"Patch an Address Type Control","operationId":"AddressType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AddressTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AddressTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/addressvalidation":{"get":{"tags":["AddressValidationRun"],"summary":"Retrieves list of AddressValidation process run status data","operationId":"AddressValidationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AddressValidationRun"],"summary":"Execute the AddressValidation process","operationId":"AddressValidationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AddressValidationRunModel","required":true,"schema":{"$ref":"#/definitions/AddressValidationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/addressvalidation/{id}":{"get":{"tags":["AddressValidationRun"],"summary":"Retrieve the process run status","operationId":"AddressValidationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AddressValidationRun"],"summary":"Request to cancel an AddressValidation process","operationId":"AddressValidationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/adjustmentrateelement":{"get":{"tags":["AdjustmentRateElement"],"summary":"Retrieve list of Rate Element - Adjustment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdjustmentRateElement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdjustmentRateElement"],"summary":"Add a Rate Element - Adjustment","operationId":"AdjustmentRateElement_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/adjustmentrateelement/{id}":{"get":{"tags":["AdjustmentRateElement"],"summary":"Retrieve a Rate Element - Adjustment","operationId":"AdjustmentRateElement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdjustmentRateElement"],"summary":"Update a Rate Element - Adjustment","operationId":"AdjustmentRateElement_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdjustmentRateElement"],"summary":"Delete a Rate Element - Adjustment","operationId":"AdjustmentRateElement_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdjustmentRateElement"],"summary":"Patch a Rate Element - Adjustment","operationId":"AdjustmentRateElement_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdjustmentRateElementModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustmentRateElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/adjustreason":{"get":{"tags":["AdjustReason"],"summary":"Retrieve list of Adjust Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdjustReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdjustReason"],"summary":"Add an Adjust Reason Control","operationId":"AdjustReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdjustReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdjustReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/adjustreason/{id}":{"get":{"tags":["AdjustReason"],"summary":"Retrieve an Adjust Reason Control","operationId":"AdjustReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdjustReason"],"summary":"Update an Adjust Reason Control","operationId":"AdjustReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdjustReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdjustReason"],"summary":"Delete an Adjust Reason Control","operationId":"AdjustReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdjustReason"],"summary":"Patch an Adjust Reason Control","operationId":"AdjustReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdjustReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdjustReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/advancedexportinterfacedefinition":{"get":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Retrieve list of Export Definition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdvancedExportInterfaceDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Add an Export Definition Control","operationId":"AdvancedExportInterfaceDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/advancedexportinterfacedefinition/{id}":{"get":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Retrieve an Export Definition Control","operationId":"AdvancedExportInterfaceDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Update an Export Definition Control","operationId":"AdvancedExportInterfaceDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Delete an Export Definition Control","operationId":"AdvancedExportInterfaceDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdvancedExportInterfaceDefinition"],"summary":"Patch an Export Definition Control","operationId":"AdvancedExportInterfaceDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdvancedExportInterfaceDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/advancedexportinterfacetype":{"get":{"tags":["AdvancedExportInterfaceType"],"summary":"Retrieve list of Export Interface Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdvancedExportInterfaceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdvancedExportInterfaceType"],"summary":"Add an Export Interface Type Control","operationId":"AdvancedExportInterfaceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/advancedexportinterfacetype/{id}":{"get":{"tags":["AdvancedExportInterfaceType"],"summary":"Retrieve an Export Interface Type Control","operationId":"AdvancedExportInterfaceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdvancedExportInterfaceType"],"summary":"Update an Export Interface Type Control","operationId":"AdvancedExportInterfaceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdvancedExportInterfaceType"],"summary":"Delete an Export Interface Type Control","operationId":"AdvancedExportInterfaceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdvancedExportInterfaceType"],"summary":"Patch an Export Interface Type Control","operationId":"AdvancedExportInterfaceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdvancedExportInterfaceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedExportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/advancedimportinterfacedefinition":{"get":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Retrieve list of Import Definition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdvancedImportInterfaceDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Add an Import Definition Control","operationId":"AdvancedImportInterfaceDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/advancedimportinterfacedefinition/{id}":{"get":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Retrieve an Import Definition Control","operationId":"AdvancedImportInterfaceDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Update an Import Definition Control","operationId":"AdvancedImportInterfaceDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Delete an Import Definition Control","operationId":"AdvancedImportInterfaceDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdvancedImportInterfaceDefinition"],"summary":"Patch an Import Definition Control","operationId":"AdvancedImportInterfaceDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdvancedImportInterfaceDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/advancedimportinterfacetype":{"get":{"tags":["AdvancedImportInterfaceType"],"summary":"Retrieve list of Import Interface Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AdvancedImportInterfaceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AdvancedImportInterfaceType"],"summary":"Add an Import Interface Type Control","operationId":"AdvancedImportInterfaceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/advancedimportinterfacetype/{id}":{"get":{"tags":["AdvancedImportInterfaceType"],"summary":"Retrieve an Import Interface Type Control","operationId":"AdvancedImportInterfaceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AdvancedImportInterfaceType"],"summary":"Update an Import Interface Type Control","operationId":"AdvancedImportInterfaceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AdvancedImportInterfaceType"],"summary":"Delete an Import Interface Type Control","operationId":"AdvancedImportInterfaceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AdvancedImportInterfaceType"],"summary":"Patch an Import Interface Type Control","operationId":"AdvancedImportInterfaceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AdvancedImportInterfaceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AdvancedImportInterfaceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/agedarrears":{"get":{"tags":["AgedArrearsReportRun"],"summary":"Retrieves list of report run status data","operationId":"AgedArrearsReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AgedArrearsReportRun"],"summary":"Execute the report.","operationId":"AgedArrearsReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/AgedArrearsReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/agedarrears/{id}":{"get":{"tags":["AgedArrearsReportRun"],"summary":"Retrieve the report run status","operationId":"AgedArrearsReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AgedArrearsReportRun"],"summary":"Request to cancel a report","operationId":"AgedArrearsReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/agedarrears/{id}/{outputRef}":{"get":{"tags":["AgedArrearsReportRun"],"summary":"Retrieve the file output produced by report","operationId":"AgedArrearsReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/agreementtype":{"get":{"tags":["AgreementType"],"summary":"Retrieve list of Agreement Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AgreementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AgreementType"],"summary":"Add an Agreement Type Control","operationId":"AgreementType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AgreementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AgreementTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/agreementtype/{id}":{"get":{"tags":["AgreementType"],"summary":"Retrieve an Agreement Type Control","operationId":"AgreementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgreementTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AgreementType"],"summary":"Update an Agreement Type Control","operationId":"AgreementType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AgreementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgreementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AgreementType"],"summary":"Delete an Agreement Type Control","operationId":"AgreementType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgreementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AgreementType"],"summary":"Patch an Agreement Type Control","operationId":"AgreementType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AgreementTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AgreementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alert":{"get":{"tags":["Alert"],"summary":"Retrieve list of Alert Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Alert_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Alert"],"summary":"Add an Alert Control","operationId":"Alert_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alert/{id}":{"get":{"tags":["Alert"],"summary":"Retrieve an Alert Control","operationId":"Alert_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Alert"],"summary":"Update an Alert Control","operationId":"Alert_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Alert"],"summary":"Delete an Alert Control","operationId":"Alert_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Alert"],"summary":"Patch an Alert Control","operationId":"Alert_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alertgroup":{"get":{"tags":["AlertGroup"],"summary":"Retrieve list of Alert Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertGroup"],"summary":"Add an Alert Group Control","operationId":"AlertGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alertgroup/{id}":{"get":{"tags":["AlertGroup"],"summary":"Retrieve an Alert Group Control","operationId":"AlertGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertGroup"],"summary":"Update an Alert Group Control","operationId":"AlertGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertGroup"],"summary":"Delete an Alert Group Control","operationId":"AlertGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertGroup"],"summary":"Patch an Alert Group Control","operationId":"AlertGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alertparameter":{"get":{"tags":["AlertParameter"],"summary":"Retrieve list of Alert Parameter Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertParameter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertParameter"],"summary":"Add an Alert Parameter Control","operationId":"AlertParameter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertParameterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertParameterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alertparameter/{id}":{"get":{"tags":["AlertParameter"],"summary":"Retrieve an Alert Parameter Control","operationId":"AlertParameter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertParameterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertParameter"],"summary":"Update an Alert Parameter Control","operationId":"AlertParameter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertParameterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertParameter"],"summary":"Delete an Alert Parameter Control","operationId":"AlertParameter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertParameter"],"summary":"Patch an Alert Parameter Control","operationId":"AlertParameter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertParameterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/alertprocessing":{"get":{"tags":["AlertProcessingRun"],"summary":"Retrieves list of AlertProcessing process run status data","operationId":"AlertProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertProcessingRun"],"summary":"Execute the AlertProcessing process","operationId":"AlertProcessingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AlertProcessingRunModel","required":true,"schema":{"$ref":"#/definitions/AlertProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/alertprocessing/{id}":{"get":{"tags":["AlertProcessingRun"],"summary":"Retrieve the process run status","operationId":"AlertProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertProcessingRun"],"summary":"Request to cancel an AlertProcessing process","operationId":"AlertProcessingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alertsubscription":{"get":{"tags":["AlertSubscription"],"summary":"Retrieve list of Alert Subscription items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertSubscription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertSubscription"],"summary":"Add an Alert Subscription","operationId":"AlertSubscription_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alertsubscription/{id}":{"get":{"tags":["AlertSubscription"],"summary":"Retrieve an Alert Subscription","operationId":"AlertSubscription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertSubscription"],"summary":"Update an Alert Subscription","operationId":"AlertSubscription_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertSubscription"],"summary":"Delete an Alert Subscription","operationId":"AlertSubscription_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertSubscription"],"summary":"Patch an Alert Subscription","operationId":"AlertSubscription_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertSubscriptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alertsubscriptionchannel":{"get":{"tags":["AlertSubscriptionChannel"],"summary":"Retrieve list of Alert Subscription Channel items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertSubscriptionChannel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertSubscriptionChannel"],"summary":"Add an Alert Subscription Channel","operationId":"AlertSubscriptionChannel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alertsubscriptionchannel/{id}":{"get":{"tags":["AlertSubscriptionChannel"],"summary":"Retrieve an Alert Subscription Channel","operationId":"AlertSubscriptionChannel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertSubscriptionChannel"],"summary":"Update an Alert Subscription Channel","operationId":"AlertSubscriptionChannel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertSubscriptionChannel"],"summary":"Delete an Alert Subscription Channel","operationId":"AlertSubscriptionChannel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertSubscriptionChannel"],"summary":"Patch an Alert Subscription Channel","operationId":"AlertSubscriptionChannel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertSubscriptionChannelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alertsubscriptionparameter":{"get":{"tags":["AlertSubscriptionParameter"],"summary":"Retrieve list of Alert Subscription Parameter items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertSubscriptionParameter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertSubscriptionParameter"],"summary":"Add an Alert Subscription Parameter","operationId":"AlertSubscriptionParameter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alertsubscriptionparameter/{id}":{"get":{"tags":["AlertSubscriptionParameter"],"summary":"Retrieve an Alert Subscription Parameter","operationId":"AlertSubscriptionParameter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertSubscriptionParameter"],"summary":"Update an Alert Subscription Parameter","operationId":"AlertSubscriptionParameter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertSubscriptionParameter"],"summary":"Delete an Alert Subscription Parameter","operationId":"AlertSubscriptionParameter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertSubscriptionParameter"],"summary":"Patch an Alert Subscription Parameter","operationId":"AlertSubscriptionParameter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertSubscriptionParameterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertSubscriptionParameterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/alerttemplate":{"get":{"tags":["AlertTemplate"],"summary":"Retrieve list of Alert Template items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AlertTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AlertTemplate"],"summary":"Add an Alert Template","operationId":"AlertTemplate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AlertTemplateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/alerttemplate/{id}":{"get":{"tags":["AlertTemplate"],"summary":"Retrieve an Alert Template","operationId":"AlertTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertTemplateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AlertTemplate"],"summary":"Update an Alert Template","operationId":"AlertTemplate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AlertTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AlertTemplate"],"summary":"Delete an Alert Template","operationId":"AlertTemplate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AlertTemplate"],"summary":"Patch an Alert Template","operationId":"AlertTemplate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AlertTemplateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AlertTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/allocationrankgroup":{"get":{"tags":["AllocationRankGroup"],"summary":"Retrieve list of Payment Allocation Rank Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AllocationRankGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AllocationRankGroup"],"summary":"Add a Payment Allocation Rank Group Control","operationId":"AllocationRankGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/allocationrankgroup/{id}":{"get":{"tags":["AllocationRankGroup"],"summary":"Retrieve a Payment Allocation Rank Group Control","operationId":"AllocationRankGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AllocationRankGroup"],"summary":"Update a Payment Allocation Rank Group Control","operationId":"AllocationRankGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AllocationRankGroup"],"summary":"Delete a Payment Allocation Rank Group Control","operationId":"AllocationRankGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AllocationRankGroup"],"summary":"Patch a Payment Allocation Rank Group Control","operationId":"AllocationRankGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AllocationRankGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AllocationRankGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/amandainterface":{"get":{"tags":["AmandaInterfaceRun"],"summary":"Retrieves list of AmandaInterface process run status data","operationId":"AmandaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AmandaInterfaceRun"],"summary":"Execute the AmandaInterface process","operationId":"AmandaInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in AmandaInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/amandainterface/{id}":{"get":{"tags":["AmandaInterfaceRun"],"summary":"Retrieve the process run status","operationId":"AmandaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AmandaInterfaceRun"],"summary":"Request to cancel an AmandaInterface process","operationId":"AmandaInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/apexportinterface":{"get":{"tags":["APExportInterfaceRun"],"summary":"Retrieves list of APExportInterface process run status data","operationId":"APExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["APExportInterfaceRun"],"summary":"Execute the APExportInterface process.","operationId":"APExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The APExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/APExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/apexportinterface/{id}":{"get":{"tags":["APExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"APExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["APExportInterfaceRun"],"summary":"Request to cancel an APExportInterface process","operationId":"APExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/apexportinterface/{id}/{outputRef}":{"get":{"tags":["APExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"APExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the AP export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application":{"get":{"tags":["Application"],"summary":"Return details about the current CIS application object hosting this Web API.\r\nRequires a basic auth header containing either a valid CIS user/password or a valid WebApi administrator user/password.\r\n(See AdvancedWebApi.config AdminLogin setting for more details on WebApi administrator security).\r\nNote that child data via fields= is only available when authenticating via a CIS user/password (Web API admin security does not allow creation of a CIS session and therefore extended object data is not accessible.)","operationId":"Application_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"fields","in":"query","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationModel"}},"401":{"description":"Unauthorized"}}},"put":{"tags":["Application"],"summary":"Update values on the application object.\r\nRequires a basic auth header containing a valid WebApi administrator user/password.\r\n(See AdvancedWebApi.config AdminLogin setting for more details on WebApi administrator security).","operationId":"Application_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Only properties available for update are handled - read only properties are ignored. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ApplicationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"patch":{"tags":["Application"],"summary":"Patch the CIS application object.\r\nRequires a basic auth header containing a valid WebApi administrator user/password.\r\n(See AdvancedWebApi.config AdminLogin setting for more details on WebApi administrator security).","operationId":"Application_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to the CIS application object","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ApplicationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/application/counter/{id}":{"get":{"tags":["ApplicationCounter"],"summary":"Retrieve the next counter value for the specified counter.\r\nImplicitly creates a counter with that name if it does not exist and starts counting from 1!","operationId":"ApplicationCounter_GetNext","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Counter name to retrieve next value for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"int64","type":"integer"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"}}}},"/application/dictionary":{"get":{"tags":["ApplicationDictionary"],"summary":"Return CIS Infinity application dictionary(appdict)","operationId":"ApplicationDictionary_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationDictionaryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/version":{"get":{"tags":["ApplicationDictionary"],"summary":"Return CIS Infinity application dictionary version hash","operationId":"ApplicationDictionary_GetVersionHash","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/table":{"get":{"tags":["ApplicationDictionary"],"summary":"Return list of tables","operationId":"ApplicationDictionary_GetTables","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"sqlName","in":"query","description":"Optional parameter to return a single table based on the table's name in the database","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ApplicationDictionary"],"summary":"Add a Table","operationId":"ApplicationDictionary_PostTable","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictTableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AppDictTableModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}},"delete":{"tags":["ApplicationDictionary"],"summary":"Delete a Table","operationId":"ApplicationDictionary_DeleteTableBySqlName","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"sqlName","in":"query","description":"The table SQL name of the resource to delete","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/table/{businessName}":{"get":{"tags":["ApplicationDictionary"],"summary":"Return table for given table business name","operationId":"ApplicationDictionary_GetTable","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table's business name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ApplicationDictionary"],"summary":"Update a Table","operationId":"ApplicationDictionary_PutTable","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictTableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationDictionary"],"summary":"Delete a Table","operationId":"ApplicationDictionary_DeleteTable","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationDictionary"],"summary":"Patch a Table","operationId":"ApplicationDictionary_PatchTable","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AppDictTableModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/table/{businessName}/field":{"get":{"tags":["ApplicationDictionary"],"summary":"Return List of fields for a given table","operationId":"ApplicationDictionary_GetTableFields","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table's business name","required":true,"type":"string"},{"name":"sqlName","in":"query","description":"Optional parameter to return a single field based on the field's name in the database","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["ApplicationDictionary"],"summary":"Add a Field","operationId":"ApplicationDictionary_PostField","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictFieldModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/application/dictionary/table/{businessName}/field/{fieldCodeName}":{"get":{"tags":["ApplicationDictionary"],"summary":"Return field for a given table, and field","operationId":"ApplicationDictionary_GetField","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table's business name","required":true,"type":"string"},{"name":"fieldCodeName","in":"path","description":"The field code name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"put":{"tags":["ApplicationDictionary"],"summary":"Update a Field","operationId":"ApplicationDictionary_PutField","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"fieldCodeName","in":"path","description":"The field code name","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictFieldModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationDictionary"],"summary":"Delete a field","operationId":"ApplicationDictionary_DeleteField","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"fieldCodeName","in":"path","description":"The field code name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationDictionary"],"summary":"Patch a Field","operationId":"ApplicationDictionary_PatchField","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"fieldCodeName","in":"path","description":"The field code name","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AppDictFieldModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/table/{businessName}/index":{"get":{"tags":["ApplicationDictionary"],"summary":"Return list of indexes for a given table","operationId":"ApplicationDictionary_GetTableIndexes","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table's business name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["ApplicationDictionary"],"summary":"Add an Index","operationId":"ApplicationDictionary_PostIndex","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictIndexModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/application/dictionary/table/{businessName}/index/{indexName}":{"get":{"tags":["ApplicationDictionary"],"summary":"Return index for a given table, and index name","operationId":"ApplicationDictionary_GetTableIndex","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table's business name","required":true,"type":"string"},{"name":"indexName","in":"path","description":"The index name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"put":{"tags":["ApplicationDictionary"],"summary":"Update an Index","operationId":"ApplicationDictionary_PutIndex","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"indexName","in":"path","description":"The index name","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictIndexModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictIndexModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationDictionary"],"summary":"Delete an Index","operationId":"ApplicationDictionary_DeleteIndex","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"indexName","in":"path","description":"The index name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationDictionary"],"summary":"Patch an Index","operationId":"ApplicationDictionary_PatchIndex","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"businessName","in":"path","description":"The table business name","required":true,"type":"string"},{"name":"indexName","in":"path","description":"The index name","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AppDictIndexModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictIndexModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/dictionary/relation":{"get":{"tags":["ApplicationDictionary"],"summary":"Return list of relations in the application dictionary","operationId":"ApplicationDictionary_GetRelations","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["ApplicationDictionary"],"summary":"Add a Relation","operationId":"ApplicationDictionary_PostRelation","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AppDictRelationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AppDictRelationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/application/dictionary/relation/{relationName}":{"get":{"tags":["ApplicationDictionary"],"summary":"Return relation for given relation name","operationId":"ApplicationDictionary_GetRelation","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"relationName","in":"path","description":"The relation name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"put":{"tags":["ApplicationDictionary"],"summary":"Update a Relation","operationId":"ApplicationDictionary_PutRelation","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"relationName","in":"path","description":"The relation name","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/AppDictRelationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictRelationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationDictionary"],"summary":"Delete a Relation","operationId":"ApplicationDictionary_DeleteRelation","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"relationName","in":"path","description":"The relation name","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictRelationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationDictionary"],"summary":"Patch a Relation","operationId":"ApplicationDictionary_PatchRelation","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"relationName","in":"path","description":"The relation name","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AppDictRelationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AppDictRelationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/resource":{"get":{"tags":["ApplicationResource"],"summary":"Return all resource textIds with their values from CIS for the current locale of the session.\r\nUsed to cache translations in clients which perform their own translate logic based on the current or specified locale.","operationId":"ApplicationResource_GetResources","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"locale","in":"query","description":"Optional locale to retrieve translations for; can also use the Accept-Language header for this directive; defaults to current locale of current session otherwise","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"post":{"tags":["ApplicationResource"],"summary":"Stores new translation for the given textId in CON084 Localization control table for the current or specified locale.\r\nIf the textId exists, it is updated; if it does not exist, it is created; if it exists and null or empty is passed as the new translation, the existing entry is deleted.\r\nAlternatively, changes can be made by interacting directly with resources in localization control.\r\nUpdates to locales other than the current one for this session can be made by including a Content-Language header indicating the language to apply the change to.","operationId":"ApplicationResource_AddString","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"textid","in":"query","description":"Resource textid to add or update. If it does not exist, it will be created, else it will be updated or deleted","required":true,"type":"string"},{"name":"newvalue","in":"query","description":"If the newvalue is not null or blank, the textid with be added or update to the new value. If the newvalue is missing or null or blank, the textid will be deleted","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/resource/{textid}":{"get":{"tags":["ApplicationResource"],"summary":"Return translation from the CIS resource manager for the requested textid and optional parameter values.\r\nAny optional parameters used by the textid are passed as query strings with format parameterName=value; eg. \"0=value0&amp;1=value1&amp;myparm=myvalue\", etc.","operationId":"ApplicationResource_LookupString","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"textid","in":"path","description":"Resource textid of the resource to translate","required":true,"type":"string"},{"name":"locale","in":"query","description":"Optional locale to retrieve translations for; can also use the Accept-Language header for this directive; defaults to current locale of current session otherwise","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"put":{"tags":["ApplicationResource"],"summary":"Stores updated translation for the given textId in CON084 Localization control table for the current or specified locale.\r\nIf the new value is missing or null or empty, the existing translation override in CON084 Localization Control is removed, reverting the translation to default.\r\nAlternatively, changes can be made by interacting directly with resources in localization control.\r\nUpdates to locales other than the current one for this session can be made by including a Content-Language header indicating the language to apply the change to.","operationId":"ApplicationResource_ChangeString","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"textid","in":"path","description":"Resource textid to update or remove. If it does not exist, 404/Not Found will be returned","required":true,"type":"string"},{"name":"newvalue","in":"body","description":"If the newvalue is not null or blank, the textid with be updated to the new value. If the newvalue is missing or null or blank, the translation override will be deleted","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"delete":{"tags":["ApplicationResource"],"summary":"Deletes an existing localized translation for the given textId in CON084 Localization control for the specified or current session's locale.\r\nTextIds that do not exist return 404/Not Found.\r\nAlternatively, changes can be made by interacting directly with the resources in Localization Control.\r\nDeletes to locales other than the current one for this session can be made by including a Content-Language header indicating the language to apply the change to.","operationId":"ApplicationResource_DeleteString","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"textid","in":"path","description":"Resource textid of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/secureddata":{"get":{"tags":["ApplicationSecuredData"],"summary":"Retrieve a list of secured data control","operationId":"ApplicationSecuredData_GetList","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"category","in":"query","description":"Mandatory category code of the item to be retrieved","required":false,"type":"string"},{"name":"name1","in":"query","description":"Top level name key to look up","required":false,"type":"string"},{"name":"name2","in":"query","description":"Optional second level name key to look up","required":false,"type":"string"},{"name":"name3","in":"query","description":"Optional third level name key to look up","required":false,"type":"string"},{"name":"userid","in":"query","description":"Optional userid to match; missing matches the current session user","required":false,"type":"string"},{"name":"isDefault","in":"query","description":"Optional default item for the specified name(s) for the current user","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"}}},"post":{"tags":["ApplicationSecuredData"],"summary":"Add secured data item","operationId":"ApplicationSecuredData_PostSecuredData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"securedDataModel","in":"body","description":"Model containing the updated data type and data value to store","required":true,"schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"500":{"description":"InternalServerError"}}}},"/application/secureddata/{id}":{"get":{"tags":["ApplicationSecuredData"],"summary":"Return secured data object matching the requested secured data resource ID.","operationId":"ApplicationSecuredData_GetSecuredData","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Secured Data ID of the secured data item to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"put":{"tags":["ApplicationSecuredData"],"summary":"Update the data of the secured data to the new values","operationId":"ApplicationSecuredData_PutSecuredData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"securedDataModel","in":"body","description":"Model containing the updated data type and data value to store","required":true,"schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"},"500":{"description":"InternalServerError"}}},"delete":{"tags":["ApplicationSecuredData"],"summary":"Delete secured data object matching the requested secured data resource ID","operationId":"ApplicationSecuredData_DeleteSecuredData","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationSecuredDataModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/security":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve the application security resource.  Updates system level items including: \r\nMaximum allowed password length,\r\nMinimum allowed password length,\r\nMaximum number of consecutive unsuccessful login retries allowed before account is locked,\r\nTime span (in days) after which users are required to change their passwords, \r\nPassword Requires Digits indicator, \r\nPassword Requires Mixed Case indicator, \r\nPassword Requires Specials indicator, \r\nTime span (in minutes) during which users' accounts will be locked because of unsuccessful attempts to log in, \r\nAllow new users which meet external group constraints to log in without already having a user definition created manually, \r\nSecurity Mode","operationId":"ApplicationSecurity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Update application system security resource.  Updates system level items including: \r\nMaximum allowed password length,\r\nMinimum allowed password length,\r\nMaximum number of consecutive unsuccessful login retries allowed before account is locked,\r\nTime span (in days) after which users are required to change their passwords, \r\nPassword Requires Digits indicator, \r\nPassword Requires Mixed Case indicator, \r\nPassword Requires Specials indicator, \r\nTime span (in minutes) during which users' accounts will be locked because of unsuccessful attempts to log in, \r\nAllow new users which meet external group constraints to log in without already having a user definition created manually, \r\nSecurity Mode.\r\nOther attributes are ignored and not changed.","operationId":"ApplicationSecurity_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"updateObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationSecurity"],"summary":"Update the application security resource.  Updates system level items including: \r\nMaximum allowed password length,\r\nMinimum allowed password length,\r\nMaximum number of consecutive unsuccessful login retries allowed before account is locked,\r\nTime span (in days) after which users are required to change their passwords, \r\nPassword Requires Digits indicator, \r\nPassword Requires Mixed Case indicator, \r\nPassword Requires Specials indicator, \r\nTime span (in minutes) during which users' accounts will be locked because of unsuccessful attempts to log in, \r\nAllow new users which meet external group constraints to log in without already having a user definition created manually, \r\nSecurity Mode","operationId":"ApplicationSecurity_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/security/user":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve the list of all Security profiles in the CIS system","operationId":"ApplicationSecurity_GetUsers","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ApplicationSecurity"],"summary":"Add a security profile to an existing user definition.","operationId":"ApplicationSecurity_PostUser","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"updateObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/security/user/{userId}":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve a security profile","operationId":"ApplicationSecurity_GetUser","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user id of the security profile to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Update a security profile","operationId":"ApplicationSecurity_PutUser","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user id of the security profile to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationSecurity"],"summary":"Delete a security profile","operationId":"ApplicationSecurity_DeleteUser","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"the id of the security profile resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationSecurity"],"summary":"Update the security profile for the given user id","operationId":"ApplicationSecurity_PatchUser","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user id of the security profile resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/security/user/{userId}/changepassword":{"put":{"tags":["ApplicationSecurity"],"summary":"Change the password for the specified user.\r\nCan be done by the user who owns the profile, or by an admin user.\r\nPasswords only apply when CIS internal security is used.","operationId":"ApplicationSecurity_ChangePassword","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user id of the security profile to change the password for","required":true,"type":"string"},{"name":"passwords","in":"body","description":"The password change details required to allow the user to change his password","required":true,"schema":{"$ref":"#/definitions/ApplicationSecurityUserChangePasswordModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/application/security/group":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve all security groups","operationId":"ApplicationSecurity_GetGroups","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ApplicationSecurity"],"summary":"Add a security group","operationId":"ApplicationSecurity_PostGroup","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"updateObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/security/group/{groupId}":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve a security group","operationId":"ApplicationSecurity_GetGroup","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The id of the security group resource to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Update a security group","operationId":"ApplicationSecurity_PutGroup","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The id of the security group to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ApplicationSecurity"],"summary":"Delete a security group","operationId":"ApplicationSecurity_DeleteGroup","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The id of the group resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ApplicationSecurity"],"summary":"Update the security group for the given group id","operationId":"ApplicationSecurity_PatchGroup","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The id of the security group resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/application/security/group/{groupId}/users":{"get":{"tags":["ApplicationSecurity"],"summary":"Retrieve all users belonging to the selected security group","operationId":"ApplicationSecurity_GetGroupUsers","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The ID of the security group resource to retrieve users for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Set group members for the specified group","operationId":"ApplicationSecurity_PutGroupUsers","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The ID of the security group resource to update members for","required":true,"type":"string"},{"name":"members","in":"body","description":"Array of updated members of this group. Existing members will be added or removed to adjust the group to match the new list.","required":true,"schema":{"type":"array","items":{"type":"string"}}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/application/security/user/{userId}/right":{"get":{"tags":["ApplicationSecurity"],"summary":"Return dictionary of effective rights for the specified user, keyed by security task ID.\r\nRights are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_GetUserRights","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user ID of the security profile resource to retrieve the effective rights for","required":true,"type":"string"},{"name":"excludeDefault","in":"query","description":"Optionally exclude rights which are fully blank (assigned mode), fully granted (effective rights for permissive systems) or fully revoked (effective rights for restrictive systems); default is false, which returns all rights. Used to reduce return results.","required":false,"type":"boolean"},{"name":"assigned","in":"query","description":"Optionally request explicitly assigned rights for the user. If false or missing, defaults to returning effective rights for the user.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"string"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/application/security/user/{userId}/right/{securityId}":{"get":{"tags":["ApplicationSecurity"],"summary":"Return right for the given user ID and security task ID.\r\nRights are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_GetUserRight","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user ID of the security profile to retrieve the right for","required":true,"type":"string"},{"name":"securityId","in":"path","description":"The security task ID to retrieve the right for","required":true,"type":"integer","format":"int64"},{"name":"assigned","in":"query","description":"Optionally request explicitly assigned rights for the user. If false or missing, defaults to returning effective right for the user","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Update the given right for the given user with the new right string.\r\nRights strings are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_PutUserRight","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user ID of the security profile to retrieve the right for","required":true,"type":"string"},{"name":"securityId","in":"path","description":"The security task ID to retrieve the right for","required":true,"type":"integer","format":"int64"},{"name":"rights","in":"body","description":"Rights string representing the new rights to assign to this security task for this user.","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/application/security/user/{userId}/right/{securityId}/explain":{"get":{"tags":["ApplicationSecurity"],"summary":"Gets a list of ranked items which explicitly affect the specified action on the specified security task.\r\nAll explicit settings for this action on this security task are returned in order from most general to most specific,\r\nbut only the last one has any impact on the ultimate effective right.","operationId":"ApplicationSecurity_ExplainEffectiveRight","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"path","description":"The user ID of the security profile to retrieve the right for","required":true,"type":"string"},{"name":"securityId","in":"path","description":"The security task ID to retrieve the right for","required":true,"type":"integer","format":"int64"},{"name":"action","in":"query","description":"Action word for the right in this securityId to explain for; can also be the position number (string) of the corresponding action ('1','2',...)","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ApplicationSecurityExplainRightModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/application/security/group/{groupId}/right":{"get":{"tags":["ApplicationSecurity"],"summary":"Return dictionary of assigned rights for the specified group, keyed by security task ID.\r\nRights are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_GetGroupRights","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The group ID of the security group to retrieve the assigned rights for","required":true,"type":"string"},{"name":"excludeDefault","in":"query","description":"Optionally exclude rights which are fully inherited (all blanks)","required":false,"type":"boolean"},{"name":"assigned","in":"query","description":"Optionally request explicitly assigned rights for the group. If false or missing, defaults to returning effective right for the group.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"string"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/application/security/group/{groupId}/right/{securityId}":{"get":{"tags":["ApplicationSecurity"],"summary":"Return right for the given group ID and security task ID.\r\nRights are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_GetGroupRight","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The group ID of the security profile to retrieve the right for","required":true,"type":"string"},{"name":"securityId","in":"path","description":"The security task ID to retrieve the right for","required":true,"type":"integer","format":"int64"},{"name":"assigned","in":"query","description":"Optionally request explicitly assigned rights for the group. If false or missing, defaults to returning effective right for the group.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ApplicationSecurity"],"summary":"Update the given right for the given group with the new right string.\r\nRights strings are represented by a positional string of \"+\" (granted), \"-\" (revoked), or \" \" (unspecified/inherited) characters.","operationId":"ApplicationSecurity_PutGroupRight","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"groupId","in":"path","description":"The group ID of the security profile to retrieve the right for","required":true,"type":"string"},{"name":"securityId","in":"path","description":"The security task ID to retrieve the right for","required":true,"type":"integer","format":"int64"},{"name":"rights","in":"body","description":"Rights string representing the new rights to assign to this security task for this group","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/application/tableversion":{"get":{"tags":["ApplicationTableVersion"],"summary":"Returns a list of all control tables with their current versions.","operationId":"ApplicationTableVersion_GetVersions","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"delete":{"tags":["ApplicationTableVersion"],"summary":"Expire the buffered data of all currently cached control tables.","operationId":"ApplicationTableVersion_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/tableversion/{modelclass}":{"get":{"tags":["ApplicationTableVersion"],"summary":"Return version number of requested model class name.","operationId":"ApplicationTableVersion_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"modelclass","in":"path","description":"Resource textid of the resource to translate","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"delete":{"tags":["ApplicationTableVersion"],"summary":"Flag the given control table model buffer as expired (having out of date buffer information).\r\nModel classes that do not exist return 404/Not Found.","operationId":"ApplicationTableVersion_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"modelclass","in":"path","description":"Model class to expire","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/userprofile":{"get":{"tags":["ApplicationUserProfile"],"summary":"Retrieve a list of system or user profile items matching your selection criteria, or all user profile items for the current user session if no selection criteria is used.","operationId":"ApplicationUserProfile_GetList","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"name1","in":"query","description":"Optional top level key value to match; missing or \"*\" key value matches anything; \"\" only matches empty value","required":false,"type":"string"},{"name":"name2","in":"query","description":"Optional second level key value to match; missing or \"*\" key value matches anything; \"\" only matches empty value","required":false,"type":"string"},{"name":"name3","in":"query","description":"Optional third level key value to match; missing or \"*\" key value matches anything; \"\" only matches empty value","required":false,"type":"string"},{"name":"userid","in":"query","description":"Optional userid to match; missing matches the current session user; \"*\" matches all users including the system user; specify the system user explicitly as \"(Cis)\"","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"}}},"post":{"tags":["ApplicationUserProfile"],"summary":"Add or update a user/system profile item.\r\nIf the profile item is found to exist, it is updated and 200/OK is returned, else one is added and 201/Created. The user ID and name keys are used for matching to a possible existing item.","operationId":"ApplicationUserProfile_PostProfile","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"profileModel","in":"body","description":"Model containing the updated data type and data value to store","required":true,"schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"500":{"description":"InternalServerError"}}}},"/application/userprofile/{id}":{"get":{"tags":["ApplicationUserProfile"],"summary":"Return profile object matching the requested profile resource ID.","operationId":"ApplicationUserProfile_GetProfile","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Profile ID of the profile item to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"put":{"tags":["ApplicationUserProfile"],"summary":"Update the data and data type of the current user/system profile to the new values.\r\nEverything else in the content is ignored because the profile ID is taken from the URL referenced in the PUT.\r\nUpdating of name keys or user is not supported on user profile entries - they are key values of the record.\r\nThis method is effectively also a PATCH since only the type and data are applicable.\r\nWill fail if the item does not exist - use POST to add/update without concern for an existing item.","operationId":"ApplicationUserProfile_PutProfile","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Profile ID of the profile item to update","required":true,"type":"string"},{"name":"updatedProfile","in":"body","description":"Model containing the updated data type and data value to store","required":true,"schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"},"500":{"description":"InternalServerError"}}},"delete":{"tags":["ApplicationUserProfile"],"summary":"Delete profile object matching the requested profile resource ID","operationId":"ApplicationUserProfile_DeleteProfile","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Profile ID of the profile item to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApplicationUserProfileModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}}},"/application/userprofile/$all":{"delete":{"tags":["ApplicationUserProfile"],"summary":"Clear profile for the current user.\r\nWarning: this deletes all user profile items for the current user.","operationId":"ApplicationUserProfile_DeleteAll","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"}}}},"/data/ar":{"get":{"tags":["AR"],"summary":"Retrieve list of A/R Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AR_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AR"],"summary":"Add an A/R Control","operationId":"AR_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ARModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ar/{id}":{"get":{"tags":["AR"],"summary":"Retrieve an A/R Control","operationId":"AR_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AR"],"summary":"Update an A/R Control","operationId":"AR_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AR"],"summary":"Delete an A/R Control","operationId":"AR_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AR"],"summary":"Patch an A/R Control","operationId":"AR_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ARModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/arbalance":{"get":{"tags":["ARBalance"],"summary":"Retrieve list of Customer/Account AR Balance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ARBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ARBalance"],"summary":"Add a Customer/Account AR Balance","operationId":"ARBalance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ARBalanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/arbalance/{id}":{"get":{"tags":["ARBalance"],"summary":"Retrieve a Customer/Account AR Balance","operationId":"ARBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARBalanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ARBalance"],"summary":"Update a Customer/Account AR Balance","operationId":"ARBalance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ARBalance"],"summary":"Delete a Customer/Account AR Balance","operationId":"ARBalance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ARBalance"],"summary":"Patch a Customer/Account AR Balance","operationId":"ARBalance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ARBalanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/arcompany":{"get":{"tags":["ARCompany"],"summary":"Retrieve list of Multi-Company A/R Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ARCompany_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ARCompany"],"summary":"Add a Multi-Company A/R Control","operationId":"ARCompany_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARCompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ARCompanyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/arcompany/{id}":{"get":{"tags":["ARCompany"],"summary":"Retrieve a Multi-Company A/R Control","operationId":"ARCompany_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARCompanyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ARCompany"],"summary":"Update a Multi-Company A/R Control","operationId":"ARCompany_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ARCompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ARCompany"],"summary":"Delete a Multi-Company A/R Control","operationId":"ARCompany_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ARCompany"],"summary":"Patch a Multi-Company A/R Control","operationId":"ARCompany_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ARCompanyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ARCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/arrangementpayat":{"get":{"tags":["ArrangementPayAt"],"summary":"Retrieve list of Arrangement Pay At Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ArrangementPayAt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ArrangementPayAt"],"summary":"Add an Arrangement Pay At Control","operationId":"ArrangementPayAt_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/arrangementpayat/{id}":{"get":{"tags":["ArrangementPayAt"],"summary":"Retrieve an Arrangement Pay At Control","operationId":"ArrangementPayAt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ArrangementPayAt"],"summary":"Update an Arrangement Pay At Control","operationId":"ArrangementPayAt_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ArrangementPayAt"],"summary":"Delete an Arrangement Pay At Control","operationId":"ArrangementPayAt_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ArrangementPayAt"],"summary":"Patch an Arrangement Pay At Control","operationId":"ArrangementPayAt_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ArrangementPayAtModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementPayAtModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/arrangementprocessingload":{"post":{"tags":["ArrangementProcessingLoad"],"summary":"Loads CollectionProcessing data based on the condition setup using the controls on the Filter page including the advanced query builder","operationId":"ArrangementProcessingLoad_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"loadDataParameters","in":"body","description":"The parameters for CollectionProcessing load data.","required":true,"schema":{"$ref":"#/definitions/ArrangementProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/PaymentArrangementModel"}}},"400":{"description":"BadRequest"}}}},"/run/pickup/arrangementprocessing":{"get":{"tags":["ArrangementProcessingRun"],"summary":"Retrieves list of ArrangementProcessing process run status data","operationId":"ArrangementProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ArrangementProcessingRun"],"summary":"Execute the ArrangementProcessing process","operationId":"ArrangementProcessingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ArrangementProcessingRunModel.","required":true,"schema":{"$ref":"#/definitions/ArrangementProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/arrangementprocessing/{id}":{"get":{"tags":["ArrangementProcessingRun"],"summary":"Retrieve the process run status","operationId":"ArrangementProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ArrangementProcessingRun"],"summary":"Request to cancel an ArrangementProcessing process","operationId":"ArrangementProcessingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/arrangementstatus":{"get":{"tags":["ArrangementStatus"],"summary":"Retrieve list of Arrangement Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ArrangementStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ArrangementStatus"],"summary":"Add an Arrangement Status Control","operationId":"ArrangementStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ArrangementStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/arrangementstatus/{id}":{"get":{"tags":["ArrangementStatus"],"summary":"Retrieve an Arrangement Status Control","operationId":"ArrangementStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ArrangementStatus"],"summary":"Update an Arrangement Status Control","operationId":"ArrangementStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ArrangementStatus"],"summary":"Delete an Arrangement Status Control","operationId":"ArrangementStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ArrangementStatus"],"summary":"Patch an Arrangement Status Control","operationId":"ArrangementStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ArrangementStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/arrangementtype":{"get":{"tags":["ArrangementType"],"summary":"Retrieve list of Arrangement Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ArrangementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ArrangementType"],"summary":"Add an Arrangement Type Control","operationId":"ArrangementType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ArrangementTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/arrangementtype/{id}":{"get":{"tags":["ArrangementType"],"summary":"Retrieve an Arrangement Type Control","operationId":"ArrangementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ArrangementType"],"summary":"Update an Arrangement Type Control","operationId":"ArrangementType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ArrangementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ArrangementType"],"summary":"Delete an Arrangement Type Control","operationId":"ArrangementType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ArrangementType"],"summary":"Patch an Arrangement Type Control","operationId":"ArrangementType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ArrangementTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ArrangementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/asset":{"get":{"tags":["Asset"],"summary":"Retrieve list of Asset Inventory items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Asset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Asset"],"summary":"Add an Asset Inventory","operationId":"Asset_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssetModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/asset/{id}":{"get":{"tags":["Asset"],"summary":"Retrieve an Asset Inventory","operationId":"Asset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Asset"],"summary":"Update an Asset Inventory","operationId":"Asset_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Asset"],"summary":"Delete an Asset Inventory","operationId":"Asset_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Asset"],"summary":"Patch an Asset Inventory","operationId":"Asset_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssetModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assetmodel":{"get":{"tags":["AssetModel"],"summary":"Retrieve list of Asset Model Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssetModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssetModel"],"summary":"Add an Asset Model Control","operationId":"AssetModel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssetModelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assetmodel/{id}":{"get":{"tags":["AssetModel"],"summary":"Retrieve an Asset Model Control","operationId":"AssetModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssetModel"],"summary":"Update an Asset Model Control","operationId":"AssetModel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssetModel"],"summary":"Delete an Asset Model Control","operationId":"AssetModel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssetModel"],"summary":"Patch an Asset Model Control","operationId":"AssetModel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssetModelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assettype":{"get":{"tags":["AssetType"],"summary":"Retrieve list of Asset Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssetType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssetType"],"summary":"Add an Asset Type Control","operationId":"AssetType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssetTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assettype/{id}":{"get":{"tags":["AssetType"],"summary":"Retrieve an Asset Type Control","operationId":"AssetType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssetType"],"summary":"Update an Asset Type Control","operationId":"AssetType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssetType"],"summary":"Delete an Asset Type Control","operationId":"AssetType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssetType"],"summary":"Patch an Asset Type Control","operationId":"AssetType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssetTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assettypedetail":{"get":{"tags":["AssetTypeDetail"],"summary":"Retrieve list of Asset Type Details Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssetTypeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssetTypeDetail"],"summary":"Add an Asset Type Details Control","operationId":"AssetTypeDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assettypedetail/{id}":{"get":{"tags":["AssetTypeDetail"],"summary":"Retrieve an Asset Type Details Control","operationId":"AssetTypeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssetTypeDetail"],"summary":"Update an Asset Type Details Control","operationId":"AssetTypeDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssetTypeDetail"],"summary":"Delete an Asset Type Details Control","operationId":"AssetTypeDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssetTypeDetail"],"summary":"Patch an Asset Type Details Control","operationId":"AssetTypeDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssetTypeDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetTypeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assetwarrantytype":{"get":{"tags":["AssetWarrantyType"],"summary":"Retrieve list of Asset Warranty Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssetWarrantyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssetWarrantyType"],"summary":"Add an Asset Warranty Type Control","operationId":"AssetWarrantyType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assetwarrantytype/{id}":{"get":{"tags":["AssetWarrantyType"],"summary":"Retrieve an Asset Warranty Type Control","operationId":"AssetWarrantyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssetWarrantyType"],"summary":"Update an Asset Warranty Type Control","operationId":"AssetWarrantyType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssetWarrantyType"],"summary":"Delete an Asset Warranty Type Control","operationId":"AssetWarrantyType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssetWarrantyType"],"summary":"Patch an Asset Warranty Type Control","operationId":"AssetWarrantyType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssetWarrantyTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssetWarrantyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistanceagency":{"get":{"tags":["AssistanceAgency"],"summary":"Retrieve list of Assistance Agency Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceAgency"],"summary":"Add an Assistance Agency Control","operationId":"AssistanceAgency_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistanceagency/{id}":{"get":{"tags":["AssistanceAgency"],"summary":"Retrieve an Assistance Agency Control","operationId":"AssistanceAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceAgency"],"summary":"Update an Assistance Agency Control","operationId":"AssistanceAgency_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceAgency"],"summary":"Delete an Assistance Agency Control","operationId":"AssistanceAgency_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceAgency"],"summary":"Patch an Assistance Agency Control","operationId":"AssistanceAgency_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceAgencyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistanceagencypledge":{"get":{"tags":["AssistanceAgencyPledge"],"summary":"Retrieve list of Assistance Agency Pledge items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceAgencyPledge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceAgencyPledge"],"summary":"Add an Assistance Agency Pledge","operationId":"AssistanceAgencyPledge_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistanceagencypledge/{id}":{"get":{"tags":["AssistanceAgencyPledge"],"summary":"Retrieve an Assistance Agency Pledge","operationId":"AssistanceAgencyPledge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceAgencyPledge"],"summary":"Update an Assistance Agency Pledge","operationId":"AssistanceAgencyPledge_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceAgencyPledge"],"summary":"Delete an Assistance Agency Pledge","operationId":"AssistanceAgencyPledge_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceAgencyPledge"],"summary":"Patch an Assistance Agency Pledge","operationId":"AssistanceAgencyPledge_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceAgencyPledgeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceAgencyPledgeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistanceapplicationrejectionreason":{"get":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Retrieve list of Assistance Rejection Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceApplicationRejectionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Add an Assistance Rejection Reason Control","operationId":"AssistanceApplicationRejectionReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistanceapplicationrejectionreason/{id}":{"get":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Retrieve an Assistance Rejection Reason Control","operationId":"AssistanceApplicationRejectionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Update an Assistance Rejection Reason Control","operationId":"AssistanceApplicationRejectionReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Delete an Assistance Rejection Reason Control","operationId":"AssistanceApplicationRejectionReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceApplicationRejectionReason"],"summary":"Patch an Assistance Rejection Reason Control","operationId":"AssistanceApplicationRejectionReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceApplicationRejectionReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistanceapplicationsource":{"get":{"tags":["AssistanceApplicationSource"],"summary":"Retrieve list of Assistance Application Source Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceApplicationSource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceApplicationSource"],"summary":"Add an Assistance Application Source Control","operationId":"AssistanceApplicationSource_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistanceapplicationsource/{id}":{"get":{"tags":["AssistanceApplicationSource"],"summary":"Retrieve an Assistance Application Source Control","operationId":"AssistanceApplicationSource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceApplicationSource"],"summary":"Update an Assistance Application Source Control","operationId":"AssistanceApplicationSource_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceApplicationSource"],"summary":"Delete an Assistance Application Source Control","operationId":"AssistanceApplicationSource_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceApplicationSource"],"summary":"Patch an Assistance Application Source Control","operationId":"AssistanceApplicationSource_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceApplicationSourceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistancebillcode":{"get":{"tags":["AssistanceBillCode"],"summary":"Retrieve list of Assistance Bill Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceBillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceBillCode"],"summary":"Add an Assistance Bill Code Control","operationId":"AssistanceBillCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistancebillcode/{id}":{"get":{"tags":["AssistanceBillCode"],"summary":"Retrieve an Assistance Bill Code Control","operationId":"AssistanceBillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceBillCode"],"summary":"Update an Assistance Bill Code Control","operationId":"AssistanceBillCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceBillCode"],"summary":"Delete an Assistance Bill Code Control","operationId":"AssistanceBillCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceBillCode"],"summary":"Patch an Assistance Bill Code Control","operationId":"AssistanceBillCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceBillCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/assistancebillexportinterface":{"get":{"tags":["AssistanceBillExportInterfaceRun"],"summary":"Retrieves list of AssistanceBillExportInterface process run status data","operationId":"AssistanceBillExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceBillExportInterfaceRun"],"summary":"Execute the AssistanceBillExportInterface process.","operationId":"AssistanceBillExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The AssistanceBillExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/AssistanceBillExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/assistancebillexportinterface/{id}":{"get":{"tags":["AssistanceBillExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"AssistanceBillExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceBillExportInterfaceRun"],"summary":"Request to cancel an AssistanceBillExportInterface process","operationId":"AssistanceBillExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/assistancebillexportinterface/{id}/{outputRef}":{"get":{"tags":["AssistanceBillExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"AssistanceBillExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistancecertificationauthority":{"get":{"tags":["AssistanceCertificationAuthority"],"summary":"Retrieve list of Assistance Certification Authority Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceCertificationAuthority_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceCertificationAuthority"],"summary":"Add an Assistance Certification Authority Control","operationId":"AssistanceCertificationAuthority_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistancecertificationauthority/{id}":{"get":{"tags":["AssistanceCertificationAuthority"],"summary":"Retrieve an Assistance Certification Authority Control","operationId":"AssistanceCertificationAuthority_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceCertificationAuthority"],"summary":"Update an Assistance Certification Authority Control","operationId":"AssistanceCertificationAuthority_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceCertificationAuthority"],"summary":"Delete an Assistance Certification Authority Control","operationId":"AssistanceCertificationAuthority_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceCertificationAuthority"],"summary":"Patch an Assistance Certification Authority Control","operationId":"AssistanceCertificationAuthority_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceCertificationAuthorityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceCertificationAuthorityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/assistancecreditauthorizationimportinterface":{"get":{"tags":["AssistanceCreditAuthorizationImportInterfaceRun"],"summary":"Retrieves list of AssistanceCreditAuthorizationImportInterface process run status data","operationId":"AssistanceCreditAuthorizationImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceCreditAuthorizationImportInterfaceRun"],"summary":"Execute the AssistanceCreditAuthorizationImportInterface process","operationId":"AssistanceCreditAuthorizationImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The AssistanceCreditAuthorizationImportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/AssistanceCreditAuthorizationImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/assistancecreditauthorizationimportinterface/{id}":{"get":{"tags":["AssistanceCreditAuthorizationImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"AssistanceCreditAuthorizationImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceCreditAuthorizationImportInterfaceRun"],"summary":"Request to cancel an AssistanceCreditAuthorizationImportInterface process","operationId":"AssistanceCreditAuthorizationImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/assistancecreditauthorizationimportinterface/{id}/{outputRef}":{"get":{"tags":["AssistanceCreditAuthorizationImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"AssistanceCreditAuthorizationImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/assistancegroup":{"get":{"tags":["AssistanceGroup"],"summary":"Retrieve list of Assistance Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AssistanceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistanceGroup"],"summary":"Add an Assistance Group Control","operationId":"AssistanceGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AssistanceGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/assistancegroup/{id}":{"get":{"tags":["AssistanceGroup"],"summary":"Retrieve an Assistance Group Control","operationId":"AssistanceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AssistanceGroup"],"summary":"Update an Assistance Group Control","operationId":"AssistanceGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AssistanceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistanceGroup"],"summary":"Delete an Assistance Group Control","operationId":"AssistanceGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AssistanceGroup"],"summary":"Patch an Assistance Group Control","operationId":"AssistanceGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AssistanceGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AssistanceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/assistancepaymentimportinterface":{"get":{"tags":["AssistancePaymentImportInterfaceRun"],"summary":"Retrieves list of AssistancePaymentImportInterface process run status data","operationId":"AssistancePaymentImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AssistancePaymentImportInterfaceRun"],"summary":"Execute the AssistancePaymentImportInterface process","operationId":"AssistancePaymentImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The AssistancePaymentImportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/AssistancePaymentImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/assistancepaymentimportinterface/{id}":{"get":{"tags":["AssistancePaymentImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"AssistancePaymentImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AssistancePaymentImportInterfaceRun"],"summary":"Request to cancel a AssistancePaymentImportInterface process","operationId":"AssistancePaymentImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/assistancepaymentimportinterface/{id}/{outputRef}":{"get":{"tags":["AssistancePaymentImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"AssistancePaymentImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/attachment/{id}/document":{"get":{"tags":["Attachment"],"summary":"Retrieve the attachment document data from the current attachment record.\r\nThe response is assigned a Content-Type matching the Accept type requested, unless the type requested is * or */*, in which case a default of application/octet-stream is used.","operationId":"Attachment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The attachment resource to retrieve the stored attachment document for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"406":{"description":"NotAcceptable"}}},"put":{"tags":["Attachment"],"summary":"Upload (attach) an attachment document to the current attachment record.\r\nAny existing attachment data is replaced.","operationId":"Attachment_Put","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The attachment resource ID to store the passed attachment document to","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/attachment":{"get":{"tags":["Attachment"],"summary":"Retrieve list of Attachment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Attachment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Attachment"],"summary":"Add an Attachment","operationId":"Attachment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AttachmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AttachmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/attachment/{id}":{"get":{"tags":["Attachment"],"summary":"Retrieve an Attachment","operationId":"Attachment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Attachment"],"summary":"Update an Attachment","operationId":"Attachment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AttachmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Attachment"],"summary":"Delete an Attachment","operationId":"Attachment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Attachment"],"summary":"Patch an Attachment","operationId":"Attachment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AttachmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AttachmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/auditfield/$fix":{"post":{"tags":["AuditField"],"summary":"Fix the field audit definitions to correspond with appdict and integrity requirements of the system.\r\n1. Remove audit field entries that are not allowed because appdict has them marked not auditable, and\r\n2. Add audit field entries for all control tables and fields, and\r\n3. Ensure applicable items are marked \"System Mandatory\"","operationId":"AuditField_Fix","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"403":{"description":"Forbidden"}}}},"/data/auditfield":{"get":{"tags":["AuditField"],"summary":"Retrieve list of Audit Fields items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AuditField_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AuditField"],"summary":"Add an Audit Fields","operationId":"AuditField_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AuditFieldModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AuditFieldModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/auditfield/{id}":{"get":{"tags":["AuditField"],"summary":"Retrieve an Audit Fields","operationId":"AuditField_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuditFieldModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AuditField"],"summary":"Update an Audit Fields","operationId":"AuditField_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AuditFieldModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuditFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AuditField"],"summary":"Delete an Audit Fields","operationId":"AuditField_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuditFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AuditField"],"summary":"Patch an Audit Fields","operationId":"AuditField_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AuditFieldModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AuditFieldModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/automoveinowner":{"get":{"tags":["AutoMoveInOwner"],"summary":"Retrieve list of Auto Move In Owner items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"AutoMoveInOwner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["AutoMoveInOwner"],"summary":"Add an Auto Move In Owner","operationId":"AutoMoveInOwner_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/automoveinowner/{id}":{"get":{"tags":["AutoMoveInOwner"],"summary":"Retrieve an Auto Move In Owner","operationId":"AutoMoveInOwner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["AutoMoveInOwner"],"summary":"Update an Auto Move In Owner","operationId":"AutoMoveInOwner_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["AutoMoveInOwner"],"summary":"Delete an Auto Move In Owner","operationId":"AutoMoveInOwner_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["AutoMoveInOwner"],"summary":"Patch an Auto Move In Owner","operationId":"AutoMoveInOwner_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[AutoMoveInOwnerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AutoMoveInOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/bill/renewbillreadingconsumption":{"post":{"tags":["AuxiliaryBill"],"summary":"Recalculate reading consumption on the specified reading of a bill","operationId":"AuxiliaryBill_RenewBillReadingConsumption","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"renewBillReadDetails","in":"body","description":"Model containing bill reading recalculation parameters","required":true,"schema":{"$ref":"#/definitions/BillConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"400":{"description":"BadRequest"}}}},"/do/bill/billreadingconsumptioncalculation":{"post":{"tags":["AuxiliaryBill"],"summary":"Calculate reading consumption for a specified bill reading using the given bill","operationId":"AuxiliaryBill_GetBillReadingConsumption","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"calculationDetails","in":"body","description":"Model containing the bill read calculation parameters","required":true,"schema":{"$ref":"#/definitions/BillReadingConsumptionCalculationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"double","type":"number"}},"400":{"description":"BadRequest"}}}},"/do/bill/billserviceupdatenobill":{"post":{"tags":["AuxiliaryBill"],"summary":"Updates no bill flag for all group services and recalculates sub consumption if a master meter is attached to the billed service.","operationId":"AuxiliaryBill_GetBillServiceUpdateNoBill","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"billConsumptionModel","in":"body","description":"BillConsumptionModel parameters","required":true,"schema":{"$ref":"#/definitions/BillConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/do/bill/newmanualbill":{"post":{"tags":["AuxiliaryBill"],"summary":"Creates a new bill preloaded with the given values.\r\nUse this method when preparing manual bills for add.","operationId":"AuxiliaryBill_NewManualBill","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"billModel","in":"body","required":true,"schema":{"$ref":"#/definitions/BillModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"400":{"description":"BadRequest"}}}},"/data/backflowdevice":{"get":{"tags":["BackflowDevice"],"summary":"Retrieve list of Backflow Device items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDevice"],"summary":"Add a Backflow Device","operationId":"BackflowDevice_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevice/{id}":{"get":{"tags":["BackflowDevice"],"summary":"Retrieve a Backflow Device","operationId":"BackflowDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDevice"],"summary":"Update a Backflow Device","operationId":"BackflowDevice_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDevice"],"summary":"Delete a Backflow Device","operationId":"BackflowDevice_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDevice"],"summary":"Patch a Backflow Device","operationId":"BackflowDevice_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicecategory":{"get":{"tags":["BackflowDeviceCategory"],"summary":"Retrieve list of Backflow Device Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceCategory"],"summary":"Add a Backflow Device Category Control","operationId":"BackflowDeviceCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicecategory/{id}":{"get":{"tags":["BackflowDeviceCategory"],"summary":"Retrieve a Backflow Device Category Control","operationId":"BackflowDeviceCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceCategory"],"summary":"Update a Backflow Device Category Control","operationId":"BackflowDeviceCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceCategory"],"summary":"Delete a Backflow Device Category Control","operationId":"BackflowDeviceCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceCategory"],"summary":"Patch a Backflow Device Category Control","operationId":"BackflowDeviceCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdeviceconfig":{"get":{"tags":["BackflowDeviceConfig"],"summary":"Retrieve list of Backflow Device Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceConfig"],"summary":"Add a Backflow Device Control","operationId":"BackflowDeviceConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdeviceconfig/{id}":{"get":{"tags":["BackflowDeviceConfig"],"summary":"Retrieve a Backflow Device Control","operationId":"BackflowDeviceConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceConfig"],"summary":"Update a Backflow Device Control","operationId":"BackflowDeviceConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceConfig"],"summary":"Delete a Backflow Device Control","operationId":"BackflowDeviceConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceConfig"],"summary":"Patch a Backflow Device Control","operationId":"BackflowDeviceConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicecontaminate":{"get":{"tags":["BackflowDeviceContaminate"],"summary":"Retrieve list of Backflow Device Contaminate Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceContaminate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceContaminate"],"summary":"Add a Backflow Device Contaminate Control","operationId":"BackflowDeviceContaminate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicecontaminate/{id}":{"get":{"tags":["BackflowDeviceContaminate"],"summary":"Retrieve a Backflow Device Contaminate Control","operationId":"BackflowDeviceContaminate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceContaminate"],"summary":"Update a Backflow Device Contaminate Control","operationId":"BackflowDeviceContaminate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceContaminate"],"summary":"Delete a Backflow Device Contaminate Control","operationId":"BackflowDeviceContaminate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceContaminate"],"summary":"Patch a Backflow Device Contaminate Control","operationId":"BackflowDeviceContaminate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceContaminateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceContaminateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdeviceinstallation/{id}/change":{"post":{"tags":["BackflowDeviceInstallation"],"summary":"Change a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"changeObject","in":"body","description":"Change model object to replace this resource with.","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceInstallationChangeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInstallationChangeResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"501":{"description":"NotImplemented"}}}},"/data/backflowdeviceinstallation":{"get":{"tags":["BackflowDeviceInstallation"],"summary":"Retrieve list of Backflow Device Installation items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceInstallation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceInstallation"],"summary":"Add a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdeviceinstallation/{id}":{"get":{"tags":["BackflowDeviceInstallation"],"summary":"Retrieve a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceInstallation"],"summary":"Update a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceInstallation"],"summary":"Delete a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceInstallation"],"summary":"Patch a Backflow Device Installation","operationId":"BackflowDeviceInstallation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceInstallationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdeviceinterface":{"get":{"tags":["BackflowDeviceInterface"],"summary":"Retrieve list of Backflow Device Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceInterface"],"summary":"Add a Backflow Device Interface","operationId":"BackflowDeviceInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdeviceinterface/{id}":{"get":{"tags":["BackflowDeviceInterface"],"summary":"Retrieve a Backflow Device Interface","operationId":"BackflowDeviceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceInterface"],"summary":"Update a Backflow Device Interface","operationId":"BackflowDeviceInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceInterface"],"summary":"Delete a Backflow Device Interface","operationId":"BackflowDeviceInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceInterface"],"summary":"Patch a Backflow Device Interface","operationId":"BackflowDeviceInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicemodel":{"get":{"tags":["BackflowDeviceModel"],"summary":"Retrieve list of Backflow Device Model Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceModel"],"summary":"Add a Backflow Device Model Control","operationId":"BackflowDeviceModel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicemodel/{id}":{"get":{"tags":["BackflowDeviceModel"],"summary":"Retrieve a Backflow Device Model Control","operationId":"BackflowDeviceModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceModel"],"summary":"Update a Backflow Device Model Control","operationId":"BackflowDeviceModel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceModel"],"summary":"Delete a Backflow Device Model Control","operationId":"BackflowDeviceModel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceModel"],"summary":"Patch a Backflow Device Model Control","operationId":"BackflowDeviceModel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceModelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicerepair":{"get":{"tags":["BackflowDeviceRepair"],"summary":"Retrieve list of Backflow Device Repair items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceRepair"],"summary":"Add a Backflow Device Repair","operationId":"BackflowDeviceRepair_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicerepair/{id}":{"get":{"tags":["BackflowDeviceRepair"],"summary":"Retrieve a Backflow Device Repair","operationId":"BackflowDeviceRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceRepair"],"summary":"Update a Backflow Device Repair","operationId":"BackflowDeviceRepair_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceRepair"],"summary":"Delete a Backflow Device Repair","operationId":"BackflowDeviceRepair_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceRepair"],"summary":"Patch a Backflow Device Repair","operationId":"BackflowDeviceRepair_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceRepairModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicesize":{"get":{"tags":["BackflowDeviceSize"],"summary":"Retrieve list of Backflow Device Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceSize"],"summary":"Add a Backflow Device Size Control","operationId":"BackflowDeviceSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicesize/{id}":{"get":{"tags":["BackflowDeviceSize"],"summary":"Retrieve a Backflow Device Size Control","operationId":"BackflowDeviceSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceSize"],"summary":"Update a Backflow Device Size Control","operationId":"BackflowDeviceSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceSize"],"summary":"Delete a Backflow Device Size Control","operationId":"BackflowDeviceSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceSize"],"summary":"Patch a Backflow Device Size Control","operationId":"BackflowDeviceSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicesubgroup":{"get":{"tags":["BackflowDeviceSubgroup"],"summary":"Retrieve list of Backflow Device Subgroup Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceSubgroup"],"summary":"Add a Backflow Device Subgroup Control","operationId":"BackflowDeviceSubgroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicesubgroup/{id}":{"get":{"tags":["BackflowDeviceSubgroup"],"summary":"Retrieve a Backflow Device Subgroup Control","operationId":"BackflowDeviceSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceSubgroup"],"summary":"Update a Backflow Device Subgroup Control","operationId":"BackflowDeviceSubgroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceSubgroup"],"summary":"Delete a Backflow Device Subgroup Control","operationId":"BackflowDeviceSubgroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceSubgroup"],"summary":"Patch a Backflow Device Subgroup Control","operationId":"BackflowDeviceSubgroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceSubgroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicetest":{"get":{"tags":["BackflowDeviceTest"],"summary":"Retrieve list of Backflow Device Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceTest"],"summary":"Add a Backflow Device Test","operationId":"BackflowDeviceTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicetest/{id}":{"get":{"tags":["BackflowDeviceTest"],"summary":"Retrieve a Backflow Device Test","operationId":"BackflowDeviceTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceTest"],"summary":"Update a Backflow Device Test","operationId":"BackflowDeviceTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceTest"],"summary":"Delete a Backflow Device Test","operationId":"BackflowDeviceTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceTest"],"summary":"Patch a Backflow Device Test","operationId":"BackflowDeviceTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdevicetype":{"get":{"tags":["BackflowDeviceType"],"summary":"Retrieve list of Backflow Device Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceType"],"summary":"Add a Backflow Device Type Control","operationId":"BackflowDeviceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdevicetype/{id}":{"get":{"tags":["BackflowDeviceType"],"summary":"Retrieve a Backflow Device Type Control","operationId":"BackflowDeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceType"],"summary":"Update a Backflow Device Type Control","operationId":"BackflowDeviceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceType"],"summary":"Delete a Backflow Device Type Control","operationId":"BackflowDeviceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceType"],"summary":"Patch a Backflow Device Type Control","operationId":"BackflowDeviceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowdeviceuse":{"get":{"tags":["BackflowDeviceUse"],"summary":"Retrieve list of Backflow Device Use Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowDeviceUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowDeviceUse"],"summary":"Add a Backflow Device Use Control","operationId":"BackflowDeviceUse_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowdeviceuse/{id}":{"get":{"tags":["BackflowDeviceUse"],"summary":"Retrieve a Backflow Device Use Control","operationId":"BackflowDeviceUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowDeviceUse"],"summary":"Update a Backflow Device Use Control","operationId":"BackflowDeviceUse_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowDeviceUse"],"summary":"Delete a Backflow Device Use Control","operationId":"BackflowDeviceUse_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowDeviceUse"],"summary":"Patch a Backflow Device Use Control","operationId":"BackflowDeviceUse_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowDeviceUseModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowDeviceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowhazardcondition":{"get":{"tags":["BackflowHazardCondition"],"summary":"Retrieve list of Backflow Hazard Condition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowHazardCondition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowHazardCondition"],"summary":"Add a Backflow Hazard Condition Control","operationId":"BackflowHazardCondition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowhazardcondition/{id}":{"get":{"tags":["BackflowHazardCondition"],"summary":"Retrieve a Backflow Hazard Condition Control","operationId":"BackflowHazardCondition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowHazardCondition"],"summary":"Update a Backflow Hazard Condition Control","operationId":"BackflowHazardCondition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowHazardCondition"],"summary":"Delete a Backflow Hazard Condition Control","operationId":"BackflowHazardCondition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowHazardCondition"],"summary":"Patch a Backflow Hazard Condition Control","operationId":"BackflowHazardCondition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowHazardConditionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowHazardConditionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/backflowtestnoticereport":{"get":{"tags":["BackflowTestNoticeReportReportRun"],"summary":"Retrieves list of report run status data","operationId":"BackflowTestNoticeReportReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowTestNoticeReportReportRun"],"summary":"Execute the report.","operationId":"BackflowTestNoticeReportReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/BackflowTestNoticeReportReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/backflowtestnoticereport/{id}":{"get":{"tags":["BackflowTestNoticeReportReportRun"],"summary":"Retrieve the report run status","operationId":"BackflowTestNoticeReportReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowTestNoticeReportReportRun"],"summary":"Request to cancel a report","operationId":"BackflowTestNoticeReportReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/backflowtestnoticereport/{id}/{outputRef}":{"get":{"tags":["BackflowTestNoticeReportReportRun"],"summary":"Retrieve the file output produced by report","operationId":"BackflowTestNoticeReportReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/backflowtestnotification":{"get":{"tags":["BackflowTestNotification"],"summary":"Retrieve list of Backflow Test Notification Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BackflowTestNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowTestNotification"],"summary":"Add a Backflow Test Notification Control","operationId":"BackflowTestNotification_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/backflowtestnotification/{id}":{"get":{"tags":["BackflowTestNotification"],"summary":"Retrieve a Backflow Test Notification Control","operationId":"BackflowTestNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BackflowTestNotification"],"summary":"Update a Backflow Test Notification Control","operationId":"BackflowTestNotification_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowTestNotification"],"summary":"Delete a Backflow Test Notification Control","operationId":"BackflowTestNotification_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BackflowTestNotification"],"summary":"Patch a Backflow Test Notification Control","operationId":"BackflowTestNotification_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BackflowTestNotificationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BackflowTestNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/backflowtestnotificationprocess":{"get":{"tags":["BackflowTestNotificationProcessRun"],"summary":"Retrieves list of BackflowTestNotificationProcess process run status data","operationId":"BackflowTestNotificationProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BackflowTestNotificationProcessRun"],"summary":"Execute the BackflowTestNotificationProcess process","operationId":"BackflowTestNotificationProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in BackflowTestNotificationProcessRunModel.","required":true,"schema":{"$ref":"#/definitions/BackflowTestNotificationProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/backflowtestnotificationprocess/{id}":{"get":{"tags":["BackflowTestNotificationProcessRun"],"summary":"Retrieve the process run status","operationId":"BackflowTestNotificationProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BackflowTestNotificationProcessRun"],"summary":"Request to cancel a BackflowTestNotificationProcess process","operationId":"BackflowTestNotificationProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/balancetransfer":{"get":{"tags":["BalanceTransferRun"],"summary":"Retrieves list of BalanceTransfer process run status data","operationId":"BalanceTransferRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BalanceTransferRun"],"summary":"Execute the BalanceTransfer process","operationId":"BalanceTransferRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in BalanceTransferRunModel","required":true,"schema":{"$ref":"#/definitions/BalanceTransferRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/balancetransfer/{id}":{"get":{"tags":["BalanceTransferRun"],"summary":"Retrieve the process run status","operationId":"BalanceTransferRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BalanceTransferRun"],"summary":"Request to cancel a BalanceTransfer process","operationId":"BalanceTransferRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bank":{"get":{"tags":["Bank"],"summary":"Retrieve list of Bank Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Bank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Bank"],"summary":"Add a Bank Control","operationId":"Bank_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bank/{id}":{"get":{"tags":["Bank"],"summary":"Retrieve a Bank Control","operationId":"Bank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Bank"],"summary":"Update a Bank Control","operationId":"Bank_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Bank"],"summary":"Delete a Bank Control","operationId":"Bank_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Bank"],"summary":"Patch a Bank Control","operationId":"Bank_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankaccounttype":{"get":{"tags":["BankAccountType"],"summary":"Retrieve list of Bank Account Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BankAccountType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BankAccountType"],"summary":"Add a Bank Account Type Control","operationId":"BankAccountType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankAccountTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankAccountTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankaccounttype/{id}":{"get":{"tags":["BankAccountType"],"summary":"Retrieve a Bank Account Type Control","operationId":"BankAccountType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankAccountTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BankAccountType"],"summary":"Update a Bank Account Type Control","operationId":"BankAccountType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankAccountTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankAccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BankAccountType"],"summary":"Delete a Bank Account Type Control","operationId":"BankAccountType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankAccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BankAccountType"],"summary":"Patch a Bank Account Type Control","operationId":"BankAccountType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankAccountTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankAccountTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankbranch":{"get":{"tags":["BankBranch"],"summary":"Retrieve list of Branch Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BankBranch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BankBranch"],"summary":"Add a Branch Control","operationId":"BankBranch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankBranchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankBranchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankbranch/{id}":{"get":{"tags":["BankBranch"],"summary":"Retrieve a Branch Control","operationId":"BankBranch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankBranchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BankBranch"],"summary":"Update a Branch Control","operationId":"BankBranch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankBranchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankBranchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BankBranch"],"summary":"Delete a Branch Control","operationId":"BankBranch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankBranchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BankBranch"],"summary":"Patch a Branch Control","operationId":"BankBranch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankBranchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankBranchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankdeposit":{"get":{"tags":["BankDeposit"],"summary":"Retrieve list of Bank Deposit Integration items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BankDeposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BankDeposit"],"summary":"Add a Bank Deposit Integration","operationId":"BankDeposit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankDepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankDepositModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankdeposit/{id}":{"get":{"tags":["BankDeposit"],"summary":"Retrieve a Bank Deposit Integration","operationId":"BankDeposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankDepositModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BankDeposit"],"summary":"Update a Bank Deposit Integration","operationId":"BankDeposit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankDepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BankDeposit"],"summary":"Delete a Bank Deposit Integration","operationId":"BankDeposit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BankDeposit"],"summary":"Patch a Bank Deposit Integration","operationId":"BankDeposit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankDepositModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankDepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankruptcy":{"get":{"tags":["Bankruptcy"],"summary":"Retrieve list of Customer Bankruptcy items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Bankruptcy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Bankruptcy"],"summary":"Add a Customer Bankruptcy","operationId":"Bankruptcy_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankruptcyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankruptcy/{id}":{"get":{"tags":["Bankruptcy"],"summary":"Retrieve a Customer Bankruptcy","operationId":"Bankruptcy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Bankruptcy"],"summary":"Update a Customer Bankruptcy","operationId":"Bankruptcy_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Bankruptcy"],"summary":"Delete a Customer Bankruptcy","operationId":"Bankruptcy_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Bankruptcy"],"summary":"Patch a Customer Bankruptcy","operationId":"Bankruptcy_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankruptcyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankruptcytype":{"get":{"tags":["BankruptcyType"],"summary":"Retrieve list of Bankruptcy Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BankruptcyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BankruptcyType"],"summary":"Add a Bankruptcy Type Control","operationId":"BankruptcyType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankruptcytype/{id}":{"get":{"tags":["BankruptcyType"],"summary":"Retrieve a Bankruptcy Type Control","operationId":"BankruptcyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BankruptcyType"],"summary":"Update a Bankruptcy Type Control","operationId":"BankruptcyType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BankruptcyType"],"summary":"Delete a Bankruptcy Type Control","operationId":"BankruptcyType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BankruptcyType"],"summary":"Patch a Bankruptcy Type Control","operationId":"BankruptcyType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankruptcyTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bankruptcytypetransaction":{"get":{"tags":["BankruptcyTypeTransaction"],"summary":"Retrieve list of Bankruptcy Type Transaction Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BankruptcyTypeTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BankruptcyTypeTransaction"],"summary":"Add a Bankruptcy Type Transaction Control","operationId":"BankruptcyTypeTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bankruptcytypetransaction/{id}":{"get":{"tags":["BankruptcyTypeTransaction"],"summary":"Retrieve a Bankruptcy Type Transaction Control","operationId":"BankruptcyTypeTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BankruptcyTypeTransaction"],"summary":"Update a Bankruptcy Type Transaction Control","operationId":"BankruptcyTypeTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BankruptcyTypeTransaction"],"summary":"Delete a Bankruptcy Type Transaction Control","operationId":"BankruptcyTypeTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BankruptcyTypeTransaction"],"summary":"Patch a Bankruptcy Type Transaction Control","operationId":"BankruptcyTypeTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BankruptcyTypeTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BankruptcyTypeTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/basicmultiplier":{"get":{"tags":["BasicMultiplier"],"summary":"Retrieve list of Basic Multiplier Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BasicMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BasicMultiplier"],"summary":"Add a Basic Multiplier Control","operationId":"BasicMultiplier_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BasicMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BasicMultiplierModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/basicmultiplier/{id}":{"get":{"tags":["BasicMultiplier"],"summary":"Retrieve a Basic Multiplier Control","operationId":"BasicMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BasicMultiplierModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BasicMultiplier"],"summary":"Update a Basic Multiplier Control","operationId":"BasicMultiplier_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BasicMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BasicMultiplier"],"summary":"Delete a Basic Multiplier Control","operationId":"BasicMultiplier_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BasicMultiplier"],"summary":"Patch a Basic Multiplier Control","operationId":"BasicMultiplier_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BasicMultiplierModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/batchactiontype":{"get":{"tags":["BatchActionType"],"summary":"Retrieve list of Transaction Batch Action Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BatchActionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BatchActionType"],"summary":"Add a Transaction Batch Action Type Control","operationId":"BatchActionType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BatchActionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BatchActionTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/batchactiontype/{id}":{"get":{"tags":["BatchActionType"],"summary":"Retrieve a Transaction Batch Action Type Control","operationId":"BatchActionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BatchActionTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BatchActionType"],"summary":"Update a Transaction Batch Action Type Control","operationId":"BatchActionType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BatchActionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BatchActionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BatchActionType"],"summary":"Delete a Transaction Batch Action Type Control","operationId":"BatchActionType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BatchActionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BatchActionType"],"summary":"Patch a Transaction Batch Action Type Control","operationId":"BatchActionType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BatchActionTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BatchActionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bill/{id}/extendedduedate":{"get":{"tags":["Bill"],"summary":"Request an extended due date for the current bill. Returns the extended due date if the request succeeded or throws error 400 with the reason of the failure.","operationId":"Bill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the Bill to get the extended Due Date","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"date-time","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/bill":{"get":{"tags":["Bill"],"summary":"Retrieve list of Bill items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Bill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Bill"],"summary":"Add a Bill","operationId":"Bill_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bill/{id}":{"get":{"tags":["Bill"],"summary":"Retrieve a Bill","operationId":"Bill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Bill"],"summary":"Update a Bill","operationId":"Bill_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Bill"],"summary":"Delete a Bill","operationId":"Bill_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Bill"],"summary":"Patch a Bill","operationId":"Bill_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bill/{id}/cancelorrebill":{"put":{"tags":["Bill"],"summary":"Registers a Cancel or Rebill request against the bill. Returns OK if process succeeded, else returns the feedback.","operationId":"Bill_CancelOrRebill","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"requestParams","in":"body","description":"Cancel or Rebill request model object","required":true,"schema":{"$ref":"#/definitions/BillCancelOrRebillRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/bill/{id}/reprint":{"put":{"tags":["Bill"],"summary":"Reprints a bill","operationId":"Bill_Reprint","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"requestParams","in":"body","description":"Reprint request model object","required":true,"schema":{"$ref":"#/definitions/BillReprintRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"406":{"description":"NotAcceptable"}}}},"/data/billaction":{"get":{"tags":["BillAction"],"summary":"Retrieve list of Bill Exception Action (Temp) items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillAction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillAction"],"summary":"Add a Bill Exception Action (Temp)","operationId":"BillAction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillActionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillActionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billaction/{id}":{"get":{"tags":["BillAction"],"summary":"Retrieve a Bill Exception Action (Temp)","operationId":"BillAction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillActionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillAction"],"summary":"Update a Bill Exception Action (Temp)","operationId":"BillAction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillActionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillAction"],"summary":"Delete a Bill Exception Action (Temp)","operationId":"BillAction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillAction"],"summary":"Patch a Bill Exception Action (Temp)","operationId":"BillAction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillActionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billadjustment":{"get":{"tags":["BillAdjustment"],"summary":"Retrieve list of Bill Adjustment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillAdjustment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillAdjustment"],"summary":"Add a Bill Adjustment","operationId":"BillAdjustment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillAdjustmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillAdjustmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billadjustment/{id}":{"get":{"tags":["BillAdjustment"],"summary":"Retrieve a Bill Adjustment","operationId":"BillAdjustment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAdjustmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillAdjustment"],"summary":"Update a Bill Adjustment","operationId":"BillAdjustment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillAdjustmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAdjustmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillAdjustment"],"summary":"Delete a Bill Adjustment","operationId":"BillAdjustment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAdjustmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillAdjustment"],"summary":"Patch a Bill Adjustment","operationId":"BillAdjustment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillAdjustmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAdjustmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billallocationdetail":{"get":{"tags":["BillAllocationDetail"],"summary":"Retrieve list of Bill Allocation Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillAllocationDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillAllocationDetail"],"summary":"Add a Bill Allocation Detail","operationId":"BillAllocationDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billallocationdetail/{id}":{"get":{"tags":["BillAllocationDetail"],"summary":"Retrieve a Bill Allocation Detail","operationId":"BillAllocationDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillAllocationDetail"],"summary":"Update a Bill Allocation Detail","operationId":"BillAllocationDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillAllocationDetail"],"summary":"Delete a Bill Allocation Detail","operationId":"BillAllocationDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillAllocationDetail"],"summary":"Patch a Bill Allocation Detail","operationId":"BillAllocationDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillAllocationDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillAllocationDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billautofinalbatch":{"get":{"tags":["BillAutoFinalBatchRun"],"summary":"Retrieves list of BillAutoFinalBatch process run status data","operationId":"BillAutoFinalBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillAutoFinalBatchRun"],"summary":"Execute the BillAutoFinalBatch process","operationId":"BillAutoFinalBatchRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillAutoFinalBatch process parameters as BillAutoFinalBatchRunModel","required":true,"schema":{"$ref":"#/definitions/BillAutoFinalBatchRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billautofinalbatch/{id}":{"get":{"tags":["BillAutoFinalBatchRun"],"summary":"Retrieve the process run status","operationId":"BillAutoFinalBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillAutoFinalBatchRun"],"summary":"Request to cancel a BillAutoFinalBatch process","operationId":"BillAutoFinalBatchRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billbatch/{id}/lock":{"get":{"tags":["BillBatch"],"summary":"Get the CIS logical lock details for the specified bill batch.\r\nReturns null if no lock exists.","operationId":"BillBatch_LockInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the bill batch to get locking info for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["BillBatch"],"summary":"Place a CIS logical lock on the specified bill batch.\r\nReturns 200 if the lock was already in place for the current session.\r\nReturns 201 if the lock was successfully placed.\r\nReturns 423/Locked if the lock could not be placed because it is currently owned by another session.\r\nAll responses return locking details of the existing lock.","operationId":"BillBatch_Lock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the bill batch to lock","required":true,"type":"string"},{"name":"timeout","in":"query","description":"Amount of time (in milliseconds) to try before failing the lock attempt. 0 means only try once; Maximum valid value is 30,000 (30 seconds); Default is 0.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"423":{"description":"423","schema":{"$ref":"#/definitions/LockingInfoModel"}}}},"delete":{"tags":["BillBatch"],"summary":"Release the CIS logical lock on the specified bill batch.\r\nReturns 200 if the lock was successfully removed, or if the lock did not exist.\r\nReturns 423/Locked if the lock exists and is not owned by this session and was therefore not released.\r\nAlso returns the lock info of the existing or released lock, or null if no lock exists.","operationId":"BillBatch_Unlock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the bill batch to unlock","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/billbatch/{id}/createpaymentsbatch":{"post":{"tags":["BillBatch"],"summary":"Creates a payment transaction batch for the specified bill batch.","operationId":"BillBatch_CreatePaymentsBatch","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the bill batch for which to create payments batch","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"int64","type":"integer"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/billbatch/{id}/cancelallbills":{"put":{"tags":["BillBatch"],"summary":"Cancel all the bills in this batch.\r\nTypically used to reverse all bills in a batch that was updated in error.","operationId":"BillBatch_CancelAllBills","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the bill batch to cancel all bills for","required":true,"type":"string"},{"name":"cancelReason","in":"query","description":"Reason description for the cancel request","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/billbatch":{"get":{"tags":["BillBatch"],"summary":"Retrieve list of Bill Batch items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillBatch"],"summary":"Add a Bill Batch","operationId":"BillBatch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillBatchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billbatch/{id}":{"get":{"tags":["BillBatch"],"summary":"Retrieve a Bill Batch","operationId":"BillBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillBatch"],"summary":"Update a Bill Batch","operationId":"BillBatch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillBatch"],"summary":"Delete a Bill Batch","operationId":"BillBatch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillBatch"],"summary":"Patch a Bill Batch","operationId":"BillBatch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillBatchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billbatchduedate":{"get":{"tags":["BillBatchDueDate"],"summary":"Retrieve list of Billing Batch Due Date items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillBatchDueDate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillBatchDueDate"],"summary":"Add a Billing Batch Due Date","operationId":"BillBatchDueDate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billbatchduedate/{id}":{"get":{"tags":["BillBatchDueDate"],"summary":"Retrieve a Billing Batch Due Date","operationId":"BillBatchDueDate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillBatchDueDate"],"summary":"Update a Billing Batch Due Date","operationId":"BillBatchDueDate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillBatchDueDate"],"summary":"Delete a Billing Batch Due Date","operationId":"BillBatchDueDate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillBatchDueDate"],"summary":"Patch a Billing Batch Due Date","operationId":"BillBatchDueDate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillBatchDueDateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBatchDueDateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billbatchvalidation":{"get":{"tags":["BillBatchValidationRun"],"summary":"Retrieves list of bill batch validation process run status data","operationId":"BillBatchValidationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillBatchValidationRun"],"summary":"Execute the bill batch validation process","operationId":"BillBatchValidationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in BillBatchValidationRunModel","required":true,"schema":{"$ref":"#/definitions/BillBatchValidationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billbatchvalidation/{id}":{"get":{"tags":["BillBatchValidationRun"],"summary":"Retrieve the process run status","operationId":"BillBatchValidationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillBatchValidationRun"],"summary":"Request to cancel a BillBatchValidation process","operationId":"BillBatchValidationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billblocksummary":{"get":{"tags":["BillBlockSummary"],"summary":"Retrieve list of Monthly Block Summary items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillBlockSummary_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillBlockSummary"],"summary":"Add a Monthly Block Summary","operationId":"BillBlockSummary_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billblocksummary/{id}":{"get":{"tags":["BillBlockSummary"],"summary":"Retrieve a Monthly Block Summary","operationId":"BillBlockSummary_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillBlockSummary"],"summary":"Update a Monthly Block Summary","operationId":"BillBlockSummary_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillBlockSummary"],"summary":"Delete a Monthly Block Summary","operationId":"BillBlockSummary_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillBlockSummary"],"summary":"Patch a Monthly Block Summary","operationId":"BillBlockSummary_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillBlockSummaryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billblocksummarydetail":{"get":{"tags":["BillBlockSummaryDetail"],"summary":"Retrieve list of Monthly Block Summary Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillBlockSummaryDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillBlockSummaryDetail"],"summary":"Add a Monthly Block Summary Detail","operationId":"BillBlockSummaryDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billblocksummarydetail/{id}":{"get":{"tags":["BillBlockSummaryDetail"],"summary":"Retrieve a Monthly Block Summary Detail","operationId":"BillBlockSummaryDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillBlockSummaryDetail"],"summary":"Update a Monthly Block Summary Detail","operationId":"BillBlockSummaryDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillBlockSummaryDetail"],"summary":"Delete a Monthly Block Summary Detail","operationId":"BillBlockSummaryDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillBlockSummaryDetail"],"summary":"Patch a Monthly Block Summary Detail","operationId":"BillBlockSummaryDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillBlockSummaryDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillBlockSummaryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billcancelbatch":{"get":{"tags":["BillCancelBatchRun"],"summary":"Retrieves list of BillCancelBatch process run status data","operationId":"BillCancelBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillCancelBatchRun"],"summary":"Execute the BillCancelBatch process","operationId":"BillCancelBatchRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillCancelBatch process parameters as BillCancelBatchRunModel","required":true,"schema":{"$ref":"#/definitions/BillCancelBatchRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billcancelbatch/{id}":{"get":{"tags":["BillCancelBatchRun"],"summary":"Retrieve the process run status","operationId":"BillCancelBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillCancelBatchRun"],"summary":"Request to cancel a BillCancelBatch process","operationId":"BillCancelBatchRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billcancelrebillbatch":{"get":{"tags":["BillCancelRebillBatchRun"],"summary":"Retrieves list of BillCancelRebillBatch process run status data","operationId":"BillCancelRebillBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillCancelRebillBatchRun"],"summary":"Execute the BillCancelRebillBatch process","operationId":"BillCancelRebillBatchRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillCancelRebillBatch process parameters as BillCancelRebillBatchRunModel","required":true,"schema":{"$ref":"#/definitions/BillCancelRebillBatchRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billcancelrebillbatch/{id}":{"get":{"tags":["BillCancelRebillBatchRun"],"summary":"Retrieve the process run status","operationId":"BillCancelRebillBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillCancelRebillBatchRun"],"summary":"Request to cancel a BillCancelRebillBatch process","operationId":"BillCancelRebillBatchRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billcode":{"get":{"tags":["BillCode"],"summary":"Retrieve list of Bill Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillCode"],"summary":"Add a Bill Code Control","operationId":"BillCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billcode/{id}":{"get":{"tags":["BillCode"],"summary":"Retrieve a Bill Code Control","operationId":"BillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillCode"],"summary":"Update a Bill Code Control","operationId":"BillCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillCode"],"summary":"Delete a Bill Code Control","operationId":"BillCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillCode"],"summary":"Patch a Bill Code Control","operationId":"BillCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billcyclebatch":{"get":{"tags":["BillCycleBatchRun"],"summary":"Retrieves list of BillCycleBatch process run status data","operationId":"BillCycleBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillCycleBatchRun"],"summary":"Execute the BillCycleBatch process","operationId":"BillCycleBatchRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillCycleBatch process parameters as BillCycleBatchRunModel","required":true,"schema":{"$ref":"#/definitions/BillCycleBatchRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billcyclebatch/{id}":{"get":{"tags":["BillCycleBatchRun"],"summary":"Retrieve the process run status","operationId":"BillCycleBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillCycleBatchRun"],"summary":"Request to cancel a BillCycleBatch process","operationId":"BillCycleBatchRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billequipment":{"get":{"tags":["BillEquipment"],"summary":"Retrieve list of Bill Flat Rate/Rental Equipment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillEquipment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillEquipment"],"summary":"Add a Bill Flat Rate/Rental Equipment","operationId":"BillEquipment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillEquipmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillEquipmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billequipment/{id}":{"get":{"tags":["BillEquipment"],"summary":"Retrieve a Bill Flat Rate/Rental Equipment","operationId":"BillEquipment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillEquipmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillEquipment"],"summary":"Update a Bill Flat Rate/Rental Equipment","operationId":"BillEquipment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillEquipmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillEquipment"],"summary":"Delete a Bill Flat Rate/Rental Equipment","operationId":"BillEquipment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillEquipment"],"summary":"Patch a Bill Flat Rate/Rental Equipment","operationId":"BillEquipment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillEquipmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillEquipmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billexport":{"get":{"tags":["BillExportRun"],"summary":"Retrieves list of BillExport process run status data","operationId":"BillExportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillExportRun"],"summary":"Execute the BillExport process","operationId":"BillExportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillExport process parameters as BillExportRunModel","required":true,"schema":{"$ref":"#/definitions/BillExportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billexport/{id}":{"get":{"tags":["BillExportRun"],"summary":"Retrieve the process run status","operationId":"BillExportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillExportRun"],"summary":"Request to cancel a BillExport process","operationId":"BillExportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billgetnewreads":{"get":{"tags":["BillGetNewReadsRun"],"summary":"Retrieves list of BillGetNewReads process run status data","operationId":"BillGetNewReadsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillGetNewReadsRun"],"summary":"Execute the BillGetNewReads process","operationId":"BillGetNewReadsRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillGetNewReads process parameters as BillGetNewReadsRunModel","required":true,"schema":{"$ref":"#/definitions/BillGetNewReadsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billgetnewreads/{id}":{"get":{"tags":["BillGetNewReadsRun"],"summary":"Retrieve the process run status","operationId":"BillGetNewReadsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillGetNewReadsRun"],"summary":"Request to cancel a BillGetNewReads process","operationId":"BillGetNewReadsRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billgroupcode":{"get":{"tags":["BillGroupCode"],"summary":"Retrieve list of Bill Grouping Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillGroupCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillGroupCode"],"summary":"Add a Bill Grouping Control","operationId":"BillGroupCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillGroupCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillGroupCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billgroupcode/{id}":{"get":{"tags":["BillGroupCode"],"summary":"Retrieve a Bill Grouping Control","operationId":"BillGroupCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillGroupCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillGroupCode"],"summary":"Update a Bill Grouping Control","operationId":"BillGroupCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillGroupCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillGroupCode"],"summary":"Delete a Bill Grouping Control","operationId":"BillGroupCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillGroupCode"],"summary":"Patch a Bill Grouping Control","operationId":"BillGroupCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillGroupCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billingadjustmentpickup":{"get":{"tags":["BillingAdjustmentPickupRun"],"summary":"Retrieves list of BillingAdjustmentPickup process run status data","operationId":"BillingAdjustmentPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingAdjustmentPickupRun"],"summary":"Execute the BillingAdjustmentPickup process","operationId":"BillingAdjustmentPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillingAdjustmentPickup process parameters as BillingAdjustmentPickupRunModel","required":true,"schema":{"$ref":"#/definitions/BillingAdjustmentPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billingadjustmentpickup/{id}":{"get":{"tags":["BillingAdjustmentPickupRun"],"summary":"Retrieve the process run status","operationId":"BillingAdjustmentPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingAdjustmentPickupRun"],"summary":"Request to cancel a BillingAdjustmentPickup process","operationId":"BillingAdjustmentPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billingandratestatistics":{"get":{"tags":["BillingAndRateStatisticsReportRun"],"summary":"Retrieves list of report run status data","operationId":"BillingAndRateStatisticsReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingAndRateStatisticsReportRun"],"summary":"Execute the report.","operationId":"BillingAndRateStatisticsReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/BillingAndRateStatisticsReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/billingandratestatistics/{id}":{"get":{"tags":["BillingAndRateStatisticsReportRun"],"summary":"Retrieve the report run status","operationId":"BillingAndRateStatisticsReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingAndRateStatisticsReportRun"],"summary":"Request to cancel a report","operationId":"BillingAndRateStatisticsReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billingandratestatistics/{id}/{outputRef}":{"get":{"tags":["BillingAndRateStatisticsReportRun"],"summary":"Retrieve the file output produced by report","operationId":"BillingAndRateStatisticsReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingfactor":{"get":{"tags":["BillingFactor"],"summary":"Retrieve list of Billing Factor Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingFactor"],"summary":"Add a Billing Factor Control","operationId":"BillingFactor_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingFactorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingfactor/{id}":{"get":{"tags":["BillingFactor"],"summary":"Retrieve a Billing Factor Control","operationId":"BillingFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingFactor"],"summary":"Update a Billing Factor Control","operationId":"BillingFactor_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingFactor"],"summary":"Delete a Billing Factor Control","operationId":"BillingFactor_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingFactor"],"summary":"Patch a Billing Factor Control","operationId":"BillingFactor_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingFactorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingfactortype":{"get":{"tags":["BillingFactorType"],"summary":"Retrieve list of Billing Factor Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingFactorType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingFactorType"],"summary":"Add a Billing Factor Type Control","operationId":"BillingFactorType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingfactortype/{id}":{"get":{"tags":["BillingFactorType"],"summary":"Retrieve a Billing Factor Type Control","operationId":"BillingFactorType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingFactorType"],"summary":"Update a Billing Factor Type Control","operationId":"BillingFactorType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingFactorType"],"summary":"Delete a Billing Factor Type Control","operationId":"BillingFactorType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingFactorType"],"summary":"Patch a Billing Factor Type Control","operationId":"BillingFactorType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingFactorTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFactorTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingfrequency":{"get":{"tags":["BillingFrequency"],"summary":"Retrieve list of Billing Frequency Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingFrequency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingFrequency"],"summary":"Add a Billing Frequency Control","operationId":"BillingFrequency_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFrequencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingFrequencyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingfrequency/{id}":{"get":{"tags":["BillingFrequency"],"summary":"Retrieve a Billing Frequency Control","operationId":"BillingFrequency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFrequencyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingFrequency"],"summary":"Update a Billing Frequency Control","operationId":"BillingFrequency_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingFrequencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingFrequency"],"summary":"Delete a Billing Frequency Control","operationId":"BillingFrequency_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingFrequency"],"summary":"Patch a Billing Frequency Control","operationId":"BillingFrequency_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingFrequencyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingFrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingindex":{"get":{"tags":["BillingIndex"],"summary":"Retrieve list of Index items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIndex_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIndex"],"summary":"Add an Index","operationId":"BillingIndex_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIndexModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIndexModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingindex/{id}":{"get":{"tags":["BillingIndex"],"summary":"Retrieve an Index","operationId":"BillingIndex_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIndex"],"summary":"Update an Index","operationId":"BillingIndex_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIndexModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIndex"],"summary":"Delete an Index","operationId":"BillingIndex_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIndex"],"summary":"Patch an Index","operationId":"BillingIndex_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIndexModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingindexdetail":{"get":{"tags":["BillingIndexDetail"],"summary":"Retrieve list of Index Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIndexDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIndexDetail"],"summary":"Add an Index Detail","operationId":"BillingIndexDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingindexdetail/{id}":{"get":{"tags":["BillingIndexDetail"],"summary":"Retrieve an Index Detail","operationId":"BillingIndexDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIndexDetail"],"summary":"Update an Index Detail","operationId":"BillingIndexDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIndexDetail"],"summary":"Delete an Index Detail","operationId":"BillingIndexDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIndexDetail"],"summary":"Patch an Index Detail","operationId":"BillingIndexDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIndexDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIndexDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billinginterval":{"get":{"tags":["BillingInterval"],"summary":"Retrieve list of Billing Interval Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingInterval_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingInterval"],"summary":"Add a Billing Interval Control","operationId":"BillingInterval_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIntervalModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billinginterval/{id}":{"get":{"tags":["BillingInterval"],"summary":"Retrieve a Billing Interval Control","operationId":"BillingInterval_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingInterval"],"summary":"Update a Billing Interval Control","operationId":"BillingInterval_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingInterval"],"summary":"Delete a Billing Interval Control","operationId":"BillingInterval_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingInterval"],"summary":"Patch a Billing Interval Control","operationId":"BillingInterval_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIntervalModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingintervalcode":{"get":{"tags":["BillingIntervalCode"],"summary":"Retrieve list of Billing Interval Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIntervalCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIntervalCode"],"summary":"Add a Billing Interval Code Control","operationId":"BillingIntervalCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingintervalcode/{id}":{"get":{"tags":["BillingIntervalCode"],"summary":"Retrieve a Billing Interval Code Control","operationId":"BillingIntervalCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIntervalCode"],"summary":"Update a Billing Interval Code Control","operationId":"BillingIntervalCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIntervalCode"],"summary":"Delete a Billing Interval Code Control","operationId":"BillingIntervalCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIntervalCode"],"summary":"Patch a Billing Interval Code Control","operationId":"BillingIntervalCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIntervalCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingintervaldailytimetable":{"get":{"tags":["BillingIntervalDailyTimetable"],"summary":"Retrieve list of Billing Interval Daily Timetable Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIntervalDailyTimetable_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIntervalDailyTimetable"],"summary":"Add a Billing Interval Daily Timetable Control","operationId":"BillingIntervalDailyTimetable_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingintervaldailytimetable/{id}":{"get":{"tags":["BillingIntervalDailyTimetable"],"summary":"Retrieve a Billing Interval Daily Timetable Control","operationId":"BillingIntervalDailyTimetable_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIntervalDailyTimetable"],"summary":"Update a Billing Interval Daily Timetable Control","operationId":"BillingIntervalDailyTimetable_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIntervalDailyTimetable"],"summary":"Delete a Billing Interval Daily Timetable Control","operationId":"BillingIntervalDailyTimetable_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIntervalDailyTimetable"],"summary":"Patch a Billing Interval Daily Timetable Control","operationId":"BillingIntervalDailyTimetable_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIntervalDailyTimetableModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalDailyTimetableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingintervalgroup":{"get":{"tags":["BillingIntervalGroup"],"summary":"Retrieve list of Billing Interval Group items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIntervalGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIntervalGroup"],"summary":"Add a Billing Interval Group","operationId":"BillingIntervalGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingintervalgroup/{id}":{"get":{"tags":["BillingIntervalGroup"],"summary":"Retrieve a Billing Interval Group","operationId":"BillingIntervalGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIntervalGroup"],"summary":"Update a Billing Interval Group","operationId":"BillingIntervalGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIntervalGroup"],"summary":"Delete a Billing Interval Group","operationId":"BillingIntervalGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIntervalGroup"],"summary":"Patch a Billing Interval Group","operationId":"BillingIntervalGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIntervalGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingintervalgroupcode":{"get":{"tags":["BillingIntervalGroupCode"],"summary":"Retrieve list of Billing Interval Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingIntervalGroupCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingIntervalGroupCode"],"summary":"Add a Billing Interval Group Control","operationId":"BillingIntervalGroupCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingintervalgroupcode/{id}":{"get":{"tags":["BillingIntervalGroupCode"],"summary":"Retrieve a Billing Interval Group Control","operationId":"BillingIntervalGroupCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingIntervalGroupCode"],"summary":"Update a Billing Interval Group Control","operationId":"BillingIntervalGroupCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingIntervalGroupCode"],"summary":"Delete a Billing Interval Group Control","operationId":"BillingIntervalGroupCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingIntervalGroupCode"],"summary":"Patch a Billing Interval Group Control","operationId":"BillingIntervalGroupCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingIntervalGroupCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingIntervalGroupCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billingratedetail":{"get":{"tags":["BillingRateDetail"],"summary":"Retrieve list of Billing Rate Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillingRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingRateDetail"],"summary":"Add a Billing Rate Detail","operationId":"BillingRateDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillingRateDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billingratedetail/{id}":{"get":{"tags":["BillingRateDetail"],"summary":"Retrieve a Billing Rate Detail","operationId":"BillingRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingRateDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillingRateDetail"],"summary":"Update a Billing Rate Detail","operationId":"BillingRateDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillingRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingRateDetail"],"summary":"Delete a Billing Rate Detail","operationId":"BillingRateDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillingRateDetail"],"summary":"Patch a Billing Rate Detail","operationId":"BillingRateDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillingRateDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillingRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billingschedulecreation":{"get":{"tags":["BillingScheduleCreationProcessRun"],"summary":"Retrieves list of BillingScheduleCreation process run status data","operationId":"BillingScheduleCreationProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillingScheduleCreationProcessRun"],"summary":"Execute the BillingScheduleCreation process","operationId":"BillingScheduleCreationProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillingScheduleCreation process parameters as BillingScheduleCreationRunModel","required":true,"schema":{"$ref":"#/definitions/BillingScheduleCreationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billingschedulecreation/{id}":{"get":{"tags":["BillingScheduleCreationProcessRun"],"summary":"Retrieve the process run status","operationId":"BillingScheduleCreationProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillingScheduleCreationProcessRun"],"summary":"Request to cancel a BillingScheduleCreation process","operationId":"BillingScheduleCreationProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billintervalcharge":{"get":{"tags":["BillIntervalCharge"],"summary":"Retrieve list of Bill Interval Charge items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillIntervalCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillIntervalCharge"],"summary":"Add a Bill Interval Charge","operationId":"BillIntervalCharge_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billintervalcharge/{id}":{"get":{"tags":["BillIntervalCharge"],"summary":"Retrieve a Bill Interval Charge","operationId":"BillIntervalCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillIntervalCharge"],"summary":"Update a Bill Interval Charge","operationId":"BillIntervalCharge_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillIntervalCharge"],"summary":"Delete a Bill Interval Charge","operationId":"BillIntervalCharge_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillIntervalCharge"],"summary":"Patch a Bill Interval Charge","operationId":"BillIntervalCharge_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillIntervalChargeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billintervalreading":{"get":{"tags":["BillIntervalReading"],"summary":"Retrieve list of Bill Interval Reading items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillIntervalReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillIntervalReading"],"summary":"Add a Bill Interval Reading","operationId":"BillIntervalReading_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billintervalreading/{id}":{"get":{"tags":["BillIntervalReading"],"summary":"Retrieve a Bill Interval Reading","operationId":"BillIntervalReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillIntervalReading"],"summary":"Update a Bill Interval Reading","operationId":"BillIntervalReading_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillIntervalReading"],"summary":"Delete a Bill Interval Reading","operationId":"BillIntervalReading_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillIntervalReading"],"summary":"Patch a Bill Interval Reading","operationId":"BillIntervalReading_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillIntervalReadingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillIntervalReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billjournal":{"get":{"tags":["BillJournalReportRun"],"summary":"Retrieves list of report run status data","operationId":"BillJournalReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillJournalReportRun"],"summary":"Execute the report.","operationId":"BillJournalReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/BillJournalReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/billjournal/{id}":{"get":{"tags":["BillJournalReportRun"],"summary":"Retrieve the report run status","operationId":"BillJournalReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillJournalReportRun"],"summary":"Request to cancel a report","operationId":"BillJournalReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billjournal/{id}/{outputRef}":{"get":{"tags":["BillJournalReportRun"],"summary":"Retrieve the file output produced by report","operationId":"BillJournalReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billmessage":{"get":{"tags":["BillMessage"],"summary":"Retrieve list of Bill Message items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillMessage"],"summary":"Add a Bill Message","operationId":"BillMessage_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillMessageModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billmessage/{id}":{"get":{"tags":["BillMessage"],"summary":"Retrieve a Bill Message","operationId":"BillMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillMessage"],"summary":"Update a Bill Message","operationId":"BillMessage_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillMessage"],"summary":"Delete a Bill Message","operationId":"BillMessage_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillMessage"],"summary":"Patch a Bill Message","operationId":"BillMessage_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillMessageModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billmessagecode":{"get":{"tags":["BillMessageCode"],"summary":"Retrieve list of Bill Message Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillMessageCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillMessageCode"],"summary":"Add a Bill Message Code Control","operationId":"BillMessageCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillMessageCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billmessagecode/{id}":{"get":{"tags":["BillMessageCode"],"summary":"Retrieve a Bill Message Code Control","operationId":"BillMessageCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillMessageCode"],"summary":"Update a Bill Message Code Control","operationId":"BillMessageCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillMessageCode"],"summary":"Delete a Bill Message Code Control","operationId":"BillMessageCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillMessageCode"],"summary":"Patch a Bill Message Code Control","operationId":"BillMessageCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillMessageCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billmessagetype":{"get":{"tags":["BillMessageType"],"summary":"Retrieve list of Bill Message Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillMessageType"],"summary":"Add a Bill Message Type Control","operationId":"BillMessageType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillMessageTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billmessagetype/{id}":{"get":{"tags":["BillMessageType"],"summary":"Retrieve a Bill Message Type Control","operationId":"BillMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillMessageType"],"summary":"Update a Bill Message Type Control","operationId":"BillMessageType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillMessageType"],"summary":"Delete a Bill Message Type Control","operationId":"BillMessageType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillMessageType"],"summary":"Patch a Bill Message Type Control","operationId":"BillMessageType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillMessageTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billnewtransactions":{"get":{"tags":["BillNewTransactionsRun"],"summary":"Retrieves list of BillNewTransactions process run status data","operationId":"BillNewTransactionsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillNewTransactionsRun"],"summary":"Execute the BillNewTransactions process","operationId":"BillNewTransactionsRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillNewTransactions process parameters as BillNewTransactionsRunModel","required":true,"schema":{"$ref":"#/definitions/BillNewTransactionsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billnewtransactions/{id}":{"get":{"tags":["BillNewTransactionsRun"],"summary":"Retrieve the process run status","operationId":"BillNewTransactionsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillNewTransactionsRun"],"summary":"Request to cancel a BillNewTransactions process","operationId":"BillNewTransactionsRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billpenalty":{"get":{"tags":["BillPenalty"],"summary":"Retrieve list of Bill Penalty items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillPenalty_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPenalty"],"summary":"Add a Bill Penalty","operationId":"BillPenalty_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPenaltyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillPenaltyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billpenalty/{id}":{"get":{"tags":["BillPenalty"],"summary":"Retrieve a Bill Penalty","operationId":"BillPenalty_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPenaltyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillPenalty"],"summary":"Update a Bill Penalty","operationId":"BillPenalty_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPenaltyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPenaltyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPenalty"],"summary":"Delete a Bill Penalty","operationId":"BillPenalty_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPenaltyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillPenalty"],"summary":"Patch a Bill Penalty","operationId":"BillPenalty_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillPenaltyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPenaltyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billpos":{"get":{"tags":["BillPos"],"summary":"Retrieve list of Bill POS Item items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillPos_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPos"],"summary":"Add a Bill POS Item","operationId":"BillPos_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPosModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillPosModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billpos/{id}":{"get":{"tags":["BillPos"],"summary":"Retrieve a Bill POS Item","operationId":"BillPos_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPosModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillPos"],"summary":"Update a Bill POS Item","operationId":"BillPos_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPosModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPosModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPos"],"summary":"Delete a Bill POS Item","operationId":"BillPos_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPosModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillPos"],"summary":"Patch a Bill POS Item","operationId":"BillPos_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillPosModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPosModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billprint":{"get":{"tags":["BillPrint"],"summary":"Retrieve list of Bill Print Format Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillPrint_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPrint"],"summary":"Add a Bill Print Format Control","operationId":"BillPrint_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillPrintModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billprint/{id}":{"get":{"tags":["BillPrint"],"summary":"Retrieve a Bill Print Format Control","operationId":"BillPrint_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillPrint"],"summary":"Update a Bill Print Format Control","operationId":"BillPrint_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPrint"],"summary":"Delete a Bill Print Format Control","operationId":"BillPrint_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillPrint"],"summary":"Patch a Bill Print Format Control","operationId":"BillPrint_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillPrintModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billprintgroup":{"get":{"tags":["BillPrintGroup"],"summary":"Retrieve list of Bill Print Group items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillPrintGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPrintGroup"],"summary":"Add a Bill Print Group","operationId":"BillPrintGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillPrintGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billprintgroup/{id}":{"get":{"tags":["BillPrintGroup"],"summary":"Retrieve a Bill Print Group","operationId":"BillPrintGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillPrintGroup"],"summary":"Update a Bill Print Group","operationId":"BillPrintGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPrintGroup"],"summary":"Delete a Bill Print Group","operationId":"BillPrintGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillPrintGroup"],"summary":"Patch a Bill Print Group","operationId":"BillPrintGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillPrintGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billprintregistration":{"get":{"tags":["BillPrintRegistration"],"summary":"Retrieve list of Bill Print Registration items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillPrintRegistration_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPrintRegistration"],"summary":"Add a Bill Print Registration","operationId":"BillPrintRegistration_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billprintregistration/{id}":{"get":{"tags":["BillPrintRegistration"],"summary":"Retrieve a Bill Print Registration","operationId":"BillPrintRegistration_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillPrintRegistration"],"summary":"Update a Bill Print Registration","operationId":"BillPrintRegistration_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPrintRegistration"],"summary":"Delete a Bill Print Registration","operationId":"BillPrintRegistration_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillPrintRegistration"],"summary":"Patch a Bill Print Registration","operationId":"BillPrintRegistration_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillPrintRegistrationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillPrintRegistrationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billprint":{"get":{"tags":["BillPrintReportRun"],"summary":"Retrieves list of report run status data","operationId":"BillPrintReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillPrintReportRun"],"summary":"Execute the report.","operationId":"BillPrintReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/BillPrintReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/billprint/{id}":{"get":{"tags":["BillPrintReportRun"],"summary":"Retrieve the report run status","operationId":"BillPrintReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillPrintReportRun"],"summary":"Request to cancel a report","operationId":"BillPrintReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billprint/{id}/{outputRef}":{"get":{"tags":["BillPrintReportRun"],"summary":"Retrieve the file output produced by report","operationId":"BillPrintReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billrate":{"get":{"tags":["BillRate"],"summary":"Retrieve list of Bill Block items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillRate"],"summary":"Add a Bill Block","operationId":"BillRate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillRateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billrate/{id}":{"get":{"tags":["BillRate"],"summary":"Retrieve a Bill Block","operationId":"BillRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillRate"],"summary":"Update a Bill Block","operationId":"BillRate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillRate"],"summary":"Delete a Bill Block","operationId":"BillRate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillRate"],"summary":"Patch a Bill Block","operationId":"BillRate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillRateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billratedetail":{"get":{"tags":["BillRateDetail"],"summary":"Retrieve list of Bill Block Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillRateDetail"],"summary":"Add a Bill Block Detail","operationId":"BillRateDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillRateDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billratedetail/{id}":{"get":{"tags":["BillRateDetail"],"summary":"Retrieve a Bill Block Detail","operationId":"BillRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillRateDetail"],"summary":"Update a Bill Block Detail","operationId":"BillRateDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillRateDetail"],"summary":"Delete a Bill Block Detail","operationId":"BillRateDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillRateDetail"],"summary":"Patch a Bill Block Detail","operationId":"BillRateDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillRateDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billreading":{"get":{"tags":["BillReading"],"summary":"Retrieve list of Bill Reading items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillReading"],"summary":"Add a Bill Reading","operationId":"BillReading_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillReadingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billreading/{id}":{"get":{"tags":["BillReading"],"summary":"Retrieve a Bill Reading","operationId":"BillReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillReadingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillReading"],"summary":"Update a Bill Reading","operationId":"BillReading_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillReading"],"summary":"Delete a Bill Reading","operationId":"BillReading_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillReading"],"summary":"Patch a Bill Reading","operationId":"BillReading_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillReadingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billrecalculate":{"get":{"tags":["BillRecalculateRun"],"summary":"Retrieves list of BillRecalculate process run status data","operationId":"BillRecalculateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillRecalculateRun"],"summary":"Execute the BillRecalculate process","operationId":"BillRecalculateRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillRecalculate process parameters as BillRecalculateRunModel","required":true,"schema":{"$ref":"#/definitions/BillRecalculateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billrecalculate/{id}":{"get":{"tags":["BillRecalculateRun"],"summary":"Retrieve the process run status","operationId":"BillRecalculateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillRecalculateRun"],"summary":"Request to cancel a BillRecalculate process","operationId":"BillRecalculateRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billreread":{"get":{"tags":["BillRereadReportRun"],"summary":"Retrieves list of report run status data","operationId":"BillRereadReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillRereadReportRun"],"summary":"Execute the report.","operationId":"BillRereadReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/BillRereadReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/billreread/{id}":{"get":{"tags":["BillRereadReportRun"],"summary":"Retrieve the report run status","operationId":"BillRereadReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillRereadReportRun"],"summary":"Request to cancel a report","operationId":"BillRereadReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/billreread/{id}/{outputRef}":{"get":{"tags":["BillRereadReportRun"],"summary":"Retrieve the file output produced by report","operationId":"BillRereadReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billscheduling":{"get":{"tags":["BillSchedulingRun"],"summary":"Retrieves list of BillScheduling process run status data","operationId":"BillSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillSchedulingRun"],"summary":"Execute the BillScheduling process","operationId":"BillSchedulingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillScheduling process parameters as BillSchedulingRunModel","required":true,"schema":{"$ref":"#/definitions/BillSchedulingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billscheduling/{id}":{"get":{"tags":["BillSchedulingRun"],"summary":"Retrieve the process run status","operationId":"BillSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillSchedulingRun"],"summary":"Request to cancel a BillScheduling process","operationId":"BillSchedulingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billservice":{"get":{"tags":["BillService"],"summary":"Retrieve list of Bill Service items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillService"],"summary":"Add a Bill Service","operationId":"BillService_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billservice/{id}":{"get":{"tags":["BillService"],"summary":"Retrieve a Bill Service","operationId":"BillService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillService"],"summary":"Update a Bill Service","operationId":"BillService_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillService"],"summary":"Delete a Bill Service","operationId":"BillService_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillService"],"summary":"Patch a Bill Service","operationId":"BillService_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billstatus":{"get":{"tags":["BillStatus"],"summary":"Retrieve list of Bill Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillStatus"],"summary":"Add a Bill Status Control","operationId":"BillStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billstatus/{id}":{"get":{"tags":["BillStatus"],"summary":"Retrieve a Bill Status Control","operationId":"BillStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillStatus"],"summary":"Update a Bill Status Control","operationId":"BillStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillStatus"],"summary":"Delete a Bill Status Control","operationId":"BillStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillStatus"],"summary":"Patch a Bill Status Control","operationId":"BillStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billsubmeterconsumption":{"get":{"tags":["BillSubMeterConsumption"],"summary":"Retrieve list of Bill Sub-Meter Consumption items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillSubMeterConsumption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillSubMeterConsumption"],"summary":"Add a Bill Sub-Meter Consumption","operationId":"BillSubMeterConsumption_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billsubmeterconsumption/{id}":{"get":{"tags":["BillSubMeterConsumption"],"summary":"Retrieve a Bill Sub-Meter Consumption","operationId":"BillSubMeterConsumption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillSubMeterConsumption"],"summary":"Update a Bill Sub-Meter Consumption","operationId":"BillSubMeterConsumption_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillSubMeterConsumption"],"summary":"Delete a Bill Sub-Meter Consumption","operationId":"BillSubMeterConsumption_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillSubMeterConsumption"],"summary":"Patch a Bill Sub-Meter Consumption","operationId":"BillSubMeterConsumption_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillSubMeterConsumptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billtransaction":{"get":{"tags":["BillTransaction"],"summary":"Retrieve list of Bill Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillTransaction"],"summary":"Add a Bill Transaction","operationId":"BillTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billtransaction/{id}":{"get":{"tags":["BillTransaction"],"summary":"Retrieve a Bill Transaction","operationId":"BillTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillTransaction"],"summary":"Update a Bill Transaction","operationId":"BillTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillTransaction"],"summary":"Delete a Bill Transaction","operationId":"BillTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillTransaction"],"summary":"Patch a Bill Transaction","operationId":"BillTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/billtype":{"get":{"tags":["BillType"],"summary":"Retrieve list of Bill Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BillType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillType"],"summary":"Add a Bill Type Control","operationId":"BillType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BillTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/billtype/{id}":{"get":{"tags":["BillType"],"summary":"Retrieve a Bill Type Control","operationId":"BillType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BillType"],"summary":"Update a Bill Type Control","operationId":"BillType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BillTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillType"],"summary":"Delete a Bill Type Control","operationId":"BillType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BillType"],"summary":"Patch a Bill Type Control","operationId":"BillType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BillTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BillTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/billupdate":{"get":{"tags":["BillUpdateRun"],"summary":"Retrieves list of BillUpdate process run status data","operationId":"BillUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BillUpdateRun"],"summary":"Execute the BillUpdate process","operationId":"BillUpdateRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The BillUpdate process parameters as BillUpdateRunModel","required":true,"schema":{"$ref":"#/definitions/BillUpdateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/billupdate/{id}":{"get":{"tags":["BillUpdateRun"],"summary":"Retrieve the process run status","operationId":"BillUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BillUpdateRun"],"summary":"Request to cancel a BillUpdate process","operationId":"BillUpdateRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/boarddistrict":{"get":{"tags":["BoardDistrict"],"summary":"Retrieve list of Board District Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BoardDistrict_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BoardDistrict"],"summary":"Add a Board District Control","operationId":"BoardDistrict_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BoardDistrictModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BoardDistrictModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/boarddistrict/{id}":{"get":{"tags":["BoardDistrict"],"summary":"Retrieve a Board District Control","operationId":"BoardDistrict_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BoardDistrictModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BoardDistrict"],"summary":"Update a Board District Control","operationId":"BoardDistrict_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BoardDistrictModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BoardDistrictModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BoardDistrict"],"summary":"Delete a Board District Control","operationId":"BoardDistrict_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BoardDistrictModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BoardDistrict"],"summary":"Patch a Board District Control","operationId":"BoardDistrict_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BoardDistrictModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BoardDistrictModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/bookmarkdefinition/{id}/run":{"post":{"tags":["BookmarkDefinition"],"summary":"Run the current bookmark using the optionally supplied parameters. This is a synchronous run method.\r\nOnly dynamic bookmarks can be run using this end point. Targeted bookmarks need to be run using the /do/runbookmark end point.","operationId":"BookmarkDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The bookmark resource id to run","required":true,"type":"string"},{"name":"bookmarkParameters","in":"body","description":"Details passed to the bookmark run, including parameters, etc","required":true,"schema":{"$ref":"#/definitions/BookmarkRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookmarkRunResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/bookmarkdefinition":{"get":{"tags":["BookmarkDefinition"],"summary":"Retrieve list of Bookmark Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BookmarkDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BookmarkDefinition"],"summary":"Add a Bookmark Control","operationId":"BookmarkDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/bookmarkdefinition/$test":{"put":{"tags":["BookmarkDefinition"],"summary":"Test (run) the supplied bookmark object.\r\nFor bookmarks requiring an environment, an optional applicable resource O_Code ID can be supplied, or a random one will be selected.\r\nNOTE: No bookmark data is saved or altered, but the associated script changes are executed and can impact the system depending on the details of the script!","operationId":"BookmarkDefinition_Test","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"bookmark","in":"body","description":"Bookmark object to test. Will run the bookmark script described by its contents, including any parameter items and values.","required":true,"schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},{"name":"targetId","in":"query","description":"Optional O_Code of the item to use for the target run environment. If not supplied or invalid, a random one will be used, but selected from the current customer/account if possible.","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/bookmarkdefinition/{id}":{"get":{"tags":["BookmarkDefinition"],"summary":"Retrieve a Bookmark Control","operationId":"BookmarkDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BookmarkDefinition"],"summary":"Update a Bookmark Control","operationId":"BookmarkDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BookmarkDefinition"],"summary":"Delete a Bookmark Control","operationId":"BookmarkDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BookmarkDefinition"],"summary":"Patch a Bookmark Control","operationId":"BookmarkDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BookmarkDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BookmarkDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/budgetallocation":{"get":{"tags":["BudgetAllocation"],"summary":"Retrieve list of Budget Allocation items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BudgetAllocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BudgetAllocation"],"summary":"Add a Budget Allocation","operationId":"BudgetAllocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BudgetAllocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BudgetAllocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/budgetallocation/{id}":{"get":{"tags":["BudgetAllocation"],"summary":"Retrieve a Budget Allocation","operationId":"BudgetAllocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetAllocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BudgetAllocation"],"summary":"Update a Budget Allocation","operationId":"BudgetAllocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BudgetAllocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BudgetAllocation"],"summary":"Delete a Budget Allocation","operationId":"BudgetAllocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BudgetAllocation"],"summary":"Patch a Budget Allocation","operationId":"BudgetAllocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BudgetAllocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/budgetallocationpickup":{"get":{"tags":["BudgetAllocationPickupRun"],"summary":"Retrieves list of BudgetAllocationPickup process run status data","operationId":"BudgetAllocationPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BudgetAllocationPickupRun"],"summary":"Execute the BudgetAllocationPickup process","operationId":"BudgetAllocationPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in BudgetAllocationPickupRunModel","required":true,"schema":{"$ref":"#/definitions/BudgetAllocationPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/budgetallocationpickup/{id}":{"get":{"tags":["BudgetAllocationPickupRun"],"summary":"Retrieve the process run status","operationId":"BudgetAllocationPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BudgetAllocationPickupRun"],"summary":"Request to cancel an BudgetAllocationPickup process","operationId":"BudgetAllocationPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/budgettype":{"get":{"tags":["BudgetType"],"summary":"Retrieve list of Budget Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"BudgetType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BudgetType"],"summary":"Add a Budget Type Control","operationId":"BudgetType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BudgetTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BudgetTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/budgettype/{id}":{"get":{"tags":["BudgetType"],"summary":"Retrieve a Budget Type Control","operationId":"BudgetType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["BudgetType"],"summary":"Update a Budget Type Control","operationId":"BudgetType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BudgetTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BudgetType"],"summary":"Delete a Budget Type Control","operationId":"BudgetType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["BudgetType"],"summary":"Patch a Budget Type Control","operationId":"BudgetType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BudgetTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BudgetTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/builder":{"get":{"tags":["Builder"],"summary":"Retrieve list of Builder Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Builder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Builder"],"summary":"Add a Builder Control","operationId":"Builder_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BuilderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/BuilderModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/builder/{id}":{"get":{"tags":["Builder"],"summary":"Retrieve a Builder Control","operationId":"Builder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BuilderModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Builder"],"summary":"Update a Builder Control","operationId":"Builder_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/BuilderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BuilderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Builder"],"summary":"Delete a Builder Control","operationId":"Builder_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BuilderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Builder"],"summary":"Patch a Builder Control","operationId":"Builder_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[BuilderModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BuilderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/bvmxmeterexchange":{"get":{"tags":["BVMXMeterExchangeRun"],"summary":"Retrieves list of BVMXMeterExchange process run status data","operationId":"BVMXMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["BVMXMeterExchangeRun"],"summary":"Execute the BVMXMeterExchange process","operationId":"BVMXMeterExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in BVMXMeterExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/bvmxmeterexchange/{id}":{"get":{"tags":["BVMXMeterExchangeRun"],"summary":"Retrieve the process run status","operationId":"BVMXMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["BVMXMeterExchangeRun"],"summary":"Request to cancel a BVMXMeterExchange process","operationId":"BVMXMeterExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/caexportinterface":{"get":{"tags":["CAExportInterfaceRun"],"summary":"Retrieves list of CAExportInterface process run status data","operationId":"CAExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CAExportInterfaceRun"],"summary":"Execute the CAExportInterface process.","operationId":"CAExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The CAExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/CAExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/caexportinterface/{id}":{"get":{"tags":["CAExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"CAExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CAExportInterfaceRun"],"summary":"Request to cancel a CAExportInterface process","operationId":"CAExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/caexportinterface/{id}/{outputRef}":{"get":{"tags":["CAExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"CAExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/calendaractivity":{"get":{"tags":["CalendarActivity"],"summary":"Retrieve list of Calendar Activity Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CalendarActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CalendarActivity"],"summary":"Add a Calendar Activity Control","operationId":"CalendarActivity_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CalendarActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CalendarActivityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/calendaractivity/{id}":{"get":{"tags":["CalendarActivity"],"summary":"Retrieve a Calendar Activity Control","operationId":"CalendarActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CalendarActivityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CalendarActivity"],"summary":"Update a Calendar Activity Control","operationId":"CalendarActivity_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CalendarActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CalendarActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CalendarActivity"],"summary":"Delete a Calendar Activity Control","operationId":"CalendarActivity_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CalendarActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CalendarActivity"],"summary":"Patch a Calendar Activity Control","operationId":"CalendarActivity_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CalendarActivityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CalendarActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cantreadcode":{"get":{"tags":["CantReadCode"],"summary":"Retrieve list of Can't Read Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CantReadCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CantReadCode"],"summary":"Add a Can't Read Code Control","operationId":"CantReadCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CantReadCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CantReadCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cantreadcode/{id}":{"get":{"tags":["CantReadCode"],"summary":"Retrieve a Can't Read Code Control","operationId":"CantReadCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CantReadCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CantReadCode"],"summary":"Update a Can't Read Code Control","operationId":"CantReadCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CantReadCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CantReadCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CantReadCode"],"summary":"Delete a Can't Read Code Control","operationId":"CantReadCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CantReadCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CantReadCode"],"summary":"Patch a Can't Read Code Control","operationId":"CantReadCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CantReadCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CantReadCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcredit":{"get":{"tags":["CapitalCredit"],"summary":"Retrieve list of Capital Credit items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCredit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCredit"],"summary":"Add a Capital Credit","operationId":"CapitalCredit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcredit/{id}":{"get":{"tags":["CapitalCredit"],"summary":"Retrieve a Capital Credit","operationId":"CapitalCredit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCredit"],"summary":"Update a Capital Credit","operationId":"CapitalCredit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCredit"],"summary":"Delete a Capital Credit","operationId":"CapitalCredit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCredit"],"summary":"Patch a Capital Credit","operationId":"CapitalCredit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditallocation":{"get":{"tags":["CapitalCreditAllocation"],"summary":"Retrieve list of Capital Credit Allocation items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditAllocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditAllocation"],"summary":"Add a Capital Credit Allocation","operationId":"CapitalCreditAllocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditallocation/{id}":{"get":{"tags":["CapitalCreditAllocation"],"summary":"Retrieve a Capital Credit Allocation","operationId":"CapitalCreditAllocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditAllocation"],"summary":"Update a Capital Credit Allocation","operationId":"CapitalCreditAllocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditAllocation"],"summary":"Delete a Capital Credit Allocation","operationId":"CapitalCreditAllocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditAllocation"],"summary":"Patch a Capital Credit Allocation","operationId":"CapitalCreditAllocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditAllocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditallocationclass":{"get":{"tags":["CapitalCreditAllocationClass"],"summary":"Retrieve list of Capital Credit Allocation Class Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditAllocationClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditAllocationClass"],"summary":"Add a Capital Credit Allocation Class Control","operationId":"CapitalCreditAllocationClass_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditallocationclass/{id}":{"get":{"tags":["CapitalCreditAllocationClass"],"summary":"Retrieve a Capital Credit Allocation Class Control","operationId":"CapitalCreditAllocationClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditAllocationClass"],"summary":"Update a Capital Credit Allocation Class Control","operationId":"CapitalCreditAllocationClass_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditAllocationClass"],"summary":"Delete a Capital Credit Allocation Class Control","operationId":"CapitalCreditAllocationClass_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditAllocationClass"],"summary":"Patch a Capital Credit Allocation Class Control","operationId":"CapitalCreditAllocationClass_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditAllocationClassModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditallocationprocessing":{"get":{"tags":["CapitalCreditAllocationProcessingRun"],"summary":"Retrieves list of CapitalCreditAllocationProcessing process run status data","operationId":"CapitalCreditAllocationProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditAllocationProcessingRun"],"summary":"Execute the CapitalCreditAllocationProcessing process","operationId":"CapitalCreditAllocationProcessingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditAllocationProcessingRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditallocationprocessing/{id}":{"get":{"tags":["CapitalCreditAllocationProcessingRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditAllocationProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditAllocationProcessingRun"],"summary":"Request to cancel a CapitalCreditAllocationProcessing process","operationId":"CapitalCreditAllocationProcessingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditallocationtype":{"get":{"tags":["CapitalCreditAllocationType"],"summary":"Retrieve list of Capital Credit Allocation Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditAllocationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditAllocationType"],"summary":"Add a Capital Credit Allocation Type Control","operationId":"CapitalCreditAllocationType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditallocationtype/{id}":{"get":{"tags":["CapitalCreditAllocationType"],"summary":"Retrieve a Capital Credit Allocation Type Control","operationId":"CapitalCreditAllocationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditAllocationType"],"summary":"Update a Capital Credit Allocation Type Control","operationId":"CapitalCreditAllocationType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditAllocationType"],"summary":"Delete a Capital Credit Allocation Type Control","operationId":"CapitalCreditAllocationType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditAllocationType"],"summary":"Patch a Capital Credit Allocation Type Control","operationId":"CapitalCreditAllocationType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditAllocationTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditAllocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditarpayment":{"get":{"tags":["CapitalCreditARPayment"],"summary":"Retrieve list of Capital Credit A/R Payment Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditARPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditARPayment"],"summary":"Add a Capital Credit A/R Payment Control","operationId":"CapitalCreditARPayment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditarpayment/{id}":{"get":{"tags":["CapitalCreditARPayment"],"summary":"Retrieve a Capital Credit A/R Payment Control","operationId":"CapitalCreditARPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditARPayment"],"summary":"Update a Capital Credit A/R Payment Control","operationId":"CapitalCreditARPayment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditARPayment"],"summary":"Delete a Capital Credit A/R Payment Control","operationId":"CapitalCreditARPayment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditARPayment"],"summary":"Patch a Capital Credit A/R Payment Control","operationId":"CapitalCreditARPayment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditARPaymentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditARPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditconfig":{"get":{"tags":["CapitalCreditConfig"],"summary":"Retrieve list of Capital Credit Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditConfig"],"summary":"Add a Capital Credit Control","operationId":"CapitalCreditConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditconfig/{id}":{"get":{"tags":["CapitalCreditConfig"],"summary":"Retrieve a Capital Credit Control","operationId":"CapitalCreditConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditConfig"],"summary":"Update a Capital Credit Control","operationId":"CapitalCreditConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditConfig"],"summary":"Delete a Capital Credit Control","operationId":"CapitalCreditConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditConfig"],"summary":"Patch a Capital Credit Control","operationId":"CapitalCreditConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditconsolidateretirementbalance":{"get":{"tags":["CapitalCreditConsolidateRetirementBalanceRun"],"summary":"Retrieves list of CapitalCreditConsolidateRetirementBalance process run status data","operationId":"CapitalCreditConsolidateRetirementBalanceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditConsolidateRetirementBalanceRun"],"summary":"Execute the CapitalCreditConsolidateRetirementBalance process","operationId":"CapitalCreditConsolidateRetirementBalanceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditConsolidateRetirementBalanceRunModel.","required":true,"schema":{"$ref":"#/definitions/CapitalCreditConsolidateRetirementBalanceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditconsolidateretirementbalance/{id}":{"get":{"tags":["CapitalCreditConsolidateRetirementBalanceRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditConsolidateRetirementBalanceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditConsolidateRetirementBalanceRun"],"summary":"Request to cancel a CapitalCreditConsolidateRetirementBalance process","operationId":"CapitalCreditConsolidateRetirementBalanceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditdisbursement":{"get":{"tags":["CapitalCreditDisbursementRun"],"summary":"Retrieves list of CapitalCreditDisbursement process run status data","operationId":"CapitalCreditDisbursementRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditDisbursementRun"],"summary":"Execute the CapitalCreditDisbursement process","operationId":"CapitalCreditDisbursementRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditDisbursementRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditDisbursementRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditdisbursement/{id}":{"get":{"tags":["CapitalCreditDisbursementRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditDisbursementRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditDisbursementRun"],"summary":"Request to cancel a CapitalCreditDisbursement process","operationId":"CapitalCreditDisbursementRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditdocument":{"get":{"tags":["CapitalCreditDocument"],"summary":"Retrieve list of Capital Credit Document items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditDocument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditDocument"],"summary":"Add a Capital Credit Document","operationId":"CapitalCreditDocument_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditdocument/{id}":{"get":{"tags":["CapitalCreditDocument"],"summary":"Retrieve a Capital Credit Document","operationId":"CapitalCreditDocument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditDocument"],"summary":"Update a Capital Credit Document","operationId":"CapitalCreditDocument_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditDocument"],"summary":"Delete a Capital Credit Document","operationId":"CapitalCreditDocument_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditDocument"],"summary":"Patch a Capital Credit Document","operationId":"CapitalCreditDocument_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditDocumentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditprocessingrule":{"get":{"tags":["CapitalCreditProcessingRule"],"summary":"Retrieve list of Capital Credit Processing Rule Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditProcessingRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditProcessingRule"],"summary":"Add a Capital Credit Processing Rule Control","operationId":"CapitalCreditProcessingRule_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditprocessingrule/{id}":{"get":{"tags":["CapitalCreditProcessingRule"],"summary":"Retrieve a Capital Credit Processing Rule Control","operationId":"CapitalCreditProcessingRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditProcessingRule"],"summary":"Update a Capital Credit Processing Rule Control","operationId":"CapitalCreditProcessingRule_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditProcessingRule"],"summary":"Delete a Capital Credit Processing Rule Control","operationId":"CapitalCreditProcessingRule_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditProcessingRule"],"summary":"Patch a Capital Credit Processing Rule Control","operationId":"CapitalCreditProcessingRule_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditProcessingRuleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditProcessingRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditrecoverbaddebt":{"get":{"tags":["CapitalCreditRecoverBadDebtRun"],"summary":"Retrieves list of CapitalCreditRecoverBadDebt process run status data","operationId":"CapitalCreditRecoverBadDebtRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditRecoverBadDebtRun"],"summary":"Execute the CapitalCreditRecoverBadDebt process","operationId":"CapitalCreditRecoverBadDebtRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditRecoverBadDebtRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRecoverBadDebtRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditrecoverbaddebt/{id}":{"get":{"tags":["CapitalCreditRecoverBadDebtRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditRecoverBadDebtRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditRecoverBadDebtRun"],"summary":"Request to cancel a CapitalCreditRecoverBadDebt process","operationId":"CapitalCreditRecoverBadDebtRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditreissuevoidcheck":{"get":{"tags":["CapitalCreditReissueVoidCheckRun"],"summary":"Retrieves list of CapitalCreditReissueVoidCheck process run status data","operationId":"CapitalCreditReissueVoidCheckRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditReissueVoidCheckRun"],"summary":"Execute the CapitalCreditReissueVoidCheck process","operationId":"CapitalCreditReissueVoidCheckRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditReissueVoidCheckRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditReissueVoidCheckRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditreissuevoidcheck/{id}":{"get":{"tags":["CapitalCreditReissueVoidCheckRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditReissueVoidCheckRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditReissueVoidCheckRun"],"summary":"Request to cancel a CapitalCreditReissueVoidCheck process","operationId":"CapitalCreditReissueVoidCheckRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditretirement":{"get":{"tags":["CapitalCreditRetirement"],"summary":"Retrieve list of Capital Credit Retirement History items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditRetirement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditRetirement"],"summary":"Add a Capital Credit Retirement History","operationId":"CapitalCreditRetirement_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditretirement/{id}":{"get":{"tags":["CapitalCreditRetirement"],"summary":"Retrieve a Capital Credit Retirement History","operationId":"CapitalCreditRetirement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditRetirement"],"summary":"Update a Capital Credit Retirement History","operationId":"CapitalCreditRetirement_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditRetirement"],"summary":"Delete a Capital Credit Retirement History","operationId":"CapitalCreditRetirement_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditRetirement"],"summary":"Patch a Capital Credit Retirement History","operationId":"CapitalCreditRetirement_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditRetirementModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditretirementbyaging":{"get":{"tags":["CapitalCreditRetirementByAgingRun"],"summary":"Retrieves list of CapitalCreditRetirementByAging process run status data","operationId":"CapitalCreditRetirementByAgingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditRetirementByAgingRun"],"summary":"Execute the CapitalCreditRetirementByAging process","operationId":"CapitalCreditRetirementByAgingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditRetirementByAgingRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRetirementByAgingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditretirementbyaging/{id}":{"get":{"tags":["CapitalCreditRetirementByAgingRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditRetirementByAgingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditRetirementByAgingRun"],"summary":"Request to cancel a CapitalCreditRetirementByAging process","operationId":"CapitalCreditRetirementByAgingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditretirementpaid":{"get":{"tags":["CapitalCreditRetirementPaid"],"summary":"Retrieve list of Capital Credit Retirement Paid Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditRetirementPaid_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditRetirementPaid"],"summary":"Add a Capital Credit Retirement Paid Control","operationId":"CapitalCreditRetirementPaid_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditretirementpaid/{id}":{"get":{"tags":["CapitalCreditRetirementPaid"],"summary":"Retrieve a Capital Credit Retirement Paid Control","operationId":"CapitalCreditRetirementPaid_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditRetirementPaid"],"summary":"Update a Capital Credit Retirement Paid Control","operationId":"CapitalCreditRetirementPaid_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditRetirementPaid"],"summary":"Delete a Capital Credit Retirement Paid Control","operationId":"CapitalCreditRetirementPaid_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditRetirementPaid"],"summary":"Patch a Capital Credit Retirement Paid Control","operationId":"CapitalCreditRetirementPaid_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditRetirementPaidModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditRetirementPaidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditstalevoidcheck":{"get":{"tags":["CapitalCreditStaleVoidCheckRun"],"summary":"Retrieves list of CapitalCreditStaleVoidCheck process run status data","operationId":"CapitalCreditStaleVoidCheckRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditStaleVoidCheckRun"],"summary":"Execute the CapitalCreditStaleVoidCheck process","operationId":"CapitalCreditStaleVoidCheckRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditStaleVoidCheckRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditStaleVoidCheckRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditstalevoidcheck/{id}":{"get":{"tags":["CapitalCreditStaleVoidCheckRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditStaleVoidCheckRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditStaleVoidCheckRun"],"summary":"Request to cancel an CapitalCreditStaleVoidCheck process","operationId":"CapitalCreditStaleVoidCheckRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditstatus":{"get":{"tags":["CapitalCreditStatus"],"summary":"Retrieve list of Capital Credit Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditStatus"],"summary":"Add a Capital Credit Status Control","operationId":"CapitalCreditStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditstatus/{id}":{"get":{"tags":["CapitalCreditStatus"],"summary":"Retrieve a Capital Credit Status Control","operationId":"CapitalCreditStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditStatus"],"summary":"Update a Capital Credit Status Control","operationId":"CapitalCreditStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditStatus"],"summary":"Delete a Capital Credit Status Control","operationId":"CapitalCreditStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditStatus"],"summary":"Patch a Capital Credit Status Control","operationId":"CapitalCreditStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditstatusupdate":{"get":{"tags":["CapitalCreditStatusUpdateRun"],"summary":"Retrieves list of CapitalCreditStatusUpdate process run status data","operationId":"CapitalCreditStatusUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditStatusUpdateRun"],"summary":"Execute the CapitalCreditStatusUpdate process","operationId":"CapitalCreditStatusUpdateRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditStatusUpdateRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditStatusUpdateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditstatusupdate/{id}":{"get":{"tags":["CapitalCreditStatusUpdateRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditStatusUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditStatusUpdateRun"],"summary":"Request to cancel a CapitalCreditStatusUpdate process","operationId":"CapitalCreditStatusUpdateRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcredittemp":{"get":{"tags":["CapitalCreditTemp"],"summary":"Retrieve list of Capital Credits Temp items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditTemp_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditTemp"],"summary":"Add a Capital Credits Temp","operationId":"CapitalCreditTemp_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcredittemp/{id}":{"get":{"tags":["CapitalCreditTemp"],"summary":"Retrieve a Capital Credits Temp","operationId":"CapitalCreditTemp_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditTemp"],"summary":"Update a Capital Credits Temp","operationId":"CapitalCreditTemp_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditTemp"],"summary":"Delete a Capital Credits Temp","operationId":"CapitalCreditTemp_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditTemp"],"summary":"Patch a Capital Credits Temp","operationId":"CapitalCreditTemp_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditTempModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditTempModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/capitalcreditunclaimedproperty":{"get":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Retrieve list of Capital Credit Unclaimed Property Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CapitalCreditUnclaimedProperty_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Add a Capital Credit Unclaimed Property Control","operationId":"CapitalCreditUnclaimedProperty_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/capitalcreditunclaimedproperty/{id}":{"get":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Retrieve a Capital Credit Unclaimed Property Control","operationId":"CapitalCreditUnclaimedProperty_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Update a Capital Credit Unclaimed Property Control","operationId":"CapitalCreditUnclaimedProperty_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Delete a Capital Credit Unclaimed Property Control","operationId":"CapitalCreditUnclaimedProperty_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CapitalCreditUnclaimedProperty"],"summary":"Patch a Capital Credit Unclaimed Property Control","operationId":"CapitalCreditUnclaimedProperty_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CapitalCreditUnclaimedPropertyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/capitalcreditunclaimedpropertyprocess":{"get":{"tags":["CapitalCreditUnclaimedPropertyProcessRun"],"summary":"Retrieves list of CapitalCreditUnclaimedPropertyProcess process run status data","operationId":"CapitalCreditUnclaimedPropertyProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CapitalCreditUnclaimedPropertyProcessRun"],"summary":"Execute the CapitalCreditUnclaimedPropertyProcess process","operationId":"CapitalCreditUnclaimedPropertyProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CapitalCreditUnclaimedPropertyProcessRunModel","required":true,"schema":{"$ref":"#/definitions/CapitalCreditUnclaimedPropertyProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/capitalcreditunclaimedpropertyprocess/{id}":{"get":{"tags":["CapitalCreditUnclaimedPropertyProcessRun"],"summary":"Retrieve the process run status","operationId":"CapitalCreditUnclaimedPropertyProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CapitalCreditUnclaimedPropertyProcessRun"],"summary":"Request to cancel a CapitalCreditUnclaimedPropertyProcess process","operationId":"CapitalCreditUnclaimedPropertyProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashbatchtype":{"get":{"tags":["CashBatchType"],"summary":"Retrieve list of Cash Batch Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashBatchType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashBatchType"],"summary":"Add a Cash Batch Type Control","operationId":"CashBatchType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashBatchTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashBatchTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashbatchtype/{id}":{"get":{"tags":["CashBatchType"],"summary":"Retrieve a Cash Batch Type Control","operationId":"CashBatchType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashBatchTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashBatchType"],"summary":"Update a Cash Batch Type Control","operationId":"CashBatchType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashBatchTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashBatchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashBatchType"],"summary":"Delete a Cash Batch Type Control","operationId":"CashBatchType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashBatchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashBatchType"],"summary":"Patch a Cash Batch Type Control","operationId":"CashBatchType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashBatchTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashBatchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashentrytypeocrline":{"get":{"tags":["CashEntryTypeOCRLine"],"summary":"Retrieve list of Cash Entry Type/OCR Line Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashEntryTypeOCRLine_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashEntryTypeOCRLine"],"summary":"Add a Cash Entry Type/OCR Line Control","operationId":"CashEntryTypeOCRLine_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashentrytypeocrline/{id}":{"get":{"tags":["CashEntryTypeOCRLine"],"summary":"Retrieve a Cash Entry Type/OCR Line Control","operationId":"CashEntryTypeOCRLine_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashEntryTypeOCRLine"],"summary":"Update a Cash Entry Type/OCR Line Control","operationId":"CashEntryTypeOCRLine_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashEntryTypeOCRLine"],"summary":"Delete a Cash Entry Type/OCR Line Control","operationId":"CashEntryTypeOCRLine_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashEntryTypeOCRLine"],"summary":"Patch a Cash Entry Type/OCR Line Control","operationId":"CashEntryTypeOCRLine_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashEntryTypeOCRLineModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashEntryTypeOCRLineModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashinterface":{"get":{"tags":["CashInterface"],"summary":"Retrieve list of Cash, Adjustments, Deposits Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashInterface"],"summary":"Add a Cash, Adjustments, Deposits Interface","operationId":"CashInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashinterface/{id}":{"get":{"tags":["CashInterface"],"summary":"Retrieve a Cash, Adjustments, Deposits Interface","operationId":"CashInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashInterface"],"summary":"Update a Cash, Adjustments, Deposits Interface","operationId":"CashInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashInterface"],"summary":"Delete a Cash, Adjustments, Deposits Interface","operationId":"CashInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashInterface"],"summary":"Patch a Cash, Adjustments, Deposits Interface","operationId":"CashInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashjournal":{"get":{"tags":["CashJournalReportRun"],"summary":"Retrieves list of report run status data","operationId":"CashJournalReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashJournalReportRun"],"summary":"Execute the report.","operationId":"CashJournalReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/CashJournalReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/cashjournal/{id}":{"get":{"tags":["CashJournalReportRun"],"summary":"Retrieve the report run status","operationId":"CashJournalReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashJournalReportRun"],"summary":"Request to cancel a report","operationId":"CashJournalReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashjournal/{id}/{outputRef}":{"get":{"tags":["CashJournalReportRun"],"summary":"Retrieve the file output produced by report","operationId":"CashJournalReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterpaymentauthorization":{"get":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Retrieve list of Payment Authorization items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterPaymentAuthorization_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Add a Payment Authorization","operationId":"CashRegisterPaymentAuthorization_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterpaymentauthorization/{id}":{"get":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Retrieve a Payment Authorization","operationId":"CashRegisterPaymentAuthorization_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Update a Payment Authorization","operationId":"CashRegisterPaymentAuthorization_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Delete a Payment Authorization","operationId":"CashRegisterPaymentAuthorization_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterPaymentAuthorization"],"summary":"Patch a Payment Authorization","operationId":"CashRegisterPaymentAuthorization_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterPaymentAuthorizationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterpaymentdetail":{"get":{"tags":["CashRegisterPaymentDetail"],"summary":"Retrieve list of Cash Register Payment Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterPaymentDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterPaymentDetail"],"summary":"Add a Cash Register Payment Detail","operationId":"CashRegisterPaymentDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterpaymentdetail/{id}":{"get":{"tags":["CashRegisterPaymentDetail"],"summary":"Retrieve a Cash Register Payment Detail","operationId":"CashRegisterPaymentDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterPaymentDetail"],"summary":"Update a Cash Register Payment Detail","operationId":"CashRegisterPaymentDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterPaymentDetail"],"summary":"Delete a Cash Register Payment Detail","operationId":"CashRegisterPaymentDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterPaymentDetail"],"summary":"Patch a Cash Register Payment Detail","operationId":"CashRegisterPaymentDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterPaymentDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterreceipt":{"get":{"tags":["CashRegisterReceipt"],"summary":"Retrieve list of Cash Register Receipt items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterReceipt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterReceipt"],"summary":"Add a Cash Register Receipt","operationId":"CashRegisterReceipt_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterreceipt/{id}":{"get":{"tags":["CashRegisterReceipt"],"summary":"Retrieve a Cash Register Receipt","operationId":"CashRegisterReceipt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterReceipt"],"summary":"Update a Cash Register Receipt","operationId":"CashRegisterReceipt_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterReceipt"],"summary":"Delete a Cash Register Receipt","operationId":"CashRegisterReceipt_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterReceipt"],"summary":"Patch a Cash Register Receipt","operationId":"CashRegisterReceipt_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterReceiptModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReceiptModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashregisterendorse":{"get":{"tags":["CashRegisterReceiptEndorseReportRun"],"summary":"Retrieves list of report run status data","operationId":"CashRegisterReceiptEndorseReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterReceiptEndorseReportRun"],"summary":"Execute the report.","operationId":"CashRegisterReceiptEndorseReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/CashRegisterReceiptEndorseReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/cashregisterendorse/{id}":{"get":{"tags":["CashRegisterReceiptEndorseReportRun"],"summary":"Retrieve the report run status","operationId":"CashRegisterReceiptEndorseReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterReceiptEndorseReportRun"],"summary":"Request to cancel a report","operationId":"CashRegisterReceiptEndorseReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashregisterendorse/{id}/{outputRef}":{"get":{"tags":["CashRegisterReceiptEndorseReportRun"],"summary":"Retrieve the file output produced by report","operationId":"CashRegisterReceiptEndorseReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashregisterreceipt":{"get":{"tags":["CashRegisterReceiptReportRun"],"summary":"Retrieves list of report run status data","operationId":"CashRegisterReceiptReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterReceiptReportRun"],"summary":"Execute the report.","operationId":"CashRegisterReceiptReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/CashRegisterReceiptReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/cashregisterreceipt/{id}":{"get":{"tags":["CashRegisterReceiptReportRun"],"summary":"Retrieve the report run status","operationId":"CashRegisterReceiptReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterReceiptReportRun"],"summary":"Request to cancel a report","operationId":"CashRegisterReceiptReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/cashregisterreceipt/{id}/{outputRef}":{"get":{"tags":["CashRegisterReceiptReportRun"],"summary":"Retrieve the file output produced by report","operationId":"CashRegisterReceiptReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterreport":{"get":{"tags":["CashRegisterReport"],"summary":"Retrieve list of Cash Register Report Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterReport"],"summary":"Add a Cash Register Report Control","operationId":"CashRegisterReport_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterReportModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterreport/{id}":{"get":{"tags":["CashRegisterReport"],"summary":"Retrieve a Cash Register Report Control","operationId":"CashRegisterReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReportModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterReport"],"summary":"Update a Cash Register Report Control","operationId":"CashRegisterReport_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterReport"],"summary":"Delete a Cash Register Report Control","operationId":"CashRegisterReport_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterReport"],"summary":"Patch a Cash Register Report Control","operationId":"CashRegisterReport_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterReportModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterstation":{"get":{"tags":["CashRegisterStation"],"summary":"Retrieve list of Cash Register Station Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterStation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterStation"],"summary":"Add a Cash Register Station Control","operationId":"CashRegisterStation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterStationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterStationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterstation/{id}":{"get":{"tags":["CashRegisterStation"],"summary":"Retrieve a Cash Register Station Control","operationId":"CashRegisterStation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterStation"],"summary":"Update a Cash Register Station Control","operationId":"CashRegisterStation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterStationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterStation"],"summary":"Delete a Cash Register Station Control","operationId":"CashRegisterStation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterStation"],"summary":"Patch a Cash Register Station Control","operationId":"CashRegisterStation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterStationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregisterstationpayment":{"get":{"tags":["CashRegisterStationPayment"],"summary":"Retrieve list of Payment Type Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterStationPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterStationPayment"],"summary":"Add a Payment Type Transaction Code Control","operationId":"CashRegisterStationPayment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregisterstationpayment/{id}":{"get":{"tags":["CashRegisterStationPayment"],"summary":"Retrieve a Payment Type Transaction Code Control","operationId":"CashRegisterStationPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterStationPayment"],"summary":"Update a Payment Type Transaction Code Control","operationId":"CashRegisterStationPayment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterStationPayment"],"summary":"Delete a Payment Type Transaction Code Control","operationId":"CashRegisterStationPayment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterStationPayment"],"summary":"Patch a Payment Type Transaction Code Control","operationId":"CashRegisterStationPayment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterStationPaymentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterStationPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cashregistertransaction":{"get":{"tags":["CashRegisterTransaction"],"summary":"Retrieve list of Cash Register Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CashRegisterTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashRegisterTransaction"],"summary":"Add a Cash Register Transaction","operationId":"CashRegisterTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cashregistertransaction/{id}":{"get":{"tags":["CashRegisterTransaction"],"summary":"Retrieve a Cash Register Transaction","operationId":"CashRegisterTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CashRegisterTransaction"],"summary":"Update a Cash Register Transaction","operationId":"CashRegisterTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashRegisterTransaction"],"summary":"Delete a Cash Register Transaction","operationId":"CashRegisterTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CashRegisterTransaction"],"summary":"Patch a Cash Register Transaction","operationId":"CashRegisterTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CashRegisterTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/cashupdate":{"get":{"tags":["CashUpdate"],"summary":"Retrieves list of CashUpdate process run status data","operationId":"CashUpdate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CashUpdate"],"summary":"Execute the CashUpdate process","operationId":"CashUpdate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The CashUpdate process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/CashUpdateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/cashupdate/{id}":{"get":{"tags":["CashUpdate"],"summary":"Retrieve the process run status","operationId":"CashUpdate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CashUpdate"],"summary":"Request to cancel a CashUpdate process","operationId":"CashUpdate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/certificationtype":{"get":{"tags":["CertificationType"],"summary":"Retrieve list of Certification Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CertificationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CertificationType"],"summary":"Add a Certification Type Control","operationId":"CertificationType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CertificationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CertificationTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/certificationtype/{id}":{"get":{"tags":["CertificationType"],"summary":"Retrieve a Certification Type Control","operationId":"CertificationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CertificationTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CertificationType"],"summary":"Update a Certification Type Control","operationId":"CertificationType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CertificationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CertificationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CertificationType"],"summary":"Delete a Certification Type Control","operationId":"CertificationType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CertificationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CertificationType"],"summary":"Patch a Certification Type Control","operationId":"CertificationType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CertificationTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CertificationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/changecustomernumber":{"get":{"tags":["ChangeCustomerNumberRun"],"summary":"Retrieves list of ChangeCustomerNumber process run status data","operationId":"ChangeCustomerNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ChangeCustomerNumberRun"],"summary":"Execute the ChangeCustomerNumber process","operationId":"ChangeCustomerNumberRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ChangeCustomerNumberRunModel","required":true,"schema":{"$ref":"#/definitions/ChangeCustomerNumberRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/changecustomernumber/{id}":{"get":{"tags":["ChangeCustomerNumberRun"],"summary":"Retrieve the process run status","operationId":"ChangeCustomerNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ChangeCustomerNumberRun"],"summary":"Request to cancel a ChangeCustomerNumber process","operationId":"ChangeCustomerNumberRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/chargecategory":{"get":{"tags":["ChargeCategory"],"summary":"Retrieve list of Charge Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ChargeCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ChargeCategory"],"summary":"Add a Charge Category Control","operationId":"ChargeCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ChargeCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ChargeCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/chargecategory/{id}":{"get":{"tags":["ChargeCategory"],"summary":"Retrieve a Charge Category Control","operationId":"ChargeCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ChargeCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ChargeCategory"],"summary":"Update a Charge Category Control","operationId":"ChargeCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ChargeCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ChargeCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ChargeCategory"],"summary":"Delete a Charge Category Control","operationId":"ChargeCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ChargeCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ChargeCategory"],"summary":"Patch a Charge Category Control","operationId":"ChargeCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ChargeCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ChargeCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cisconfig":{"get":{"tags":["CisConfig"],"summary":"Retrieve list of CIS Infinity Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CisConfig"],"summary":"Add a CIS Infinity Control","operationId":"CisConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CisConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cisconfig/{id}":{"get":{"tags":["CisConfig"],"summary":"Retrieve a CIS Infinity Control","operationId":"CisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CisConfig"],"summary":"Update a CIS Infinity Control","operationId":"CisConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CisConfig"],"summary":"Delete a CIS Infinity Control","operationId":"CisConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CisConfig"],"summary":"Patch a CIS Infinity Control","operationId":"CisConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CisConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ciseventhandler":{"get":{"tags":["CisEventHandler"],"summary":"Retrieve list of CIS Event Handler Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CisEventHandler_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CisEventHandler"],"summary":"Add a CIS Event Handler Control","operationId":"CisEventHandler_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisEventHandlerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CisEventHandlerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ciseventhandler/{id}":{"get":{"tags":["CisEventHandler"],"summary":"Retrieve a CIS Event Handler Control","operationId":"CisEventHandler_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisEventHandlerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CisEventHandler"],"summary":"Update a CIS Event Handler Control","operationId":"CisEventHandler_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisEventHandlerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisEventHandlerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CisEventHandler"],"summary":"Delete a CIS Event Handler Control","operationId":"CisEventHandler_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisEventHandlerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CisEventHandler"],"summary":"Patch a CIS Event Handler Control","operationId":"CisEventHandler_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CisEventHandlerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisEventHandlerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cismapdetail":{"get":{"tags":["CisMapDetail"],"summary":"Retrieve list of CIS Map Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CisMapDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CisMapDetail"],"summary":"Add a CIS Map Detail Control","operationId":"CisMapDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisMapDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CisMapDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cismapdetail/{id}":{"get":{"tags":["CisMapDetail"],"summary":"Retrieve a CIS Map Detail Control","operationId":"CisMapDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CisMapDetail"],"summary":"Update a CIS Map Detail Control","operationId":"CisMapDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisMapDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CisMapDetail"],"summary":"Delete a CIS Map Detail Control","operationId":"CisMapDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CisMapDetail"],"summary":"Patch a CIS Map Detail Control","operationId":"CisMapDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CisMapDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cismapdetailattribute":{"get":{"tags":["CisMapDetailAttribute"],"summary":"Retrieve list of CIS Map Detail Attribute Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CisMapDetailAttribute_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CisMapDetailAttribute"],"summary":"Add a CIS Map Detail Attribute Control","operationId":"CisMapDetailAttribute_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cismapdetailattribute/{id}":{"get":{"tags":["CisMapDetailAttribute"],"summary":"Retrieve a CIS Map Detail Attribute Control","operationId":"CisMapDetailAttribute_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CisMapDetailAttribute"],"summary":"Update a CIS Map Detail Attribute Control","operationId":"CisMapDetailAttribute_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CisMapDetailAttribute"],"summary":"Delete a CIS Map Detail Attribute Control","operationId":"CisMapDetailAttribute_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CisMapDetailAttribute"],"summary":"Patch a CIS Map Detail Attribute Control","operationId":"CisMapDetailAttribute_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CisMapDetailAttributeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisMapDetailAttributeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cisversionconfig":{"get":{"tags":["CisVersionConfig"],"summary":"Retrieve list of CIS Version Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CisVersionConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CisVersionConfig"],"summary":"Add a CIS Version Control","operationId":"CisVersionConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisVersionConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CisVersionConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cisversionconfig/{id}":{"get":{"tags":["CisVersionConfig"],"summary":"Retrieve a CIS Version Control","operationId":"CisVersionConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisVersionConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CisVersionConfig"],"summary":"Update a CIS Version Control","operationId":"CisVersionConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CisVersionConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisVersionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CisVersionConfig"],"summary":"Delete a CIS Version Control","operationId":"CisVersionConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisVersionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CisVersionConfig"],"summary":"Patch a CIS Version Control","operationId":"CisVersionConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CisVersionConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CisVersionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cmmsdisconnectreconnect":{"get":{"tags":["CMMSDisconnectReconnectRun"],"summary":"Retrieves list of CMMSDisconnectReconnect process run status data","operationId":"CMMSDisconnectReconnectRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CMMSDisconnectReconnectRun"],"summary":"Execute the CMMSDisconnectReconnect process","operationId":"CMMSDisconnectReconnectRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CMMSDisconnectReconnectRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cmmsdisconnectreconnect/{id}":{"get":{"tags":["CMMSDisconnectReconnectRun"],"summary":"Retrieve the process run status","operationId":"CMMSDisconnectReconnectRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CMMSDisconnectReconnectRun"],"summary":"Request to cancel a CMMSDisconnectReconnect process","operationId":"CMMSDisconnectReconnectRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cmmsequipmentexchange":{"get":{"tags":["CMMSEquipmentExchangeRun"],"summary":"Retrieves list of CMMSEquipmentExchange process run status data","operationId":"CMMSEquipmentExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CMMSEquipmentExchangeRun"],"summary":"Execute the CMMSEquipmentExchange process","operationId":"CMMSEquipmentExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CMMSEquipmentExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cmmsequipmentexchange/{id}":{"get":{"tags":["CMMSEquipmentExchangeRun"],"summary":"Retrieve the process run status","operationId":"CMMSEquipmentExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CMMSEquipmentExchangeRun"],"summary":"Request to cancel a CMMSEquipmentExchange process","operationId":"CMMSEquipmentExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cmmsmeterexchange":{"get":{"tags":["CMMSMeterExchangeRun"],"summary":"Retrieves list of CMMSMeterExchange process run status data","operationId":"CMMSMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CMMSMeterExchangeRun"],"summary":"Execute the CMMSMeterExchange process","operationId":"CMMSMeterExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CMMSMeterExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cmmsmeterexchange/{id}":{"get":{"tags":["CMMSMeterExchangeRun"],"summary":"Retrieve the process run status","operationId":"CMMSMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CMMSMeterExchangeRun"],"summary":"Request to cancel a CMMSMeterExchange process","operationId":"CMMSMeterExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cmmsserviceorder":{"get":{"tags":["CMMSServiceOrderRun"],"summary":"Retrieves list of CMMSServiceOrder process run status data","operationId":"CMMSServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CMMSServiceOrderRun"],"summary":"Execute the CMMSServiceOrder process","operationId":"CMMSServiceOrderRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CMMSServiceOrderRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cmmsserviceorder/{id}":{"get":{"tags":["CMMSServiceOrderRun"],"summary":"Retrieve the process run status","operationId":"CMMSServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CMMSServiceOrderRun"],"summary":"Request to cancel a CMMSServiceOrder process","operationId":"CMMSServiceOrderRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionagency":{"get":{"tags":["CollectionAgency"],"summary":"Retrieve list of Collection Agency Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionAgency"],"summary":"Add a Collection Agency Control","operationId":"CollectionAgency_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionAgencyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionagency/{id}":{"get":{"tags":["CollectionAgency"],"summary":"Retrieve a Collection Agency Control","operationId":"CollectionAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionAgency"],"summary":"Update a Collection Agency Control","operationId":"CollectionAgency_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionAgency"],"summary":"Delete a Collection Agency Control","operationId":"CollectionAgency_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionAgency"],"summary":"Patch a Collection Agency Control","operationId":"CollectionAgency_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionAgencyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionagencyassignment":{"get":{"tags":["CollectionAgencyAssignment"],"summary":"Retrieve list of Customer/Account Collection Agency items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionAgencyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionAgencyAssignment"],"summary":"Add a Customer/Account Collection Agency","operationId":"CollectionAgencyAssignment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionagencyassignment/{id}":{"get":{"tags":["CollectionAgencyAssignment"],"summary":"Retrieve a Customer/Account Collection Agency","operationId":"CollectionAgencyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionAgencyAssignment"],"summary":"Update a Customer/Account Collection Agency","operationId":"CollectionAgencyAssignment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionAgencyAssignment"],"summary":"Delete a Customer/Account Collection Agency","operationId":"CollectionAgencyAssignment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionAgencyAssignment"],"summary":"Patch a Customer/Account Collection Agency","operationId":"CollectionAgencyAssignment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionAgencyAssignmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionagencystopreason":{"get":{"tags":["CollectionAgencyStopReason"],"summary":"Retrieve list of Collection Agency Stop Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionAgencyStopReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionAgencyStopReason"],"summary":"Add a Collection Agency Stop Reason Control","operationId":"CollectionAgencyStopReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionagencystopreason/{id}":{"get":{"tags":["CollectionAgencyStopReason"],"summary":"Retrieve a Collection Agency Stop Reason Control","operationId":"CollectionAgencyStopReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionAgencyStopReason"],"summary":"Update a Collection Agency Stop Reason Control","operationId":"CollectionAgencyStopReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionAgencyStopReason"],"summary":"Delete a Collection Agency Stop Reason Control","operationId":"CollectionAgencyStopReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionAgencyStopReason"],"summary":"Patch a Collection Agency Stop Reason Control","operationId":"CollectionAgencyStopReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionAgencyStopReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionAgencyStopReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionexemption":{"get":{"tags":["CollectionExemption"],"summary":"Retrieve list of Customer/Account Collection Exemption items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionExemption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionExemption"],"summary":"Add a Customer/Account Collection Exemption","operationId":"CollectionExemption_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionExemptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionexemption/{id}":{"get":{"tags":["CollectionExemption"],"summary":"Retrieve a Customer/Account Collection Exemption","operationId":"CollectionExemption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionExemption"],"summary":"Update a Customer/Account Collection Exemption","operationId":"CollectionExemption_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionExemption"],"summary":"Delete a Customer/Account Collection Exemption","operationId":"CollectionExemption_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionExemption"],"summary":"Patch a Customer/Account Collection Exemption","operationId":"CollectionExemption_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionExemptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionexemptionreason":{"get":{"tags":["CollectionExemptionReason"],"summary":"Retrieve list of Collection Exemption Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionExemptionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionExemptionReason"],"summary":"Add a Collection Exemption Reason Control","operationId":"CollectionExemptionReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionexemptionreason/{id}":{"get":{"tags":["CollectionExemptionReason"],"summary":"Retrieve a Collection Exemption Reason Control","operationId":"CollectionExemptionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionExemptionReason"],"summary":"Update a Collection Exemption Reason Control","operationId":"CollectionExemptionReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionExemptionReason"],"summary":"Delete a Collection Exemption Reason Control","operationId":"CollectionExemptionReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionExemptionReason"],"summary":"Patch a Collection Exemption Reason Control","operationId":"CollectionExemptionReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionExemptionReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionexemptiontype":{"get":{"tags":["CollectionExemptionType"],"summary":"Retrieve list of Collection Exemption Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionExemptionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionExemptionType"],"summary":"Add a Collection Exemption Type Control","operationId":"CollectionExemptionType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionexemptiontype/{id}":{"get":{"tags":["CollectionExemptionType"],"summary":"Retrieve a Collection Exemption Type Control","operationId":"CollectionExemptionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionExemptionType"],"summary":"Update a Collection Exemption Type Control","operationId":"CollectionExemptionType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionExemptionType"],"summary":"Delete a Collection Exemption Type Control","operationId":"CollectionExemptionType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionExemptionType"],"summary":"Patch a Collection Exemption Type Control","operationId":"CollectionExemptionType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionExemptionTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionExemptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionnotice":{"get":{"tags":["CollectionNotice"],"summary":"Retrieve list of Collection Notice items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionNotice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionNotice"],"summary":"Add a Collection Notice","operationId":"CollectionNotice_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionNoticeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionnotice/{id}":{"get":{"tags":["CollectionNotice"],"summary":"Retrieve a Collection Notice","operationId":"CollectionNotice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionNotice"],"summary":"Update a Collection Notice","operationId":"CollectionNotice_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionNotice"],"summary":"Delete a Collection Notice","operationId":"CollectionNotice_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionNotice"],"summary":"Patch a Collection Notice","operationId":"CollectionNotice_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionNoticeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionnoticecharge":{"get":{"tags":["CollectionNoticeCharge"],"summary":"Retrieve list of Collection Notice Charge Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionNoticeCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionNoticeCharge"],"summary":"Add a Collection Notice Charge Control","operationId":"CollectionNoticeCharge_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionnoticecharge/{id}":{"get":{"tags":["CollectionNoticeCharge"],"summary":"Retrieve a Collection Notice Charge Control","operationId":"CollectionNoticeCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionNoticeCharge"],"summary":"Update a Collection Notice Charge Control","operationId":"CollectionNoticeCharge_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionNoticeCharge"],"summary":"Delete a Collection Notice Charge Control","operationId":"CollectionNoticeCharge_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionNoticeCharge"],"summary":"Patch a Collection Notice Charge Control","operationId":"CollectionNoticeCharge_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionNoticeChargeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionnoticecontrol":{"get":{"tags":["CollectionNoticeControl"],"summary":"Retrieve list of Collection Notice Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionNoticeControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionNoticeControl"],"summary":"Add a Collection Notice Control","operationId":"CollectionNoticeControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionnoticecontrol/{id}":{"get":{"tags":["CollectionNoticeControl"],"summary":"Retrieve a Collection Notice Control","operationId":"CollectionNoticeControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionNoticeControl"],"summary":"Update a Collection Notice Control","operationId":"CollectionNoticeControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionNoticeControl"],"summary":"Delete a Collection Notice Control","operationId":"CollectionNoticeControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionNoticeControl"],"summary":"Patch a Collection Notice Control","operationId":"CollectionNoticeControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionNoticeControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionnoticedetail":{"get":{"tags":["CollectionNoticeDetail"],"summary":"Retrieve list of Collection Notice Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionNoticeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionNoticeDetail"],"summary":"Add a Collection Notice Detail","operationId":"CollectionNoticeDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionnoticedetail/{id}":{"get":{"tags":["CollectionNoticeDetail"],"summary":"Retrieve a Collection Notice Detail","operationId":"CollectionNoticeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionNoticeDetail"],"summary":"Update a Collection Notice Detail","operationId":"CollectionNoticeDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionNoticeDetail"],"summary":"Delete a Collection Notice Detail","operationId":"CollectionNoticeDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionNoticeDetail"],"summary":"Patch a Collection Notice Detail","operationId":"CollectionNoticeDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionNoticeDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionNoticeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/collectionprocessingload":{"post":{"tags":["CollectionProcessingLoad"],"summary":"Loads CollectionProcessing data based on the condition setup using the controls on the Filter page including the advanced query builder","operationId":"CollectionProcessingLoad_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"loadDataParameters","in":"body","description":"The parameters for CollectionProcessing load data.","required":true,"schema":{"$ref":"#/definitions/CollectionProcessingLoadRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CollectionProcessingLoadResultModel"}}},"400":{"description":"BadRequest"}}}},"/data/collectionstatus":{"get":{"tags":["CollectionStatus"],"summary":"Retrieve list of Collection Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionStatus"],"summary":"Add a Collection Status Control","operationId":"CollectionStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionstatus/{id}":{"get":{"tags":["CollectionStatus"],"summary":"Retrieve a Collection Status Control","operationId":"CollectionStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionStatus"],"summary":"Update a Collection Status Control","operationId":"CollectionStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionStatus"],"summary":"Delete a Collection Status Control","operationId":"CollectionStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionStatus"],"summary":"Patch a Collection Status Control","operationId":"CollectionStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/collectionstatuschange":{"get":{"tags":["CollectionStatusChange"],"summary":"Retrieve list of Collection Status Change Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CollectionStatusChange_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CollectionStatusChange"],"summary":"Add a Collection Status Change Control","operationId":"CollectionStatusChange_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/collectionstatuschange/{id}":{"get":{"tags":["CollectionStatusChange"],"summary":"Retrieve a Collection Status Change Control","operationId":"CollectionStatusChange_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CollectionStatusChange"],"summary":"Update a Collection Status Change Control","operationId":"CollectionStatusChange_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CollectionStatusChange"],"summary":"Delete a Collection Status Change Control","operationId":"CollectionStatusChange_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CollectionStatusChange"],"summary":"Patch a Collection Status Change Control","operationId":"CollectionStatusChange_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CollectionStatusChangeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CollectionStatusChangeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/columbiamovinginterface":{"get":{"tags":["ColumbiaMovingInterfaceRun"],"summary":"Retrieves list of ColumbiaMovingInterface process run status data","operationId":"ColumbiaMovingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ColumbiaMovingInterfaceRun"],"summary":"Execute the ColumbiaMovingInterface process","operationId":"ColumbiaMovingInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ColumbiaMovingInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/columbiamovinginterface/{id}":{"get":{"tags":["ColumbiaMovingInterfaceRun"],"summary":"Retrieve the process run status","operationId":"ColumbiaMovingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ColumbiaMovingInterfaceRun"],"summary":"Request to cancel a ColumbiaMovingInterface process","operationId":"ColumbiaMovingInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/comment":{"get":{"tags":["Comment"],"summary":"Retrieve list of Customer/Account Comment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Comment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Comment"],"summary":"Add a Customer/Account Comment","operationId":"Comment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CommentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CommentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/comment/{id}":{"get":{"tags":["Comment"],"summary":"Retrieve a Customer/Account Comment","operationId":"Comment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Comment"],"summary":"Update a Customer/Account Comment","operationId":"Comment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CommentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Comment"],"summary":"Delete a Customer/Account Comment","operationId":"Comment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Comment"],"summary":"Patch a Customer/Account Comment","operationId":"Comment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CommentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/commentcode":{"get":{"tags":["CommentCode"],"summary":"Retrieve list of Comment Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CommentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CommentCode"],"summary":"Add a Comment Type Control","operationId":"CommentCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CommentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CommentCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/commentcode/{id}":{"get":{"tags":["CommentCode"],"summary":"Retrieve a Comment Type Control","operationId":"CommentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CommentCode"],"summary":"Update a Comment Type Control","operationId":"CommentCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CommentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CommentCode"],"summary":"Delete a Comment Type Control","operationId":"CommentCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CommentCode"],"summary":"Patch a Comment Type Control","operationId":"CommentCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CommentCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/company":{"get":{"tags":["Company"],"summary":"Retrieve list of Company Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Company_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Company"],"summary":"Add a Company Control","operationId":"Company_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CompanyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/company/{id}":{"get":{"tags":["Company"],"summary":"Retrieve a Company Control","operationId":"Company_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Company"],"summary":"Update a Company Control","operationId":"Company_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Company"],"summary":"Delete a Company Control","operationId":"Company_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Company"],"summary":"Patch a Company Control","operationId":"Company_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CompanyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/companydivisiontransactioncode":{"get":{"tags":["CompanyDivisionTransactionCode"],"summary":"Retrieve list of Company/Division Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CompanyDivisionTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CompanyDivisionTransactionCode"],"summary":"Add a Company/Division Transaction Code Control","operationId":"CompanyDivisionTransactionCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/companydivisiontransactioncode/{id}":{"get":{"tags":["CompanyDivisionTransactionCode"],"summary":"Retrieve a Company/Division Transaction Code Control","operationId":"CompanyDivisionTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CompanyDivisionTransactionCode"],"summary":"Update a Company/Division Transaction Code Control","operationId":"CompanyDivisionTransactionCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CompanyDivisionTransactionCode"],"summary":"Delete a Company/Division Transaction Code Control","operationId":"CompanyDivisionTransactionCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CompanyDivisionTransactionCode"],"summary":"Patch a Company/Division Transaction Code Control","operationId":"CompanyDivisionTransactionCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CompanyDivisionTransactionCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CompanyDivisionTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conductorsize":{"get":{"tags":["ConductorSize"],"summary":"Retrieve list of Conductor for Harness Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConductorSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConductorSize"],"summary":"Add a Conductor for Harness Size Control","operationId":"ConductorSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConductorSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConductorSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conductorsize/{id}":{"get":{"tags":["ConductorSize"],"summary":"Retrieve a Conductor for Harness Size Control","operationId":"ConductorSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConductorSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConductorSize"],"summary":"Update a Conductor for Harness Size Control","operationId":"ConductorSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConductorSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConductorSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConductorSize"],"summary":"Delete a Conductor for Harness Size Control","operationId":"ConductorSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConductorSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConductorSize"],"summary":"Patch a Conductor for Harness Size Control","operationId":"ConductorSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConductorSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConductorSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/conservationload":{"post":{"tags":["Conservation"],"summary":"It loads Conservation data","operationId":"Conservation_GetConservationLoadData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"ConservationLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/ConservationLoadRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ConservationProcessItemModel"}}},"400":{"description":"BadRequest"}}}},"/data/conservationapplication":{"get":{"tags":["ConservationApplication"],"summary":"Retrieve list of Conservation Application items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationApplication_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationApplication"],"summary":"Add a Conservation Application","operationId":"ConservationApplication_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationApplicationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationapplication/{id}":{"get":{"tags":["ConservationApplication"],"summary":"Retrieve a Conservation Application","operationId":"ConservationApplication_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationApplication"],"summary":"Update a Conservation Application","operationId":"ConservationApplication_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationApplication"],"summary":"Delete a Conservation Application","operationId":"ConservationApplication_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationApplication"],"summary":"Patch a Conservation Application","operationId":"ConservationApplication_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationApplicationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationapplicationresource":{"get":{"tags":["ConservationApplicationResource"],"summary":"Retrieve list of Conservation Application Resource items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationApplicationResource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationApplicationResource"],"summary":"Add a Conservation Application Resource","operationId":"ConservationApplicationResource_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationapplicationresource/{id}":{"get":{"tags":["ConservationApplicationResource"],"summary":"Retrieve a Conservation Application Resource","operationId":"ConservationApplicationResource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationApplicationResource"],"summary":"Update a Conservation Application Resource","operationId":"ConservationApplicationResource_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationApplicationResource"],"summary":"Delete a Conservation Application Resource","operationId":"ConservationApplicationResource_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationApplicationResource"],"summary":"Patch a Conservation Application Resource","operationId":"ConservationApplicationResource_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationApplicationResourceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationapplicationsavings":{"get":{"tags":["ConservationApplicationSavings"],"summary":"Retrieve list of Conservation Application Savings items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationApplicationSavings_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationApplicationSavings"],"summary":"Add a Conservation Application Savings","operationId":"ConservationApplicationSavings_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationapplicationsavings/{id}":{"get":{"tags":["ConservationApplicationSavings"],"summary":"Retrieve a Conservation Application Savings","operationId":"ConservationApplicationSavings_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationApplicationSavings"],"summary":"Update a Conservation Application Savings","operationId":"ConservationApplicationSavings_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationApplicationSavings"],"summary":"Delete a Conservation Application Savings","operationId":"ConservationApplicationSavings_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationApplicationSavings"],"summary":"Patch a Conservation Application Savings","operationId":"ConservationApplicationSavings_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationApplicationSavingsModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSavingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationapplicationsource":{"get":{"tags":["ConservationApplicationSource"],"summary":"Retrieve list of Conservation Application Source Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationApplicationSource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationApplicationSource"],"summary":"Add a Conservation Application Source Control","operationId":"ConservationApplicationSource_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationapplicationsource/{id}":{"get":{"tags":["ConservationApplicationSource"],"summary":"Retrieve a Conservation Application Source Control","operationId":"ConservationApplicationSource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationApplicationSource"],"summary":"Update a Conservation Application Source Control","operationId":"ConservationApplicationSource_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationApplicationSource"],"summary":"Delete a Conservation Application Source Control","operationId":"ConservationApplicationSource_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationApplicationSource"],"summary":"Patch a Conservation Application Source Control","operationId":"ConservationApplicationSource_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationApplicationSourceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationSourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationapplicationworkflow":{"get":{"tags":["ConservationApplicationWorkflow"],"summary":"Retrieve list of Conservation Application Workflow items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationApplicationWorkflow_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationApplicationWorkflow"],"summary":"Add a Conservation Application Workflow","operationId":"ConservationApplicationWorkflow_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationapplicationworkflow/{id}":{"get":{"tags":["ConservationApplicationWorkflow"],"summary":"Retrieve a Conservation Application Workflow","operationId":"ConservationApplicationWorkflow_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationApplicationWorkflow"],"summary":"Update a Conservation Application Workflow","operationId":"ConservationApplicationWorkflow_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationApplicationWorkflow"],"summary":"Delete a Conservation Application Workflow","operationId":"ConservationApplicationWorkflow_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationApplicationWorkflow"],"summary":"Patch a Conservation Application Workflow","operationId":"ConservationApplicationWorkflow_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationApplicationWorkflowModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationApplicationWorkflowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogram":{"get":{"tags":["ConservationProgram"],"summary":"Retrieve list of Conservation Program Definition items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgram_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgram"],"summary":"Add a Conservation Program Definition","operationId":"ConservationProgram_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogram/{id}":{"get":{"tags":["ConservationProgram"],"summary":"Retrieve a Conservation Program Definition","operationId":"ConservationProgram_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgram"],"summary":"Update a Conservation Program Definition","operationId":"ConservationProgram_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgram"],"summary":"Delete a Conservation Program Definition","operationId":"ConservationProgram_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgram"],"summary":"Patch a Conservation Program Definition","operationId":"ConservationProgram_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramcategory":{"get":{"tags":["ConservationProgramCategory"],"summary":"Retrieve list of Conservation Program Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramCategory"],"summary":"Add a Conservation Program Category Control","operationId":"ConservationProgramCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramcategory/{id}":{"get":{"tags":["ConservationProgramCategory"],"summary":"Retrieve a Conservation Program Category Control","operationId":"ConservationProgramCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramCategory"],"summary":"Update a Conservation Program Category Control","operationId":"ConservationProgramCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramCategory"],"summary":"Delete a Conservation Program Category Control","operationId":"ConservationProgramCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramCategory"],"summary":"Patch a Conservation Program Category Control","operationId":"ConservationProgramCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramcontrol":{"get":{"tags":["ConservationProgramControl"],"summary":"Retrieve list of Conservation Program Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramControl"],"summary":"Add a Conservation Program Control","operationId":"ConservationProgramControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramcontrol/{id}":{"get":{"tags":["ConservationProgramControl"],"summary":"Retrieve a Conservation Program Control","operationId":"ConservationProgramControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramControl"],"summary":"Update a Conservation Program Control","operationId":"ConservationProgramControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramControl"],"summary":"Delete a Conservation Program Control","operationId":"ConservationProgramControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramControl"],"summary":"Patch a Conservation Program Control","operationId":"ConservationProgramControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogrammeasure":{"get":{"tags":["ConservationProgramMeasure"],"summary":"Retrieve list of Conservation Program Measure Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramMeasure_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramMeasure"],"summary":"Add a Conservation Program Measure Control","operationId":"ConservationProgramMeasure_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogrammeasure/{id}":{"get":{"tags":["ConservationProgramMeasure"],"summary":"Retrieve a Conservation Program Measure Control","operationId":"ConservationProgramMeasure_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramMeasure"],"summary":"Update a Conservation Program Measure Control","operationId":"ConservationProgramMeasure_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramMeasure"],"summary":"Delete a Conservation Program Measure Control","operationId":"ConservationProgramMeasure_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramMeasure"],"summary":"Patch a Conservation Program Measure Control","operationId":"ConservationProgramMeasure_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramMeasureModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramMeasureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramprocessflow":{"get":{"tags":["ConservationProgramProcessFlow"],"summary":"Retrieve list of Conservation Program Process Flow items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramProcessFlow_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramProcessFlow"],"summary":"Add a Conservation Program Process Flow","operationId":"ConservationProgramProcessFlow_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramprocessflow/{id}":{"get":{"tags":["ConservationProgramProcessFlow"],"summary":"Retrieve a Conservation Program Process Flow","operationId":"ConservationProgramProcessFlow_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramProcessFlow"],"summary":"Update a Conservation Program Process Flow","operationId":"ConservationProgramProcessFlow_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramProcessFlow"],"summary":"Delete a Conservation Program Process Flow","operationId":"ConservationProgramProcessFlow_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramProcessFlow"],"summary":"Patch a Conservation Program Process Flow","operationId":"ConservationProgramProcessFlow_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramProcessFlowModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramProcessFlowModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramresource":{"get":{"tags":["ConservationProgramResource"],"summary":"Retrieve list of Conservation Program Resource items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramResource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramResource"],"summary":"Add a Conservation Program Resource","operationId":"ConservationProgramResource_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramresource/{id}":{"get":{"tags":["ConservationProgramResource"],"summary":"Retrieve a Conservation Program Resource","operationId":"ConservationProgramResource_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramResource"],"summary":"Update a Conservation Program Resource","operationId":"ConservationProgramResource_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramResource"],"summary":"Delete a Conservation Program Resource","operationId":"ConservationProgramResource_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramResource"],"summary":"Patch a Conservation Program Resource","operationId":"ConservationProgramResource_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramResourceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramResourceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramstep":{"get":{"tags":["ConservationProgramStep"],"summary":"Retrieve list of Conservation Program Step Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramStep_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramStep"],"summary":"Add a Conservation Program Step Control","operationId":"ConservationProgramStep_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramstep/{id}":{"get":{"tags":["ConservationProgramStep"],"summary":"Retrieve a Conservation Program Step Control","operationId":"ConservationProgramStep_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramStep"],"summary":"Update a Conservation Program Step Control","operationId":"ConservationProgramStep_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramStep"],"summary":"Delete a Conservation Program Step Control","operationId":"ConservationProgramStep_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramStep"],"summary":"Patch a Conservation Program Step Control","operationId":"ConservationProgramStep_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramStepModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramStepModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationprogramtype":{"get":{"tags":["ConservationProgramType"],"summary":"Retrieve list of Conservation Program Type items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationProgramType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationProgramType"],"summary":"Add a Conservation Program Type","operationId":"ConservationProgramType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationprogramtype/{id}":{"get":{"tags":["ConservationProgramType"],"summary":"Retrieve a Conservation Program Type","operationId":"ConservationProgramType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationProgramType"],"summary":"Update a Conservation Program Type","operationId":"ConservationProgramType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationProgramType"],"summary":"Delete a Conservation Program Type","operationId":"ConservationProgramType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationProgramType"],"summary":"Patch a Conservation Program Type","operationId":"ConservationProgramType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationProgramTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationProgramTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conservationrebatetype":{"get":{"tags":["ConservationRebateType"],"summary":"Retrieve list of Conservation Rebate Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConservationRebateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConservationRebateType"],"summary":"Add a Conservation Rebate Type Control","operationId":"ConservationRebateType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conservationrebatetype/{id}":{"get":{"tags":["ConservationRebateType"],"summary":"Retrieve a Conservation Rebate Type Control","operationId":"ConservationRebateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConservationRebateType"],"summary":"Update a Conservation Rebate Type Control","operationId":"ConservationRebateType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConservationRebateType"],"summary":"Delete a Conservation Rebate Type Control","operationId":"ConservationRebateType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConservationRebateType"],"summary":"Patch a Conservation Rebate Type Control","operationId":"ConservationRebateType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConservationRebateTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConservationRebateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/consumptioncredit":{"get":{"tags":["ConsumptionCredit"],"summary":"Retrieve list of Consumption Credit Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConsumptionCredit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConsumptionCredit"],"summary":"Add a Consumption Credit Control","operationId":"ConsumptionCredit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/consumptioncredit/{id}":{"get":{"tags":["ConsumptionCredit"],"summary":"Retrieve a Consumption Credit Control","operationId":"ConsumptionCredit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConsumptionCredit"],"summary":"Update a Consumption Credit Control","operationId":"ConsumptionCredit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConsumptionCredit"],"summary":"Delete a Consumption Credit Control","operationId":"ConsumptionCredit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConsumptionCredit"],"summary":"Patch a Consumption Credit Control","operationId":"ConsumptionCredit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConsumptionCreditModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConsumptionCreditModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contactinformation":{"get":{"tags":["ContactInformation"],"summary":"Retrieve list of Customer/Account Contact Information items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContactInformation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContactInformation"],"summary":"Add a Customer/Account Contact Information","operationId":"ContactInformation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactInformationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContactInformationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contactinformation/{id}":{"get":{"tags":["ContactInformation"],"summary":"Retrieve a Customer/Account Contact Information","operationId":"ContactInformation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactInformationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContactInformation"],"summary":"Update a Customer/Account Contact Information","operationId":"ContactInformation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactInformationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContactInformation"],"summary":"Delete a Customer/Account Contact Information","operationId":"ContactInformation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContactInformation"],"summary":"Patch a Customer/Account Contact Information","operationId":"ContactInformation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContactInformationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contactlog":{"get":{"tags":["ContactLog"],"summary":"Retrieve list of Contact Log items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContactLog_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContactLog"],"summary":"Add a Contact Log","operationId":"ContactLog_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactLogModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContactLogModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contactlog/{id}":{"get":{"tags":["ContactLog"],"summary":"Retrieve a Contact Log","operationId":"ContactLog_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactLogModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContactLog"],"summary":"Update a Contact Log","operationId":"ContactLog_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactLogModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContactLog"],"summary":"Delete a Contact Log","operationId":"ContactLog_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContactLog"],"summary":"Patch a Contact Log","operationId":"ContactLog_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContactLogModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contactmethod":{"get":{"tags":["ContactMethod"],"summary":"Retrieve list of Contact Method Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContactMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContactMethod"],"summary":"Add a Contact Method Control","operationId":"ContactMethod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContactMethodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contactmethod/{id}":{"get":{"tags":["ContactMethod"],"summary":"Retrieve a Contact Method Control","operationId":"ContactMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactMethodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContactMethod"],"summary":"Update a Contact Method Control","operationId":"ContactMethod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContactMethod"],"summary":"Delete a Contact Method Control","operationId":"ContactMethod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContactMethod"],"summary":"Patch a Contact Method Control","operationId":"ContactMethod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContactMethodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contactreasontype":{"get":{"tags":["ContactReasonType"],"summary":"Retrieve list of Contact Reason Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContactReasonType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContactReasonType"],"summary":"Add a Contact Reason Type Control","operationId":"ContactReasonType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contactreasontype/{id}":{"get":{"tags":["ContactReasonType"],"summary":"Retrieve a Contact Reason Type Control","operationId":"ContactReasonType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContactReasonType"],"summary":"Update a Contact Reason Type Control","operationId":"ContactReasonType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContactReasonType"],"summary":"Delete a Contact Reason Type Control","operationId":"ContactReasonType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContactReasonType"],"summary":"Patch a Contact Reason Type Control","operationId":"ContactReasonType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContactReasonTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactReasonTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contacttype":{"get":{"tags":["ContactType"],"summary":"Retrieve list of Contact Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContactType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContactType"],"summary":"Add a Contact Type Control","operationId":"ContactType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContactTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contacttype/{id}":{"get":{"tags":["ContactType"],"summary":"Retrieve a Contact Type Control","operationId":"ContactType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContactType"],"summary":"Update a Contact Type Control","operationId":"ContactType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContactTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContactType"],"summary":"Delete a Contact Type Control","operationId":"ContactType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContactType"],"summary":"Patch a Contact Type Control","operationId":"ContactType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContactTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContactTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/contractorcompany":{"get":{"tags":["ContractorCompany"],"summary":"Retrieve list of Contractor Company items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ContractorCompany_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ContractorCompany"],"summary":"Add a Contractor Company","operationId":"ContractorCompany_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContractorCompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ContractorCompanyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/contractorcompany/{id}":{"get":{"tags":["ContractorCompany"],"summary":"Retrieve a Contractor Company","operationId":"ContractorCompany_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContractorCompanyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ContractorCompany"],"summary":"Update a Contractor Company","operationId":"ContractorCompany_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ContractorCompanyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContractorCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ContractorCompany"],"summary":"Delete a Contractor Company","operationId":"ContractorCompany_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContractorCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ContractorCompany"],"summary":"Patch a Contractor Company","operationId":"ContractorCompany_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ContractorCompanyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ContractorCompanyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/conveniencefee":{"get":{"tags":["ConvenienceFee"],"summary":"Retrieve list of Convenience Fee Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ConvenienceFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ConvenienceFee"],"summary":"Add a Convenience Fee Control","operationId":"ConvenienceFee_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/conveniencefee/{id}":{"get":{"tags":["ConvenienceFee"],"summary":"Retrieve a Convenience Fee Control","operationId":"ConvenienceFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ConvenienceFee"],"summary":"Update a Convenience Fee Control","operationId":"ConvenienceFee_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ConvenienceFee"],"summary":"Delete a Convenience Fee Control","operationId":"ConvenienceFee_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ConvenienceFee"],"summary":"Patch a Convenience Fee Control","operationId":"ConvenienceFee_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ConvenienceFeeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ConvenienceFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/country":{"get":{"tags":["Country"],"summary":"Retrieve list of Country Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Country_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Country"],"summary":"Add a Country Control","operationId":"Country_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CountryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CountryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/country/{id}":{"get":{"tags":["Country"],"summary":"Retrieve a Country Control","operationId":"Country_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CountryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Country"],"summary":"Update a Country Control","operationId":"Country_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CountryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CountryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Country"],"summary":"Delete a Country Control","operationId":"Country_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CountryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Country"],"summary":"Patch a Country Control","operationId":"Country_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CountryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CountryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/createbankdeposit":{"get":{"tags":["CreateBankDepositRun"],"summary":"Retrieves list of CreateBankDeposit process run status data","operationId":"CreateBankDepositRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreateBankDepositRun"],"summary":"Execute the CreateBankDeposit process","operationId":"CreateBankDepositRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CreateBankDepositRunModel","required":true,"schema":{"$ref":"#/definitions/CreateBankDepositRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/createbankdeposit/{id}":{"get":{"tags":["CreateBankDepositRun"],"summary":"Retrieve the process run status","operationId":"CreateBankDepositRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreateBankDepositRun"],"summary":"Request to cancel a CreateBankDeposit process","operationId":"CreateBankDepositRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/createbankdeposit/{id}/{outputRef}":{"get":{"tags":["CreateBankDepositRun"],"summary":"Retrieve the file output","operationId":"CreateBankDepositRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the AP export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/runnable/createcustomeraccount":{"post":{"tags":["CreateCustomerAccount"],"summary":"Execute the process to create a new Customer, Account, Customer/Account, Service, Address and Contact Information, \r\nor to create a new Account, Customer/Account, Service, Address and Contact Information for an existing Customer.","operationId":"CreateCustomerAccount_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"The data structure containing Customer, Account, Customer/Account, Service, Address and Contact Information.\r\n            The Service, Address and Contact Information are optional and can be omitted. If the Service is omitted, Services will still\r\n            be created if proper setup exists in the Related Service Group control.\r\n            Obsolete: Use replacement functionality /run/pickup/createcustomeraccount instead.","required":true,"schema":{"$ref":"#/definitions/CreateCustomerAccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreateCustomerAccountResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/createcustomeraccount":{"get":{"tags":["CreateCustomerAccountRun"],"summary":"Retrieves list of CreateCustomerAccount process run status data","operationId":"CreateCustomerAccountRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreateCustomerAccountRun"],"summary":"Execute the CreateCustomerAccount proces","operationId":"CreateCustomerAccountRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CreateCustomerAccountRunModel","required":true,"schema":{"$ref":"#/definitions/CreateCustomerAccountRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/createcustomeraccount/{id}":{"get":{"tags":["CreateCustomerAccountRun"],"summary":"Retrieve the process run status","operationId":"CreateCustomerAccountRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreateCustomerAccountRun"],"summary":"Request to cancel a CreateCustomerAccount process","operationId":"CreateCustomerAccountRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/createtransactionbatchreversal":{"get":{"tags":["CreateTransactionBatchReversalRun"],"summary":"Retrieves list of CreateTransactionBatchReversal process run status data","operationId":"CreateTransactionBatchReversalRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreateTransactionBatchReversalRun"],"summary":"Execute the CreateTransactionBatchReversal process","operationId":"CreateTransactionBatchReversalRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CreateTransactionBatchReversalRunModel","required":true,"schema":{"$ref":"#/definitions/CreateTransactionBatchReversalRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/createtransactionbatchreversal/{id}":{"get":{"tags":["CreateTransactionBatchReversalRun"],"summary":"Retrieve the process run status","operationId":"CreateTransactionBatchReversalRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreateTransactionBatchReversalRun"],"summary":"Request to cancel a CreateTransactionBatchReversal process","operationId":"CreateTransactionBatchReversalRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditcardtype":{"get":{"tags":["CreditCardType"],"summary":"Retrieve list of Credit Card Company Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditCardType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditCardType"],"summary":"Add a Credit Card Company Control","operationId":"CreditCardType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditCardTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditCardTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditcardtype/{id}":{"get":{"tags":["CreditCardType"],"summary":"Retrieve a Credit Card Company Control","operationId":"CreditCardType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditCardType"],"summary":"Update a Credit Card Company Control","operationId":"CreditCardType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditCardTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditCardType"],"summary":"Delete a Credit Card Company Control","operationId":"CreditCardType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditCardType"],"summary":"Patch a Credit Card Company Control","operationId":"CreditCardType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditCardTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCardTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditcheck":{"get":{"tags":["CreditCheck"],"summary":"Retrieve list of Infinity.CreditCheck Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditCheck_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditCheck"],"summary":"Add an Infinity.CreditCheck Control","operationId":"CreditCheck_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditCheckModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditCheckModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditcheck/{id}":{"get":{"tags":["CreditCheck"],"summary":"Retrieve an Infinity.CreditCheck Control","operationId":"CreditCheck_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCheckModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditCheck"],"summary":"Update an Infinity.CreditCheck Control","operationId":"CreditCheck_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditCheckModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCheckModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditCheck"],"summary":"Delete an Infinity.CreditCheck Control","operationId":"CreditCheck_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCheckModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditCheck"],"summary":"Patch an Infinity.CreditCheck Control","operationId":"CreditCheck_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditCheckModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditCheckModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditrating":{"get":{"tags":["CreditRating"],"summary":"Retrieve list of Customer Credit Rating items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditRating_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditRating"],"summary":"Add a Customer Credit Rating","operationId":"CreditRating_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditRatingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditrating/{id}":{"get":{"tags":["CreditRating"],"summary":"Retrieve a Customer Credit Rating","operationId":"CreditRating_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditRating"],"summary":"Update a Customer Credit Rating","operationId":"CreditRating_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditRating"],"summary":"Delete a Customer Credit Rating","operationId":"CreditRating_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditRating"],"summary":"Patch a Customer Credit Rating","operationId":"CreditRating_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditRatingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditratingchangereason":{"get":{"tags":["CreditRatingChangeReason"],"summary":"Retrieve list of Credit Rating Change Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditRatingChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditRatingChangeReason"],"summary":"Add a Credit Rating Change Reason Control","operationId":"CreditRatingChangeReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditratingchangereason/{id}":{"get":{"tags":["CreditRatingChangeReason"],"summary":"Retrieve a Credit Rating Change Reason Control","operationId":"CreditRatingChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditRatingChangeReason"],"summary":"Update a Credit Rating Change Reason Control","operationId":"CreditRatingChangeReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditRatingChangeReason"],"summary":"Delete a Credit Rating Change Reason Control","operationId":"CreditRatingChangeReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditRatingChangeReason"],"summary":"Patch a Credit Rating Change Reason Control","operationId":"CreditRatingChangeReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditRatingChangeReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditratingconfig":{"get":{"tags":["CreditRatingConfig"],"summary":"Retrieve list of Credit Rating/Collection Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditRatingConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditRatingConfig"],"summary":"Add a Credit Rating/Collection Control","operationId":"CreditRatingConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditratingconfig/{id}":{"get":{"tags":["CreditRatingConfig"],"summary":"Retrieve a Credit Rating/Collection Control","operationId":"CreditRatingConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditRatingConfig"],"summary":"Update a Credit Rating/Collection Control","operationId":"CreditRatingConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditRatingConfig"],"summary":"Delete a Credit Rating/Collection Control","operationId":"CreditRatingConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditRatingConfig"],"summary":"Patch a Credit Rating/Collection Control","operationId":"CreditRatingConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditRatingConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditratingdetail":{"get":{"tags":["CreditRatingDetail"],"summary":"Retrieve list of Credit Rating Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditRatingDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditRatingDetail"],"summary":"Add a Credit Rating Detail","operationId":"CreditRatingDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditratingdetail/{id}":{"get":{"tags":["CreditRatingDetail"],"summary":"Retrieve a Credit Rating Detail","operationId":"CreditRatingDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditRatingDetail"],"summary":"Update a Credit Rating Detail","operationId":"CreditRatingDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditRatingDetail"],"summary":"Delete a Credit Rating Detail","operationId":"CreditRatingDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditRatingDetail"],"summary":"Patch a Credit Rating Detail","operationId":"CreditRatingDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditRatingDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/creditratingdetailtype":{"get":{"tags":["CreditRatingDetailType"],"summary":"Retrieve list of Credit Rating Item Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CreditRatingDetailType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CreditRatingDetailType"],"summary":"Add a Credit Rating Item Type Control","operationId":"CreditRatingDetailType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/creditratingdetailtype/{id}":{"get":{"tags":["CreditRatingDetailType"],"summary":"Retrieve a Credit Rating Item Type Control","operationId":"CreditRatingDetailType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CreditRatingDetailType"],"summary":"Update a Credit Rating Item Type Control","operationId":"CreditRatingDetailType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CreditRatingDetailType"],"summary":"Delete a Credit Rating Item Type Control","operationId":"CreditRatingDetailType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CreditRatingDetailType"],"summary":"Patch a Credit Rating Item Type Control","operationId":"CreditRatingDetailType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CreditRatingDetailTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreditRatingDetailTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/criteria":{"get":{"tags":["Criteria"],"summary":"Retrieve list of Criteria Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Criteria_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Criteria"],"summary":"Add a Criteria Control","operationId":"Criteria_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CriteriaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CriteriaModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/criteria/{id}":{"get":{"tags":["Criteria"],"summary":"Retrieve a Criteria Control","operationId":"Criteria_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CriteriaModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Criteria"],"summary":"Update a Criteria Control","operationId":"Criteria_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CriteriaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CriteriaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Criteria"],"summary":"Delete a Criteria Control","operationId":"Criteria_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CriteriaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Criteria"],"summary":"Patch a Criteria Control","operationId":"Criteria_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CriteriaModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CriteriaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ctstyle":{"get":{"tags":["CTStyle"],"summary":"Retrieve list of Current Transformer Style Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CTStyle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CTStyle"],"summary":"Add a Current Transformer Style Control","operationId":"CTStyle_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CTStyleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CTStyleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ctstyle/{id}":{"get":{"tags":["CTStyle"],"summary":"Retrieve a Current Transformer Style Control","operationId":"CTStyle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CTStyleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CTStyle"],"summary":"Update a Current Transformer Style Control","operationId":"CTStyle_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CTStyleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CTStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CTStyle"],"summary":"Delete a Current Transformer Style Control","operationId":"CTStyle_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CTStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CTStyle"],"summary":"Patch a Current Transformer Style Control","operationId":"CTStyle_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CTStyleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CTStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/currencytype":{"get":{"tags":["CurrencyType"],"summary":"Retrieve list of Currency Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CurrencyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CurrencyType"],"summary":"Add a Currency Control","operationId":"CurrencyType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrencyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CurrencyTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/currencytype/{id}":{"get":{"tags":["CurrencyType"],"summary":"Retrieve a Currency Control","operationId":"CurrencyType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrencyTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CurrencyType"],"summary":"Update a Currency Control","operationId":"CurrencyType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrencyTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrencyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CurrencyType"],"summary":"Delete a Currency Control","operationId":"CurrencyType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrencyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CurrencyType"],"summary":"Patch a Currency Control","operationId":"CurrencyType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CurrencyTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrencyTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/currenttransformer":{"get":{"tags":["CurrentTransformer"],"summary":"Retrieve list of Current Transformer items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CurrentTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CurrentTransformer"],"summary":"Add a Current Transformer","operationId":"CurrentTransformer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrentTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CurrentTransformerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/currenttransformer/{id}":{"get":{"tags":["CurrentTransformer"],"summary":"Retrieve a Current Transformer","operationId":"CurrentTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CurrentTransformer"],"summary":"Update a Current Transformer","operationId":"CurrentTransformer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrentTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CurrentTransformer"],"summary":"Delete a Current Transformer","operationId":"CurrentTransformer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CurrentTransformer"],"summary":"Patch a Current Transformer","operationId":"CurrentTransformer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CurrentTransformerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/currenttransformertype":{"get":{"tags":["CurrentTransformerType"],"summary":"Retrieve list of Current Transformer Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CurrentTransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CurrentTransformerType"],"summary":"Add a Current Transformer Type Control","operationId":"CurrentTransformerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/currenttransformertype/{id}":{"get":{"tags":["CurrentTransformerType"],"summary":"Retrieve a Current Transformer Type Control","operationId":"CurrentTransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CurrentTransformerType"],"summary":"Update a Current Transformer Type Control","operationId":"CurrentTransformerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CurrentTransformerType"],"summary":"Delete a Current Transformer Type Control","operationId":"CurrentTransformerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CurrentTransformerType"],"summary":"Patch a Current Transformer Type Control","operationId":"CurrentTransformerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CurrentTransformerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CurrentTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customer/$search":{"get":{"tags":["Customer"],"summary":"Advanced Customer Search","operationId":"Customer_GetSearchV2","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"query","description":"Required search condition. Use the documented query expression associated with the Advanced Search (V2) facility.","required":true,"type":"string"},{"name":"matchType","in":"query","description":"Optional match type to use; 'StartsWith' or 'Contains' are the options; determines how query words are treated for default matching; default is 'StartsWith'","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item.\r\n            Applies to the resulting target business object contained in the Results.Object property. Standard nesting and child embedded data shaping applies from there down. Default is '*', which select all top level properties of the found objects.","required":false,"type":"string"},{"name":"maximum","in":"query","description":"Optional maximum number of search results to limit the response to; default is 100","required":false,"type":"integer","format":"int32"},{"name":"loadCount","in":"query","description":"Optional argument that specifies whether to load the total number of matches found. Default is true.","required":false,"type":"boolean"},{"name":"criteria","in":"query","description":"Optional additional query tree criteria in JSON format to filter the search results","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["Customer"],"summary":"Advanced Customer Search (V2)","operationId":"Customer_PostSearchV2","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"searchDetails","in":"body","description":"Search request details","required":true,"schema":{"$ref":"#/definitions/XSearchRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customer/$searchconfig":{"get":{"tags":["Customer"],"summary":"Advanced Customer Search (V2) Configuration Details","operationId":"Customer_GetSearchConfig","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchConfigurationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customer":{"get":{"tags":["Customer"],"summary":"Retrieve list of Customer items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Customer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Customer"],"summary":"Add a Customer","operationId":"Customer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customer/{id}":{"get":{"tags":["Customer"],"summary":"Retrieve a Customer","operationId":"Customer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Customer"],"summary":"Update a Customer","operationId":"Customer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Customer"],"summary":"Delete a Customer","operationId":"Customer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Customer"],"summary":"Patch a Customer","operationId":"Customer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccount/{id}/lock":{"get":{"tags":["CustomerAccount"],"summary":"Get the CIS logical lock details for the specified customer/account.\r\nReturns null if no lock exists.","operationId":"CustomerAccount_LockInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the customer/account to get locking info for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["CustomerAccount"],"summary":"Place a CIS logical lock on the specified customer/account.\r\nReturns 200 if the lock was already in place for the current session.\r\nReturns 201 if the lock was successfully placed.\r\nReturns 423/Locked if the lock could not be placed because it is currently owned by another session.\r\nAll responses return locking details of the existing lock.","operationId":"CustomerAccount_Lock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the customer/account to lock","required":true,"type":"string"},{"name":"timeout","in":"query","description":"Amount of time (in milliseconds) to try before failing the lock attempt. 0 means only try once; Maximum valid value is 30,000 (30 seconds); Default is 0.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"423":{"description":"423","schema":{"$ref":"#/definitions/LockingInfoModel"}}}},"delete":{"tags":["CustomerAccount"],"summary":"Release the CIS logical lock on the specified customer/account.\r\nReturns 200 if the lock was successfully removed, or if the lock did not exist.\r\nReturns 423/Locked if the lock exists and is not owned by this session and was therefore not released.\r\nAlso returns the lock info of the existing or released lock, or null if no lock exists.","operationId":"CustomerAccount_Unlock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the customer/account to unlock","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{customerAccountId}/move":{"delete":{"tags":["CustomerAccount"],"summary":"Deletes the move","operationId":"CustomerAccount_DeleteMove","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerAccountId","in":"path","description":"CustomerAccountId of the Move CustomerAccount being deleted","required":true,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{moveInCustomerAccountId}/move":{"put":{"tags":["CustomerAccount"],"summary":"Updates a move using information about Move In and Move Out customers passed in the body of the request.","operationId":"CustomerAccount_UpdateMove","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"moveInCustomerAccountId","in":"path","description":"CustomerAccountId of the Move In customer","required":true,"type":"integer","format":"int64"},{"name":"input","in":"body","description":"Object with information about Move Out and Move In customers","required":true,"schema":{"$ref":"#/definitions/MoveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/amiintervalconsumption":{"get":{"tags":["CustomerAccount"],"summary":"Inquiry for interval consumption from AMI","operationId":"CustomerAccount_GetIntervalConsumption","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fromDate","in":"query","description":"Date from which to select data.","required":false,"type":"string","format":"date-time"},{"name":"toDate","in":"query","description":"Date to which to select data.","required":false,"type":"string","format":"date-time"},{"name":"viewType","in":"query","description":"Indicates the type of data returned: H=hourly; D=daily; M=monthly","required":false,"type":"string"},{"name":"meterNumber","in":"query","description":"Optional, the Meter number for which to retrieve data","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAmiIntervalConsumptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/inquiry":{"get":{"tags":["CustomerAccount"],"summary":"Inquiry for the Customer/Account","operationId":"CustomerAccount_GetInquiry","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"pastDueAmountIncludeNotice","in":"query","description":"If set, include non billed amount flagged as L_INCLUDEINBALANCEOWING in GLE001","required":false,"type":"boolean"},{"name":"pastDueAmountExcludePendingBilledAmount","in":"query","description":"If set, Exclude Pending Billed amount","required":false,"type":"boolean"},{"name":"pastDueAmountAsOfDate","in":"query","description":"Optional date; if used, date to which we consider transactions/bills to be past due.  If null is past, will default to today's date.","required":false,"type":"string","format":"date-time"},{"name":"includePendingPayments","in":"query","description":"If set, will consider pending payment transactions in the last payment data, else only processed transactions are considered","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInquiryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/papquote":{"get":{"tags":["CustomerAccount"],"summary":"PAP Quote Inquiry for the Customer/Account","operationId":"CustomerAccount_GetPapQuote","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"calculateQuoteDate","in":"query","description":"The date to calculate the quote on; today's date will be use if not supplied","required":false,"type":"string","format":"date-time"},{"name":"planType","in":"query","description":"Optional plan type to use when estimating consumption.","required":false,"type":"string"},{"name":"useReadDate","in":"query","description":"If set to true, indicates whether to check and apply the PAP002.BillToUseReadDate setting for a PAP quote","required":false,"type":"boolean"},{"name":"includeBillInPAPCharges","in":"query","description":"If set to true, include the current bill in a PAP/Charge calculation","required":false,"type":"boolean"},{"name":"includeCalculationDetails","in":"query","description":"If set to true, include the detailed calculation of the quote","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountPapQuoteResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/depositquote":{"get":{"tags":["CustomerAccount"],"summary":"Deposit Quote Inquiry for the Customer/Account","operationId":"CustomerAccount_GetDepositQuote","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"calculateQuoteDate","in":"query","description":"The date to calculate the quote on; today's date will be use if not supplied","required":false,"type":"string","format":"date-time"},{"name":"arCodes","in":"query","description":"Optional deposit AR code to use to calculate the quote for; use comma separated list of AR codes","required":false,"type":"string"},{"name":"useDefaultDepositAmount","in":"query","description":"Is set to true, include deposit default amount if estimation is not possible","required":false,"type":"boolean"},{"name":"includeCalculationDetails","in":"query","description":"If set to true, include the detailed calculation of the quote","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountDepositQuoteResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/capitalcredittransfersplit":{"put":{"tags":["CustomerAccount"],"summary":"Capital Credit Split/Transfer Processing splits or transfers the AR balance from current customer/account to another based on selected allocation types.\r\nReturns OK if process succeeded, else returns the feedback.","operationId":"CustomerAccount_CapitalCreditTransferSplit","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"requestParams","in":"body","description":"Cancel or Rebill request model object","required":true,"schema":{"$ref":"#/definitions/CapitalCreditTransferSplitRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/arorder":{"get":{"tags":["CustomerAccount"],"summary":"Used to retrieve AR allocation order for payment allocation processing. List will be ordered based on their payment priority. \r\n<para>Note:  If no A/R's are found, a BusinessException indicating \"No A/R Ranking set\" will be thrown.</para>","operationId":"CustomerAccount_GetAROrder","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"excludeDepositOwing","in":"query","description":"Flag to indicate if deposit owing A/Rs will be excluded.","required":true,"type":"boolean"},{"name":"excludeNonBilledARs","in":"query","description":"Flag to indicate if non-billed A/R's will be excluded.","required":true,"type":"boolean"},{"name":"allocatedAmounts","in":"query","description":"Optional parameter.  If passed, the 'Allocated' element will be populated.","required":false,"type":"object"},{"name":"includeNonBillableARs","in":"query","description":"Optional parameter. Specifies whether to include additional A/Rs (not just billable ones) configured with AllocateInBalanceReconciliation = true in the A/R Control.","required":false,"type":"boolean"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAROrderResponseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/servicerates":{"get":{"tags":["CustomerAccount"],"summary":"Used to retrieve account service rates.","operationId":"CustomerAccount_GetServiceRates","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"useLinkedCodes","in":"query","description":"Flag indicating whether to include linked codes.","required":true,"type":"boolean"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CustomerAccountServiceRateModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/readinghistory":{"get":{"tags":["CustomerAccount"],"summary":"Retrieve reading history for the Customer/Account","operationId":"CustomerAccount_GetReadingHistory","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"includePrevious","in":"query","description":"Include reads from the previous customer(s)","required":false,"type":"boolean"},{"name":"includePending","in":"query","description":"Include pending reads. These are not billed","required":false,"type":"boolean"},{"name":"includeInformational","in":"query","description":"Include informational reads","required":false,"type":"boolean"},{"name":"includeCancelBills","in":"query","description":"Include reads from cancelled bills","required":false,"type":"boolean"},{"name":"includeUnused","in":"query","description":"Include reads not used in a bill eg. superseded reads, etc","required":false,"type":"boolean"},{"name":"includeBilled","in":"query","description":"Include billed items, whether or not they were actually used. These are not pending reads","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadingHistoryInquiryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/search":{"get":{"tags":["CustomerAccount"],"summary":"Advanced Customer/Account Search (V1)","operationId":"CustomerAccount_GetSearch","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"where","in":"query","description":"Required search conditions. Use the standard expression format for Advanced Web API list resource where expressions, using \"biz.property\" or \"table.field\" formatting for the field to search and the standard operator and value expressions (eg bif001.c_lastname eq 'TIECHE')\r\n            Multiple conditions are sent with a connector (and/or) but the connector is irrelevant - the conditions are always AND for search purposes.\r\n            Supported table name prefixes are: BIF001, BIF002, BIF003, BIF004, BIF005, BIF006, BIF010, BIF023, BIF012.\r\n            Supported business resource name prefixes are: customer, account, customeraccount, accountservice, accountservicegroup, accountmeter, accountmeterreadtype, serviceorder, supplierenrollment, address, contactinformation.\r\n            Special prefixes are: NAME, ADDRESS.","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item.\r\n            The optional embedded child items 'Account', 'Customer', 'CustomerAccount', 'Address', and 'ContactInformation' are optionally available via the fields= query string","required":false,"type":"string"},{"name":"maximum","in":"query","description":"Optional maximum number of search results to limit the response to","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional result ordering specification. Only basic search result fields can be used to sort on - not _embedded data. Specify the sort order in comma separated form, with an optional \"-\" prefix to sort descending","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["CustomerAccount"],"summary":"Advanced Customer/Account Search","operationId":"CustomerAccount_PostSearch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"searchConditions","in":"body","description":"Search conditions to apply to the search","required":true,"schema":{"$ref":"#/definitions/CustomerAccountSearchRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/data/customeraccount/$search":{"get":{"tags":["CustomerAccount"],"summary":"Advanced Customer/Account Search (V2)","operationId":"CustomerAccount_GetSearchV2","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"query","description":"Required search condition. Use the documented query expression associated with the Advanced Search (V2) facility.","required":true,"type":"string"},{"name":"matchType","in":"query","description":"Optional match type to use; 'StartsWith' or 'Contains' are the options; determines how query words are treated for default matching; default is 'StartsWith'","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item.\r\n            Applies to the resulting target business object contained in the Results.Object property. Standard nesting and child embedded data shaping applies from there down. Default is '*', which select all top level properties of the found objects.","required":false,"type":"string"},{"name":"maximum","in":"query","description":"Optional maximum number of search results to limit the response to; default is 100","required":false,"type":"integer","format":"int32"},{"name":"loadCount","in":"query","description":"Optional argument that specifies whether to load the total number of matches found. Default is true.","required":false,"type":"boolean"},{"name":"criteria","in":"query","description":"Optional additional query tree criteria in JSON format to filter the search results","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["CustomerAccount"],"summary":"Advanced Customer/Account Search (V2)","operationId":"CustomerAccount_PostSearchV2","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"searchDetails","in":"body","description":"Search request details","required":true,"schema":{"$ref":"#/definitions/XSearchRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/$searchconfig":{"get":{"tags":["CustomerAccount"],"summary":"Advanced Customer/Account Search (V2) Configuration Details","operationId":"CustomerAccount_GetSearchConfig","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/XSearchConfigurationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/servicegroupstructure":{"get":{"tags":["CustomerAccount"],"summary":"Service Group Structure Inquiry for the Customer/Account","operationId":"CustomerAccount_GetServiceGroupStructure","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupStructureInquiryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/transactionhistory":{"get":{"tags":["CustomerAccount"],"summary":"Retrieve transaction history for the Customer/Account","operationId":"CustomerAccount_GetTransactionHistory","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression for the resource retrieve","required":false,"type":"string"},{"name":"order","in":"query","description":"Optional order directive to control result ordering of the list","required":false,"type":"string"},{"name":"startDate","in":"query","description":"Optional starting date; if used, only includes transactions dated on or after this start date","required":false,"type":"string","format":"date-time"},{"name":"endDate","in":"query","description":"Optional ending date; if used, only includes transactions dated on or before this end date","required":false,"type":"string","format":"date-time"},{"name":"showPostdates","in":"query","description":"Optionally control whether to include post dated transactions from PostDatedTransaction (BIF958). NOTE: Default is true","required":false,"type":"boolean"},{"name":"showPaymentsOnly","in":"query","description":"Optionally control whether to only include payment transactions, else all transactions are included","required":false,"type":"boolean"},{"name":"checkSupplier","in":"query","description":"Optionally control whether additional information is to be pulled in from the associated supplier transactions if this customer/account is associated with a supplier enrollment in any way","required":false,"type":"boolean"},{"name":"groupTransactions","in":"query","description":"Optionally control whether transactions are grouped using transaction code grouping control configuration. NOTE: Default is true.","required":false,"type":"boolean"},{"name":"arCode","in":"query","description":"Optional filter by AR Code","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionHistoryInquiryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount/{id}/balanceaging":{"get":{"tags":["CustomerAccount"],"summary":"Retrieve balance aging data for the customer/account.\r\nThis includes balances and aging for all A/Rs associated with the customer/account.","operationId":"CustomerAccount_GetBalanceAging","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The CustomerAccountId to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/BalanceAgingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/customeraccount":{"get":{"tags":["CustomerAccount"],"summary":"Retrieve list of Customer/Account items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccount"],"summary":"Add a Customer/Account","operationId":"CustomerAccount_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccount/{id}":{"get":{"tags":["CustomerAccount"],"summary":"Retrieve a Customer/Account","operationId":"CustomerAccount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccount"],"summary":"Update a Customer/Account","operationId":"CustomerAccount_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccount"],"summary":"Delete a Customer/Account","operationId":"CustomerAccount_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccount"],"summary":"Patch a Customer/Account","operationId":"CustomerAccount_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccountarchive":{"get":{"tags":["CustomerAccountArchive"],"summary":"Retrieve list of Archived Customer/Account items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountArchive_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountArchive"],"summary":"Add an Archived Customer/Account","operationId":"CustomerAccountArchive_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccountarchive/{id}":{"get":{"tags":["CustomerAccountArchive"],"summary":"Retrieve an Archived Customer/Account","operationId":"CustomerAccountArchive_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountArchive"],"summary":"Update an Archived Customer/Account","operationId":"CustomerAccountArchive_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountArchive"],"summary":"Delete an Archived Customer/Account","operationId":"CustomerAccountArchive_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountArchive"],"summary":"Patch an Archived Customer/Account","operationId":"CustomerAccountArchive_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountArchiveModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountArchiveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccountasset":{"get":{"tags":["CustomerAccountAsset"],"summary":"Retrieve list of Customer Account Asset items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountAsset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountAsset"],"summary":"Add a Customer Account Asset","operationId":"CustomerAccountAsset_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccountasset/{id}":{"get":{"tags":["CustomerAccountAsset"],"summary":"Retrieve a Customer Account Asset","operationId":"CustomerAccountAsset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountAsset"],"summary":"Update a Customer Account Asset","operationId":"CustomerAccountAsset_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountAsset"],"summary":"Delete a Customer Account Asset","operationId":"CustomerAccountAsset_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountAsset"],"summary":"Patch a Customer Account Asset","operationId":"CustomerAccountAsset_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountAssetModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccountinquiryhistory":{"get":{"tags":["CustomerAccountInquiryHistory"],"summary":"Retrieve list of Customer/Account Inquiry History items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountInquiryHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountInquiryHistory"],"summary":"Add a Customer/Account Inquiry History","operationId":"CustomerAccountInquiryHistory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccountinquiryhistory/{id}":{"get":{"tags":["CustomerAccountInquiryHistory"],"summary":"Retrieve a Customer/Account Inquiry History","operationId":"CustomerAccountInquiryHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountInquiryHistory"],"summary":"Update a Customer/Account Inquiry History","operationId":"CustomerAccountInquiryHistory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountInquiryHistory"],"summary":"Delete a Customer/Account Inquiry History","operationId":"CustomerAccountInquiryHistory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountInquiryHistory"],"summary":"Patch a Customer/Account Inquiry History","operationId":"CustomerAccountInquiryHistory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountInquiryHistoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInquiryHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccountinterface":{"get":{"tags":["CustomerAccountInterface"],"summary":"Retrieve list of Customer/Account Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountInterface"],"summary":"Add a Customer/Account Interface","operationId":"CustomerAccountInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccountinterface/{id}":{"get":{"tags":["CustomerAccountInterface"],"summary":"Retrieve a Customer/Account Interface","operationId":"CustomerAccountInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountInterface"],"summary":"Update a Customer/Account Interface","operationId":"CustomerAccountInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountInterface"],"summary":"Delete a Customer/Account Interface","operationId":"CustomerAccountInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountInterface"],"summary":"Patch a Customer/Account Interface","operationId":"CustomerAccountInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccounttransaction":{"get":{"tags":["CustomerAccountTransaction"],"summary":"Retrieve list of Customer/Account Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountTransaction"],"summary":"Add a Customer/Account Transaction","operationId":"CustomerAccountTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccounttransaction/{id}":{"get":{"tags":["CustomerAccountTransaction"],"summary":"Retrieve a Customer/Account Transaction","operationId":"CustomerAccountTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountTransaction"],"summary":"Update a Customer/Account Transaction","operationId":"CustomerAccountTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountTransaction"],"summary":"Delete a Customer/Account Transaction","operationId":"CustomerAccountTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountTransaction"],"summary":"Patch a Customer/Account Transaction","operationId":"CustomerAccountTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customeraccountusercode1":{"get":{"tags":["CustomerAccountUserCode1"],"summary":"Retrieve list of Customer/Account User Code 1 Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerAccountUserCode1_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerAccountUserCode1"],"summary":"Add a Customer/Account User Code 1 Control","operationId":"CustomerAccountUserCode1_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customeraccountusercode1/{id}":{"get":{"tags":["CustomerAccountUserCode1"],"summary":"Retrieve a Customer/Account User Code 1 Control","operationId":"CustomerAccountUserCode1_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerAccountUserCode1"],"summary":"Update a Customer/Account User Code 1 Control","operationId":"CustomerAccountUserCode1_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerAccountUserCode1"],"summary":"Delete a Customer/Account User Code 1 Control","operationId":"CustomerAccountUserCode1_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerAccountUserCode1"],"summary":"Patch a Customer/Account User Code 1 Control","operationId":"CustomerAccountUserCode1_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerAccountUserCode1Model]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerAccountUserCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customercontribution":{"get":{"tags":["CustomerContribution"],"summary":"Retrieve list of Customer Contribution items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerContribution_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerContribution"],"summary":"Add a Customer Contribution","operationId":"CustomerContribution_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerContributionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerContributionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customercontribution/{id}":{"get":{"tags":["CustomerContribution"],"summary":"Retrieve a Customer Contribution","operationId":"CustomerContribution_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerContributionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerContribution"],"summary":"Update a Customer Contribution","operationId":"CustomerContribution_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerContributionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerContributionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerContribution"],"summary":"Delete a Customer Contribution","operationId":"CustomerContribution_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerContributionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerContribution"],"summary":"Patch a Customer Contribution","operationId":"CustomerContribution_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerContributionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerContributionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customerinterface":{"get":{"tags":["CustomerInterface"],"summary":"Retrieve list of Customer Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerInterface"],"summary":"Add a Customer Interface","operationId":"CustomerInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customerinterface/{id}":{"get":{"tags":["CustomerInterface"],"summary":"Retrieve a Customer Interface","operationId":"CustomerInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerInterface"],"summary":"Update a Customer Interface","operationId":"CustomerInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerInterface"],"summary":"Delete a Customer Interface","operationId":"CustomerInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerInterface"],"summary":"Patch a Customer Interface","operationId":"CustomerInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/customermovinglist":{"get":{"tags":["CustomerMovingListReportRun"],"summary":"Retrieves list of report run status data","operationId":"CustomerMovingListReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerMovingListReportRun"],"summary":"Execute the report.","operationId":"CustomerMovingListReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/CustomerMovingListReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/customermovinglist/{id}":{"get":{"tags":["CustomerMovingListReportRun"],"summary":"Retrieve the report run status","operationId":"CustomerMovingListReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerMovingListReportRun"],"summary":"Request to cancel a report","operationId":"CustomerMovingListReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/customermovinglist/{id}/{outputRef}":{"get":{"tags":["CustomerMovingListReportRun"],"summary":"Retrieve the file output produced by report","operationId":"CustomerMovingListReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customernotification":{"get":{"tags":["CustomerNotification"],"summary":"Retrieve list of Customer Notification items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerNotification"],"summary":"Add a Customer Notification","operationId":"CustomerNotification_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerNotificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerNotificationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customernotification/{id}":{"get":{"tags":["CustomerNotification"],"summary":"Retrieve a Customer Notification","operationId":"CustomerNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerNotificationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerNotification"],"summary":"Update a Customer Notification","operationId":"CustomerNotification_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerNotificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerNotification"],"summary":"Delete a Customer Notification","operationId":"CustomerNotification_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerNotification"],"summary":"Patch a Customer Notification","operationId":"CustomerNotification_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerNotificationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerNotificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customerrelationship":{"get":{"tags":["CustomerRelationship"],"summary":"Retrieve list of Customer Relationships items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerRelationship_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerRelationship"],"summary":"Add a Customer Relationships","operationId":"CustomerRelationship_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customerrelationship/{id}":{"get":{"tags":["CustomerRelationship"],"summary":"Retrieve a Customer Relationships","operationId":"CustomerRelationship_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerRelationship"],"summary":"Update a Customer Relationships","operationId":"CustomerRelationship_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerRelationship"],"summary":"Delete a Customer Relationships","operationId":"CustomerRelationship_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerRelationship"],"summary":"Patch a Customer Relationships","operationId":"CustomerRelationship_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerRelationshipModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerRelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customerstatus":{"get":{"tags":["CustomerStatus"],"summary":"Retrieve list of Member Designee Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomerStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomerStatus"],"summary":"Add a Member Designee Control","operationId":"CustomerStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomerStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customerstatus/{id}":{"get":{"tags":["CustomerStatus"],"summary":"Retrieve a Member Designee Control","operationId":"CustomerStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomerStatus"],"summary":"Update a Member Designee Control","operationId":"CustomerStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomerStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomerStatus"],"summary":"Delete a Member Designee Control","operationId":"CustomerStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomerStatus"],"summary":"Patch a Member Designee Control","operationId":"CustomerStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomerStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomerStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customlookuptable":{"get":{"tags":["CustomLookupTable"],"summary":"Retrieve list of Custom Lookup Table Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomLookupTable_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomLookupTable"],"summary":"Add a Custom Lookup Table Control","operationId":"CustomLookupTable_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomLookupTableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomLookupTableModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customlookuptable/{id}":{"get":{"tags":["CustomLookupTable"],"summary":"Retrieve a Custom Lookup Table Control","operationId":"CustomLookupTable_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupTableModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomLookupTable"],"summary":"Update a Custom Lookup Table Control","operationId":"CustomLookupTable_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomLookupTableModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomLookupTable"],"summary":"Delete a Custom Lookup Table Control","operationId":"CustomLookupTable_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomLookupTable"],"summary":"Patch a Custom Lookup Table Control","operationId":"CustomLookupTable_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomLookupTableModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupTableModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/customlookupvalue":{"get":{"tags":["CustomLookupValue"],"summary":"Retrieve list of Custom Lookup Value Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CustomLookupValue_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CustomLookupValue"],"summary":"Add a Custom Lookup Value Control","operationId":"CustomLookupValue_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomLookupValueModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CustomLookupValueModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/customlookupvalue/{id}":{"get":{"tags":["CustomLookupValue"],"summary":"Retrieve a Custom Lookup Value Control","operationId":"CustomLookupValue_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupValueModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CustomLookupValue"],"summary":"Update a Custom Lookup Value Control","operationId":"CustomLookupValue_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CustomLookupValueModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CustomLookupValue"],"summary":"Delete a Custom Lookup Value Control","operationId":"CustomLookupValue_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CustomLookupValue"],"summary":"Patch a Custom Lookup Value Control","operationId":"CustomLookupValue_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CustomLookupValueModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CustomLookupValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwequipmentexchange":{"get":{"tags":["CWEquipmentExchangeRun"],"summary":"Retrieves list of CWEquipmentExchange process run status data","operationId":"CWEquipmentExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWEquipmentExchangeRun"],"summary":"Execute the CWEquipmentExchange process","operationId":"CWEquipmentExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWEquipmentExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwequipmentexchange/{id}":{"get":{"tags":["CWEquipmentExchangeRun"],"summary":"Retrieve the process run status","operationId":"CWEquipmentExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWEquipmentExchangeRun"],"summary":"Request to cancel a CWEquipmentExchange process","operationId":"CWEquipmentExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwmeterexchangeinterface":{"get":{"tags":["CWMeterExchangeInterfaceRun"],"summary":"Retrieves list of CWMeterExchangeInterface process run status data","operationId":"CWMeterExchangeInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWMeterExchangeInterfaceRun"],"summary":"Execute the CWMeterExchangeInterface process","operationId":"CWMeterExchangeInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWMeterExchangeInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwmeterexchangeinterface/{id}":{"get":{"tags":["CWMeterExchangeInterfaceRun"],"summary":"Retrieve the process run status","operationId":"CWMeterExchangeInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWMeterExchangeInterfaceRun"],"summary":"Request to cancel a CWMeterExchangeInterface process","operationId":"CWMeterExchangeInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwmeterinforeading":{"get":{"tags":["CWMeterInfoReadingRun"],"summary":"Retrieves list of CWMeterInfoReading process run status data","operationId":"CWMeterInfoReadingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWMeterInfoReadingRun"],"summary":"Execute the CWMeterInfoReading process","operationId":"CWMeterInfoReadingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWMeterInfoReadingRunModel","required":true,"schema":{"$ref":"#/definitions/CWMeterInfoReadingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwmeterinforeading/{id}":{"get":{"tags":["CWMeterInfoReadingRun"],"summary":"Retrieve the process run status","operationId":"CWMeterInfoReadingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWMeterInfoReadingRun"],"summary":"Request to cancel a CWMeterInfoReading process","operationId":"CWMeterInfoReadingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwmeterreadinginterface":{"get":{"tags":["CWMeterReadingInterfaceRun"],"summary":"Retrieves list of CWMeterReadingInterface process run status data","operationId":"CWMeterReadingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWMeterReadingInterfaceRun"],"summary":"Execute the CWMeterReadingInterface process","operationId":"CWMeterReadingInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWMeterReadingInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/CWMeterReadingInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwmeterreadinginterface/{id}":{"get":{"tags":["CWMeterReadingInterfaceRun"],"summary":"Retrieve the process run status","operationId":"CWMeterReadingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWMeterReadingInterfaceRun"],"summary":"Request to cancel a CWMeterReadingInterface process","operationId":"CWMeterReadingInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwserviceorderinterface":{"get":{"tags":["CWServiceOrderInterfaceRun"],"summary":"Retrieves list of CWServiceOrderInterface process run status data","operationId":"CWServiceOrderInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWServiceOrderInterfaceRun"],"summary":"Execute the CWServiceOrderInterface process","operationId":"CWServiceOrderInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWServiceOrderInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwserviceorderinterface/{id}":{"get":{"tags":["CWServiceOrderInterfaceRun"],"summary":"Retrieve the process run status","operationId":"CWServiceOrderInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWServiceOrderInterfaceRun"],"summary":"Request to cancel a CWServiceOrderInterface process","operationId":"CWServiceOrderInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/cwwatermeterinventory":{"get":{"tags":["CWWaterMeterInventoryRun"],"summary":"Retrieves list of CWWaterMeterInventory process run status data","operationId":"CWWaterMeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CWWaterMeterInventoryRun"],"summary":"Execute the CWWaterMeterInventory process to","operationId":"CWWaterMeterInventoryRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in CWWaterMeterInventoryRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/cwwatermeterinventory/{id}":{"get":{"tags":["CWWaterMeterInventoryRun"],"summary":"Retrieve the process run status","operationId":"CWWaterMeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CWWaterMeterInventoryRun"],"summary":"Request to cancel a CWWaterMeterInventory process","operationId":"CWWaterMeterInventoryRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cycle":{"get":{"tags":["Cycle"],"summary":"Retrieve list of Cycle Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Cycle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Cycle"],"summary":"Add a Cycle Control","operationId":"Cycle_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CycleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cycle/{id}":{"get":{"tags":["Cycle"],"summary":"Retrieve a Cycle Control","operationId":"Cycle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Cycle"],"summary":"Update a Cycle Control","operationId":"Cycle_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Cycle"],"summary":"Delete a Cycle Control","operationId":"Cycle_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Cycle"],"summary":"Patch a Cycle Control","operationId":"Cycle_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CycleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cyclebook":{"get":{"tags":["CycleBook"],"summary":"Retrieve list of Cycle/Book Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CycleBook_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CycleBook"],"summary":"Add a Cycle/Book Control","operationId":"CycleBook_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleBookModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CycleBookModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cyclebook/{id}":{"get":{"tags":["CycleBook"],"summary":"Retrieve a Cycle/Book Control","operationId":"CycleBook_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleBookModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CycleBook"],"summary":"Update a Cycle/Book Control","operationId":"CycleBook_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleBookModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CycleBook"],"summary":"Delete a Cycle/Book Control","operationId":"CycleBook_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CycleBook"],"summary":"Patch a Cycle/Book Control","operationId":"CycleBook_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CycleBookModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/cyclereadingplanner":{"get":{"tags":["CycleReadingPlanner"],"summary":"Retrieve list of Cycle Reading Planner items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"CycleReadingPlanner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["CycleReadingPlanner"],"summary":"Add a Cycle Reading Planner","operationId":"CycleReadingPlanner_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/cyclereadingplanner/{id}":{"get":{"tags":["CycleReadingPlanner"],"summary":"Retrieve a Cycle Reading Planner","operationId":"CycleReadingPlanner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["CycleReadingPlanner"],"summary":"Update a Cycle Reading Planner","operationId":"CycleReadingPlanner_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["CycleReadingPlanner"],"summary":"Delete a Cycle Reading Planner","operationId":"CycleReadingPlanner_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["CycleReadingPlanner"],"summary":"Patch a Cycle Reading Planner","operationId":"CycleReadingPlanner_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[CycleReadingPlannerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CycleReadingPlannerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/dailyarbalance":{"get":{"tags":["DailyARBalance"],"summary":"Retrieve list of Customer/Account Daily Balance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DailyARBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DailyARBalance"],"summary":"Add a Customer/Account Daily Balance","operationId":"DailyARBalance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DailyARBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DailyARBalanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/dailyarbalance/{id}":{"get":{"tags":["DailyARBalance"],"summary":"Retrieve a Customer/Account Daily Balance","operationId":"DailyARBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DailyARBalanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DailyARBalance"],"summary":"Update a Customer/Account Daily Balance","operationId":"DailyARBalance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DailyARBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DailyARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DailyARBalance"],"summary":"Delete a Customer/Account Daily Balance","operationId":"DailyARBalance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DailyARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DailyARBalance"],"summary":"Patch a Customer/Account Daily Balance","operationId":"DailyARBalance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DailyARBalanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DailyARBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/datadictionary":{"get":{"tags":["DataDictionaryReportRun"],"summary":"Retrieves list of report run status data","operationId":"DataDictionaryReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DataDictionaryReportRun"],"summary":"Execute the report.","operationId":"DataDictionaryReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/DataDictionaryReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/datadictionary/{id}":{"get":{"tags":["DataDictionaryReportRun"],"summary":"Retrieve the report run status","operationId":"DataDictionaryReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DataDictionaryReportRun"],"summary":"Request to cancel a report","operationId":"DataDictionaryReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/datadictionary/{id}/{outputRef}":{"get":{"tags":["DataDictionaryReportRun"],"summary":"Retrieve the file output produced by report","operationId":"DataDictionaryReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/datarestrictions":{"get":{"tags":["DataRestrictions"],"summary":"Retrieve list of Data Restrictions items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DataRestrictions_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DataRestrictions"],"summary":"Add a Data Restrictions","operationId":"DataRestrictions_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DataRestrictionsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DataRestrictionsModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/datarestrictions/{id}":{"get":{"tags":["DataRestrictions"],"summary":"Retrieve a Data Restrictions","operationId":"DataRestrictions_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataRestrictionsModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DataRestrictions"],"summary":"Update a Data Restrictions","operationId":"DataRestrictions_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DataRestrictionsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataRestrictionsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DataRestrictions"],"summary":"Delete a Data Restrictions","operationId":"DataRestrictions_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataRestrictionsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DataRestrictions"],"summary":"Patch a Data Restrictions","operationId":"DataRestrictions_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DataRestrictionsModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DataRestrictionsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/datatransferdump":{"get":{"tags":["DataTransferDumpRun"],"summary":"Retrieves list of process run status data","operationId":"DataTransferDumpRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DataTransferDumpRun"],"summary":"Execute the DumpData process","operationId":"DataTransferDumpRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DumpDataRunModel","required":true,"schema":{"$ref":"#/definitions/DataTransferDumpRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/datatransferdump/{id}":{"get":{"tags":["DataTransferDumpRun"],"summary":"Retrieve the process run status","operationId":"DataTransferDumpRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DataTransferDumpRun"],"summary":"Request to cancel a DumpData process","operationId":"DataTransferDumpRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/datatransferdump/{id}/{outputRef}":{"get":{"tags":["DataTransferDumpRun"],"summary":"Retrieve the file output produced by process","operationId":"DataTransferDumpRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the proess","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/datatransferload":{"get":{"tags":["DataTransferLoadRun"],"summary":"Retrieves list of pickup run status data","operationId":"DataTransferLoadRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DataTransferLoadRun"],"summary":"Execute the pickup.","operationId":"DataTransferLoadRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The pickup parameters.","required":true,"schema":{"$ref":"#/definitions/DataTransferLoadRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/datatransferload/{id}":{"get":{"tags":["DataTransferLoadRun"],"summary":"Retrieve the pickup run status","operationId":"DataTransferLoadRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the pickup resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DataTransferLoadRun"],"summary":"Request to cancel a pickup","operationId":"DataTransferLoadRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the pickup process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/datatransferload/{id}/{outputRef}":{"get":{"tags":["DataTransferLoadRun"],"summary":"Retrieve the file output produced by pickup","operationId":"DataTransferLoadRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the pickup resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the pickup","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/datechangereason":{"get":{"tags":["DateChangeReason"],"summary":"Retrieve list of Date Change Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DateChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DateChangeReason"],"summary":"Add a Date Change Reason Control","operationId":"DateChangeReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DateChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DateChangeReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/datechangereason/{id}":{"get":{"tags":["DateChangeReason"],"summary":"Retrieve a Date Change Reason Control","operationId":"DateChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DateChangeReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DateChangeReason"],"summary":"Update a Date Change Reason Control","operationId":"DateChangeReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DateChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DateChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DateChangeReason"],"summary":"Delete a Date Change Reason Control","operationId":"DateChangeReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DateChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DateChangeReason"],"summary":"Patch a Date Change Reason Control","operationId":"DateChangeReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DateChangeReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DateChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/deleteaccount":{"get":{"tags":["DeleteAccountRun"],"summary":"Retrieves list of process run status data","operationId":"DeleteAccountRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DeleteAccountRun"],"summary":"Execute the DeleteAccount process","operationId":"DeleteAccountRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DeleteAccountRunModel","required":true,"schema":{"$ref":"#/definitions/DeleteAccountRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/deleteaccount/{id}":{"get":{"tags":["DeleteAccountRun"],"summary":"Retrieve the process run status","operationId":"DeleteAccountRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DeleteAccountRun"],"summary":"Request to cancel a DeleteAccount process","operationId":"DeleteAccountRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/deliveryinstallationtype":{"get":{"tags":["DeliveryInstallationType"],"summary":"Retrieve list of Delivery Installation Type items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DeliveryInstallationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DeliveryInstallationType"],"summary":"Add a Delivery Installation Type","operationId":"DeliveryInstallationType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/deliveryinstallationtype/{id}":{"get":{"tags":["DeliveryInstallationType"],"summary":"Retrieve a Delivery Installation Type","operationId":"DeliveryInstallationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DeliveryInstallationType"],"summary":"Update a Delivery Installation Type","operationId":"DeliveryInstallationType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DeliveryInstallationType"],"summary":"Delete a Delivery Installation Type","operationId":"DeliveryInstallationType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DeliveryInstallationType"],"summary":"Patch a Delivery Installation Type","operationId":"DeliveryInstallationType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DeliveryInstallationTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeliveryInstallationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/department":{"get":{"tags":["Department"],"summary":"Retrieve list of Department Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Department_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Department"],"summary":"Add a Department Control","operationId":"Department_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepartmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DepartmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/department/{id}":{"get":{"tags":["Department"],"summary":"Retrieve a Department Control","operationId":"Department_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepartmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Department"],"summary":"Update a Department Control","operationId":"Department_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepartmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepartmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Department"],"summary":"Delete a Department Control","operationId":"Department_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepartmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Department"],"summary":"Patch a Department Control","operationId":"Department_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DepartmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepartmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/deposit/$savequotes":{"post":{"tags":["Deposit"],"summary":"Save new/updated deposit quotes for a given customer/account.\r\nAll deposit quote records must apply to the same customer/account to be valid.\r\nIf the replace parameter was not specified and replacement would occur, a feedback option with name 'Option_DeleteExistingDeposits' is returned.","operationId":"Deposit_SaveQuotes","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"quoteData","in":"body","description":"Details about the deposit quote save request including the items to be saved and the replace handling flag","required":true,"schema":{"$ref":"#/definitions/DepositSaveQuotesRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/DepositModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/data/deposit":{"get":{"tags":["Deposit"],"summary":"Retrieve list of Deposit items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Deposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Deposit"],"summary":"Add a Deposit","operationId":"Deposit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DepositModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/deposit/{id}":{"get":{"tags":["Deposit"],"summary":"Retrieve a Deposit","operationId":"Deposit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Deposit"],"summary":"Update a Deposit","operationId":"Deposit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Deposit"],"summary":"Delete a Deposit","operationId":"Deposit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Deposit"],"summary":"Patch a Deposit","operationId":"Deposit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DepositModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/depositinterestprocess":{"get":{"tags":["DepositInterestProcessRun"],"summary":"Retrieves list of DepositInterestProcess process run status data","operationId":"DepositInterestProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositInterestProcessRun"],"summary":"Execute the DepositInterestProcess process","operationId":"DepositInterestProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DepositInterestProcessRunModel","required":true,"schema":{"$ref":"#/definitions/DepositInterestProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/depositinterestprocess/{id}":{"get":{"tags":["DepositInterestProcessRun"],"summary":"Retrieve the process run status","operationId":"DepositInterestProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositInterestProcessRun"],"summary":"Request to cancel a DepositInterestProcess process","operationId":"DepositInterestProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/depositquote":{"get":{"tags":["DepositQuote"],"summary":"Retrieve list of Deposit Quote Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DepositQuote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositQuote"],"summary":"Add a Deposit Quote Control","operationId":"DepositQuote_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositQuoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DepositQuoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/depositquote/{id}":{"get":{"tags":["DepositQuote"],"summary":"Retrieve a Deposit Quote Control","operationId":"DepositQuote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DepositQuote"],"summary":"Update a Deposit Quote Control","operationId":"DepositQuote_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositQuoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositQuote"],"summary":"Delete a Deposit Quote Control","operationId":"DepositQuote_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DepositQuote"],"summary":"Patch a Deposit Quote Control","operationId":"DepositQuote_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DepositQuoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/depositquotemetersize":{"get":{"tags":["DepositQuoteMeterSize"],"summary":"Retrieve list of Deposit Quote Meter Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DepositQuoteMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositQuoteMeterSize"],"summary":"Add a Deposit Quote Meter Size Control","operationId":"DepositQuoteMeterSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/depositquotemetersize/{id}":{"get":{"tags":["DepositQuoteMeterSize"],"summary":"Retrieve a Deposit Quote Meter Size Control","operationId":"DepositQuoteMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DepositQuoteMeterSize"],"summary":"Update a Deposit Quote Meter Size Control","operationId":"DepositQuoteMeterSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositQuoteMeterSize"],"summary":"Delete a Deposit Quote Meter Size Control","operationId":"DepositQuoteMeterSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DepositQuoteMeterSize"],"summary":"Patch a Deposit Quote Meter Size Control","operationId":"DepositQuoteMeterSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DepositQuoteMeterSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositQuoteMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/depositquoteprocess":{"get":{"tags":["DepositQuoteProcessRun"],"summary":"Retrieves list of DepositQuoteProcess process run status data","operationId":"DepositQuoteProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositQuoteProcessRun"],"summary":"Execute the DepositQuoteProcess process","operationId":"DepositQuoteProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DepositQuoteProcessRunModel","required":true,"schema":{"$ref":"#/definitions/DepositQuoteProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/depositquoteprocess/{id}":{"get":{"tags":["DepositQuoteProcessRun"],"summary":"Retrieve the process run status","operationId":"DepositQuoteProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositQuoteProcessRun"],"summary":"Request to cancel a DepositQuoteProcess process","operationId":"DepositQuoteProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/depositreassessment":{"get":{"tags":["DepositReAssessmentRun"],"summary":"Retrieves list of DepositReAssessment process run status data","operationId":"DepositReAssessmentRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositReAssessmentRun"],"summary":"Execute the DepositReAssessment process","operationId":"DepositReAssessmentRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DepositReAssessmentRunModel","required":true,"schema":{"$ref":"#/definitions/DepositReAssessmentRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/depositreassessment/{id}":{"get":{"tags":["DepositReAssessmentRun"],"summary":"Retrieve the process run status","operationId":"DepositReAssessmentRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositReAssessmentRun"],"summary":"Request to cancel a DepositReAssessment process","operationId":"DepositReAssessmentRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/depositrefund":{"get":{"tags":["DepositRefundRun"],"summary":"Retrieves list of DepositRefund process run status data","operationId":"DepositRefundRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositRefundRun"],"summary":"Execute the DepositRefund process","operationId":"DepositRefundRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DepositRefundRunModel","required":true,"schema":{"$ref":"#/definitions/DepositRefundRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/depositrefund/{id}":{"get":{"tags":["DepositRefundRun"],"summary":"Retrieve the process run status","operationId":"DepositRefundRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositRefundRun"],"summary":"Request to cancel a DepositRefund process","operationId":"DepositRefundRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/depositslip":{"get":{"tags":["DepositSlipReportRun"],"summary":"Retrieves list of report run status data","operationId":"DepositSlipReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositSlipReportRun"],"summary":"Execute the report.","operationId":"DepositSlipReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/DepositSlipReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/depositslip/{id}":{"get":{"tags":["DepositSlipReportRun"],"summary":"Retrieve the report run status","operationId":"DepositSlipReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositSlipReportRun"],"summary":"Request to cancel a report","operationId":"DepositSlipReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/depositslip/{id}/{outputRef}":{"get":{"tags":["DepositSlipReportRun"],"summary":"Retrieve the file output produced by report","operationId":"DepositSlipReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/deposittransfer":{"get":{"tags":["DepositTransferRun"],"summary":"Retrieves list of DepositTransfer process run status data","operationId":"DepositTransferRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositTransferRun"],"summary":"Execute the DepositTransfer process","operationId":"DepositTransferRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DepositTransferRunModel","required":true,"schema":{"$ref":"#/definitions/DepositTransferRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/deposittransfer/{id}":{"get":{"tags":["DepositTransferRun"],"summary":"Retrieve the process run status","operationId":"DepositTransferRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositTransferRun"],"summary":"Request to cancel a DepositTransfer process","operationId":"DepositTransferRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/deposittype":{"get":{"tags":["DepositType"],"summary":"Retrieve list of Deposit Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DepositType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DepositType"],"summary":"Add a Deposit Type Control","operationId":"DepositType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DepositTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/deposittype/{id}":{"get":{"tags":["DepositType"],"summary":"Retrieve a Deposit Type Control","operationId":"DepositType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DepositType"],"summary":"Update a Deposit Type Control","operationId":"DepositType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DepositTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DepositType"],"summary":"Delete a Deposit Type Control","operationId":"DepositType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DepositType"],"summary":"Patch a Deposit Type Control","operationId":"DepositType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DepositTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DepositTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/designedforuse":{"get":{"tags":["DesignedForUse"],"summary":"Retrieve list of Designed for Use Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DesignedForUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DesignedForUse"],"summary":"Add a Designed for Use Control","operationId":"DesignedForUse_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DesignedForUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DesignedForUseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/designedforuse/{id}":{"get":{"tags":["DesignedForUse"],"summary":"Retrieve a Designed for Use Control","operationId":"DesignedForUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DesignedForUseModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DesignedForUse"],"summary":"Update a Designed for Use Control","operationId":"DesignedForUse_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DesignedForUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DesignedForUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DesignedForUse"],"summary":"Delete a Designed for Use Control","operationId":"DesignedForUse_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DesignedForUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DesignedForUse"],"summary":"Patch a Designed for Use Control","operationId":"DesignedForUse_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DesignedForUseModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DesignedForUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/devicefailuretype":{"get":{"tags":["DeviceFailureType"],"summary":"Retrieve list of Device Failure Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DeviceFailureType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DeviceFailureType"],"summary":"Add a Device Failure Type Control","operationId":"DeviceFailureType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/devicefailuretype/{id}":{"get":{"tags":["DeviceFailureType"],"summary":"Retrieve a Device Failure Type Control","operationId":"DeviceFailureType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DeviceFailureType"],"summary":"Update a Device Failure Type Control","operationId":"DeviceFailureType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DeviceFailureType"],"summary":"Delete a Device Failure Type Control","operationId":"DeviceFailureType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DeviceFailureType"],"summary":"Patch a Device Failure Type Control","operationId":"DeviceFailureType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DeviceFailureTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceFailureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/devicetesttype":{"get":{"tags":["DeviceTestType"],"summary":"Retrieve list of Device Test Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DeviceTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DeviceTestType"],"summary":"Add a Device Test Type Control","operationId":"DeviceTestType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/devicetesttype/{id}":{"get":{"tags":["DeviceTestType"],"summary":"Retrieve a Device Test Type Control","operationId":"DeviceTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DeviceTestType"],"summary":"Update a Device Test Type Control","operationId":"DeviceTestType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DeviceTestType"],"summary":"Delete a Device Test Type Control","operationId":"DeviceTestType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DeviceTestType"],"summary":"Patch a Device Test Type Control","operationId":"DeviceTestType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DeviceTestTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/devicetype":{"get":{"tags":["DeviceType"],"summary":"Retrieve list of Device Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DeviceType"],"summary":"Add a Device Type Control","operationId":"DeviceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DeviceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/devicetype/{id}":{"get":{"tags":["DeviceType"],"summary":"Retrieve a Device Type Control","operationId":"DeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DeviceType"],"summary":"Update a Device Type Control","operationId":"DeviceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DeviceType"],"summary":"Delete a Device Type Control","operationId":"DeviceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DeviceType"],"summary":"Patch a Device Type Control","operationId":"DeviceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DeviceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/disconnectdevice":{"get":{"tags":["DisconnectDevice"],"summary":"Retrieve list of Disconnect Device Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DisconnectDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DisconnectDevice"],"summary":"Add a Disconnect Device Control","operationId":"DisconnectDevice_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/disconnectdevice/{id}":{"get":{"tags":["DisconnectDevice"],"summary":"Retrieve a Disconnect Device Control","operationId":"DisconnectDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DisconnectDevice"],"summary":"Update a Disconnect Device Control","operationId":"DisconnectDevice_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DisconnectDevice"],"summary":"Delete a Disconnect Device Control","operationId":"DisconnectDevice_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DisconnectDevice"],"summary":"Patch a Disconnect Device Control","operationId":"DisconnectDevice_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DisconnectDeviceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/disconnectreconnect":{"get":{"tags":["DisconnectReconnect"],"summary":"Retrieve list of Customer/Account Disconnect/Reconnect items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DisconnectReconnect_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DisconnectReconnect"],"summary":"Add a Customer/Account Disconnect/Reconnect","operationId":"DisconnectReconnect_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/disconnectreconnect/{id}":{"get":{"tags":["DisconnectReconnect"],"summary":"Retrieve a Customer/Account Disconnect/Reconnect","operationId":"DisconnectReconnect_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DisconnectReconnect"],"summary":"Update a Customer/Account Disconnect/Reconnect","operationId":"DisconnectReconnect_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DisconnectReconnect"],"summary":"Delete a Customer/Account Disconnect/Reconnect","operationId":"DisconnectReconnect_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DisconnectReconnect"],"summary":"Patch a Customer/Account Disconnect/Reconnect","operationId":"DisconnectReconnect_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DisconnectReconnectModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/disconnectreconnectinterface":{"get":{"tags":["DisconnectReconnectInterface"],"summary":"Retrieve list of Disconnect/Reconnect Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DisconnectReconnectInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DisconnectReconnectInterface"],"summary":"Add a Disconnect/Reconnect Interface","operationId":"DisconnectReconnectInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/disconnectreconnectinterface/{id}":{"get":{"tags":["DisconnectReconnectInterface"],"summary":"Retrieve a Disconnect/Reconnect Interface","operationId":"DisconnectReconnectInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DisconnectReconnectInterface"],"summary":"Update a Disconnect/Reconnect Interface","operationId":"DisconnectReconnectInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DisconnectReconnectInterface"],"summary":"Delete a Disconnect/Reconnect Interface","operationId":"DisconnectReconnectInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DisconnectReconnectInterface"],"summary":"Patch a Disconnect/Reconnect Interface","operationId":"DisconnectReconnectInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DisconnectReconnectInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DisconnectReconnectInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/division":{"get":{"tags":["Division"],"summary":"Retrieve list of Division Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Division_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Division"],"summary":"Add a Division Control","operationId":"Division_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DivisionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DivisionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/division/{id}":{"get":{"tags":["Division"],"summary":"Retrieve a Division Control","operationId":"Division_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DivisionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Division"],"summary":"Update a Division Control","operationId":"Division_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DivisionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Division"],"summary":"Delete a Division Control","operationId":"Division_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Division"],"summary":"Patch a Division Control","operationId":"Division_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DivisionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/documentstatus":{"get":{"tags":["DocumentStatus"],"summary":"Retrieve list of Document Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DocumentStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DocumentStatus"],"summary":"Add a Document Status Control","operationId":"DocumentStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DocumentStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DocumentStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/documentstatus/{id}":{"get":{"tags":["DocumentStatus"],"summary":"Retrieve a Document Status Control","operationId":"DocumentStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DocumentStatus"],"summary":"Update a Document Status Control","operationId":"DocumentStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DocumentStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DocumentStatus"],"summary":"Delete a Document Status Control","operationId":"DocumentStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DocumentStatus"],"summary":"Patch a Document Status Control","operationId":"DocumentStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DocumentStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/documenttype":{"get":{"tags":["DocumentType"],"summary":"Retrieve list of Document Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"DocumentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DocumentType"],"summary":"Add a Document Type Control","operationId":"DocumentType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DocumentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/DocumentTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/documenttype/{id}":{"get":{"tags":["DocumentType"],"summary":"Retrieve a Document Type Control","operationId":"DocumentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["DocumentType"],"summary":"Update a Document Type Control","operationId":"DocumentType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/DocumentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DocumentType"],"summary":"Delete a Document Type Control","operationId":"DocumentType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["DocumentType"],"summary":"Patch a Document Type Control","operationId":"DocumentType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[DocumentTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/DocumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/dynamicsgpapinterface":{"get":{"tags":["DynamicsGPAPInterfaceRun"],"summary":"Retrieves list of DynamicsGPAPInterface process run status data","operationId":"DynamicsGPAPInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DynamicsGPAPInterfaceRun"],"summary":"Execute the DynamicsGPAPInterface process to","operationId":"DynamicsGPAPInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DynamicsGPAPInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/dynamicsgpapinterface/{id}":{"get":{"tags":["DynamicsGPAPInterfaceRun"],"summary":"Retrieve the process run status","operationId":"DynamicsGPAPInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DynamicsGPAPInterfaceRun"],"summary":"Request to cancel a DynamicsGPAPInterface process","operationId":"DynamicsGPAPInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/dynamicsgpbrinterface":{"get":{"tags":["DynamicsGPBRInterfaceRun"],"summary":"Retrieves list of DynamicsGPBRInterface process run status data","operationId":"DynamicsGPBRInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DynamicsGPBRInterfaceRun"],"summary":"Execute the DynamicsGPBRInterface process","operationId":"DynamicsGPBRInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DynamicsGPBRInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/dynamicsgpbrinterface/{id}":{"get":{"tags":["DynamicsGPBRInterfaceRun"],"summary":"Retrieve the process run status","operationId":"DynamicsGPBRInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DynamicsGPBRInterfaceRun"],"summary":"Request to cancel a DynamicsGPBRInterface process","operationId":"DynamicsGPBRInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/dynamicsgpbtinterface":{"get":{"tags":["DynamicsGPBTInterfaceRun"],"summary":"Retrieves list of DynamicsGPBTInterface process run status data","operationId":"DynamicsGPBTInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DynamicsGPBTInterfaceRun"],"summary":"Execute the DynamicsGPBTInterface process","operationId":"DynamicsGPBTInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DynamicsGPBTInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/dynamicsgpbtinterface/{id}":{"get":{"tags":["DynamicsGPBTInterfaceRun"],"summary":"Retrieve the process run status","operationId":"DynamicsGPBTInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DynamicsGPBTInterfaceRun"],"summary":"Request to cancel a DynamicsGPBTInterface process","operationId":"DynamicsGPBTInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/dynamicsgpfainterface":{"get":{"tags":["DynamicsGPFAInterfaceRun"],"summary":"Retrieves list of DynamicsGPFAInterface process run status data","operationId":"DynamicsGPFAInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DynamicsGPFAInterfaceRun"],"summary":"Execute the DynamicsGPFAInterface process","operationId":"DynamicsGPFAInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DynamicsGPFAInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/dynamicsgpfainterface/{id}":{"get":{"tags":["DynamicsGPFAInterfaceRun"],"summary":"Retrieve the process run status","operationId":"DynamicsGPFAInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DynamicsGPFAInterfaceRun"],"summary":"Request to cancel a DynamicsGPFAInterface process","operationId":"DynamicsGPFAInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/dynamicsgpglinterface":{"get":{"tags":["DynamicsGPGLInterfaceRun"],"summary":"Retrieves list of DynamicsGPGLInterface process run status data","operationId":"DynamicsGPGLInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["DynamicsGPGLInterfaceRun"],"summary":"Execute the DynamicsGPGLInterface process","operationId":"DynamicsGPGLInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in DynamicsGPGLInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/dynamicsgpglinterface/{id}":{"get":{"tags":["DynamicsGPGLInterfaceRun"],"summary":"Retrieve the process run status","operationId":"DynamicsGPGLInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["DynamicsGPGLInterfaceRun"],"summary":"Request to cancel a DynamicsGPGLInterface process","operationId":"DynamicsGPGLInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ebill/{id}/image":{"get":{"tags":["EBill"],"summary":"Retrieve the EBill bill image data.\r\n<para>The type of data returned is determined by the value of the \"Accept\" header in the request.\r\nTypically PDF is returned because that is the type of EBill normally generated, however, if conversion tools are configured (Integration Control) you can also try requesting a PDF when an HTML EBill is stored.\r\nThe request Accept header type should match the existing type or match a conversion target supported by CIS for the existing type, or specify 'application/octet-stream' or '*/*' or no Accept header to request the currently stored contents.\r\nMultiple media types can be requested in standard Accept header comma separated format. The first possible type will be returned.\r\nIf no matching type is possible, 406 (Not Acceptable) is returned.\r\nConversion of types is done via {M:AdvancedUtility.Services.Inquiry.SessionTools.ConvertFile(System.String,System.String,System.Byte[],System.Object[])}</para>","operationId":"EBill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The EBill bill number to retrieve the image for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"406":{"description":"NotAcceptable"}}}},"/data/ebill":{"get":{"tags":["EBill"],"summary":"Retrieve list of E-Bill items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EBill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EBill"],"summary":"Add an E-Bill","operationId":"EBill_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EBillModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EBillModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ebill/{id}":{"get":{"tags":["EBill"],"summary":"Retrieve an E-Bill","operationId":"EBill_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EBillModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EBill"],"summary":"Update an E-Bill","operationId":"EBill_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EBillModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EBillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EBill"],"summary":"Delete an E-Bill","operationId":"EBill_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EBillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EBill"],"summary":"Patch an E-Bill","operationId":"EBill_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EBillModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EBillModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/ebpexportinterface":{"get":{"tags":["EbpExportInterfaceRun"],"summary":"Retrieves list of EbpExportInterface process run status data","operationId":"EbpExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EbpExportInterfaceRun"],"summary":"Execute the EbpExportInterface process.","operationId":"EbpExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The EbpExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/EbpExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/ebpexportinterface/{id}":{"get":{"tags":["EbpExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"EbpExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EbpExportInterfaceRun"],"summary":"Request to cancel a EbpExportInterface process","operationId":"EbpExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/ebpexportinterface/{id}/{outputRef}":{"get":{"tags":["EbpExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"EbpExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ebpreason":{"get":{"tags":["EbpReason"],"summary":"Retrieve list of EBP Reason Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EbpReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EbpReason"],"summary":"Add an EBP Reason Code Control","operationId":"EbpReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EbpReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EbpReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ebpreason/{id}":{"get":{"tags":["EbpReason"],"summary":"Retrieve an EBP Reason Code Control","operationId":"EbpReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EbpReason"],"summary":"Update an EBP Reason Code Control","operationId":"EbpReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EbpReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EbpReason"],"summary":"Delete an EBP Reason Code Control","operationId":"EbpReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EbpReason"],"summary":"Patch an EBP Reason Code Control","operationId":"EbpReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EbpReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ebpstatus":{"get":{"tags":["EbpStatus"],"summary":"Retrieve list of EBP Registration Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EbpStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EbpStatus"],"summary":"Add an EBP Registration Status Control","operationId":"EbpStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EbpStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EbpStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ebpstatus/{id}":{"get":{"tags":["EbpStatus"],"summary":"Retrieve an EBP Registration Status Control","operationId":"EbpStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EbpStatus"],"summary":"Update an EBP Registration Status Control","operationId":"EbpStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EbpStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EbpStatus"],"summary":"Delete an EBP Registration Status Control","operationId":"EbpStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EbpStatus"],"summary":"Patch an EBP Registration Status Control","operationId":"EbpStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EbpStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EbpStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/echecksetup":{"get":{"tags":["EcheckSetup"],"summary":"Retrieve list of eCheck setup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EcheckSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EcheckSetup"],"summary":"Add an eCheck setup","operationId":"EcheckSetup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EcheckSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EcheckSetupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/echecksetup/{id}":{"get":{"tags":["EcheckSetup"],"summary":"Retrieve an eCheck setup","operationId":"EcheckSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EcheckSetupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EcheckSetup"],"summary":"Update an eCheck setup","operationId":"EcheckSetup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EcheckSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EcheckSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EcheckSetup"],"summary":"Delete an eCheck setup","operationId":"EcheckSetup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EcheckSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EcheckSetup"],"summary":"Patch an eCheck setup","operationId":"EcheckSetup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EcheckSetupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EcheckSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricinstallation/{id}/updatebillingmultiplier":{"put":{"tags":["ElectricInstallation"],"summary":"Update the billing multiplier of all the account meters associated with this installation.","operationId":"ElectricInstallation_UpdateBillingMultiplier","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the installation to update associated meter billing multipliers for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/electricinstallation":{"get":{"tags":["ElectricInstallation"],"summary":"Retrieve list of Electric Installation items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricInstallation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricInstallation"],"summary":"Add an Electric Installation","operationId":"ElectricInstallation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricInstallationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricInstallationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricinstallation/{id}":{"get":{"tags":["ElectricInstallation"],"summary":"Retrieve an Electric Installation","operationId":"ElectricInstallation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricInstallationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricInstallation"],"summary":"Update an Electric Installation","operationId":"ElectricInstallation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricInstallationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricInstallation"],"summary":"Delete an Electric Installation","operationId":"ElectricInstallation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricInstallation"],"summary":"Patch an Electric Installation","operationId":"ElectricInstallation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricInstallationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricInstallationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmeter":{"get":{"tags":["ElectricMeter"],"summary":"Retrieve list of Electric Meter items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeter"],"summary":"Add an Electric Meter","operationId":"ElectricMeter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmeter/{id}":{"get":{"tags":["ElectricMeter"],"summary":"Retrieve an Electric Meter","operationId":"ElectricMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeter"],"summary":"Update an Electric Meter","operationId":"ElectricMeter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeter"],"summary":"Delete an Electric Meter","operationId":"ElectricMeter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeter"],"summary":"Patch an Electric Meter","operationId":"ElectricMeter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmeterbase":{"get":{"tags":["ElectricMeterBase"],"summary":"Retrieve list of Electric Meter Base Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterBase_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterBase"],"summary":"Add an Electric Meter Base Control","operationId":"ElectricMeterBase_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmeterbase/{id}":{"get":{"tags":["ElectricMeterBase"],"summary":"Retrieve an Electric Meter Base Control","operationId":"ElectricMeterBase_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterBase"],"summary":"Update an Electric Meter Base Control","operationId":"ElectricMeterBase_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterBase"],"summary":"Delete an Electric Meter Base Control","operationId":"ElectricMeterBase_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterBase"],"summary":"Patch an Electric Meter Base Control","operationId":"ElectricMeterBase_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterBaseModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterBaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmeterertnumber":{"get":{"tags":["ElectricMeterERTNumber"],"summary":"Retrieve list of Electric Meter ERT Number items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterERTNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterERTNumber"],"summary":"Add an Electric Meter ERT Number","operationId":"ElectricMeterERTNumber_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmeterertnumber/{id}":{"get":{"tags":["ElectricMeterERTNumber"],"summary":"Retrieve an Electric Meter ERT Number","operationId":"ElectricMeterERTNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterERTNumber"],"summary":"Update an Electric Meter ERT Number","operationId":"ElectricMeterERTNumber_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterERTNumber"],"summary":"Delete an Electric Meter ERT Number","operationId":"ElectricMeterERTNumber_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterERTNumber"],"summary":"Patch an Electric Meter ERT Number","operationId":"ElectricMeterERTNumber_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterERTNumberModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterERTNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmetersubgroup":{"get":{"tags":["ElectricMeterSubgroup"],"summary":"Retrieve list of Electric Subgroup Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterSubgroup"],"summary":"Add an Electric Subgroup Control","operationId":"ElectricMeterSubgroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmetersubgroup/{id}":{"get":{"tags":["ElectricMeterSubgroup"],"summary":"Retrieve an Electric Subgroup Control","operationId":"ElectricMeterSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterSubgroup"],"summary":"Update an Electric Subgroup Control","operationId":"ElectricMeterSubgroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterSubgroup"],"summary":"Delete an Electric Subgroup Control","operationId":"ElectricMeterSubgroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterSubgroup"],"summary":"Patch an Electric Subgroup Control","operationId":"ElectricMeterSubgroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterSubgroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmetersubgrouptest":{"get":{"tags":["ElectricMeterSubgroupTest"],"summary":"Retrieve list of Electric Meter Subgroup Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterSubgroupTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterSubgroupTest"],"summary":"Add an Electric Meter Subgroup Test","operationId":"ElectricMeterSubgroupTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmetersubgrouptest/{id}":{"get":{"tags":["ElectricMeterSubgroupTest"],"summary":"Retrieve an Electric Meter Subgroup Test","operationId":"ElectricMeterSubgroupTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterSubgroupTest"],"summary":"Update an Electric Meter Subgroup Test","operationId":"ElectricMeterSubgroupTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterSubgroupTest"],"summary":"Delete an Electric Meter Subgroup Test","operationId":"ElectricMeterSubgroupTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterSubgroupTest"],"summary":"Patch an Electric Meter Subgroup Test","operationId":"ElectricMeterSubgroupTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterSubgroupTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmetertest":{"get":{"tags":["ElectricMeterTest"],"summary":"Retrieve list of Electric Meter Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterTest"],"summary":"Add an Electric Meter Test","operationId":"ElectricMeterTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmetertest/{id}":{"get":{"tags":["ElectricMeterTest"],"summary":"Retrieve an Electric Meter Test","operationId":"ElectricMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterTest"],"summary":"Update an Electric Meter Test","operationId":"ElectricMeterTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterTest"],"summary":"Delete an Electric Meter Test","operationId":"ElectricMeterTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterTest"],"summary":"Patch an Electric Meter Test","operationId":"ElectricMeterTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricmetertype":{"get":{"tags":["ElectricMeterType"],"summary":"Retrieve list of Electric Meter Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricMeterType"],"summary":"Add an Electric Meter Type Control","operationId":"ElectricMeterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricmetertype/{id}":{"get":{"tags":["ElectricMeterType"],"summary":"Retrieve an Electric Meter Type Control","operationId":"ElectricMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricMeterType"],"summary":"Update an Electric Meter Type Control","operationId":"ElectricMeterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricMeterType"],"summary":"Delete an Electric Meter Type Control","operationId":"ElectricMeterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricMeterType"],"summary":"Patch an Electric Meter Type Control","operationId":"ElectricMeterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricMeterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricserviceentrance":{"get":{"tags":["ElectricServiceEntrance"],"summary":"Retrieve list of Electric Service Entrance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricServiceEntrance"],"summary":"Add an Electric Service Entrance","operationId":"ElectricServiceEntrance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricserviceentrance/{id}":{"get":{"tags":["ElectricServiceEntrance"],"summary":"Retrieve an Electric Service Entrance","operationId":"ElectricServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricServiceEntrance"],"summary":"Update an Electric Service Entrance","operationId":"ElectricServiceEntrance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricServiceEntrance"],"summary":"Delete an Electric Service Entrance","operationId":"ElectricServiceEntrance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricServiceEntrance"],"summary":"Patch an Electric Service Entrance","operationId":"ElectricServiceEntrance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricServiceEntranceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/electricserviceentrancetype":{"get":{"tags":["ElectricServiceEntranceType"],"summary":"Retrieve list of Electric Service Entrance Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ElectricServiceEntranceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ElectricServiceEntranceType"],"summary":"Add an Electric Service Entrance Type Control","operationId":"ElectricServiceEntranceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/electricserviceentrancetype/{id}":{"get":{"tags":["ElectricServiceEntranceType"],"summary":"Retrieve an Electric Service Entrance Type Control","operationId":"ElectricServiceEntranceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ElectricServiceEntranceType"],"summary":"Update an Electric Service Entrance Type Control","operationId":"ElectricServiceEntranceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ElectricServiceEntranceType"],"summary":"Delete an Electric Service Entrance Type Control","operationId":"ElectricServiceEntranceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ElectricServiceEntranceType"],"summary":"Patch an Electric Service Entrance Type Control","operationId":"ElectricServiceEntranceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ElectricServiceEntranceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ElectricServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/email":{"get":{"tags":["Email"],"summary":"Retrieve list of Email items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Email_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Email"],"summary":"Add an Email","operationId":"Email_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EmailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/email/{id}":{"get":{"tags":["Email"],"summary":"Retrieve an Email","operationId":"Email_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Email"],"summary":"Update an Email","operationId":"Email_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Email"],"summary":"Delete an Email","operationId":"Email_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Email"],"summary":"Patch an Email","operationId":"Email_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EmailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/emailaddress":{"get":{"tags":["EmailAddress"],"summary":"Retrieve list of Email Address items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EmailAddress_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EmailAddress"],"summary":"Add an Email Address","operationId":"EmailAddress_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailAddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EmailAddressModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/emailaddress/{id}":{"get":{"tags":["EmailAddress"],"summary":"Retrieve an Email Address","operationId":"EmailAddress_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailAddressModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EmailAddress"],"summary":"Update an Email Address","operationId":"EmailAddress_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailAddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EmailAddress"],"summary":"Delete an Email Address","operationId":"EmailAddress_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EmailAddress"],"summary":"Patch an Email Address","operationId":"EmailAddress_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EmailAddressModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/emailcategory":{"get":{"tags":["EmailCategory"],"summary":"Retrieve list of Email Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EmailCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EmailCategory"],"summary":"Add an Email Category Control","operationId":"EmailCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EmailCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/emailcategory/{id}":{"get":{"tags":["EmailCategory"],"summary":"Retrieve an Email Category Control","operationId":"EmailCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EmailCategory"],"summary":"Update an Email Category Control","operationId":"EmailCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EmailCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EmailCategory"],"summary":"Delete an Email Category Control","operationId":"EmailCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EmailCategory"],"summary":"Patch an Email Category Control","operationId":"EmailCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EmailCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EmailCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/emailprocess":{"get":{"tags":["EmailProcessRun"],"summary":"Retrieves list of EmailProcess process run status data","operationId":"EmailProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EmailProcessRun"],"summary":"Execute the EmailProcess process","operationId":"EmailProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in EmailProcessRunModel","required":true,"schema":{"$ref":"#/definitions/EmailProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/emailprocess/{id}":{"get":{"tags":["EmailProcessRun"],"summary":"Retrieve the process run status","operationId":"EmailProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EmailProcessRun"],"summary":"Request to cancel an EmailProcess process","operationId":"EmailProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/emessagecategory":{"get":{"tags":["EMessageCategory"],"summary":"Retrieve list of eMessage Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EMessageCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EMessageCategory"],"summary":"Add an eMessage Category Control","operationId":"EMessageCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EMessageCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EMessageCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/emessagecategory/{id}":{"get":{"tags":["EMessageCategory"],"summary":"Retrieve an eMessage Category Control","operationId":"EMessageCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EMessageCategory"],"summary":"Update an eMessage Category Control","operationId":"EMessageCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EMessageCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EMessageCategory"],"summary":"Delete an eMessage Category Control","operationId":"EMessageCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EMessageCategory"],"summary":"Patch an eMessage Category Control","operationId":"EMessageCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EMessageCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/emessagetype":{"get":{"tags":["EMessageType"],"summary":"Retrieve list of eMessage Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EMessageType"],"summary":"Add an eMessage Type Control","operationId":"EMessageType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EMessageTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/emessagetype/{id}":{"get":{"tags":["EMessageType"],"summary":"Retrieve an eMessage Type Control","operationId":"EMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EMessageType"],"summary":"Update an eMessage Type Control","operationId":"EMessageType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EMessageType"],"summary":"Delete an eMessage Type Control","operationId":"EMessageType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EMessageType"],"summary":"Patch an eMessage Type Control","operationId":"EMessageType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EMessageTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/envisiongazifereinterface":{"get":{"tags":["EnvisionGazifereInterfaceRun"],"summary":"Retrieves list of EnvisionGazifereInterface process run status data","operationId":"EnvisionGazifereInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EnvisionGazifereInterfaceRun"],"summary":"Execute the EnvisionGazifereInterface process","operationId":"EnvisionGazifereInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in EnvisionGazifereInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/envisiongazifereinterface/{id}":{"get":{"tags":["EnvisionGazifereInterfaceRun"],"summary":"Retrieve the process run status","operationId":"EnvisionGazifereInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EnvisionGazifereInterfaceRun"],"summary":"Request to cancel an EnvisionGazifereInterface process","operationId":"EnvisionGazifereInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/equipmentcategory":{"get":{"tags":["EquipmentCategory"],"summary":"Retrieve list of Equipment Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EquipmentCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EquipmentCategory"],"summary":"Add an Equipment Category Control","operationId":"EquipmentCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/equipmentcategory/{id}":{"get":{"tags":["EquipmentCategory"],"summary":"Retrieve an Equipment Category Control","operationId":"EquipmentCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EquipmentCategory"],"summary":"Update an Equipment Category Control","operationId":"EquipmentCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EquipmentCategory"],"summary":"Delete an Equipment Category Control","operationId":"EquipmentCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EquipmentCategory"],"summary":"Patch an Equipment Category Control","operationId":"EquipmentCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EquipmentCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/equipmentcode":{"get":{"tags":["EquipmentCode"],"summary":"Retrieve list of Account Equipment Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EquipmentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EquipmentCode"],"summary":"Add an Account Equipment Code Control","operationId":"EquipmentCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EquipmentCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/equipmentcode/{id}":{"get":{"tags":["EquipmentCode"],"summary":"Retrieve an Account Equipment Code Control","operationId":"EquipmentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EquipmentCode"],"summary":"Update an Account Equipment Code Control","operationId":"EquipmentCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EquipmentCode"],"summary":"Delete an Account Equipment Code Control","operationId":"EquipmentCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EquipmentCode"],"summary":"Patch an Account Equipment Code Control","operationId":"EquipmentCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EquipmentCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/equipmentinterface":{"get":{"tags":["EquipmentInterface"],"summary":"Retrieve list of Equipment Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EquipmentInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EquipmentInterface"],"summary":"Add an Equipment Interface","operationId":"EquipmentInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/equipmentinterface/{id}":{"get":{"tags":["EquipmentInterface"],"summary":"Retrieve an Equipment Interface","operationId":"EquipmentInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EquipmentInterface"],"summary":"Update an Equipment Interface","operationId":"EquipmentInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EquipmentInterface"],"summary":"Delete an Equipment Interface","operationId":"EquipmentInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EquipmentInterface"],"summary":"Patch an Equipment Interface","operationId":"EquipmentInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EquipmentInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/equipmentinventorycode":{"get":{"tags":["EquipmentInventoryCode"],"summary":"Retrieve list of Equipment Inventory Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EquipmentInventoryCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EquipmentInventoryCode"],"summary":"Add an Equipment Inventory Code Control","operationId":"EquipmentInventoryCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/equipmentinventorycode/{id}":{"get":{"tags":["EquipmentInventoryCode"],"summary":"Retrieve an Equipment Inventory Code Control","operationId":"EquipmentInventoryCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EquipmentInventoryCode"],"summary":"Update an Equipment Inventory Code Control","operationId":"EquipmentInventoryCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EquipmentInventoryCode"],"summary":"Delete an Equipment Inventory Code Control","operationId":"EquipmentInventoryCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EquipmentInventoryCode"],"summary":"Patch an Equipment Inventory Code Control","operationId":"EquipmentInventoryCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EquipmentInventoryCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentInventoryCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/equipmentmanufacturer":{"get":{"tags":["EquipmentManufacturer"],"summary":"Retrieve list of Manufacturer Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EquipmentManufacturer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EquipmentManufacturer"],"summary":"Add a Manufacturer Control","operationId":"EquipmentManufacturer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/equipmentmanufacturer/{id}":{"get":{"tags":["EquipmentManufacturer"],"summary":"Retrieve a Manufacturer Control","operationId":"EquipmentManufacturer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EquipmentManufacturer"],"summary":"Update a Manufacturer Control","operationId":"EquipmentManufacturer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EquipmentManufacturer"],"summary":"Delete a Manufacturer Control","operationId":"EquipmentManufacturer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EquipmentManufacturer"],"summary":"Patch a Manufacturer Control","operationId":"EquipmentManufacturer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EquipmentManufacturerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EquipmentManufacturerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/estimatetype":{"get":{"tags":["EstimateType"],"summary":"Retrieve list of Estimate Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"EstimateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["EstimateType"],"summary":"Add an Estimate Type Control","operationId":"EstimateType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EstimateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/EstimateTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/estimatetype/{id}":{"get":{"tags":["EstimateType"],"summary":"Retrieve an Estimate Type Control","operationId":"EstimateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EstimateTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["EstimateType"],"summary":"Update an Estimate Type Control","operationId":"EstimateType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/EstimateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["EstimateType"],"summary":"Delete an Estimate Type Control","operationId":"EstimateType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["EstimateType"],"summary":"Patch an Estimate Type Control","operationId":"EstimateType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[EstimateTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/EstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/exceptiondescription":{"get":{"tags":["ExceptionDescription"],"summary":"Retrieve list of Exception Description Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExceptionDescription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExceptionDescription"],"summary":"Add an Exception Description Control","operationId":"ExceptionDescription_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/exceptiondescription/{id}":{"get":{"tags":["ExceptionDescription"],"summary":"Retrieve an Exception Description Control","operationId":"ExceptionDescription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExceptionDescription"],"summary":"Update an Exception Description Control","operationId":"ExceptionDescription_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExceptionDescription"],"summary":"Delete an Exception Description Control","operationId":"ExceptionDescription_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExceptionDescription"],"summary":"Patch an Exception Description Control","operationId":"ExceptionDescription_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExceptionDescriptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/exceptionmessage":{"get":{"tags":["ExceptionMessage"],"summary":"Retrieve list of Exception Message Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExceptionMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExceptionMessage"],"summary":"Add an Exception Message Control","operationId":"ExceptionMessage_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExceptionMessageModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/exceptionmessage/{id}":{"get":{"tags":["ExceptionMessage"],"summary":"Retrieve an Exception Message Control","operationId":"ExceptionMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionMessageModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExceptionMessage"],"summary":"Update an Exception Message Control","operationId":"ExceptionMessage_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExceptionMessage"],"summary":"Delete an Exception Message Control","operationId":"ExceptionMessage_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExceptionMessage"],"summary":"Patch an Exception Message Control","operationId":"ExceptionMessage_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExceptionMessageModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/exceptiontype":{"get":{"tags":["ExceptionType"],"summary":"Retrieve list of Exception Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExceptionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExceptionType"],"summary":"Add an Exception Type Control","operationId":"ExceptionType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExceptionTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/exceptiontype/{id}":{"get":{"tags":["ExceptionType"],"summary":"Retrieve an Exception Type Control","operationId":"ExceptionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExceptionType"],"summary":"Update an Exception Type Control","operationId":"ExceptionType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExceptionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExceptionType"],"summary":"Delete an Exception Type Control","operationId":"ExceptionType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExceptionType"],"summary":"Patch an Exception Type Control","operationId":"ExceptionType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExceptionTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExceptionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/exchangerate":{"get":{"tags":["ExchangeRate"],"summary":"Retrieve list of Exchange Rate Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExchangeRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExchangeRate"],"summary":"Add an Exchange Rate Control","operationId":"ExchangeRate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExchangeRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExchangeRateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/exchangerate/{id}":{"get":{"tags":["ExchangeRate"],"summary":"Retrieve an Exchange Rate Control","operationId":"ExchangeRate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExchangeRateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExchangeRate"],"summary":"Update an Exchange Rate Control","operationId":"ExchangeRate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExchangeRateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExchangeRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExchangeRate"],"summary":"Delete an Exchange Rate Control","operationId":"ExchangeRate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExchangeRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExchangeRate"],"summary":"Patch an Exchange Rate Control","operationId":"ExchangeRate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExchangeRateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExchangeRateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/externaldbconnection":{"get":{"tags":["ExternalDbConnection"],"summary":"Retrieve list of External Database Connection Setup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExternalDbConnection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExternalDbConnection"],"summary":"Add an External Database Connection Setup","operationId":"ExternalDbConnection_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/externaldbconnection/{id}":{"get":{"tags":["ExternalDbConnection"],"summary":"Retrieve an External Database Connection Setup","operationId":"ExternalDbConnection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExternalDbConnection"],"summary":"Update an External Database Connection Setup","operationId":"ExternalDbConnection_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExternalDbConnection"],"summary":"Delete an External Database Connection Setup","operationId":"ExternalDbConnection_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExternalDbConnection"],"summary":"Patch an External Database Connection Setup","operationId":"ExternalDbConnection_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExternalDbConnectionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalDbConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/externalkyzpulseoutput":{"get":{"tags":["ExternalKYZPulseOutput"],"summary":"Retrieve list of External KYZ Pulse Output Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ExternalKYZPulseOutput_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ExternalKYZPulseOutput"],"summary":"Add an External KYZ Pulse Output Control","operationId":"ExternalKYZPulseOutput_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/externalkyzpulseoutput/{id}":{"get":{"tags":["ExternalKYZPulseOutput"],"summary":"Retrieve an External KYZ Pulse Output Control","operationId":"ExternalKYZPulseOutput_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ExternalKYZPulseOutput"],"summary":"Update an External KYZ Pulse Output Control","operationId":"ExternalKYZPulseOutput_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ExternalKYZPulseOutput"],"summary":"Delete an External KYZ Pulse Output Control","operationId":"ExternalKYZPulseOutput_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ExternalKYZPulseOutput"],"summary":"Patch an External KYZ Pulse Output Control","operationId":"ExternalKYZPulseOutput_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ExternalKYZPulseOutputModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ExternalKYZPulseOutputModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/fieldagent":{"get":{"tags":["FieldAgent"],"summary":"Retrieve list of Field Agent Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FieldAgent_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FieldAgent"],"summary":"Add a Field Agent Control","operationId":"FieldAgent_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldAgentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FieldAgentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/fieldagent/{id}":{"get":{"tags":["FieldAgent"],"summary":"Retrieve a Field Agent Control","operationId":"FieldAgent_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldAgentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FieldAgent"],"summary":"Update a Field Agent Control","operationId":"FieldAgent_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldAgentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldAgentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FieldAgent"],"summary":"Delete a Field Agent Control","operationId":"FieldAgent_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldAgentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FieldAgent"],"summary":"Patch a Field Agent Control","operationId":"FieldAgent_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FieldAgentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldAgentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/fieldworker":{"get":{"tags":["FieldWorker"],"summary":"Retrieve list of Field Worker Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FieldWorker_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FieldWorker"],"summary":"Add a Field Worker Control","operationId":"FieldWorker_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldWorkerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FieldWorkerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/fieldworker/{id}":{"get":{"tags":["FieldWorker"],"summary":"Retrieve a Field Worker Control","operationId":"FieldWorker_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FieldWorker"],"summary":"Update a Field Worker Control","operationId":"FieldWorker_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldWorkerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FieldWorker"],"summary":"Delete a Field Worker Control","operationId":"FieldWorker_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FieldWorker"],"summary":"Patch a Field Worker Control","operationId":"FieldWorker_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FieldWorkerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/fieldworkertype":{"get":{"tags":["FieldWorkerType"],"summary":"Retrieve list of Field Worker Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FieldWorkerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FieldWorkerType"],"summary":"Add a Field Worker Type Control","operationId":"FieldWorkerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/fieldworkertype/{id}":{"get":{"tags":["FieldWorkerType"],"summary":"Retrieve a Field Worker Type Control","operationId":"FieldWorkerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FieldWorkerType"],"summary":"Update a Field Worker Type Control","operationId":"FieldWorkerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FieldWorkerType"],"summary":"Delete a Field Worker Type Control","operationId":"FieldWorkerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FieldWorkerType"],"summary":"Patch a Field Worker Type Control","operationId":"FieldWorkerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FieldWorkerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FieldWorkerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/filter":{"post":{"tags":["Filter"],"summary":"Invokes the specified CIS query as represented by the passed QueryTree serialized definition (XML or JSON).\r\nReturns a list of specified data from the target type of the QueryTree.\r\nThe query definition should be in the standard format of the CIS internal QueryTree (XML or JSON) as stored in CON206/Criteria and other places which store query XML/JSON snippets.\r\nPassing an empty query XML will not execute the query, and will return 400/Bad Request.\r\nIncorrectly formatted query tree will return 400/Bad Request.","operationId":"Filter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"filterData","in":"body","required":true,"schema":{"$ref":"#/definitions/FilterRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FilterResultModel"}},"400":{"description":"BadRequest"}}}},"/run/pickup/finalbillserviceorderprint":{"get":{"tags":["FinalBillServiceOrderPrintRun"],"summary":"Retrieves list of FinalBillServiceOrderPrint process run status data","operationId":"FinalBillServiceOrderPrintRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FinalBillServiceOrderPrintRun"],"summary":"Execute the FinalBillServiceOrderPrint process","operationId":"FinalBillServiceOrderPrintRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in FinalBillServiceOrderPrintRunModel","required":true,"schema":{"$ref":"#/definitions/FinalBillServiceOrderPrintRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/finalbillserviceorderprint/{id}":{"get":{"tags":["FinalBillServiceOrderPrintRun"],"summary":"Retrieve the process run status","operationId":"FinalBillServiceOrderPrintRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FinalBillServiceOrderPrintRun"],"summary":"Request to cancel a FinalBillServiceOrderPrint process","operationId":"FinalBillServiceOrderPrintRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/finalizingmethod":{"get":{"tags":["FinalizingMethod"],"summary":"Retrieve list of Finalizing Method Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FinalizingMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FinalizingMethod"],"summary":"Add a Finalizing Method Control","operationId":"FinalizingMethod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FinalizingMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FinalizingMethodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/finalizingmethod/{id}":{"get":{"tags":["FinalizingMethod"],"summary":"Retrieve a Finalizing Method Control","operationId":"FinalizingMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinalizingMethodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FinalizingMethod"],"summary":"Update a Finalizing Method Control","operationId":"FinalizingMethod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FinalizingMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinalizingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FinalizingMethod"],"summary":"Delete a Finalizing Method Control","operationId":"FinalizingMethod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinalizingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FinalizingMethod"],"summary":"Patch a Finalizing Method Control","operationId":"FinalizingMethod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FinalizingMethodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinalizingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/financialassistanceprogram":{"get":{"tags":["FinancialAssistanceProgram"],"summary":"Retrieve list of Financial Assistance Program Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FinancialAssistanceProgram_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FinancialAssistanceProgram"],"summary":"Add a Financial Assistance Program Control","operationId":"FinancialAssistanceProgram_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/financialassistanceprogram/{id}":{"get":{"tags":["FinancialAssistanceProgram"],"summary":"Retrieve a Financial Assistance Program Control","operationId":"FinancialAssistanceProgram_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FinancialAssistanceProgram"],"summary":"Update a Financial Assistance Program Control","operationId":"FinancialAssistanceProgram_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FinancialAssistanceProgram"],"summary":"Delete a Financial Assistance Program Control","operationId":"FinancialAssistanceProgram_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FinancialAssistanceProgram"],"summary":"Patch a Financial Assistance Program Control","operationId":"FinancialAssistanceProgram_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FinancialAssistanceProgramModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FinancialAssistanceProgramModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/findtransaction/{transactionId}":{"get":{"tags":["FindTransaction"],"summary":"Finds transaction based on passed transaction Id","operationId":"FindTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"transactionId","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationReturnModel"}}}}},"/do/findpaymenttransaction/{transactionId}":{"get":{"tags":["FindTransaction"],"summary":"Finds transaction based on passed transaction Id and external source","operationId":"FindTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"transactionId","in":"path","description":"The id of  the resource to retrieve","required":true,"type":"integer","format":"int64"},{"name":"externalSource","in":"query","description":"The external source of the resource to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationReturnModel"}}}}},"/data/fireserviceuse":{"get":{"tags":["FireServiceUse"],"summary":"Retrieve list of Fire Service Use Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FireServiceUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FireServiceUse"],"summary":"Add a Fire Service Use Control","operationId":"FireServiceUse_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FireServiceUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FireServiceUseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/fireserviceuse/{id}":{"get":{"tags":["FireServiceUse"],"summary":"Retrieve a Fire Service Use Control","operationId":"FireServiceUse_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FireServiceUseModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FireServiceUse"],"summary":"Update a Fire Service Use Control","operationId":"FireServiceUse_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FireServiceUseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FireServiceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FireServiceUse"],"summary":"Delete a Fire Service Use Control","operationId":"FireServiceUse_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FireServiceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FireServiceUse"],"summary":"Patch a Fire Service Use Control","operationId":"FireServiceUse_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FireServiceUseModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FireServiceUseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/formlettertemplate/{id}/document":{"get":{"tags":["FormLetterTemplate"],"summary":"Retrieve the template document data from the current form letter record.","operationId":"FormLetterTemplate_GetDocument","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The form letter resource ID to retrieve the stored template document for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"put":{"tags":["FormLetterTemplate"],"summary":"Upload an updated template document to the current form letter record.\r\nAny existing template data is replaced.\r\nThe current template name is assigned to the new document.","operationId":"FormLetterTemplate_PutDocument","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The form letter resource ID to store the passed template document to","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/formlettertemplate/{id}/bookmarks":{"get":{"tags":["FormLetterTemplate"],"summary":"Retrieve the bookmarks contained in the template document","operationId":"FormLetterTemplate_GetBookmarks","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The form letter resource ID to retrieve the embedded bookmarks from","required":true,"type":"string"},{"name":"translateParameters","in":"query","description":"Optionally receive applicable parameters translated into their enum values rather than in their raw form. Only applies to parameters which have an enumtype hint/validator in the parameter definitions of the associated bookmark definition.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/DocumentBookmarkItemModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"put":{"tags":["FormLetterTemplate"],"summary":"Update the bookmarks contained in the template document with the supplied updated list.\r\nThe updated list is compared against the current bookmarks: Matching bookmarks (based on name and index) will have parameters patched; new bookmarks will be added to the end of the document; missing bookmarks will be deleted.\r\nNew bookmarks need to set BookmarkNameIndex at 0 to indicate it is an added item.\r\nEach bookmark parameter that has an enumtype hint is tested against the enum definition and converted into raw form if possible, else it is left unchanged.","operationId":"FormLetterTemplate_PutBookmarks","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The form letter resource ID to update the embedded bookmarks for","required":true,"type":"string"},{"name":"updatedBookmarks","in":"body","description":"Array of updated bookmarks to apply to the document template","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/DocumentBookmarkItemModel"}}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/formlettertemplate/{id}/sample":{"get":{"tags":["FormLetterTemplate"],"summary":"Retrieve a sample merge letter based on this template.\r\nThe letter is produced using the last used customer/account.","operationId":"FormLetterTemplate_GetSample","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The form letter resource ID to retrieve a sample merge letter for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/formlettertemplate":{"get":{"tags":["FormLetterTemplate"],"summary":"Retrieve list of Form Letter Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FormLetterTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FormLetterTemplate"],"summary":"Add a Form Letter Control","operationId":"FormLetterTemplate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/formlettertemplate/{id}":{"get":{"tags":["FormLetterTemplate"],"summary":"Retrieve a Form Letter Control","operationId":"FormLetterTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FormLetterTemplate"],"summary":"Update a Form Letter Control","operationId":"FormLetterTemplate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FormLetterTemplate"],"summary":"Delete a Form Letter Control","operationId":"FormLetterTemplate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FormLetterTemplate"],"summary":"Patch a Form Letter Control","operationId":"FormLetterTemplate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FormLetterTemplateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormLetterTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/formula/$test":{"put":{"tags":["Formula"],"summary":"Test (run) the supplied formula object.\r\nA temporary sample bill environment for the current customer/account is created to run the formula script against.\r\nNOTE: No formula data is saved or altered, but the associated script changes are executed and can impact the system depending on the details of the script!","operationId":"Formula_Test","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"formula","in":"body","description":"Formula object to test. Will run the formula script described by its contents.","required":true,"schema":{"$ref":"#/definitions/FormulaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/formula":{"get":{"tags":["Formula"],"summary":"Retrieve list of Rate Formula items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Formula_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Formula"],"summary":"Add a Rate Formula","operationId":"Formula_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FormulaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FormulaModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/formula/{id}":{"get":{"tags":["Formula"],"summary":"Retrieve a Rate Formula","operationId":"Formula_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormulaModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Formula"],"summary":"Update a Rate Formula","operationId":"Formula_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FormulaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormulaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Formula"],"summary":"Delete a Rate Formula","operationId":"Formula_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormulaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Formula"],"summary":"Patch a Rate Formula","operationId":"Formula_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FormulaModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FormulaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/formulaproc":{"get":{"tags":["FormulaProc"],"summary":"Invokes the specified CIS FormulaProc function and returns the response generated by it, if any.\r\nAny required FormulaProc parameters are passed as query strings on the call.","operationId":"FormulaProc_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"name","in":"query","description":"Formulaproc method name to invoke. Can also be in form \"class.method\" if the separate class parameter is not used or is implied/defaulted","required":true,"type":"string"},{"name":"class","in":"query","description":"Optional formulaproc class name - defaults to \"CommonFunctions\" if not specified or overridden within the name parameter","required":false,"type":"string"},{"name":"p1","in":"query","description":"Optional 1st parameter to the formulaproc function call","required":false,"type":"string"},{"name":"p2","in":"query","description":"Optional 2nd parameter to the formulaproc function call","required":false,"type":"string"},{"name":"p3","in":"query","description":"Optional 3rd parameter to the formulaproc function call","required":false,"type":"string"},{"name":"p4","in":"query","description":"Optional 4th parameter to the formulaproc function call","required":false,"type":"string"},{"name":"p5","in":"query","description":"Optional 5th parameter to the formulaproc function call","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["FormulaProc"],"summary":"Invokes the specified CIS FormulaProc function and returns the response generated by it, if any.\r\nThe formulaproc function data is passed as a single object from the POST contents.","operationId":"FormulaProc_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"data","in":"body","description":"Optional content to be passed to the formulaproc function. The data is deserialized into an object before being passed in","required":true,"schema":{"type":"object"}},{"name":"name","in":"query","description":"Formulaproc method name to invoke. Can also be in form \"class.method\" if the separate class parameter is not used or is implied/defaulted","required":true,"type":"string"},{"name":"class","in":"query","description":"Optional formulaproc class name - defaults to \"CommonFunctions\" if not specified or overridden within the name parameter","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/do/formulaproc/bookmark":{"get":{"tags":["FormulaProc"],"summary":"Invokes the specified CIS bookmark and returns the result generated by it, if any.\r\nAny required bookmark parameters","operationId":"FormulaProc_Bookmark","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"code","in":"query","description":"Bookmark code","required":true,"type":"string"},{"name":"customerAccountId","in":"query","description":"Customer Account Id","required":true,"type":"integer","format":"int64"},{"name":"p3","in":"query","description":"Optional 3rd parameter for the bookmark","required":false,"type":"string"},{"name":"p4","in":"query","description":"Optional 4th parameter for the bookmark","required":false,"type":"string"},{"name":"p5","in":"query","description":"Optional 5th parameter for the bookmark","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/do/formulaproc/mymeterfile":{"get":{"tags":["FormulaProc"],"summary":"Retrieves the most recent generated MyMeter file depending on the code passed.\r\nMMTH - MyMeter Transaction History\r\nMMBH - MyMeter Billing History\r\nMMCD - Mymeter custom data","operationId":"FormulaProc_MyMeterFile","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"query","description":"The my meter code MMTH,MMCD,MMBH","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"406":{"description":"NotAcceptable"}}}},"/run/its/fortwayneaccelainterface":{"get":{"tags":["FortWayneAccelaInterfaceRun"],"summary":"Retrieves list of FortWayneAccelaInterface process run status data","operationId":"FortWayneAccelaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FortWayneAccelaInterfaceRun"],"summary":"Execute the FortWayneAccelaInterface process","operationId":"FortWayneAccelaInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in FortWayneAccelaInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/fortwayneaccelainterface/{id}":{"get":{"tags":["FortWayneAccelaInterfaceRun"],"summary":"Retrieve the process run status","operationId":"FortWayneAccelaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FortWayneAccelaInterfaceRun"],"summary":"Request to cancel a FortWayneAccelaInterface process","operationId":"FortWayneAccelaInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/freezelevel":{"get":{"tags":["FreezeLevel"],"summary":"Retrieve list of Freeze Level Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"FreezeLevel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["FreezeLevel"],"summary":"Add a Freeze Level Control","operationId":"FreezeLevel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FreezeLevelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FreezeLevelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/freezelevel/{id}":{"get":{"tags":["FreezeLevel"],"summary":"Retrieve a Freeze Level Control","operationId":"FreezeLevel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FreezeLevelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["FreezeLevel"],"summary":"Update a Freeze Level Control","operationId":"FreezeLevel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FreezeLevelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FreezeLevelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["FreezeLevel"],"summary":"Delete a Freeze Level Control","operationId":"FreezeLevel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FreezeLevelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["FreezeLevel"],"summary":"Patch a Freeze Level Control","operationId":"FreezeLevel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FreezeLevelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FreezeLevelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/frequency":{"get":{"tags":["Frequency"],"summary":"Retrieve list of Power Frequency Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Frequency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Frequency"],"summary":"Add a Power Frequency Control","operationId":"Frequency_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FrequencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/FrequencyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/frequency/{id}":{"get":{"tags":["Frequency"],"summary":"Retrieve a Power Frequency Control","operationId":"Frequency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FrequencyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Frequency"],"summary":"Update a Power Frequency Control","operationId":"Frequency_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/FrequencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Frequency"],"summary":"Delete a Power Frequency Control","operationId":"Frequency_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Frequency"],"summary":"Patch a Power Frequency Control","operationId":"Frequency_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[FrequencyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/FrequencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasinstrument":{"get":{"tags":["GasInstrument"],"summary":"Retrieve list of Gas Instrument items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasInstrument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasInstrument"],"summary":"Add a Gas Instrument","operationId":"GasInstrument_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasInstrumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasInstrumentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasinstrument/{id}":{"get":{"tags":["GasInstrument"],"summary":"Retrieve a Gas Instrument","operationId":"GasInstrument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasInstrument"],"summary":"Update a Gas Instrument","operationId":"GasInstrument_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasInstrumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasInstrument"],"summary":"Delete a Gas Instrument","operationId":"GasInstrument_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasInstrument"],"summary":"Patch a Gas Instrument","operationId":"GasInstrument_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasInstrumentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasinstrumenttest":{"get":{"tags":["GasInstrumentTest"],"summary":"Retrieve list of Gas Instrument Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasInstrumentTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasInstrumentTest"],"summary":"Add a Gas Instrument Test","operationId":"GasInstrumentTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasinstrumenttest/{id}":{"get":{"tags":["GasInstrumentTest"],"summary":"Retrieve a Gas Instrument Test","operationId":"GasInstrumentTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasInstrumentTest"],"summary":"Update a Gas Instrument Test","operationId":"GasInstrumentTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasInstrumentTest"],"summary":"Delete a Gas Instrument Test","operationId":"GasInstrumentTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasInstrumentTest"],"summary":"Patch a Gas Instrument Test","operationId":"GasInstrumentTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasInstrumentTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasInstrumentTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gaslooplocation":{"get":{"tags":["GasLoopLocation"],"summary":"Retrieve list of Gas Loop Location Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasLoopLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasLoopLocation"],"summary":"Add a Gas Loop Location Control","operationId":"GasLoopLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasLoopLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasLoopLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gaslooplocation/{id}":{"get":{"tags":["GasLoopLocation"],"summary":"Retrieve a Gas Loop Location Control","operationId":"GasLoopLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasLoopLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasLoopLocation"],"summary":"Update a Gas Loop Location Control","operationId":"GasLoopLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasLoopLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasLoopLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasLoopLocation"],"summary":"Delete a Gas Loop Location Control","operationId":"GasLoopLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasLoopLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasLoopLocation"],"summary":"Patch a Gas Loop Location Control","operationId":"GasLoopLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasLoopLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasLoopLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeter":{"get":{"tags":["GasMeter"],"summary":"Retrieve list of Gas Meter items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeter"],"summary":"Add a Gas Meter","operationId":"GasMeter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeter/{id}":{"get":{"tags":["GasMeter"],"summary":"Retrieve a Gas Meter","operationId":"GasMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeter"],"summary":"Update a Gas Meter","operationId":"GasMeter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeter"],"summary":"Delete a Gas Meter","operationId":"GasMeter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeter"],"summary":"Patch a Gas Meter","operationId":"GasMeter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeterindextype":{"get":{"tags":["GasMeterIndexType"],"summary":"Retrieve list of Gas Meter Index Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterIndexType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterIndexType"],"summary":"Add a Gas Meter Index Type Control","operationId":"GasMeterIndexType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeterindextype/{id}":{"get":{"tags":["GasMeterIndexType"],"summary":"Retrieve a Gas Meter Index Type Control","operationId":"GasMeterIndexType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterIndexType"],"summary":"Update a Gas Meter Index Type Control","operationId":"GasMeterIndexType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterIndexType"],"summary":"Delete a Gas Meter Index Type Control","operationId":"GasMeterIndexType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterIndexType"],"summary":"Patch a Gas Meter Index Type Control","operationId":"GasMeterIndexType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterIndexTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterIndexTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeterinstrumenttype":{"get":{"tags":["GasMeterInstrumentType"],"summary":"Retrieve list of Instrument Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterInstrumentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterInstrumentType"],"summary":"Add an Instrument Type Control","operationId":"GasMeterInstrumentType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeterinstrumenttype/{id}":{"get":{"tags":["GasMeterInstrumentType"],"summary":"Retrieve an Instrument Type Control","operationId":"GasMeterInstrumentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterInstrumentType"],"summary":"Update an Instrument Type Control","operationId":"GasMeterInstrumentType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterInstrumentType"],"summary":"Delete an Instrument Type Control","operationId":"GasMeterInstrumentType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterInstrumentType"],"summary":"Patch an Instrument Type Control","operationId":"GasMeterInstrumentType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterInstrumentTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterInstrumentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetermeasurementtype":{"get":{"tags":["GasMeterMeasurementType"],"summary":"Retrieve list of Gas Meter Measurement Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterMeasurementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterMeasurementType"],"summary":"Add a Gas Meter Measurement Type Control","operationId":"GasMeterMeasurementType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetermeasurementtype/{id}":{"get":{"tags":["GasMeterMeasurementType"],"summary":"Retrieve a Gas Meter Measurement Type Control","operationId":"GasMeterMeasurementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterMeasurementType"],"summary":"Update a Gas Meter Measurement Type Control","operationId":"GasMeterMeasurementType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterMeasurementType"],"summary":"Delete a Gas Meter Measurement Type Control","operationId":"GasMeterMeasurementType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterMeasurementType"],"summary":"Patch a Gas Meter Measurement Type Control","operationId":"GasMeterMeasurementType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterMeasurementTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterMeasurementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeterremote":{"get":{"tags":["GasMeterRemote"],"summary":"Retrieve list of Gas Meter Remote items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterRemote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterRemote"],"summary":"Add a Gas Meter Remote","operationId":"GasMeterRemote_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeterremote/{id}":{"get":{"tags":["GasMeterRemote"],"summary":"Retrieve a Gas Meter Remote","operationId":"GasMeterRemote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterRemote"],"summary":"Update a Gas Meter Remote","operationId":"GasMeterRemote_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterRemote"],"summary":"Delete a Gas Meter Remote","operationId":"GasMeterRemote_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterRemote"],"summary":"Patch a Gas Meter Remote","operationId":"GasMeterRemote_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterRemoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeterremotetype":{"get":{"tags":["GasMeterRemoteType"],"summary":"Retrieve list of Gas Meter Remote Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterRemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterRemoteType"],"summary":"Add a Gas Meter Remote Type Control","operationId":"GasMeterRemoteType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeterremotetype/{id}":{"get":{"tags":["GasMeterRemoteType"],"summary":"Retrieve a Gas Meter Remote Type Control","operationId":"GasMeterRemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterRemoteType"],"summary":"Update a Gas Meter Remote Type Control","operationId":"GasMeterRemoteType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterRemoteType"],"summary":"Delete a Gas Meter Remote Type Control","operationId":"GasMeterRemoteType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterRemoteType"],"summary":"Patch a Gas Meter Remote Type Control","operationId":"GasMeterRemoteType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterRemoteTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmeterrepair":{"get":{"tags":["GasMeterRepair"],"summary":"Retrieve list of Gas Meter Repair items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterRepair"],"summary":"Add a Gas Meter Repair","operationId":"GasMeterRepair_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterRepairModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmeterrepair/{id}":{"get":{"tags":["GasMeterRepair"],"summary":"Retrieve a Gas Meter Repair","operationId":"GasMeterRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRepairModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterRepair"],"summary":"Update a Gas Meter Repair","operationId":"GasMeterRepair_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterRepair"],"summary":"Delete a Gas Meter Repair","operationId":"GasMeterRepair_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterRepair"],"summary":"Patch a Gas Meter Repair","operationId":"GasMeterRepair_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterRepairModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetersubgroup":{"get":{"tags":["GasMeterSubGroup"],"summary":"Retrieve list of Gas Meter Subgroup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterSubGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterSubGroup"],"summary":"Add a Gas Meter Subgroup","operationId":"GasMeterSubGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetersubgroup/{id}":{"get":{"tags":["GasMeterSubGroup"],"summary":"Retrieve a Gas Meter Subgroup","operationId":"GasMeterSubGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterSubGroup"],"summary":"Update a Gas Meter Subgroup","operationId":"GasMeterSubGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterSubGroup"],"summary":"Delete a Gas Meter Subgroup","operationId":"GasMeterSubGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterSubGroup"],"summary":"Patch a Gas Meter Subgroup","operationId":"GasMeterSubGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterSubGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterSubGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetertest":{"get":{"tags":["GasMeterTest"],"summary":"Retrieve list of Gas Meter Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterTest"],"summary":"Add a Gas Meter Test","operationId":"GasMeterTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetertest/{id}":{"get":{"tags":["GasMeterTest"],"summary":"Retrieve a Gas Meter Test","operationId":"GasMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterTest"],"summary":"Update a Gas Meter Test","operationId":"GasMeterTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterTest"],"summary":"Delete a Gas Meter Test","operationId":"GasMeterTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterTest"],"summary":"Patch a Gas Meter Test","operationId":"GasMeterTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetertestreason":{"get":{"tags":["GasMeterTestReason"],"summary":"Retrieve list of Gas Meter Reason For Test Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterTestReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterTestReason"],"summary":"Add a Gas Meter Reason For Test Control","operationId":"GasMeterTestReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetertestreason/{id}":{"get":{"tags":["GasMeterTestReason"],"summary":"Retrieve a Gas Meter Reason For Test Control","operationId":"GasMeterTestReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterTestReason"],"summary":"Update a Gas Meter Reason For Test Control","operationId":"GasMeterTestReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterTestReason"],"summary":"Delete a Gas Meter Reason For Test Control","operationId":"GasMeterTestReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterTestReason"],"summary":"Patch a Gas Meter Reason For Test Control","operationId":"GasMeterTestReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterTestReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetertestsensor":{"get":{"tags":["GasMeterTestSensor"],"summary":"Retrieve list of Gas Meter Test Sensor Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterTestSensor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterTestSensor"],"summary":"Add a Gas Meter Test Sensor Control","operationId":"GasMeterTestSensor_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetertestsensor/{id}":{"get":{"tags":["GasMeterTestSensor"],"summary":"Retrieve a Gas Meter Test Sensor Control","operationId":"GasMeterTestSensor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterTestSensor"],"summary":"Update a Gas Meter Test Sensor Control","operationId":"GasMeterTestSensor_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterTestSensor"],"summary":"Delete a Gas Meter Test Sensor Control","operationId":"GasMeterTestSensor_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterTestSensor"],"summary":"Patch a Gas Meter Test Sensor Control","operationId":"GasMeterTestSensor_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterTestSensorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestSensorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetertesttype":{"get":{"tags":["GasMeterTestType"],"summary":"Retrieve list of Gas Meter Test Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterTestType"],"summary":"Add a Gas Meter Test Type Control","operationId":"GasMeterTestType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetertesttype/{id}":{"get":{"tags":["GasMeterTestType"],"summary":"Retrieve a Gas Meter Test Type Control","operationId":"GasMeterTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterTestType"],"summary":"Update a Gas Meter Test Type Control","operationId":"GasMeterTestType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterTestType"],"summary":"Delete a Gas Meter Test Type Control","operationId":"GasMeterTestType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterTestType"],"summary":"Patch a Gas Meter Test Type Control","operationId":"GasMeterTestType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterTestTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasmetertype":{"get":{"tags":["GasMeterType"],"summary":"Retrieve list of Gas Meter Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasMeterType"],"summary":"Add a Gas Meter Type Control","operationId":"GasMeterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasMeterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasmetertype/{id}":{"get":{"tags":["GasMeterType"],"summary":"Retrieve a Gas Meter Type Control","operationId":"GasMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasMeterType"],"summary":"Update a Gas Meter Type Control","operationId":"GasMeterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasMeterType"],"summary":"Delete a Gas Meter Type Control","operationId":"GasMeterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasMeterType"],"summary":"Patch a Gas Meter Type Control","operationId":"GasMeterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasMeterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gasserviceentrance":{"get":{"tags":["GasServiceEntrance"],"summary":"Retrieve list of Gas Service Entrance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GasServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GasServiceEntrance"],"summary":"Add a Gas Service Entrance","operationId":"GasServiceEntrance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gasserviceentrance/{id}":{"get":{"tags":["GasServiceEntrance"],"summary":"Retrieve a Gas Service Entrance","operationId":"GasServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GasServiceEntrance"],"summary":"Update a Gas Service Entrance","operationId":"GasServiceEntrance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GasServiceEntrance"],"summary":"Delete a Gas Service Entrance","operationId":"GasServiceEntrance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GasServiceEntrance"],"summary":"Patch a Gas Service Entrance","operationId":"GasServiceEntrance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GasServiceEntranceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GasServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/genericcontrol":{"get":{"tags":["GenericControl"],"summary":"Retrieve list of Generic Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GenericControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericControl"],"summary":"Add a Generic Control","operationId":"GenericControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GenericControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/genericcontrol/{id}":{"get":{"tags":["GenericControl"],"summary":"Retrieve a Generic Control","operationId":"GenericControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GenericControl"],"summary":"Update a Generic Control","operationId":"GenericControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericControl"],"summary":"Delete a Generic Control","operationId":"GenericControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GenericControl"],"summary":"Patch a Generic Control","operationId":"GenericControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GenericControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/genericcontroldetail":{"get":{"tags":["GenericControlDetail"],"summary":"Retrieve list of Generic Control Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GenericControlDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericControlDetail"],"summary":"Add a Generic Control Detail","operationId":"GenericControlDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericControlDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GenericControlDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/genericcontroldetail/{id}":{"get":{"tags":["GenericControlDetail"],"summary":"Retrieve a Generic Control Detail","operationId":"GenericControlDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GenericControlDetail"],"summary":"Update a Generic Control Detail","operationId":"GenericControlDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericControlDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericControlDetail"],"summary":"Delete a Generic Control Detail","operationId":"GenericControlDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GenericControlDetail"],"summary":"Patch a Generic Control Detail","operationId":"GenericControlDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GenericControlDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericControlDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/genericdatainterface":{"get":{"tags":["GenericDataInterface"],"summary":"Retrieve list of Generic Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GenericDataInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericDataInterface"],"summary":"Add a Generic Interface","operationId":"GenericDataInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/genericdatainterface/{id}":{"get":{"tags":["GenericDataInterface"],"summary":"Retrieve a Generic Interface","operationId":"GenericDataInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GenericDataInterface"],"summary":"Update a Generic Interface","operationId":"GenericDataInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericDataInterface"],"summary":"Delete a Generic Interface","operationId":"GenericDataInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GenericDataInterface"],"summary":"Patch a Generic Interface","operationId":"GenericDataInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GenericDataInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GenericDataInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/genericexportinterface":{"get":{"tags":["GenericExportInterfaceRun"],"summary":"Retrieves list of GenericExportInterface process run status data","operationId":"GenericExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericExportInterfaceRun"],"summary":"Execute the GenericExportInterface process.","operationId":"GenericExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The GenericExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/GenericExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/genericexportinterface/{id}":{"get":{"tags":["GenericExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"GenericExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericExportInterfaceRun"],"summary":"Request to cancel a GenericExportInterface process","operationId":"GenericExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/genericexportinterface/{id}/{outputRef}":{"get":{"tags":["GenericExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"GenericExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/genericimportinterface":{"get":{"tags":["GenericImportInterfaceRun"],"summary":"Retrieves list of GenericImportInterface process run status data","operationId":"GenericImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericImportInterfaceRun"],"summary":"Execute the GenericImportInterface process","operationId":"GenericImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The GenericImportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/GenericImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/genericimportinterface/{id}":{"get":{"tags":["GenericImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"GenericImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericImportInterfaceRun"],"summary":"Request to cancel a GenericImportInterface process","operationId":"GenericImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/genericimportinterface/{id}/{outputRef}":{"get":{"tags":["GenericImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"GenericImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/genericimportrunner":{"get":{"tags":["GenericImportRunnerRun"],"summary":"Retrieves list of GenericImportRunner process run status data","operationId":"GenericImportRunnerRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GenericImportRunnerRun"],"summary":"Execute the GenericImportRunner process","operationId":"GenericImportRunnerRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in GenericImportRunnerRunModel","required":true,"schema":{"$ref":"#/definitions/GenericImportRunnerRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/genericimportrunner/{id}":{"get":{"tags":["GenericImportRunnerRun"],"summary":"Retrieve the process run status","operationId":"GenericImportRunnerRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GenericImportRunnerRun"],"summary":"Request to cancel a GenericImportRunner process","operationId":"GenericImportRunnerRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/gisactioninterface":{"get":{"tags":["GisActionInterfaceRun"],"summary":"Retrieves list of GisActionInterface process run status data","operationId":"GisActionInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GisActionInterfaceRun"],"summary":"Execute the GisActionInterface process","operationId":"GisActionInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in GisActionInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/gisactioninterface/{id}":{"get":{"tags":["GisActionInterfaceRun"],"summary":"Retrieve the process run status","operationId":"GisActionInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GisActionInterfaceRun"],"summary":"Request to cancel a GisActionInterface process","operationId":"GisActionInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gisconfig":{"get":{"tags":["GisConfig"],"summary":"Retrieve list of GIS Config items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GisConfig"],"summary":"Add a GIS Config","operationId":"GisConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GisConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gisconfig/{id}":{"get":{"tags":["GisConfig"],"summary":"Retrieve a GIS Config","operationId":"GisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GisConfig"],"summary":"Update a GIS Config","operationId":"GisConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GisConfig"],"summary":"Delete a GIS Config","operationId":"GisConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GisConfig"],"summary":"Patch a GIS Config","operationId":"GisConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GisConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gismapextentconfig":{"get":{"tags":["GisMapExtentConfig"],"summary":"Retrieve list of GIS Map Extent Configuration items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GisMapExtentConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GisMapExtentConfig"],"summary":"Add a GIS Map Extent Configuration","operationId":"GisMapExtentConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gismapextentconfig/{id}":{"get":{"tags":["GisMapExtentConfig"],"summary":"Retrieve a GIS Map Extent Configuration","operationId":"GisMapExtentConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GisMapExtentConfig"],"summary":"Update a GIS Map Extent Configuration","operationId":"GisMapExtentConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GisMapExtentConfig"],"summary":"Delete a GIS Map Extent Configuration","operationId":"GisMapExtentConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GisMapExtentConfig"],"summary":"Patch a GIS Map Extent Configuration","operationId":"GisMapExtentConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GisMapExtentConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapExtentConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gismaplayer":{"get":{"tags":["GisMapLayer"],"summary":"Retrieve list of GIS Map Layer Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GisMapLayer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GisMapLayer"],"summary":"Add a GIS Map Layer Control","operationId":"GisMapLayer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisMapLayerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GisMapLayerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gismaplayer/{id}":{"get":{"tags":["GisMapLayer"],"summary":"Retrieve a GIS Map Layer Control","operationId":"GisMapLayer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapLayerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GisMapLayer"],"summary":"Update a GIS Map Layer Control","operationId":"GisMapLayer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GisMapLayerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapLayerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GisMapLayer"],"summary":"Delete a GIS Map Layer Control","operationId":"GisMapLayer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapLayerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GisMapLayer"],"summary":"Patch a GIS Map Layer Control","operationId":"GisMapLayer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GisMapLayerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GisMapLayerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glbatch":{"get":{"tags":["GLBatch"],"summary":"Retrieve list of G/L Interface Batch items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLBatch"],"summary":"Add a G/L Interface Batch","operationId":"GLBatch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLBatchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glbatch/{id}":{"get":{"tags":["GLBatch"],"summary":"Retrieve a G/L Interface Batch","operationId":"GLBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLBatch"],"summary":"Update a G/L Interface Batch","operationId":"GLBatch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLBatch"],"summary":"Delete a G/L Interface Batch","operationId":"GLBatch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLBatch"],"summary":"Patch a G/L Interface Batch","operationId":"GLBatch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLBatchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glbatchdetail":{"get":{"tags":["GLBatchDetail"],"summary":"Retrieve list of G/L Interface Batch Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLBatchDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLBatchDetail"],"summary":"Add a G/L Interface Batch Detail","operationId":"GLBatchDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLBatchDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLBatchDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glbatchdetail/{id}":{"get":{"tags":["GLBatchDetail"],"summary":"Retrieve a G/L Interface Batch Detail","operationId":"GLBatchDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLBatchDetail"],"summary":"Update a G/L Interface Batch Detail","operationId":"GLBatchDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLBatchDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLBatchDetail"],"summary":"Delete a G/L Interface Batch Detail","operationId":"GLBatchDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLBatchDetail"],"summary":"Patch a G/L Interface Batch Detail","operationId":"GLBatchDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLBatchDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLBatchDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/glexportinterface":{"get":{"tags":["GLExportInterfaceRun"],"summary":"Retrieves list of GLExportInterface process run status data","operationId":"GLExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLExportInterfaceRun"],"summary":"Execute the GLExportInterface process","operationId":"GLExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The GLExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/GLExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/glexportinterface/{id}":{"get":{"tags":["GLExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"GLExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLExportInterfaceRun"],"summary":"Request to cancel a GLExportInterface process","operationId":"GLExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/glexportinterface/{id}/{outputRef}":{"get":{"tags":["GLExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"GLExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glmonth":{"get":{"tags":["GLMonth"],"summary":"Retrieve list of G/L Year/Month Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLMonth_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLMonth"],"summary":"Add a G/L Year/Month Control","operationId":"GLMonth_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLMonthModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLMonthModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glmonth/{id}":{"get":{"tags":["GLMonth"],"summary":"Retrieve a G/L Year/Month Control","operationId":"GLMonth_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLMonthModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLMonth"],"summary":"Update a G/L Year/Month Control","operationId":"GLMonth_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLMonthModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLMonthModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLMonth"],"summary":"Delete a G/L Year/Month Control","operationId":"GLMonth_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLMonthModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLMonth"],"summary":"Patch a G/L Year/Month Control","operationId":"GLMonth_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLMonthModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLMonthModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glnumber":{"get":{"tags":["GLNumber"],"summary":"Retrieve list of G/L Number Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLNumber"],"summary":"Add a G/L Number Control","operationId":"GLNumber_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLNumberModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glnumber/{id}":{"get":{"tags":["GLNumber"],"summary":"Retrieve a G/L Number Control","operationId":"GLNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLNumber"],"summary":"Update a G/L Number Control","operationId":"GLNumber_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLNumber"],"summary":"Delete a G/L Number Control","operationId":"GLNumber_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLNumber"],"summary":"Patch a G/L Number Control","operationId":"GLNumber_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLNumberModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glnumberelement":{"get":{"tags":["GLNumberElement"],"summary":"Retrieve list of G/L Number Element Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLNumberElement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLNumberElement"],"summary":"Add a G/L Number Element Control","operationId":"GLNumberElement_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLNumberElementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLNumberElementModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glnumberelement/{id}":{"get":{"tags":["GLNumberElement"],"summary":"Retrieve a G/L Number Element Control","operationId":"GLNumberElement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberElementModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLNumberElement"],"summary":"Update a G/L Number Element Control","operationId":"GLNumberElement_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLNumberElementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLNumberElement"],"summary":"Delete a G/L Number Element Control","operationId":"GLNumberElement_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLNumberElement"],"summary":"Patch a G/L Number Element Control","operationId":"GLNumberElement_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLNumberElementModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLNumberElementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/gltransaction":{"get":{"tags":["GLTransaction"],"summary":"Retrieve list of G/L Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLTransaction"],"summary":"Add a G/L Transaction","operationId":"GLTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/gltransaction/{id}":{"get":{"tags":["GLTransaction"],"summary":"Retrieve a G/L Transaction","operationId":"GLTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLTransaction"],"summary":"Update a G/L Transaction","operationId":"GLTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLTransaction"],"summary":"Delete a G/L Transaction","operationId":"GLTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLTransaction"],"summary":"Patch a G/L Transaction","operationId":"GLTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/glyear":{"get":{"tags":["GLYear"],"summary":"Retrieve list of G/L Year Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"GLYear_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["GLYear"],"summary":"Add a G/L Year Control","operationId":"GLYear_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLYearModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/GLYearModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/glyear/{id}":{"get":{"tags":["GLYear"],"summary":"Retrieve a G/L Year Control","operationId":"GLYear_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLYearModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["GLYear"],"summary":"Update a G/L Year Control","operationId":"GLYear_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/GLYearModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLYearModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["GLYear"],"summary":"Delete a G/L Year Control","operationId":"GLYear_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLYearModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["GLYear"],"summary":"Patch a G/L Year Control","operationId":"GLYear_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[GLYearModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/GLYearModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/hansenfortwayneinterface":{"get":{"tags":["HansenFortWayneInterfaceRun"],"summary":"Retrieves list of HansenFortWayneInterface process run status data","operationId":"HansenFortWayneInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["HansenFortWayneInterfaceRun"],"summary":"Execute the HansenFortWayneInterface process","operationId":"HansenFortWayneInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in HansenFortWayneInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/hansenfortwayneinterface/{id}":{"get":{"tags":["HansenFortWayneInterfaceRun"],"summary":"Retrieve the process run status","operationId":"HansenFortWayneInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["HansenFortWayneInterfaceRun"],"summary":"Request to cancel a HansenFortWayneInterface process","operationId":"HansenFortWayneInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/hansensantarosainterface":{"get":{"tags":["HansenSantaRosaInterfaceRun"],"summary":"Retrieves list of HansenSantaRosaInterface process run status data","operationId":"HansenSantaRosaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["HansenSantaRosaInterfaceRun"],"summary":"Execute the HansenSantaRosaInterface process","operationId":"HansenSantaRosaInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in HansenSantaRosaInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/hansensantarosainterface/{id}":{"get":{"tags":["HansenSantaRosaInterfaceRun"],"summary":"Retrieve the process run status","operationId":"HansenSantaRosaInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["HansenSantaRosaInterfaceRun"],"summary":"Request to cancel a HansenSantaRosaInterface process","operationId":"HansenSantaRosaInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/highconsumption":{"get":{"tags":["HighConsumptionReportRun"],"summary":"Retrieves list of report run status data","operationId":"HighConsumptionReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["HighConsumptionReportRun"],"summary":"Execute the report.","operationId":"HighConsumptionReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/HighConsumptionReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/highconsumption/{id}":{"get":{"tags":["HighConsumptionReportRun"],"summary":"Retrieve the report run status","operationId":"HighConsumptionReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["HighConsumptionReportRun"],"summary":"Request to cancel a report","operationId":"HighConsumptionReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/highconsumption/{id}/{outputRef}":{"get":{"tags":["HighConsumptionReportRun"],"summary":"Retrieve the file output produced by report","operationId":"HighConsumptionReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/hyperlink/{id}/evaluate":{"post":{"tags":["Hyperlink"],"summary":"Evaluate the specified hyperlink using the optional target value parameters and return the resulting string.\r\nA dynamic hyperlink will evaluate the script with optional parameters and return the result.\r\nA non-dynamic hyperlink will ignore the optional parameters and just return the static link text.","operationId":"Hyperlink_Evaluate","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The hyperlink resource id to evaluate","required":true,"type":"string"},{"name":"target","in":"body","description":"Optional target details passed to the hyperlink to evaluate it","required":true,"schema":{"$ref":"#/definitions/HyperlinkEvaluateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/hyperlink/{id}/evaluatefile":{"post":{"tags":["Hyperlink"],"summary":"Evaluate the specified hyperlink using the optional target value parameters.\r\nA dynamic hyperlink will evaluate the script with optional parameters and return the result.\r\nA non-dynamic hyperlink will ignore the optional parameters and just return the static link text.\r\nIf a file reference results, attach the file and return the associated type and name (disposition header).\r\nIf no file reference can be interpretted, return a simple text result.\r\nMake sure to adjust Accept header accordingly for any anticipated response types.","operationId":"Hyperlink_EvaluateFile","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The hyperlink resource id to evaluate","required":true,"type":"string"},{"name":"target","in":"body","description":"Optional target details passed to the hyperlink to evaluate it","required":true,"schema":{"$ref":"#/definitions/HyperlinkEvaluateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/hyperlink":{"get":{"tags":["Hyperlink"],"summary":"Retrieve list of Hyperlink Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Hyperlink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Hyperlink"],"summary":"Add a Hyperlink Control","operationId":"Hyperlink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/HyperlinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/HyperlinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/hyperlink/{id}":{"get":{"tags":["Hyperlink"],"summary":"Retrieve a Hyperlink Control","operationId":"Hyperlink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HyperlinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Hyperlink"],"summary":"Update a Hyperlink Control","operationId":"Hyperlink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/HyperlinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HyperlinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Hyperlink"],"summary":"Delete a Hyperlink Control","operationId":"Hyperlink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HyperlinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Hyperlink"],"summary":"Patch a Hyperlink Control","operationId":"Hyperlink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[HyperlinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/HyperlinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/infinitymobilesettings":{"get":{"tags":["InfinityMobileSettings"],"summary":"Retrieve list of Infinity.Mobile Settings items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InfinityMobileSettings_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InfinityMobileSettings"],"summary":"Add an Infinity.Mobile Settings","operationId":"InfinityMobileSettings_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/infinitymobilesettings/{id}":{"get":{"tags":["InfinityMobileSettings"],"summary":"Retrieve an Infinity.Mobile Settings","operationId":"InfinityMobileSettings_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InfinityMobileSettings"],"summary":"Update an Infinity.Mobile Settings","operationId":"InfinityMobileSettings_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InfinityMobileSettings"],"summary":"Delete an Infinity.Mobile Settings","operationId":"InfinityMobileSettings_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InfinityMobileSettings"],"summary":"Patch an Infinity.Mobile Settings","operationId":"InfinityMobileSettings_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InfinityMobileSettingsModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InfinityMobileSettingsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/informationonlyreading":{"get":{"tags":["InformationOnlyReading"],"summary":"Retrieve list of Information Only Readings items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InformationOnlyReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InformationOnlyReading"],"summary":"Add an Information Only Readings","operationId":"InformationOnlyReading_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/informationonlyreading/{id}":{"get":{"tags":["InformationOnlyReading"],"summary":"Retrieve an Information Only Readings","operationId":"InformationOnlyReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InformationOnlyReading"],"summary":"Update an Information Only Readings","operationId":"InformationOnlyReading_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InformationOnlyReading"],"summary":"Delete an Information Only Readings","operationId":"InformationOnlyReading_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InformationOnlyReading"],"summary":"Patch an Information Only Readings","operationId":"InformationOnlyReading_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InformationOnlyReadingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InformationOnlyReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/installationchannel":{"get":{"tags":["InstallationChannel"],"summary":"Retrieve list of Installation Channel items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InstallationChannel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InstallationChannel"],"summary":"Add an Installation Channel","operationId":"InstallationChannel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationChannelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InstallationChannelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/installationchannel/{id}":{"get":{"tags":["InstallationChannel"],"summary":"Retrieve an Installation Channel","operationId":"InstallationChannel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationChannelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InstallationChannel"],"summary":"Update an Installation Channel","operationId":"InstallationChannel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationChannelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InstallationChannel"],"summary":"Delete an Installation Channel","operationId":"InstallationChannel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InstallationChannel"],"summary":"Patch an Installation Channel","operationId":"InstallationChannel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InstallationChannelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationChannelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/installationinspection":{"get":{"tags":["InstallationInspection"],"summary":"Retrieve list of Installation Inspection items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InstallationInspection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InstallationInspection"],"summary":"Add an Installation Inspection","operationId":"InstallationInspection_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationInspectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InstallationInspectionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/installationinspection/{id}":{"get":{"tags":["InstallationInspection"],"summary":"Retrieve an Installation Inspection","operationId":"InstallationInspection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationInspectionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InstallationInspection"],"summary":"Update an Installation Inspection","operationId":"InstallationInspection_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationInspectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationInspectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InstallationInspection"],"summary":"Delete an Installation Inspection","operationId":"InstallationInspection_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationInspectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InstallationInspection"],"summary":"Patch an Installation Inspection","operationId":"InstallationInspection_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InstallationInspectionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationInspectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/installationtransformerhistory":{"get":{"tags":["InstallationTransformerHistory"],"summary":"Retrieve list of Installation Transformer items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InstallationTransformerHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InstallationTransformerHistory"],"summary":"Add an Installation Transformer","operationId":"InstallationTransformerHistory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/installationtransformerhistory/{id}":{"get":{"tags":["InstallationTransformerHistory"],"summary":"Retrieve an Installation Transformer","operationId":"InstallationTransformerHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InstallationTransformerHistory"],"summary":"Update an Installation Transformer","operationId":"InstallationTransformerHistory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InstallationTransformerHistory"],"summary":"Delete an Installation Transformer","operationId":"InstallationTransformerHistory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InstallationTransformerHistory"],"summary":"Patch an Installation Transformer","operationId":"InstallationTransformerHistory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InstallationTransformerHistoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstallationTransformerHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/instructionlocationcode":{"get":{"tags":["InstructionLocationCode"],"summary":"Retrieve list of Instruction/Location Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InstructionLocationCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InstructionLocationCode"],"summary":"Add an Instruction/Location Control","operationId":"InstructionLocationCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/instructionlocationcode/{id}":{"get":{"tags":["InstructionLocationCode"],"summary":"Retrieve an Instruction/Location Control","operationId":"InstructionLocationCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InstructionLocationCode"],"summary":"Update an Instruction/Location Control","operationId":"InstructionLocationCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InstructionLocationCode"],"summary":"Delete an Instruction/Location Control","operationId":"InstructionLocationCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InstructionLocationCode"],"summary":"Patch an Instruction/Location Control","operationId":"InstructionLocationCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InstructionLocationCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InstructionLocationCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/insulatingfluid":{"get":{"tags":["InsulatingFluid"],"summary":"Retrieve list of Insulating Fluid Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InsulatingFluid_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InsulatingFluid"],"summary":"Add an Insulating Fluid Control","operationId":"InsulatingFluid_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InsulatingFluidModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InsulatingFluidModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/insulatingfluid/{id}":{"get":{"tags":["InsulatingFluid"],"summary":"Retrieve an Insulating Fluid Control","operationId":"InsulatingFluid_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulatingFluidModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InsulatingFluid"],"summary":"Update an Insulating Fluid Control","operationId":"InsulatingFluid_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InsulatingFluidModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulatingFluidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InsulatingFluid"],"summary":"Delete an Insulating Fluid Control","operationId":"InsulatingFluid_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulatingFluidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InsulatingFluid"],"summary":"Patch an Insulating Fluid Control","operationId":"InsulatingFluid_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InsulatingFluidModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulatingFluidModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/insulationclass":{"get":{"tags":["InsulationClass"],"summary":"Retrieve list of Insulation Class Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InsulationClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InsulationClass"],"summary":"Add an Insulation Class Control","operationId":"InsulationClass_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InsulationClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InsulationClassModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/insulationclass/{id}":{"get":{"tags":["InsulationClass"],"summary":"Retrieve an Insulation Class Control","operationId":"InsulationClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulationClassModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InsulationClass"],"summary":"Update an Insulation Class Control","operationId":"InsulationClass_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InsulationClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InsulationClass"],"summary":"Delete an Insulation Class Control","operationId":"InsulationClass_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InsulationClass"],"summary":"Patch an Insulation Class Control","operationId":"InsulationClass_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InsulationClassModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InsulationClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/integrationprocess":{"get":{"tags":["IntegrationProcess"],"summary":"Retrieve list of Integration Process Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"IntegrationProcess_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["IntegrationProcess"],"summary":"Add an Integration Process Control","operationId":"IntegrationProcess_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationProcessModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/IntegrationProcessModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/integrationprocess/{id}":{"get":{"tags":["IntegrationProcess"],"summary":"Retrieve an Integration Process Control","operationId":"IntegrationProcess_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationProcessModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["IntegrationProcess"],"summary":"Update an Integration Process Control","operationId":"IntegrationProcess_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationProcessModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationProcessModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["IntegrationProcess"],"summary":"Delete an Integration Process Control","operationId":"IntegrationProcess_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationProcessModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["IntegrationProcess"],"summary":"Patch an Integration Process Control","operationId":"IntegrationProcess_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[IntegrationProcessModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationProcessModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/integrationserverconfig":{"get":{"tags":["IntegrationServerConfig"],"summary":"Retrieve list of Integration Server Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"IntegrationServerConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["IntegrationServerConfig"],"summary":"Add an Integration Server Control","operationId":"IntegrationServerConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/integrationserverconfig/{id}":{"get":{"tags":["IntegrationServerConfig"],"summary":"Retrieve an Integration Server Control","operationId":"IntegrationServerConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["IntegrationServerConfig"],"summary":"Update an Integration Server Control","operationId":"IntegrationServerConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["IntegrationServerConfig"],"summary":"Delete an Integration Server Control","operationId":"IntegrationServerConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["IntegrationServerConfig"],"summary":"Patch an Integration Server Control","operationId":"IntegrationServerConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[IntegrationServerConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationServerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/integrationsetup":{"get":{"tags":["IntegrationSetup"],"summary":"Retrieve list of Integration Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"IntegrationSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["IntegrationSetup"],"summary":"Add an Integration Control","operationId":"IntegrationSetup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/IntegrationSetupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/integrationsetup/{id}":{"get":{"tags":["IntegrationSetup"],"summary":"Retrieve an Integration Control","operationId":"IntegrationSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationSetupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["IntegrationSetup"],"summary":"Update an Integration Control","operationId":"IntegrationSetup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["IntegrationSetup"],"summary":"Delete an Integration Control","operationId":"IntegrationSetup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["IntegrationSetup"],"summary":"Patch an Integration Control","operationId":"IntegrationSetup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[IntegrationSetupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/integrationvalue":{"get":{"tags":["IntegrationValue"],"summary":"Retrieve list of Integration Values items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"IntegrationValue_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["IntegrationValue"],"summary":"Add an Integration Values","operationId":"IntegrationValue_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationValueModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/IntegrationValueModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/integrationvalue/{id}":{"get":{"tags":["IntegrationValue"],"summary":"Retrieve an Integration Values","operationId":"IntegrationValue_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationValueModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["IntegrationValue"],"summary":"Update an Integration Values","operationId":"IntegrationValue_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntegrationValueModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["IntegrationValue"],"summary":"Delete an Integration Values","operationId":"IntegrationValue_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["IntegrationValue"],"summary":"Patch an Integration Values","operationId":"IntegrationValue_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[IntegrationValueModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntegrationValueModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/intervalmeterreading":{"get":{"tags":["IntervalMeterReading"],"summary":"Retrieve list of Interval Reading items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"IntervalMeterReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["IntervalMeterReading"],"summary":"Add an Interval Reading","operationId":"IntervalMeterReading_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/intervalmeterreading/{id}":{"get":{"tags":["IntervalMeterReading"],"summary":"Retrieve an Interval Reading","operationId":"IntervalMeterReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["IntervalMeterReading"],"summary":"Update an Interval Reading","operationId":"IntervalMeterReading_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["IntervalMeterReading"],"summary":"Delete an Interval Reading","operationId":"IntervalMeterReading_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["IntervalMeterReading"],"summary":"Patch an Interval Reading","operationId":"IntervalMeterReading_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[IntervalMeterReadingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/IntervalMeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/inventorymassadd":{"get":{"tags":["InventoryMassAddRun"],"summary":"Retrieves list of InventoryMassAdd process run status data","operationId":"InventoryMassAddRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InventoryMassAddRun"],"summary":"Execute the InventoryMassAdd process","operationId":"InventoryMassAddRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in InventoryMassAddRunModel","required":true,"schema":{"$ref":"#/definitions/InventoryMassAddRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/inventorymassadd/{id}":{"get":{"tags":["InventoryMassAddRun"],"summary":"Retrieve the process run status","operationId":"InventoryMassAddRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InventoryMassAddRun"],"summary":"Request to cancel an InventoryMassAdd process","operationId":"InventoryMassAddRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/inventorytype":{"get":{"tags":["InventoryType"],"summary":"Retrieve list of Inventory Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"InventoryType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["InventoryType"],"summary":"Add an Inventory Type Control","operationId":"InventoryType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InventoryTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/InventoryTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/inventorytype/{id}":{"get":{"tags":["InventoryType"],"summary":"Retrieve an Inventory Type Control","operationId":"InventoryType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InventoryTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["InventoryType"],"summary":"Update an Inventory Type Control","operationId":"InventoryType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/InventoryTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["InventoryType"],"summary":"Delete an Inventory Type Control","operationId":"InventoryType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["InventoryType"],"summary":"Patch an Inventory Type Control","operationId":"InventoryType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[InventoryTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/InventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/itronreadingtype":{"get":{"tags":["ItronReadingType"],"summary":"Retrieve list of Itron Reading Type Code items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ItronReadingType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ItronReadingType"],"summary":"Add an Itron Reading Type Code","operationId":"ItronReadingType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/itronreadingtype/{id}":{"get":{"tags":["ItronReadingType"],"summary":"Retrieve an Itron Reading Type Code","operationId":"ItronReadingType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ItronReadingType"],"summary":"Update an Itron Reading Type Code","operationId":"ItronReadingType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ItronReadingType"],"summary":"Delete an Itron Reading Type Code","operationId":"ItronReadingType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ItronReadingType"],"summary":"Patch an Itron Reading Type Code","operationId":"ItronReadingType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ItronReadingTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/itronreadtype":{"get":{"tags":["ItronReadType"],"summary":"Retrieve list of Itron Read Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ItronReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ItronReadType"],"summary":"Add an Itron Read Type Control","operationId":"ItronReadType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ItronReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ItronReadTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/itronreadtype/{id}":{"get":{"tags":["ItronReadType"],"summary":"Retrieve an Itron Read Type Control","operationId":"ItronReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ItronReadType"],"summary":"Update an Itron Read Type Control","operationId":"ItronReadType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ItronReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ItronReadType"],"summary":"Delete an Itron Read Type Control","operationId":"ItronReadType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ItronReadType"],"summary":"Patch an Itron Read Type Control","operationId":"ItronReadType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ItronReadTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ItronReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/key":{"get":{"tags":["Key"],"summary":"Retrieve list of Key items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Key_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Key"],"summary":"Add a Key","operationId":"Key_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/KeyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/KeyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/key/{id}":{"get":{"tags":["Key"],"summary":"Retrieve a Key","operationId":"Key_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/KeyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Key"],"summary":"Update a Key","operationId":"Key_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/KeyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/KeyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Key"],"summary":"Delete a Key","operationId":"Key_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/KeyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Key"],"summary":"Patch a Key","operationId":"Key_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[KeyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/KeyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lamptype":{"get":{"tags":["LampType"],"summary":"Retrieve list of Lamp Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LampType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LampType"],"summary":"Add a Lamp Type Control","operationId":"LampType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LampTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LampTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lamptype/{id}":{"get":{"tags":["LampType"],"summary":"Retrieve a Lamp Type Control","operationId":"LampType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LampTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LampType"],"summary":"Update a Lamp Type Control","operationId":"LampType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LampTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LampTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LampType"],"summary":"Delete a Lamp Type Control","operationId":"LampType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LampTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LampType"],"summary":"Patch a Lamp Type Control","operationId":"LampType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LampTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LampTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/languagepreference":{"get":{"tags":["LanguagePreference"],"summary":"Retrieve list of Language Preference Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LanguagePreference_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LanguagePreference"],"summary":"Add a Language Preference Control","operationId":"LanguagePreference_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/languagepreference/{id}":{"get":{"tags":["LanguagePreference"],"summary":"Retrieve a Language Preference Control","operationId":"LanguagePreference_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LanguagePreference"],"summary":"Update a Language Preference Control","operationId":"LanguagePreference_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LanguagePreference"],"summary":"Delete a Language Preference Control","operationId":"LanguagePreference_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LanguagePreference"],"summary":"Patch a Language Preference Control","operationId":"LanguagePreference_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LanguagePreferenceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LanguagePreferenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/letter/{id}/document":{"get":{"tags":["Letter"],"summary":"Retrieve the letter document data from the current letter record.\r\nThe response is assigned a Content-Type matching the Accept type requested, unless the type requested is * or */*, in which case a default of application/octet-stream is used.","operationId":"Letter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The letter resource to retrieve the stored letter document for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"byte","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"406":{"description":"NotAcceptable"}}},"put":{"tags":["Letter"],"summary":"Upload a letter document to the current letter record.\r\nAny existing letter is replaced.","operationId":"Letter_Put","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The letter resource ID to store the passed letter document to","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/letter":{"get":{"tags":["Letter"],"summary":"Retrieve list of Letter items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Letter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Letter"],"summary":"Add a Letter","operationId":"Letter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LetterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LetterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/letter/{id}":{"get":{"tags":["Letter"],"summary":"Retrieve a Letter","operationId":"Letter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LetterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Letter"],"summary":"Update a Letter","operationId":"Letter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LetterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LetterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Letter"],"summary":"Delete a Letter","operationId":"Letter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LetterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Letter"],"summary":"Patch a Letter","operationId":"Letter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LetterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LetterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/liapenrolmentimport":{"get":{"tags":["LIAPEnrolmentImportRun"],"summary":"Retrieves list of LIAPEnrolmentImport process run status data","operationId":"LIAPEnrolmentImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LIAPEnrolmentImportRun"],"summary":"Execute the LIAPEnrolmentImport process","operationId":"LIAPEnrolmentImportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LIAPEnrolmentImportRunModel","required":true,"schema":{"$ref":"#/definitions/LIAPEnrolmentImportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/liapenrolmentimport/{id}":{"get":{"tags":["LIAPEnrolmentImportRun"],"summary":"Retrieve the process run status","operationId":"LIAPEnrolmentImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LIAPEnrolmentImportRun"],"summary":"Request to cancel a LIAPEnrolmentImport process","operationId":"LIAPEnrolmentImportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lien":{"get":{"tags":["Lien"],"summary":"Retrieve list of Lien Batch Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Lien_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Lien"],"summary":"Add a Lien Batch Detail","operationId":"Lien_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lien/{id}":{"get":{"tags":["Lien"],"summary":"Retrieve a Lien Batch Detail","operationId":"Lien_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Lien"],"summary":"Update a Lien Batch Detail","operationId":"Lien_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Lien"],"summary":"Delete a Lien Batch Detail","operationId":"Lien_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Lien"],"summary":"Patch a Lien Batch Detail","operationId":"Lien_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lienagency":{"get":{"tags":["LienAgency"],"summary":"Retrieve list of Lien Agency items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienAgency"],"summary":"Add a Lien Agency","operationId":"LienAgency_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienAgencyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lienagency/{id}":{"get":{"tags":["LienAgency"],"summary":"Retrieve a Lien Agency","operationId":"LienAgency_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienAgency"],"summary":"Update a Lien Agency","operationId":"LienAgency_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienAgencyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienAgency"],"summary":"Delete a Lien Agency","operationId":"LienAgency_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienAgency"],"summary":"Patch a Lien Agency","operationId":"LienAgency_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienAgencyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lienagencyarexemption":{"get":{"tags":["LienAgencyARExemption"],"summary":"Retrieve list of Lien Agency A/R Exemption items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienAgencyARExemption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienAgencyARExemption"],"summary":"Add a Lien Agency A/R Exemption","operationId":"LienAgencyARExemption_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lienagencyarexemption/{id}":{"get":{"tags":["LienAgencyARExemption"],"summary":"Retrieve a Lien Agency A/R Exemption","operationId":"LienAgencyARExemption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienAgencyARExemption"],"summary":"Update a Lien Agency A/R Exemption","operationId":"LienAgencyARExemption_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienAgencyARExemption"],"summary":"Delete a Lien Agency A/R Exemption","operationId":"LienAgencyARExemption_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienAgencyARExemption"],"summary":"Patch a Lien Agency A/R Exemption","operationId":"LienAgencyARExemption_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienAgencyARExemptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienAgencyARExemptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lienbatch":{"get":{"tags":["LienBatch"],"summary":"Retrieve list of Lien Batch items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienBatch"],"summary":"Add a Lien Batch","operationId":"LienBatch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienBatchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lienbatch/{id}":{"get":{"tags":["LienBatch"],"summary":"Retrieve a Lien Batch","operationId":"LienBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienBatchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienBatch"],"summary":"Update a Lien Batch","operationId":"LienBatch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienBatch"],"summary":"Delete a Lien Batch","operationId":"LienBatch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienBatch"],"summary":"Patch a Lien Batch","operationId":"LienBatch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienBatchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/lienbatchprint":{"get":{"tags":["LienBatchPrintReportRun"],"summary":"Retrieves list of report run status data","operationId":"LienBatchPrintReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienBatchPrintReportRun"],"summary":"Execute the report.","operationId":"LienBatchPrintReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/LienBatchPrintReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/lienbatchprint/{id}":{"get":{"tags":["LienBatchPrintReportRun"],"summary":"Retrieve the report run status","operationId":"LienBatchPrintReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienBatchPrintReportRun"],"summary":"Request to cancel a report","operationId":"LienBatchPrintReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/lienbatchprint/{id}/{outputRef}":{"get":{"tags":["LienBatchPrintReportRun"],"summary":"Retrieve the file output produced by report","operationId":"LienBatchPrintReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/liendefinition":{"get":{"tags":["LienDefinition"],"summary":"Retrieve list of Lien Definition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienDefinition"],"summary":"Add a Lien Definition Control","operationId":"LienDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/liendefinition/{id}":{"get":{"tags":["LienDefinition"],"summary":"Retrieve a Lien Definition Control","operationId":"LienDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienDefinition"],"summary":"Update a Lien Definition Control","operationId":"LienDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienDefinition"],"summary":"Delete a Lien Definition Control","operationId":"LienDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienDefinition"],"summary":"Patch a Lien Definition Control","operationId":"LienDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/liendefinitiontransaction":{"get":{"tags":["LienDefinitionTransaction"],"summary":"Retrieve list of Lien Definition Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienDefinitionTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienDefinitionTransaction"],"summary":"Add a Lien Definition Transaction","operationId":"LienDefinitionTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/liendefinitiontransaction/{id}":{"get":{"tags":["LienDefinitionTransaction"],"summary":"Retrieve a Lien Definition Transaction","operationId":"LienDefinitionTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienDefinitionTransaction"],"summary":"Update a Lien Definition Transaction","operationId":"LienDefinitionTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienDefinitionTransaction"],"summary":"Delete a Lien Definition Transaction","operationId":"LienDefinitionTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienDefinitionTransaction"],"summary":"Patch a Lien Definition Transaction","operationId":"LienDefinitionTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienDefinitionTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienDefinitionTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lienedtransaction":{"get":{"tags":["LienedTransaction"],"summary":"Retrieve list of Lien Batch Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienedTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienedTransaction"],"summary":"Add a Lien Batch Transaction","operationId":"LienedTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienedTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienedTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lienedtransaction/{id}":{"get":{"tags":["LienedTransaction"],"summary":"Retrieve a Lien Batch Transaction","operationId":"LienedTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienedTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienedTransaction"],"summary":"Update a Lien Batch Transaction","operationId":"LienedTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienedTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienedTransaction"],"summary":"Delete a Lien Batch Transaction","operationId":"LienedTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienedTransaction"],"summary":"Patch a Lien Batch Transaction","operationId":"LienedTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienedTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/lienprocess":{"get":{"tags":["LienProcessRun"],"summary":"Retrieves list of LienProcess process run status data","operationId":"LienProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienProcessRun"],"summary":"Execute the LienProcess process","operationId":"LienProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LienProcessRunModel","required":true,"schema":{"$ref":"#/definitions/LienProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/lienprocess/{id}":{"get":{"tags":["LienProcessRun"],"summary":"Retrieve the process run status","operationId":"LienProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienProcessRun"],"summary":"Request to cancel a LienProcess process","operationId":"LienProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/lienreload":{"get":{"tags":["LienReloadRun"],"summary":"Retrieves list of LienReload process run status data","operationId":"LienReloadRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienReloadRun"],"summary":"Execute the LienReload process","operationId":"LienReloadRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LienReloadRunModel","required":true,"schema":{"$ref":"#/definitions/LienReloadRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/lienreload/{id}":{"get":{"tags":["LienReloadRun"],"summary":"Retrieve the process run status","operationId":"LienReloadRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienReloadRun"],"summary":"Request to cancel a LienReload process","operationId":"LienReloadRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lienremovereason":{"get":{"tags":["LienRemoveReason"],"summary":"Retrieve list of Lien Remove Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienRemoveReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienRemoveReason"],"summary":"Add a Lien Remove Reason Control","operationId":"LienRemoveReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lienremovereason/{id}":{"get":{"tags":["LienRemoveReason"],"summary":"Retrieve a Lien Remove Reason Control","operationId":"LienRemoveReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienRemoveReason"],"summary":"Update a Lien Remove Reason Control","operationId":"LienRemoveReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienRemoveReason"],"summary":"Delete a Lien Remove Reason Control","operationId":"LienRemoveReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienRemoveReason"],"summary":"Patch a Lien Remove Reason Control","operationId":"LienRemoveReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienRemoveReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lientitleattorney":{"get":{"tags":["LienTitleAttorney"],"summary":"Retrieve list of Lien Title Attorney Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LienTitleAttorney_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienTitleAttorney"],"summary":"Add a Lien Title Attorney Control","operationId":"LienTitleAttorney_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lientitleattorney/{id}":{"get":{"tags":["LienTitleAttorney"],"summary":"Retrieve a Lien Title Attorney Control","operationId":"LienTitleAttorney_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LienTitleAttorney"],"summary":"Update a Lien Title Attorney Control","operationId":"LienTitleAttorney_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienTitleAttorney"],"summary":"Delete a Lien Title Attorney Control","operationId":"LienTitleAttorney_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LienTitleAttorney"],"summary":"Patch a Lien Title Attorney Control","operationId":"LienTitleAttorney_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LienTitleAttorneyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LienTitleAttorneyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/lienupdate":{"get":{"tags":["LienUpdateRun"],"summary":"Retrieves list of LienUpdate process run status data","operationId":"LienUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LienUpdateRun"],"summary":"Execute the LienUpdate process","operationId":"LienUpdateRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LienUpdateRunModel","required":true,"schema":{"$ref":"#/definitions/LienUpdateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/lienupdate/{id}":{"get":{"tags":["LienUpdateRun"],"summary":"Retrieve the process run status","operationId":"LienUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LienUpdateRun"],"summary":"Request to cancel a LienUpdate process","operationId":"LienUpdateRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/light":{"get":{"tags":["Light"],"summary":"Retrieve list of Light items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Light_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Light"],"summary":"Add a Light","operationId":"Light_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LightModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/light/{id}":{"get":{"tags":["Light"],"summary":"Retrieve a Light","operationId":"Light_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Light"],"summary":"Update a Light","operationId":"Light_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Light"],"summary":"Delete a Light","operationId":"Light_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Light"],"summary":"Patch a Light","operationId":"Light_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LightModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lightservice":{"get":{"tags":["LightService"],"summary":"Retrieve list of Light Service Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LightService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LightService"],"summary":"Add a Light Service Type Control","operationId":"LightService_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LightServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lightservice/{id}":{"get":{"tags":["LightService"],"summary":"Retrieve a Light Service Type Control","operationId":"LightService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LightService"],"summary":"Update a Light Service Type Control","operationId":"LightService_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LightService"],"summary":"Delete a Light Service Type Control","operationId":"LightService_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LightService"],"summary":"Patch a Light Service Type Control","operationId":"LightService_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LightServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lighttype":{"get":{"tags":["LightType"],"summary":"Retrieve list of Light Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LightType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LightType"],"summary":"Add a Light Type Control","operationId":"LightType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LightTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lighttype/{id}":{"get":{"tags":["LightType"],"summary":"Retrieve a Light Type Control","operationId":"LightType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LightType"],"summary":"Update a Light Type Control","operationId":"LightType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LightTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LightType"],"summary":"Delete a Light Type Control","operationId":"LightType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LightType"],"summary":"Patch a Light Type Control","operationId":"LightType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LightTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LightTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/limitercutoffdevice":{"get":{"tags":["LimiterCutOffDevice"],"summary":"Retrieve list of Limiter/Cut-Off Device items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LimiterCutOffDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LimiterCutOffDevice"],"summary":"Add a Limiter/Cut-Off Device","operationId":"LimiterCutOffDevice_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/limitercutoffdevice/{id}":{"get":{"tags":["LimiterCutOffDevice"],"summary":"Retrieve a Limiter/Cut-Off Device","operationId":"LimiterCutOffDevice_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LimiterCutOffDevice"],"summary":"Update a Limiter/Cut-Off Device","operationId":"LimiterCutOffDevice_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LimiterCutOffDevice"],"summary":"Delete a Limiter/Cut-Off Device","operationId":"LimiterCutOffDevice_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LimiterCutOffDevice"],"summary":"Patch a Limiter/Cut-Off Device","operationId":"LimiterCutOffDevice_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LimiterCutOffDeviceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutOffDeviceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/limitercutoffdevicetype":{"get":{"tags":["LimiterCutoffDeviceType"],"summary":"Retrieve list of Limiter/Cut-Off Device Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LimiterCutoffDeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LimiterCutoffDeviceType"],"summary":"Add a Limiter/Cut-Off Device Type Control","operationId":"LimiterCutoffDeviceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/limitercutoffdevicetype/{id}":{"get":{"tags":["LimiterCutoffDeviceType"],"summary":"Retrieve a Limiter/Cut-Off Device Type Control","operationId":"LimiterCutoffDeviceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LimiterCutoffDeviceType"],"summary":"Update a Limiter/Cut-Off Device Type Control","operationId":"LimiterCutoffDeviceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LimiterCutoffDeviceType"],"summary":"Delete a Limiter/Cut-Off Device Type Control","operationId":"LimiterCutoffDeviceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LimiterCutoffDeviceType"],"summary":"Patch a Limiter/Cut-Off Device Type Control","operationId":"LimiterCutoffDeviceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LimiterCutoffDeviceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LimiterCutoffDeviceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lineextension":{"get":{"tags":["LineExtension"],"summary":"Retrieve list of Line Extension items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LineExtension_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LineExtension"],"summary":"Add a Line Extension","operationId":"LineExtension_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LineExtensionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lineextension/{id}":{"get":{"tags":["LineExtension"],"summary":"Retrieve a Line Extension","operationId":"LineExtension_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LineExtension"],"summary":"Update a Line Extension","operationId":"LineExtension_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LineExtension"],"summary":"Delete a Line Extension","operationId":"LineExtension_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LineExtension"],"summary":"Patch a Line Extension","operationId":"LineExtension_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LineExtensionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lineextensiondetail":{"get":{"tags":["LineExtensionDetail"],"summary":"Retrieve list of Line Extension Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LineExtensionDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LineExtensionDetail"],"summary":"Add a Line Extension Detail","operationId":"LineExtensionDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lineextensiondetail/{id}":{"get":{"tags":["LineExtensionDetail"],"summary":"Retrieve a Line Extension Detail","operationId":"LineExtensionDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LineExtensionDetail"],"summary":"Update a Line Extension Detail","operationId":"LineExtensionDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LineExtensionDetail"],"summary":"Delete a Line Extension Detail","operationId":"LineExtensionDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LineExtensionDetail"],"summary":"Patch a Line Extension Detail","operationId":"LineExtensionDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LineExtensionDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/lineextensionrefund":{"get":{"tags":["LineExtensionRefundReportRun"],"summary":"Retrieves list of report run status data","operationId":"LineExtensionRefundReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LineExtensionRefundReportRun"],"summary":"Execute the report.","operationId":"LineExtensionRefundReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/LineExtensionRefundReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/lineextensionrefund/{id}":{"get":{"tags":["LineExtensionRefundReportRun"],"summary":"Retrieve the report run status","operationId":"LineExtensionRefundReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LineExtensionRefundReportRun"],"summary":"Request to cancel a report","operationId":"LineExtensionRefundReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/lineextensionrefund/{id}/{outputRef}":{"get":{"tags":["LineExtensionRefundReportRun"],"summary":"Retrieve the file output produced by report","operationId":"LineExtensionRefundReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/lineextensionstatus":{"get":{"tags":["LineExtensionStatus"],"summary":"Retrieve list of Line Extension Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LineExtensionStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LineExtensionStatus"],"summary":"Add a Line Extension Status Control","operationId":"LineExtensionStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/lineextensionstatus/{id}":{"get":{"tags":["LineExtensionStatus"],"summary":"Retrieve a Line Extension Status Control","operationId":"LineExtensionStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LineExtensionStatus"],"summary":"Update a Line Extension Status Control","operationId":"LineExtensionStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LineExtensionStatus"],"summary":"Delete a Line Extension Status Control","operationId":"LineExtensionStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LineExtensionStatus"],"summary":"Patch a Line Extension Status Control","operationId":"LineExtensionStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LineExtensionStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LineExtensionStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/linkcisconfig":{"get":{"tags":["LinkCisConfig"],"summary":"Retrieve list of Infinity.Link CIS Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LinkCisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LinkCisConfig"],"summary":"Add an Infinity.Link CIS Control","operationId":"LinkCisConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkCisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LinkCisConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/linkcisconfig/{id}":{"get":{"tags":["LinkCisConfig"],"summary":"Retrieve an Infinity.Link CIS Control","operationId":"LinkCisConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCisConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LinkCisConfig"],"summary":"Update an Infinity.Link CIS Control","operationId":"LinkCisConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkCisConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LinkCisConfig"],"summary":"Delete an Infinity.Link CIS Control","operationId":"LinkCisConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LinkCisConfig"],"summary":"Patch an Infinity.Link CIS Control","operationId":"LinkCisConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LinkCisConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCisConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/linkcustomer":{"get":{"tags":["LinkCustomer"],"summary":"Retrieve list of Link Customer items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LinkCustomer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LinkCustomer"],"summary":"Add a Link Customer","operationId":"LinkCustomer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkCustomerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LinkCustomerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/linkcustomer/{id}":{"get":{"tags":["LinkCustomer"],"summary":"Retrieve a Link Customer","operationId":"LinkCustomer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCustomerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LinkCustomer"],"summary":"Update a Link Customer","operationId":"LinkCustomer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkCustomerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LinkCustomer"],"summary":"Delete a Link Customer","operationId":"LinkCustomer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LinkCustomer"],"summary":"Patch a Link Customer","operationId":"LinkCustomer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LinkCustomerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkCustomerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/linkedtransactioncode":{"get":{"tags":["LinkedTransactionCode"],"summary":"Retrieve list of Linked Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LinkedTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LinkedTransactionCode"],"summary":"Add a Linked Transaction Code Control","operationId":"LinkedTransactionCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/linkedtransactioncode/{id}":{"get":{"tags":["LinkedTransactionCode"],"summary":"Retrieve a Linked Transaction Code Control","operationId":"LinkedTransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LinkedTransactionCode"],"summary":"Update a Linked Transaction Code Control","operationId":"LinkedTransactionCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LinkedTransactionCode"],"summary":"Delete a Linked Transaction Code Control","operationId":"LinkedTransactionCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LinkedTransactionCode"],"summary":"Patch a Linked Transaction Code Control","operationId":"LinkedTransactionCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LinkedTransactionCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkedTransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/linkenrollment":{"get":{"tags":["LinkEnrollment"],"summary":"Retrieve list of Link Enrollment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LinkEnrollment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LinkEnrollment"],"summary":"Add a Link Enrollment","operationId":"LinkEnrollment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/linkenrollment/{id}":{"get":{"tags":["LinkEnrollment"],"summary":"Retrieve a Link Enrollment","operationId":"LinkEnrollment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LinkEnrollment"],"summary":"Update a Link Enrollment","operationId":"LinkEnrollment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LinkEnrollment"],"summary":"Delete a Link Enrollment","operationId":"LinkEnrollment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LinkEnrollment"],"summary":"Patch a Link Enrollment","operationId":"LinkEnrollment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LinkEnrollmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/linkmoduleaction":{"get":{"tags":["LinkModuleAction"],"summary":"Retrieve list of Link Module Action Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LinkModuleAction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LinkModuleAction"],"summary":"Add a Link Module Action Control","operationId":"LinkModuleAction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkModuleActionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LinkModuleActionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/linkmoduleaction/{id}":{"get":{"tags":["LinkModuleAction"],"summary":"Retrieve a Link Module Action Control","operationId":"LinkModuleAction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkModuleActionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LinkModuleAction"],"summary":"Update a Link Module Action Control","operationId":"LinkModuleAction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LinkModuleActionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkModuleActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LinkModuleAction"],"summary":"Delete a Link Module Action Control","operationId":"LinkModuleAction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkModuleActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LinkModuleAction"],"summary":"Patch a Link Module Action Control","operationId":"LinkModuleAction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LinkModuleActionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LinkModuleActionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/loadprofile":{"get":{"tags":["LoadProfile"],"summary":"Retrieve list of Load Profile items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LoadProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LoadProfile"],"summary":"Add a Load Profile","operationId":"LoadProfile_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoadProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LoadProfileModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/loadprofile/{id}":{"get":{"tags":["LoadProfile"],"summary":"Retrieve a Load Profile","operationId":"LoadProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadProfileModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LoadProfile"],"summary":"Update a Load Profile","operationId":"LoadProfile_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoadProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LoadProfile"],"summary":"Delete a Load Profile","operationId":"LoadProfile_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LoadProfile"],"summary":"Patch a Load Profile","operationId":"LoadProfile_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LoadProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/loadtransferutility":{"get":{"tags":["LoadTransferUtility"],"summary":"Retrieve list of Load Transfer Utility Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LoadTransferUtility_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LoadTransferUtility"],"summary":"Add a Load Transfer Utility Control","operationId":"LoadTransferUtility_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/loadtransferutility/{id}":{"get":{"tags":["LoadTransferUtility"],"summary":"Retrieve a Load Transfer Utility Control","operationId":"LoadTransferUtility_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LoadTransferUtility"],"summary":"Update a Load Transfer Utility Control","operationId":"LoadTransferUtility_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LoadTransferUtility"],"summary":"Delete a Load Transfer Utility Control","operationId":"LoadTransferUtility_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LoadTransferUtility"],"summary":"Patch a Load Transfer Utility Control","operationId":"LoadTransferUtility_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LoadTransferUtilityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoadTransferUtilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/loan/{id}/nextpayment":{"get":{"tags":["Loan"],"summary":"Calculates information about the next payment for the loan","operationId":"Loan_NextPayment","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the loan to pake a payment for","required":true,"type":"string"},{"name":"date","in":"query","description":"Optional payment date. If not provided, NextPaymentDate value is used)","required":false,"type":"string","format":"date-time"},{"name":"paymentsLeft","in":"query","description":"Optional number of payments left to pay off the loan. If not provided, NumberOfPaymentsPending is used.","required":false,"type":"integer","format":"int32"},{"name":"useFullMonthInterest","in":"query","description":"Optional flag to use full month interest","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"","schema":{"$ref":"#/definitions/NextPaymentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/loan/{id}/makepayment":{"post":{"tags":["Loan"],"summary":"Add a loan payment to the current loan","operationId":"Loan_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the loan to pake a payment for","required":true,"type":"string"},{"name":"newPayment","in":"body","description":"Payment details for the loan","required":true,"schema":{"$ref":"#/definitions/Loan_PaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"","schema":{"$ref":"#/definitions/Loan_PaymentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/loan":{"get":{"tags":["Loan"],"summary":"Retrieve list of Loan items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Loan_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Loan"],"summary":"Add a Loan","operationId":"Loan_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LoanModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/loan/{id}":{"get":{"tags":["Loan"],"summary":"Retrieve a Loan","operationId":"Loan_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Loan"],"summary":"Update a Loan","operationId":"Loan_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Loan"],"summary":"Delete a Loan","operationId":"Loan_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Loan"],"summary":"Patch a Loan","operationId":"Loan_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LoanModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/loanstatus":{"get":{"tags":["LoanStatus"],"summary":"Retrieve list of Loan Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LoanStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LoanStatus"],"summary":"Add a Loan Status Control","operationId":"LoanStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LoanStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/loanstatus/{id}":{"get":{"tags":["LoanStatus"],"summary":"Retrieve a Loan Status Control","operationId":"LoanStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LoanStatus"],"summary":"Update a Loan Status Control","operationId":"LoanStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LoanStatus"],"summary":"Delete a Loan Status Control","operationId":"LoanStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LoanStatus"],"summary":"Patch a Loan Status Control","operationId":"LoanStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LoanStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/loantransferprocess":{"get":{"tags":["LoanTransferProcessRun"],"summary":"Retrieves list of LoanTransferProcess process run status data","operationId":"LoanTransferProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LoanTransferProcessRun"],"summary":"Execute the LoanTransferProcess process","operationId":"LoanTransferProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LoanTransferProcessRunModel","required":true,"schema":{"$ref":"#/definitions/LoanTransferProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/loantransferprocess/{id}":{"get":{"tags":["LoanTransferProcessRun"],"summary":"Retrieve the process run status","operationId":"LoanTransferProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LoanTransferProcessRun"],"summary":"Request to cancel a LoanTransferProcess process","operationId":"LoanTransferProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/loantype":{"get":{"tags":["LoanType"],"summary":"Retrieve list of Loan Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LoanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LoanType"],"summary":"Add a Loan Type Control","operationId":"LoanType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LoanTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/loantype/{id}":{"get":{"tags":["LoanType"],"summary":"Retrieve a Loan Type Control","operationId":"LoanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LoanType"],"summary":"Update a Loan Type Control","operationId":"LoanType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LoanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LoanType"],"summary":"Delete a Loan Type Control","operationId":"LoanType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LoanType"],"summary":"Patch a Loan Type Control","operationId":"LoanType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LoanTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LoanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/localization":{"get":{"tags":["Localization"],"summary":"Retrieve list of Localization Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Localization_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Localization"],"summary":"Add a Localization Control","operationId":"Localization_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LocalizationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LocalizationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/localization/{id}":{"get":{"tags":["Localization"],"summary":"Retrieve a Localization Control","operationId":"Localization_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LocalizationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Localization"],"summary":"Update a Localization Control","operationId":"Localization_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LocalizationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LocalizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Localization"],"summary":"Delete a Localization Control","operationId":"Localization_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LocalizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Localization"],"summary":"Patch a Localization Control","operationId":"Localization_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LocalizationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LocalizationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/locktype":{"get":{"tags":["LockType"],"summary":"Retrieve list of Lock Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"LockType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LockType"],"summary":"Add a Lock Type Control","operationId":"LockType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LockTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LockTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/locktype/{id}":{"get":{"tags":["LockType"],"summary":"Retrieve a Lock Type Control","operationId":"LockType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["LockType"],"summary":"Update a Lock Type Control","operationId":"LockType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/LockTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LockType"],"summary":"Delete a Lock Type Control","operationId":"LockType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["LockType"],"summary":"Patch a Lock Type Control","operationId":"LockType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[LockTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/lowincomeassistanceprogramrecertification":{"get":{"tags":["LowIncomeAssistanceProgramRecertificationRun"],"summary":"Retrieves list of LowIncomeAssistanceProgramRecertification process run status data","operationId":"LowIncomeAssistanceProgramRecertificationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LowIncomeAssistanceProgramRecertificationRun"],"summary":"Execute the LowIncomeAssistanceProgramRecertification process","operationId":"LowIncomeAssistanceProgramRecertificationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LowIncomeAssistanceProgramRecertificationRunModel","required":true,"schema":{"$ref":"#/definitions/LowIncomeAssistanceProgramRecertificationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/lowincomeassistanceprogramrecertification/{id}":{"get":{"tags":["LowIncomeAssistanceProgramRecertificationRun"],"summary":"Retrieve the process run status","operationId":"LowIncomeAssistanceProgramRecertificationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LowIncomeAssistanceProgramRecertificationRun"],"summary":"Request to cancel a LowIncomeAssistanceProgramRecertification process","operationId":"LowIncomeAssistanceProgramRecertificationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/lucitywichitameterexchange":{"get":{"tags":["LucityWichitaMeterExchangeRun"],"summary":"Retrieves list of LucityWichitaMeterExchange process run status data","operationId":"LucityWichitaMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["LucityWichitaMeterExchangeRun"],"summary":"Execute the LucityWichitaMeterExchange process","operationId":"LucityWichitaMeterExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in LucityWichitaMeterExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/lucitywichitameterexchange/{id}":{"get":{"tags":["LucityWichitaMeterExchangeRun"],"summary":"Retrieve the process run status","operationId":"LucityWichitaMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["LucityWichitaMeterExchangeRun"],"summary":"Request to cancel a LucityWichitaMeterExchange process","operationId":"LucityWichitaMeterExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/mailingservice":{"get":{"tags":["MailingService"],"summary":"Retrieve list of Mailing Service Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MailingService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MailingService"],"summary":"Add a Mailing Service Control","operationId":"MailingService_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MailingServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MailingServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/mailingservice/{id}":{"get":{"tags":["MailingService"],"summary":"Retrieve a Mailing Service Control","operationId":"MailingService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MailingService"],"summary":"Update a Mailing Service Control","operationId":"MailingService_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MailingServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MailingService"],"summary":"Delete a Mailing Service Control","operationId":"MailingService_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MailingService"],"summary":"Patch a Mailing Service Control","operationId":"MailingService_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MailingServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/mailingsetup":{"get":{"tags":["MailingSetup"],"summary":"Retrieve list of Mailing Setup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MailingSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MailingSetup"],"summary":"Add a Mailing Setup","operationId":"MailingSetup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MailingSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MailingSetupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/mailingsetup/{id}":{"get":{"tags":["MailingSetup"],"summary":"Retrieve a Mailing Setup","operationId":"MailingSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingSetupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MailingSetup"],"summary":"Update a Mailing Setup","operationId":"MailingSetup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MailingSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MailingSetup"],"summary":"Delete a Mailing Setup","operationId":"MailingSetup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MailingSetup"],"summary":"Patch a Mailing Setup","operationId":"MailingSetup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MailingSetupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MailingSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/massaddcustomeraccounts":{"get":{"tags":["MassAddCustomerAccountsRun"],"summary":"Retrieves list of MassAddCustomerAccounts process run status data","operationId":"MassAddCustomerAccountsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MassAddCustomerAccountsRun"],"summary":"Execute the MassAddCustomerAccounts process","operationId":"MassAddCustomerAccountsRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MassAddCustomerAccountsRunModel","required":true,"schema":{"$ref":"#/definitions/MassAddCustomerAccountsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/massaddcustomeraccounts/{id}":{"get":{"tags":["MassAddCustomerAccountsRun"],"summary":"Retrieve the process run status","operationId":"MassAddCustomerAccountsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MassAddCustomerAccountsRun"],"summary":"Request to cancel a MassAddCustomerAccounts process","operationId":"MassAddCustomerAccountsRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/masscopyrates":{"get":{"tags":["MassCopyRatesRun"],"summary":"Retrieves list of mass copy rates process run status data","operationId":"MassCopyRatesRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MassCopyRatesRun"],"summary":"Execute the MassCopyRates process","operationId":"MassCopyRatesRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MassCopyRatesRunModel","required":true,"schema":{"$ref":"#/definitions/MassCopyRatesRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/masscopyrates/{id}":{"get":{"tags":["MassCopyRatesRun"],"summary":"Retrieve the process run status","operationId":"MassCopyRatesRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MassCopyRatesRun"],"summary":"Request to cancel a MassCopyRates process","operationId":"MassCopyRatesRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/massmemorychanneldesignation":{"get":{"tags":["MassMemoryChannelDesignation"],"summary":"Retrieve list of Mass Memory Channel Designation Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MassMemoryChannelDesignation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MassMemoryChannelDesignation"],"summary":"Add a Mass Memory Channel Designation Control","operationId":"MassMemoryChannelDesignation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/massmemorychanneldesignation/{id}":{"get":{"tags":["MassMemoryChannelDesignation"],"summary":"Retrieve a Mass Memory Channel Designation Control","operationId":"MassMemoryChannelDesignation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MassMemoryChannelDesignation"],"summary":"Update a Mass Memory Channel Designation Control","operationId":"MassMemoryChannelDesignation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MassMemoryChannelDesignation"],"summary":"Delete a Mass Memory Channel Designation Control","operationId":"MassMemoryChannelDesignation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MassMemoryChannelDesignation"],"summary":"Patch a Mass Memory Channel Designation Control","operationId":"MassMemoryChannelDesignation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MassMemoryChannelDesignationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemoryChannelDesignationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/massmemorysize":{"get":{"tags":["MassMemorySize"],"summary":"Retrieve list of Mass Memory Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MassMemorySize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MassMemorySize"],"summary":"Add a Mass Memory Size Control","operationId":"MassMemorySize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MassMemorySizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MassMemorySizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/massmemorysize/{id}":{"get":{"tags":["MassMemorySize"],"summary":"Retrieve a Mass Memory Size Control","operationId":"MassMemorySize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemorySizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MassMemorySize"],"summary":"Update a Mass Memory Size Control","operationId":"MassMemorySize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MassMemorySizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemorySizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MassMemorySize"],"summary":"Delete a Mass Memory Size Control","operationId":"MassMemorySize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemorySizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MassMemorySize"],"summary":"Patch a Mass Memory Size Control","operationId":"MassMemorySize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MassMemorySizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MassMemorySizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/maximoelsinoreinterface":{"get":{"tags":["MaximoElsinoreInterfaceRun"],"summary":"Retrieves list of MaximoElsinoreInterface process run status data","operationId":"MaximoElsinoreInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MaximoElsinoreInterfaceRun"],"summary":"Execute the MaximoElsinoreInterface process","operationId":"MaximoElsinoreInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MaximoElsinoreInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/maximoelsinoreinterface/{id}":{"get":{"tags":["MaximoElsinoreInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MaximoElsinoreInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MaximoElsinoreInterfaceRun"],"summary":"Request to cancel a MaximoElsinoreInterface process","operationId":"MaximoElsinoreInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/maximogazifereinterface":{"get":{"tags":["MaximoGazifereInterfaceRun"],"summary":"Retrieves list of MaximoGazifereInterface process run status data","operationId":"MaximoGazifereInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MaximoGazifereInterfaceRun"],"summary":"Execute the MaximoGazifereInterface process","operationId":"MaximoGazifereInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MaximoGazifereInterfaceRunModel.","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/maximogazifereinterface/{id}":{"get":{"tags":["MaximoGazifereInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MaximoGazifereInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MaximoGazifereInterfaceRun"],"summary":"Request to cancel a MaximoGazifereInterface process","operationId":"MaximoGazifereInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/maximommslacountyinterface":{"get":{"tags":["MaximoMMSLACountyInterfaceRun"],"summary":"Retrieves list of MaximoMMSLACountyInterface process run status data","operationId":"MaximoMMSLACountyInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MaximoMMSLACountyInterfaceRun"],"summary":"Execute the MaximoMMSLACountyInterface process","operationId":"MaximoMMSLACountyInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MaximoMMSLACountyInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/maximommslacountyinterface/{id}":{"get":{"tags":["MaximoMMSLACountyInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MaximoMMSLACountyInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MaximoMMSLACountyInterfaceRun"],"summary":"Request to cancel a MaximoMMSLACountyInterface process","operationId":"MaximoMMSLACountyInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/membershipstatus":{"get":{"tags":["MembershipStatus"],"summary":"Retrieve list of Membership Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MembershipStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MembershipStatus"],"summary":"Add a Membership Status Control","operationId":"MembershipStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MembershipStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MembershipStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/membershipstatus/{id}":{"get":{"tags":["MembershipStatus"],"summary":"Retrieve a Membership Status Control","operationId":"MembershipStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MembershipStatus"],"summary":"Update a Membership Status Control","operationId":"MembershipStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MembershipStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MembershipStatus"],"summary":"Delete a Membership Status Control","operationId":"MembershipStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MembershipStatus"],"summary":"Patch a Membership Status Control","operationId":"MembershipStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MembershipStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/membershiptype":{"get":{"tags":["MembershipType"],"summary":"Retrieve list of Membership Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MembershipType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MembershipType"],"summary":"Add a Membership Type Control","operationId":"MembershipType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MembershipTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MembershipTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/membershiptype/{id}":{"get":{"tags":["MembershipType"],"summary":"Retrieve a Membership Type Control","operationId":"MembershipType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MembershipType"],"summary":"Update a Membership Type Control","operationId":"MembershipType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MembershipTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MembershipType"],"summary":"Delete a Membership Type Control","operationId":"MembershipType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MembershipType"],"summary":"Patch a Membership Type Control","operationId":"MembershipType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MembershipTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MembershipTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/menudefinition":{"get":{"tags":["MenuDefinition"],"summary":"Retrieve list of Menu Definition items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MenuDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MenuDefinition"],"summary":"Add a Menu Definition","operationId":"MenuDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MenuDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MenuDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/menudefinition/{id}":{"get":{"tags":["MenuDefinition"],"summary":"Retrieve a Menu Definition","operationId":"MenuDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MenuDefinition"],"summary":"Update a Menu Definition","operationId":"MenuDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MenuDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MenuDefinition"],"summary":"Delete a Menu Definition","operationId":"MenuDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MenuDefinition"],"summary":"Patch a Menu Definition","operationId":"MenuDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MenuDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/menuitem":{"get":{"tags":["MenuItem"],"summary":"Retrieve list of Menu Item items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MenuItem_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MenuItem"],"summary":"Add a Menu Item","operationId":"MenuItem_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MenuItemModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MenuItemModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/menuitem/{id}":{"get":{"tags":["MenuItem"],"summary":"Retrieve a Menu Item","operationId":"MenuItem_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuItemModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MenuItem"],"summary":"Update a Menu Item","operationId":"MenuItem_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MenuItemModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuItemModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MenuItem"],"summary":"Delete a Menu Item","operationId":"MenuItem_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuItemModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MenuItem"],"summary":"Patch a Menu Item","operationId":"MenuItem_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MenuItemModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MenuItemModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterbatchentry":{"get":{"tags":["MeterBatchEntry"],"summary":"Retrieve list of Meter Batch Entry Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterBatchEntry_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterBatchEntry"],"summary":"Add a Meter Batch Entry Control","operationId":"MeterBatchEntry_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterbatchentry/{id}":{"get":{"tags":["MeterBatchEntry"],"summary":"Retrieve a Meter Batch Entry Control","operationId":"MeterBatchEntry_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterBatchEntry"],"summary":"Update a Meter Batch Entry Control","operationId":"MeterBatchEntry_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterBatchEntry"],"summary":"Delete a Meter Batch Entry Control","operationId":"MeterBatchEntry_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterBatchEntry"],"summary":"Patch a Meter Batch Entry Control","operationId":"MeterBatchEntry_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterBatchEntryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterBatchEntryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterchangereason":{"get":{"tags":["MeterChangeReason"],"summary":"Retrieve list of Meter Change Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterChangeReason"],"summary":"Add a Meter Change Reason Control","operationId":"MeterChangeReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterchangereason/{id}":{"get":{"tags":["MeterChangeReason"],"summary":"Retrieve a Meter Change Reason Control","operationId":"MeterChangeReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterChangeReason"],"summary":"Update a Meter Change Reason Control","operationId":"MeterChangeReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterChangeReason"],"summary":"Delete a Meter Change Reason Control","operationId":"MeterChangeReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterChangeReason"],"summary":"Patch a Meter Change Reason Control","operationId":"MeterChangeReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterChangeReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterChangeReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/metercoveroption":{"get":{"tags":["MeterCoverOption"],"summary":"Retrieve list of Meter Cover Option Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterCoverOption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterCoverOption"],"summary":"Add a Meter Cover Option Control","operationId":"MeterCoverOption_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/metercoveroption/{id}":{"get":{"tags":["MeterCoverOption"],"summary":"Retrieve a Meter Cover Option Control","operationId":"MeterCoverOption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterCoverOption"],"summary":"Update a Meter Cover Option Control","operationId":"MeterCoverOption_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterCoverOption"],"summary":"Delete a Meter Cover Option Control","operationId":"MeterCoverOption_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterCoverOption"],"summary":"Patch a Meter Cover Option Control","operationId":"MeterCoverOption_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterCoverOptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterCoverOptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/meterexchangeinterface":{"get":{"tags":["MeterExchangeInterfaceRun"],"summary":"Retrieves list of MeterExchangeInterface process run status data","operationId":"MeterExchangeInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterExchangeInterfaceRun"],"summary":"Execute the MeterExchangeInterface process","operationId":"MeterExchangeInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ApiItsRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/meterexchangeinterface/{id}":{"get":{"tags":["MeterExchangeInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MeterExchangeInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterExchangeInterfaceRun"],"summary":"Request to cancel a MeterExchangeInterface process","operationId":"MeterExchangeInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterform":{"get":{"tags":["MeterForm"],"summary":"Retrieve list of Meter Form Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterForm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterForm"],"summary":"Add a Meter Form Control","operationId":"MeterForm_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterFormModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterFormModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterform/{id}":{"get":{"tags":["MeterForm"],"summary":"Retrieve a Meter Form Control","operationId":"MeterForm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterFormModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterForm"],"summary":"Update a Meter Form Control","operationId":"MeterForm_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterFormModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterForm"],"summary":"Delete a Meter Form Control","operationId":"MeterForm_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterForm"],"summary":"Patch a Meter Form Control","operationId":"MeterForm_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterFormModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meteringtype":{"get":{"tags":["MeteringType"],"summary":"Retrieve list of Interval Metering Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeteringType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeteringType"],"summary":"Add an Interval Metering Type Control","operationId":"MeteringType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeteringTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeteringTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meteringtype/{id}":{"get":{"tags":["MeteringType"],"summary":"Retrieve an Interval Metering Type Control","operationId":"MeteringType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeteringTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeteringType"],"summary":"Update an Interval Metering Type Control","operationId":"MeteringType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeteringTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeteringTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeteringType"],"summary":"Delete an Interval Metering Type Control","operationId":"MeteringType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeteringTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeteringType"],"summary":"Patch an Interval Metering Type Control","operationId":"MeteringType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeteringTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeteringTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterinterface":{"get":{"tags":["MeterInterface"],"summary":"Retrieve list of Meter Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterInterface"],"summary":"Add a Meter Interface","operationId":"MeterInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterinterface/{id}":{"get":{"tags":["MeterInterface"],"summary":"Retrieve a Meter Interface","operationId":"MeterInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterInterface"],"summary":"Update a Meter Interface","operationId":"MeterInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterInterface"],"summary":"Delete a Meter Interface","operationId":"MeterInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterInterface"],"summary":"Patch a Meter Interface","operationId":"MeterInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterinventorylocation":{"get":{"tags":["MeterInventoryLocation"],"summary":"Retrieve list of Location Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterInventoryLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterInventoryLocation"],"summary":"Add a Location Control","operationId":"MeterInventoryLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterinventorylocation/{id}":{"get":{"tags":["MeterInventoryLocation"],"summary":"Retrieve a Location Control","operationId":"MeterInventoryLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterInventoryLocation"],"summary":"Update a Location Control","operationId":"MeterInventoryLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterInventoryLocation"],"summary":"Delete a Location Control","operationId":"MeterInventoryLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterInventoryLocation"],"summary":"Patch a Location Control","operationId":"MeterInventoryLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterInventoryLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterInventoryLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/meterinventory":{"get":{"tags":["MeterInventoryRun"],"summary":"Retrieves list of MeterInventory process run status data","operationId":"MeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterInventoryRun"],"summary":"Execute the MeterInventory process","operationId":"MeterInventoryRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MeterInventoryRunModel","required":true,"schema":{"$ref":"#/definitions/MeterInventoryRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/meterinventory/{id}":{"get":{"tags":["MeterInventoryRun"],"summary":"Retrieve the process run status","operationId":"MeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterInventoryRun"],"summary":"Request to cancel a MeterInventory process","operationId":"MeterInventoryRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meteritronreadinghistory":{"get":{"tags":["MeterItronReadingHistory"],"summary":"Retrieve list of Meter - Itron Reading items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterItronReadingHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterItronReadingHistory"],"summary":"Add a Meter - Itron Reading","operationId":"MeterItronReadingHistory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meteritronreadinghistory/{id}":{"get":{"tags":["MeterItronReadingHistory"],"summary":"Retrieve a Meter - Itron Reading","operationId":"MeterItronReadingHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterItronReadingHistory"],"summary":"Update a Meter - Itron Reading","operationId":"MeterItronReadingHistory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterItronReadingHistory"],"summary":"Delete a Meter - Itron Reading","operationId":"MeterItronReadingHistory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterItronReadingHistory"],"summary":"Patch a Meter - Itron Reading","operationId":"MeterItronReadingHistory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterItronReadingHistoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterItronReadingHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterlink":{"get":{"tags":["MeterLink"],"summary":"Retrieve list of Master - Sub Meter Link items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterLink"],"summary":"Add a Master - Sub Meter Link","operationId":"MeterLink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterLinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterlink/{id}":{"get":{"tags":["MeterLink"],"summary":"Retrieve a Master - Sub Meter Link","operationId":"MeterLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterLinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterLink"],"summary":"Update a Master - Sub Meter Link","operationId":"MeterLink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterLink"],"summary":"Delete a Master - Sub Meter Link","operationId":"MeterLink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterLink"],"summary":"Patch a Master - Sub Meter Link","operationId":"MeterLink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterLinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreading/{id}/calculatewaterleakadjustment":{"put":{"tags":["MeterReading"],"summary":"Calculates the water leak adjustment based on the passed parameters","operationId":"MeterReading_CalculateWaterLeakAdjustment","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the MeterReading resource used for calculation","required":true,"type":"string"},{"name":"model","in":"body","description":"Parameters used for calculating water leak adjustment","required":true,"schema":{"$ref":"#/definitions/CalculateWaterLeakAdjustmentRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CalculateWaterLeakAdjustmentResponseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreading":{"get":{"tags":["MeterReading"],"summary":"Retrieve list of Reading items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReading"],"summary":"Add a Reading","operationId":"MeterReading_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreading/{id}":{"get":{"tags":["MeterReading"],"summary":"Retrieve a Reading","operationId":"MeterReading_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReading"],"summary":"Update a Reading","operationId":"MeterReading_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReading"],"summary":"Delete a Reading","operationId":"MeterReading_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReading"],"summary":"Patch a Reading","operationId":"MeterReading_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingcomment":{"get":{"tags":["MeterReadingComment"],"summary":"Retrieve list of Meter Reader Trouble Code items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingComment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingComment"],"summary":"Add a Meter Reader Trouble Code","operationId":"MeterReadingComment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingcomment/{id}":{"get":{"tags":["MeterReadingComment"],"summary":"Retrieve a Meter Reader Trouble Code","operationId":"MeterReadingComment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingComment"],"summary":"Update a Meter Reader Trouble Code","operationId":"MeterReadingComment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingComment"],"summary":"Delete a Meter Reader Trouble Code","operationId":"MeterReadingComment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingComment"],"summary":"Patch a Meter Reader Trouble Code","operationId":"MeterReadingComment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingCommentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingcommentcode":{"get":{"tags":["MeterReadingCommentCode"],"summary":"Retrieve list of Meter Reading Comment Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingCommentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingCommentCode"],"summary":"Add a Meter Reading Comment Code Control","operationId":"MeterReadingCommentCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingcommentcode/{id}":{"get":{"tags":["MeterReadingCommentCode"],"summary":"Retrieve a Meter Reading Comment Code Control","operationId":"MeterReadingCommentCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingCommentCode"],"summary":"Update a Meter Reading Comment Code Control","operationId":"MeterReadingCommentCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingCommentCode"],"summary":"Delete a Meter Reading Comment Code Control","operationId":"MeterReadingCommentCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingCommentCode"],"summary":"Patch a Meter Reading Comment Code Control","operationId":"MeterReadingCommentCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingCommentCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingCommentCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/meterreadingexportinterface":{"get":{"tags":["MeterReadingExportInterfaceRun"],"summary":"Retrieves list of MeterReadingExportInterface process run status data","operationId":"MeterReadingExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingExportInterfaceRun"],"summary":"Execute the MeterReadingExportInterface process.","operationId":"MeterReadingExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The MeterReadingExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/MeterReadingExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/meterreadingexportinterface/{id}":{"get":{"tags":["MeterReadingExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MeterReadingExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingExportInterfaceRun"],"summary":"Request to cancel a MeterReadingExportInterface process","operationId":"MeterReadingExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/meterreadingexportinterface/{id}/{outputRef}":{"get":{"tags":["MeterReadingExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"MeterReadingExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/meterreadingimportinterface":{"get":{"tags":["MeterReadingImportInterfaceRun"],"summary":"Retrieves list of MeterReadingImport process run status data","operationId":"MeterReadingImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingImportInterfaceRun"],"summary":"Execute the MeterReadingImport process","operationId":"MeterReadingImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The MeterReadingImport process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/MeterReadingImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/meterreadingimportinterface/{id}":{"get":{"tags":["MeterReadingImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MeterReadingImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingImportInterfaceRun"],"summary":"Request to cancel a MeterReadingImport process","operationId":"MeterReadingImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/meterreadingimportinterface/{id}/{outputRef}":{"get":{"tags":["MeterReadingImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"MeterReadingImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadinginstructionlocation":{"get":{"tags":["MeterReadingInstructionLocation"],"summary":"Retrieve list of Meter Reading Instruction/Location items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingInstructionLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingInstructionLocation"],"summary":"Add a Meter Reading Instruction/Location","operationId":"MeterReadingInstructionLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadinginstructionlocation/{id}":{"get":{"tags":["MeterReadingInstructionLocation"],"summary":"Retrieve a Meter Reading Instruction/Location","operationId":"MeterReadingInstructionLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingInstructionLocation"],"summary":"Update a Meter Reading Instruction/Location","operationId":"MeterReadingInstructionLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingInstructionLocation"],"summary":"Delete a Meter Reading Instruction/Location","operationId":"MeterReadingInstructionLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingInstructionLocation"],"summary":"Patch a Meter Reading Instruction/Location","operationId":"MeterReadingInstructionLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingInstructionLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInstructionLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadinginterface":{"get":{"tags":["MeterReadingInterface"],"summary":"Retrieve list of Meter Reading Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingInterface"],"summary":"Add a Meter Reading Interface","operationId":"MeterReadingInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadinginterface/{id}":{"get":{"tags":["MeterReadingInterface"],"summary":"Retrieve a Meter Reading Interface","operationId":"MeterReadingInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingInterface"],"summary":"Update a Meter Reading Interface","operationId":"MeterReadingInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingInterface"],"summary":"Delete a Meter Reading Interface","operationId":"MeterReadingInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingInterface"],"summary":"Patch a Meter Reading Interface","operationId":"MeterReadingInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/meterreadinginterface":{"get":{"tags":["MeterReadingInterfaceRun"],"summary":"Retrieves list of MeterReadingInterface process run status data","operationId":"MeterReadingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingInterfaceRun"],"summary":"Execute the MeterReadingInterface process","operationId":"MeterReadingInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MeterReadingInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/MeterReadingInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/meterreadinginterface/{id}":{"get":{"tags":["MeterReadingInterfaceRun"],"summary":"Retrieve the process run status","operationId":"MeterReadingInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingInterfaceRun"],"summary":"Request to cancel a MeterReadingInterface process","operationId":"MeterReadingInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingnote":{"get":{"tags":["MeterReadingNote"],"summary":"Retrieve list of Meter Reading Note items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingNote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingNote"],"summary":"Add a Meter Reading Note","operationId":"MeterReadingNote_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingnote/{id}":{"get":{"tags":["MeterReadingNote"],"summary":"Retrieve a Meter Reading Note","operationId":"MeterReadingNote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingNote"],"summary":"Update a Meter Reading Note","operationId":"MeterReadingNote_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingNote"],"summary":"Delete a Meter Reading Note","operationId":"MeterReadingNote_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingNote"],"summary":"Patch a Meter Reading Note","operationId":"MeterReadingNote_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingNoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingserviceexception":{"get":{"tags":["MeterReadingServiceException"],"summary":"Retrieve list of Meter Reading Service Exception items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingServiceException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingServiceException"],"summary":"Add a Meter Reading Service Exception","operationId":"MeterReadingServiceException_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingserviceexception/{id}":{"get":{"tags":["MeterReadingServiceException"],"summary":"Retrieve a Meter Reading Service Exception","operationId":"MeterReadingServiceException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingServiceException"],"summary":"Update a Meter Reading Service Exception","operationId":"MeterReadingServiceException_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingServiceException"],"summary":"Delete a Meter Reading Service Exception","operationId":"MeterReadingServiceException_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingServiceException"],"summary":"Patch a Meter Reading Service Exception","operationId":"MeterReadingServiceException_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingServiceExceptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingServiceExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingsoftware":{"get":{"tags":["MeterReadingSoftware"],"summary":"Retrieve list of Meter Reading Software Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingSoftware_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingSoftware"],"summary":"Add a Meter Reading Software Control","operationId":"MeterReadingSoftware_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingsoftware/{id}":{"get":{"tags":["MeterReadingSoftware"],"summary":"Retrieve a Meter Reading Software Control","operationId":"MeterReadingSoftware_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingSoftware"],"summary":"Update a Meter Reading Software Control","operationId":"MeterReadingSoftware_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingSoftware"],"summary":"Delete a Meter Reading Software Control","operationId":"MeterReadingSoftware_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingSoftware"],"summary":"Patch a Meter Reading Software Control","operationId":"MeterReadingSoftware_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingSoftwareModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadingsoftwareselection":{"get":{"tags":["MeterReadingSoftwareSelection"],"summary":"Retrieve list of Cycle - Inventory Type - Meter Reading Assignment Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadingSoftwareSelection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingSoftwareSelection"],"summary":"Add a Cycle - Inventory Type - Meter Reading Assignment Control","operationId":"MeterReadingSoftwareSelection_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadingsoftwareselection/{id}":{"get":{"tags":["MeterReadingSoftwareSelection"],"summary":"Retrieve a Cycle - Inventory Type - Meter Reading Assignment Control","operationId":"MeterReadingSoftwareSelection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadingSoftwareSelection"],"summary":"Update a Cycle - Inventory Type - Meter Reading Assignment Control","operationId":"MeterReadingSoftwareSelection_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingSoftwareSelection"],"summary":"Delete a Cycle - Inventory Type - Meter Reading Assignment Control","operationId":"MeterReadingSoftwareSelection_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadingSoftwareSelection"],"summary":"Patch a Cycle - Inventory Type - Meter Reading Assignment Control","operationId":"MeterReadingSoftwareSelection_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadingSoftwareSelectionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadingSoftwareSelectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/meterreadingwebimport":{"get":{"tags":["MeterReadingWebImportRun"],"summary":"Retrieves list of MeterReadingWebImport process run status data","operationId":"MeterReadingWebImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadingWebImportRun"],"summary":"Execute the MeterReadingWebImport process","operationId":"MeterReadingWebImportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MeterReadingWebImportRunModel","required":true,"schema":{"$ref":"#/definitions/MeterReadingWebImportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/meterreadingwebimport/{id}":{"get":{"tags":["MeterReadingWebImportRun"],"summary":"Retrieve the process run status","operationId":"MeterReadingWebImportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadingWebImportRun"],"summary":"Request to cancel a MeterReadingWebImport process","operationId":"MeterReadingWebImportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterreadtype":{"get":{"tags":["MeterReadType"],"summary":"Retrieve list of Meter Read Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterReadType"],"summary":"Add a Meter Read Type Control","operationId":"MeterReadType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterReadTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterreadtype/{id}":{"get":{"tags":["MeterReadType"],"summary":"Retrieve a Meter Read Type Control","operationId":"MeterReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterReadType"],"summary":"Update a Meter Read Type Control","operationId":"MeterReadType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterReadType"],"summary":"Delete a Meter Read Type Control","operationId":"MeterReadType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterReadType"],"summary":"Patch a Meter Read Type Control","operationId":"MeterReadType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterReadTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterroom":{"get":{"tags":["MeterRoom"],"summary":"Retrieve list of Meter Room items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterRoom_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterRoom"],"summary":"Add a Meter Room","operationId":"MeterRoom_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterRoomModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterRoomModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterroom/{id}":{"get":{"tags":["MeterRoom"],"summary":"Retrieve a Meter Room","operationId":"MeterRoom_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterRoom"],"summary":"Update a Meter Room","operationId":"MeterRoom_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterRoomModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterRoom"],"summary":"Delete a Meter Room","operationId":"MeterRoom_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterRoom"],"summary":"Patch a Meter Room","operationId":"MeterRoom_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterRoomModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterroomkeyassignment":{"get":{"tags":["MeterRoomKeyAssignment"],"summary":"Retrieve list of Meter Room Key Assignment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterRoomKeyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterRoomKeyAssignment"],"summary":"Add a Meter Room Key Assignment","operationId":"MeterRoomKeyAssignment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterroomkeyassignment/{id}":{"get":{"tags":["MeterRoomKeyAssignment"],"summary":"Retrieve a Meter Room Key Assignment","operationId":"MeterRoomKeyAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterRoomKeyAssignment"],"summary":"Update a Meter Room Key Assignment","operationId":"MeterRoomKeyAssignment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterRoomKeyAssignment"],"summary":"Delete a Meter Room Key Assignment","operationId":"MeterRoomKeyAssignment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterRoomKeyAssignment"],"summary":"Patch a Meter Room Key Assignment","operationId":"MeterRoomKeyAssignment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterRoomKeyAssignmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterRoomKeyAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/metersealstatus":{"get":{"tags":["MeterSealStatus"],"summary":"Retrieve list of Seal Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterSealStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterSealStatus"],"summary":"Add a Seal Status Control","operationId":"MeterSealStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterSealStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterSealStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/metersealstatus/{id}":{"get":{"tags":["MeterSealStatus"],"summary":"Retrieve a Seal Status Control","operationId":"MeterSealStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSealStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterSealStatus"],"summary":"Update a Seal Status Control","operationId":"MeterSealStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterSealStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSealStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterSealStatus"],"summary":"Delete a Seal Status Control","operationId":"MeterSealStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSealStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterSealStatus"],"summary":"Patch a Seal Status Control","operationId":"MeterSealStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterSealStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSealStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/metersizebillcode":{"get":{"tags":["MeterSizeBillCode"],"summary":"Retrieve list of Meter Size Bill Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterSizeBillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterSizeBillCode"],"summary":"Add a Meter Size Bill Code Control","operationId":"MeterSizeBillCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/metersizebillcode/{id}":{"get":{"tags":["MeterSizeBillCode"],"summary":"Retrieve a Meter Size Bill Code Control","operationId":"MeterSizeBillCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterSizeBillCode"],"summary":"Update a Meter Size Bill Code Control","operationId":"MeterSizeBillCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterSizeBillCode"],"summary":"Delete a Meter Size Bill Code Control","operationId":"MeterSizeBillCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterSizeBillCode"],"summary":"Patch a Meter Size Bill Code Control","operationId":"MeterSizeBillCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterSizeBillCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterSizeBillCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/meterstatus":{"get":{"tags":["MeterStatus"],"summary":"Retrieve list of Meter Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MeterStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MeterStatus"],"summary":"Add a Meter Status Control","operationId":"MeterStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MeterStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/meterstatus/{id}":{"get":{"tags":["MeterStatus"],"summary":"Retrieve a Meter Status Control","operationId":"MeterStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MeterStatus"],"summary":"Update a Meter Status Control","operationId":"MeterStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MeterStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MeterStatus"],"summary":"Delete a Meter Status Control","operationId":"MeterStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MeterStatus"],"summary":"Patch a Meter Status Control","operationId":"MeterStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MeterStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MeterStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/minimumpaymentdiscountcalculation":{"get":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Retrieve list of Minimum Payment Discount Calculation Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MinimumPaymentDiscountCalculation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Add a Minimum Payment Discount Calculation Control","operationId":"MinimumPaymentDiscountCalculation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/minimumpaymentdiscountcalculation/{id}":{"get":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Retrieve a Minimum Payment Discount Calculation Control","operationId":"MinimumPaymentDiscountCalculation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Update a Minimum Payment Discount Calculation Control","operationId":"MinimumPaymentDiscountCalculation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Delete a Minimum Payment Discount Calculation Control","operationId":"MinimumPaymentDiscountCalculation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MinimumPaymentDiscountCalculation"],"summary":"Patch a Minimum Payment Discount Calculation Control","operationId":"MinimumPaymentDiscountCalculation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MinimumPaymentDiscountCalculationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentDiscountCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/minimumpaymentmonthlycalculation":{"get":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Retrieve list of Minimum Payment Monthly Calculation Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MinimumPaymentMonthlyCalculation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Add a Minimum Payment Monthly Calculation Control","operationId":"MinimumPaymentMonthlyCalculation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/minimumpaymentmonthlycalculation/{id}":{"get":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Retrieve a Minimum Payment Monthly Calculation Control","operationId":"MinimumPaymentMonthlyCalculation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Update a Minimum Payment Monthly Calculation Control","operationId":"MinimumPaymentMonthlyCalculation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Delete a Minimum Payment Monthly Calculation Control","operationId":"MinimumPaymentMonthlyCalculation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MinimumPaymentMonthlyCalculation"],"summary":"Patch a Minimum Payment Monthly Calculation Control","operationId":"MinimumPaymentMonthlyCalculation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MinimumPaymentMonthlyCalculationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentMonthlyCalculationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/minimumpaymentoptionconfig":{"get":{"tags":["MinimumPaymentOptionConfig"],"summary":"Retrieve list of Minimum Payment Option Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MinimumPaymentOptionConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MinimumPaymentOptionConfig"],"summary":"Add a Minimum Payment Option Control","operationId":"MinimumPaymentOptionConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/minimumpaymentoptionconfig/{id}":{"get":{"tags":["MinimumPaymentOptionConfig"],"summary":"Retrieve a Minimum Payment Option Control","operationId":"MinimumPaymentOptionConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MinimumPaymentOptionConfig"],"summary":"Update a Minimum Payment Option Control","operationId":"MinimumPaymentOptionConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MinimumPaymentOptionConfig"],"summary":"Delete a Minimum Payment Option Control","operationId":"MinimumPaymentOptionConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MinimumPaymentOptionConfig"],"summary":"Patch a Minimum Payment Option Control","operationId":"MinimumPaymentOptionConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MinimumPaymentOptionConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MinimumPaymentOptionConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/module":{"get":{"tags":["Module"],"summary":"Retrieve list of Module Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Module_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Module"],"summary":"Add a Module Control","operationId":"Module_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ModuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ModuleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/module/{id}":{"get":{"tags":["Module"],"summary":"Retrieve a Module Control","operationId":"Module_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Module"],"summary":"Update a Module Control","operationId":"Module_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ModuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Module"],"summary":"Delete a Module Control","operationId":"Module_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Module"],"summary":"Patch a Module Control","operationId":"Module_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ModuleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/modulefunction":{"get":{"tags":["ModuleFunction"],"summary":"Retrieve list of Module Function Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ModuleFunction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ModuleFunction"],"summary":"Add a Module Function Control","operationId":"ModuleFunction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ModuleFunctionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ModuleFunctionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/modulefunction/{id}":{"get":{"tags":["ModuleFunction"],"summary":"Retrieve a Module Function Control","operationId":"ModuleFunction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleFunctionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ModuleFunction"],"summary":"Update a Module Function Control","operationId":"ModuleFunction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ModuleFunctionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleFunctionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ModuleFunction"],"summary":"Delete a Module Function Control","operationId":"ModuleFunction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleFunctionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ModuleFunction"],"summary":"Patch a Module Function Control","operationId":"ModuleFunction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ModuleFunctionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ModuleFunctionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/moverequesttaskprocess":{"get":{"tags":["MoveRequestTaskProcessRun"],"summary":"Retrieves list of MoveRequestTaskProcess process run status data","operationId":"MoveRequestTaskProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MoveRequestTaskProcessRun"],"summary":"Execute the MoveRequestTaskProcess process","operationId":"MoveRequestTaskProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in MoveRequestTaskProcessRunModel","required":true,"schema":{"$ref":"#/definitions/MoveRequestTaskProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/moverequesttaskprocess/{id}":{"get":{"tags":["MoveRequestTaskProcessRun"],"summary":"Retrieve the process run status","operationId":"MoveRequestTaskProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MoveRequestTaskProcessRun"],"summary":"Request to cancel a MoveRequestTaskProcess process","operationId":"MoveRequestTaskProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/movescenario":{"get":{"tags":["MoveScenario"],"summary":"Retrieve list of Move Scenario Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MoveScenario_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MoveScenario"],"summary":"Add a Move Scenario Control","operationId":"MoveScenario_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MoveScenarioModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MoveScenarioModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/movescenario/{id}":{"get":{"tags":["MoveScenario"],"summary":"Retrieve a Move Scenario Control","operationId":"MoveScenario_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MoveScenario"],"summary":"Update a Move Scenario Control","operationId":"MoveScenario_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MoveScenarioModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MoveScenario"],"summary":"Delete a Move Scenario Control","operationId":"MoveScenario_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MoveScenario"],"summary":"Patch a Move Scenario Control","operationId":"MoveScenario_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MoveScenarioModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/movescenariopage":{"get":{"tags":["MoveScenarioPage"],"summary":"Retrieve list of Move Scenario Page items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MoveScenarioPage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MoveScenarioPage"],"summary":"Add a Move Scenario Page","operationId":"MoveScenarioPage_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/movescenariopage/{id}":{"get":{"tags":["MoveScenarioPage"],"summary":"Retrieve a Move Scenario Page","operationId":"MoveScenarioPage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MoveScenarioPage"],"summary":"Update a Move Scenario Page","operationId":"MoveScenarioPage_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MoveScenarioPage"],"summary":"Delete a Move Scenario Page","operationId":"MoveScenarioPage_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MoveScenarioPage"],"summary":"Patch a Move Scenario Page","operationId":"MoveScenarioPage_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MoveScenarioPageModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MoveScenarioPageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/multiarbalances":{"get":{"tags":["MultiARBalancesReportRun"],"summary":"Retrieves list of report run status data","operationId":"MultiARBalancesReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MultiARBalancesReportRun"],"summary":"Execute the report.","operationId":"MultiARBalancesReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/MultiARBalancesReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/multiarbalances/{id}":{"get":{"tags":["MultiARBalancesReportRun"],"summary":"Retrieve the report run status","operationId":"MultiARBalancesReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MultiARBalancesReportRun"],"summary":"Request to cancel a report","operationId":"MultiARBalancesReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/multiarbalances/{id}/{outputRef}":{"get":{"tags":["MultiARBalancesReportRun"],"summary":"Retrieve the file output produced by report","operationId":"MultiARBalancesReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/mv90control":{"get":{"tags":["MV90Control"],"summary":"Retrieve list of MV90 Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MV90Control_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MV90Control"],"summary":"Add a MV90 Control","operationId":"MV90Control_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MV90ControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MV90ControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/mv90control/{id}":{"get":{"tags":["MV90Control"],"summary":"Retrieve a MV90 Control","operationId":"MV90Control_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90ControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MV90Control"],"summary":"Update a MV90 Control","operationId":"MV90Control_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MV90ControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90ControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MV90Control"],"summary":"Delete a MV90 Control","operationId":"MV90Control_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90ControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MV90Control"],"summary":"Patch a MV90 Control","operationId":"MV90Control_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MV90ControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90ControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/mv90unitcontrol":{"get":{"tags":["MV90UnitControl"],"summary":"Retrieve list of MV90 Unit Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"MV90UnitControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["MV90UnitControl"],"summary":"Add a MV90 Unit Control","operationId":"MV90UnitControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MV90UnitControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/MV90UnitControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/mv90unitcontrol/{id}":{"get":{"tags":["MV90UnitControl"],"summary":"Retrieve a MV90 Unit Control","operationId":"MV90UnitControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90UnitControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["MV90UnitControl"],"summary":"Update a MV90 Unit Control","operationId":"MV90UnitControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/MV90UnitControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90UnitControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["MV90UnitControl"],"summary":"Delete a MV90 Unit Control","operationId":"MV90UnitControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90UnitControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["MV90UnitControl"],"summary":"Patch a MV90 Unit Control","operationId":"MV90UnitControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[MV90UnitControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/MV90UnitControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/nametype":{"get":{"tags":["NameType"],"summary":"Retrieve list of Name Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NameType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NameType"],"summary":"Add a Name Type Control","operationId":"NameType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NameTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NameTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/nametype/{id}":{"get":{"tags":["NameType"],"summary":"Retrieve a Name Type Control","operationId":"NameType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NameTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NameType"],"summary":"Update a Name Type Control","operationId":"NameType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NameTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NameTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NameType"],"summary":"Delete a Name Type Control","operationId":"NameType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NameTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NameType"],"summary":"Patch a Name Type Control","operationId":"NameType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NameTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NameTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/newaccountserviceimportinterface":{"get":{"tags":["NewAccountServiceImportInterfaceRun"],"summary":"Retrieves list of NewAccountServiceImportInterface process run status data","operationId":"NewAccountServiceImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NewAccountServiceImportInterfaceRun"],"summary":"Execute the NewAccountServiceImportInterface process","operationId":"NewAccountServiceImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The NewAccountServiceImportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/NewAccountServiceImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/newaccountserviceimportinterface/{id}":{"get":{"tags":["NewAccountServiceImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"NewAccountServiceImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NewAccountServiceImportInterfaceRun"],"summary":"Request to cancel a NewAccountServiceImportInterface process","operationId":"NewAccountServiceImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/newaccountserviceimportinterface/{id}/{outputRef}":{"get":{"tags":["NewAccountServiceImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"NewAccountServiceImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/nobelmeterexchange":{"get":{"tags":["NobelMeterExchangeRun"],"summary":"Retrieves list of NobelMeterExchange process run status data","operationId":"NobelMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NobelMeterExchangeRun"],"summary":"Execute the NobelMeterExchange process","operationId":"NobelMeterExchangeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NobelMeterExchangeRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/nobelmeterexchange/{id}":{"get":{"tags":["NobelMeterExchangeRun"],"summary":"Retrieve the process run status","operationId":"NobelMeterExchangeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NobelMeterExchangeRun"],"summary":"Request to cancel a NobelMeterExchange process","operationId":"NobelMeterExchangeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/nobelmeterinventory":{"get":{"tags":["NobelMeterInventoryRun"],"summary":"Retrieves list of NobelMeterInventory process run status data","operationId":"NobelMeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NobelMeterInventoryRun"],"summary":"Execute the NobelMeterInventory process","operationId":"NobelMeterInventoryRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NobelMeterInventoryRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/nobelmeterinventory/{id}":{"get":{"tags":["NobelMeterInventoryRun"],"summary":"Retrieve the process run status","operationId":"NobelMeterInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NobelMeterInventoryRun"],"summary":"Request to cancel a NobelMeterInventory process","operationId":"NobelMeterInventoryRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/nobelremoteinventory":{"get":{"tags":["NobelRemoteInventoryRun"],"summary":"Retrieves list of NobelRemoteInventory process run status data","operationId":"NobelRemoteInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NobelRemoteInventoryRun"],"summary":"Execute the NobelRemoteInventory process","operationId":"NobelRemoteInventoryRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NobelRemoteInventoryRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/nobelremoteinventory/{id}":{"get":{"tags":["NobelRemoteInventoryRun"],"summary":"Retrieve the process run status","operationId":"NobelRemoteInventoryRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NobelRemoteInventoryRun"],"summary":"Request to cancel a NobelRemoteInventory process","operationId":"NobelRemoteInventoryRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/nobelserviceorder":{"get":{"tags":["NobelServiceOrderRun"],"summary":"Retrieves list of NobelServiceOrder process run status data","operationId":"NobelServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NobelServiceOrderRun"],"summary":"Execute the NobelServiceOrder process","operationId":"NobelServiceOrderRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NobelServiceOrderRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/nobelserviceorder/{id}":{"get":{"tags":["NobelServiceOrderRun"],"summary":"Retrieve the process run status","operationId":"NobelServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NobelServiceOrderRun"],"summary":"Request to cancel a NobelServiceOrder process","operationId":"NobelServiceOrderRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/nobelwaterserviceentrance":{"get":{"tags":["NobelWaterServiceEntranceRun"],"summary":"Retrieves list of NobelWaterServiceEntrance process run status data","operationId":"NobelWaterServiceEntranceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NobelWaterServiceEntranceRun"],"summary":"Execute the NobelWaterServiceEntrance process","operationId":"NobelWaterServiceEntranceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NobelWaterServiceEntranceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/nobelwaterserviceentrance/{id}":{"get":{"tags":["NobelWaterServiceEntranceRun"],"summary":"Retrieve the process run status","operationId":"NobelWaterServiceEntranceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NobelWaterServiceEntranceRun"],"summary":"Request to cancel a NobelWaterServiceEntrance process","operationId":"NobelWaterServiceEntranceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/note":{"get":{"tags":["Note"],"summary":"Retrieve list of Customer/Account Note items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Note_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Note"],"summary":"Add a Customer/Account Note","operationId":"Note_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/note/{id}":{"get":{"tags":["Note"],"summary":"Retrieve a Customer/Account Note","operationId":"Note_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Note"],"summary":"Update a Customer/Account Note","operationId":"Note_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Note"],"summary":"Delete a Customer/Account Note","operationId":"Note_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Note"],"summary":"Patch a Customer/Account Note","operationId":"Note_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/notecategory":{"get":{"tags":["NoteCategory"],"summary":"Retrieve list of Note Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoteCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoteCategory"],"summary":"Add a Note Category Control","operationId":"NoteCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoteCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/notecategory/{id}":{"get":{"tags":["NoteCategory"],"summary":"Retrieve a Note Category Control","operationId":"NoteCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoteCategory"],"summary":"Update a Note Category Control","operationId":"NoteCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoteCategory"],"summary":"Delete a Note Category Control","operationId":"NoteCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoteCategory"],"summary":"Patch a Note Category Control","operationId":"NoteCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoteCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/notecategorydetail":{"get":{"tags":["NoteCategoryDetail"],"summary":"Retrieve list of Note Category Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoteCategoryDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoteCategoryDetail"],"summary":"Add a Note Category Detail","operationId":"NoteCategoryDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/notecategorydetail/{id}":{"get":{"tags":["NoteCategoryDetail"],"summary":"Retrieve a Note Category Detail","operationId":"NoteCategoryDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoteCategoryDetail"],"summary":"Update a Note Category Detail","operationId":"NoteCategoryDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoteCategoryDetail"],"summary":"Delete a Note Category Detail","operationId":"NoteCategoryDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoteCategoryDetail"],"summary":"Patch a Note Category Detail","operationId":"NoteCategoryDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoteCategoryDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteCategoryDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/notetype":{"get":{"tags":["NoteType"],"summary":"Retrieve list of Note Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoteType"],"summary":"Add a Note Type Control","operationId":"NoteType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoteTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/notetype/{id}":{"get":{"tags":["NoteType"],"summary":"Retrieve a Note Type Control","operationId":"NoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoteType"],"summary":"Update a Note Type Control","operationId":"NoteType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoteType"],"summary":"Delete a Note Type Control","operationId":"NoteType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoteType"],"summary":"Patch a Note Type Control","operationId":"NoteType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoteTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/noticebatch/{id}/lock":{"get":{"tags":["NoticeBatch"],"summary":"Get the CIS logical lock details for the specified notice batch.\r\nReturns null if no lock exists.","operationId":"NoticeBatch_LockInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the notice batch to get locking info for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["NoticeBatch"],"summary":"Place a CIS logical lock on the specified notice batch.\r\nReturns 200 if the lock was already in place for the current session.\r\nReturns 201 if the lock was successfully placed.\r\nReturns 423/Locked if the lock could not be placed because it is currently owned by another session.\r\nAll responses return locking details of the existing lock.","operationId":"NoticeBatch_Lock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the notice batch to lock","required":true,"type":"string"},{"name":"timeout","in":"query","description":"Amount of time (in milliseconds) to try before failing the lock attempt. 0 means only try once; Maximum valid value is 30,000 (30 seconds); Default is 0.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"423":{"description":"423","schema":{"$ref":"#/definitions/LockingInfoModel"}}}},"delete":{"tags":["NoticeBatch"],"summary":"Release the CIS logical lock on the specified notice batch.\r\nReturns 200 if the lock was successfully removed, or if the lock did not exist.\r\nReturns 423/Locked if the lock exists and is not owned by this session and was therefore not released.\r\nAlso returns the lock info of the existing or released lock, or null if no lock exists.","operationId":"NoticeBatch_Unlock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the notice batch to unlock","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/noticebatch":{"get":{"tags":["NoticeBatch"],"summary":"Retrieve list of Notice Batch items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoticeBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeBatch"],"summary":"Add a Notice Batch","operationId":"NoticeBatch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoticeBatchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/noticebatch/{id}":{"get":{"tags":["NoticeBatch"],"summary":"Retrieve a Notice Batch","operationId":"NoticeBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeBatchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoticeBatch"],"summary":"Update a Notice Batch","operationId":"NoticeBatch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeBatch"],"summary":"Delete a Notice Batch","operationId":"NoticeBatch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoticeBatch"],"summary":"Patch a Notice Batch","operationId":"NoticeBatch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoticeBatchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/noticebatchpickup":{"get":{"tags":["NoticeBatchPickupRun"],"summary":"Retrieves list of NoticeBatchPickup process run status data","operationId":"NoticeBatchPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeBatchPickupRun"],"summary":"Execute the NoticeBatchPickup process","operationId":"NoticeBatchPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NoticeBatchPickupRunModel","required":true,"schema":{"$ref":"#/definitions/NoticeBatchPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/noticebatchpickup/{id}":{"get":{"tags":["NoticeBatchPickupRun"],"summary":"Retrieve the process run status","operationId":"NoticeBatchPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeBatchPickupRun"],"summary":"Request to cancel a NoticeBatchPickup process","operationId":"NoticeBatchPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/noticebatchprintnotices":{"get":{"tags":["NoticeBatchPrintNoticesReportRun"],"summary":"Retrieves list of report run status data","operationId":"NoticeBatchPrintNoticesReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeBatchPrintNoticesReportRun"],"summary":"Execute the report.","operationId":"NoticeBatchPrintNoticesReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/NoticeBatchPrintNoticesReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/noticebatchprintnotices/{id}":{"get":{"tags":["NoticeBatchPrintNoticesReportRun"],"summary":"Retrieve the report run status","operationId":"NoticeBatchPrintNoticesReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeBatchPrintNoticesReportRun"],"summary":"Request to cancel a report","operationId":"NoticeBatchPrintNoticesReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/noticebatchprintnotices/{id}/{outputRef}":{"get":{"tags":["NoticeBatchPrintNoticesReportRun"],"summary":"Retrieve the file output produced by report","operationId":"NoticeBatchPrintNoticesReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/noticebatchupdate":{"get":{"tags":["NoticeBatchUpdateRun"],"summary":"Retrieves list of NoticeBatchUpdate process run status data","operationId":"NoticeBatchUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeBatchUpdateRun"],"summary":"Execute the NoticeBatchUpdate process","operationId":"NoticeBatchUpdateRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NoticeBatchUpdateRunModel","required":true,"schema":{"$ref":"#/definitions/NoticeBatchUpdateRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/noticebatchupdate/{id}":{"get":{"tags":["NoticeBatchUpdateRun"],"summary":"Retrieve the process run status","operationId":"NoticeBatchUpdateRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeBatchUpdateRun"],"summary":"Request to cancel a NoticeBatchUpdate process","operationId":"NoticeBatchUpdateRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/noticedocument":{"get":{"tags":["NoticeDocument"],"summary":"Retrieve list of Notice Document Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoticeDocument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeDocument"],"summary":"Add a Notice Document Control","operationId":"NoticeDocument_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeDocumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoticeDocumentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/noticedocument/{id}":{"get":{"tags":["NoticeDocument"],"summary":"Retrieve a Notice Document Control","operationId":"NoticeDocument_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeDocumentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoticeDocument"],"summary":"Update a Notice Document Control","operationId":"NoticeDocument_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeDocumentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeDocument"],"summary":"Delete a Notice Document Control","operationId":"NoticeDocument_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoticeDocument"],"summary":"Patch a Notice Document Control","operationId":"NoticeDocument_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoticeDocumentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeDocumentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/noticelisting":{"get":{"tags":["NoticeListingReportRun"],"summary":"Retrieves list of report run status data","operationId":"NoticeListingReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeListingReportRun"],"summary":"Execute the report.","operationId":"NoticeListingReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/NoticeListingReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/noticelisting/{id}":{"get":{"tags":["NoticeListingReportRun"],"summary":"Retrieve the report run status","operationId":"NoticeListingReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeListingReportRun"],"summary":"Request to cancel a report","operationId":"NoticeListingReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/noticelisting/{id}/{outputRef}":{"get":{"tags":["NoticeListingReportRun"],"summary":"Retrieve the file output produced by report","operationId":"NoticeListingReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/noticeremovaltype":{"get":{"tags":["NoticeRemovalType"],"summary":"Retrieve list of Notice Removal Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NoticeRemovalType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeRemovalType"],"summary":"Add a Notice Removal Type Control","operationId":"NoticeRemovalType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/noticeremovaltype/{id}":{"get":{"tags":["NoticeRemovalType"],"summary":"Retrieve a Notice Removal Type Control","operationId":"NoticeRemovalType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NoticeRemovalType"],"summary":"Update a Notice Removal Type Control","operationId":"NoticeRemovalType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeRemovalType"],"summary":"Delete a Notice Removal Type Control","operationId":"NoticeRemovalType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NoticeRemovalType"],"summary":"Patch a Notice Removal Type Control","operationId":"NoticeRemovalType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NoticeRemovalTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NoticeRemovalTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/noticescheduling":{"get":{"tags":["NoticeSchedulingRun"],"summary":"Retrieves list of NoticeScheduling process run status data","operationId":"NoticeSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NoticeSchedulingRun"],"summary":"Execute the NoticeScheduling process","operationId":"NoticeSchedulingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NoticeSchedulingRunModel","required":true,"schema":{"$ref":"#/definitions/NoticeSchedulingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/noticescheduling/{id}":{"get":{"tags":["NoticeSchedulingRun"],"summary":"Retrieve the process run status","operationId":"NoticeSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NoticeSchedulingRun"],"summary":"Request to cancel a NoticeScheduling process","operationId":"NoticeSchedulingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/notificationprocessing":{"get":{"tags":["NotificationProcessingRun"],"summary":"Retrieves list of NotificationProcessing process run status data","operationId":"NotificationProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NotificationProcessingRun"],"summary":"Execute the NotificationProcessing process","operationId":"NotificationProcessingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in NotificationProcessingRunModel","required":true,"schema":{"$ref":"#/definitions/NotificationProcessingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/notificationprocessing/{id}":{"get":{"tags":["NotificationProcessingRun"],"summary":"Retrieve the process run status","operationId":"NotificationProcessingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NotificationProcessingRun"],"summary":"Request to cancel a NotificationProcessing process","operationId":"NotificationProcessingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/nsfoccurrence":{"get":{"tags":["NsfOccurrence"],"summary":"Retrieve list of NSF Occurrence Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"NsfOccurrence_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["NsfOccurrence"],"summary":"Add a NSF Occurrence Control","operationId":"NsfOccurrence_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/nsfoccurrence/{id}":{"get":{"tags":["NsfOccurrence"],"summary":"Retrieve a NSF Occurrence Control","operationId":"NsfOccurrence_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["NsfOccurrence"],"summary":"Update a NSF Occurrence Control","operationId":"NsfOccurrence_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["NsfOccurrence"],"summary":"Delete a NSF Occurrence Control","operationId":"NsfOccurrence_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["NsfOccurrence"],"summary":"Patch a NSF Occurrence Control","operationId":"NsfOccurrence_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[NsfOccurrenceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/NsfOccurrenceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/occupancy":{"get":{"tags":["Occupancy"],"summary":"Retrieve list of Occupancy Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Occupancy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Occupancy"],"summary":"Add an Occupancy Code Control","operationId":"Occupancy_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OccupancyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/OccupancyModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/occupancy/{id}":{"get":{"tags":["Occupancy"],"summary":"Retrieve an Occupancy Code Control","operationId":"Occupancy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OccupancyModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Occupancy"],"summary":"Update an Occupancy Code Control","operationId":"Occupancy_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OccupancyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OccupancyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Occupancy"],"summary":"Delete an Occupancy Code Control","operationId":"Occupancy_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OccupancyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Occupancy"],"summary":"Patch an Occupancy Code Control","operationId":"Occupancy_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[OccupancyModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OccupancyModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/originatingdivision":{"get":{"tags":["OriginatingDivision"],"summary":"Retrieve list of Originating Division Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"OriginatingDivision_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["OriginatingDivision"],"summary":"Add an Originating Division Control","operationId":"OriginatingDivision_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/originatingdivision/{id}":{"get":{"tags":["OriginatingDivision"],"summary":"Retrieve an Originating Division Control","operationId":"OriginatingDivision_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["OriginatingDivision"],"summary":"Update an Originating Division Control","operationId":"OriginatingDivision_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["OriginatingDivision"],"summary":"Delete an Originating Division Control","operationId":"OriginatingDivision_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["OriginatingDivision"],"summary":"Patch an Originating Division Control","operationId":"OriginatingDivision_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[OriginatingDivisionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OriginatingDivisionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/overrideconsumptionreason":{"get":{"tags":["OverrideConsumptionReason"],"summary":"Retrieve list of Override Consumption Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"OverrideConsumptionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["OverrideConsumptionReason"],"summary":"Add an Override Consumption Reason Control","operationId":"OverrideConsumptionReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/overrideconsumptionreason/{id}":{"get":{"tags":["OverrideConsumptionReason"],"summary":"Retrieve an Override Consumption Reason Control","operationId":"OverrideConsumptionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["OverrideConsumptionReason"],"summary":"Update an Override Consumption Reason Control","operationId":"OverrideConsumptionReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["OverrideConsumptionReason"],"summary":"Delete an Override Consumption Reason Control","operationId":"OverrideConsumptionReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["OverrideConsumptionReason"],"summary":"Patch an Override Consumption Reason Control","operationId":"OverrideConsumptionReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[OverrideConsumptionReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideConsumptionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/overridereport":{"get":{"tags":["OverrideReport"],"summary":"Retrieve list of Override Report Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"OverrideReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["OverrideReport"],"summary":"Add an Override Report Control","operationId":"OverrideReport_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OverrideReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/OverrideReportModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/overridereport/{id}":{"get":{"tags":["OverrideReport"],"summary":"Retrieve an Override Report Control","operationId":"OverrideReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideReportModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["OverrideReport"],"summary":"Update an Override Report Control","operationId":"OverrideReport_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/OverrideReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["OverrideReport"],"summary":"Delete an Override Report Control","operationId":"OverrideReport_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["OverrideReport"],"summary":"Patch an Override Report Control","operationId":"OverrideReport_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[OverrideReportModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/OverrideReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/papauthorization":{"get":{"tags":["PapAuthorizationRun"],"summary":"Retrieves list of PapAuthorization process run status data","operationId":"PapAuthorizationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PapAuthorizationRun"],"summary":"Execute the PapAuthorization process","operationId":"PapAuthorizationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PapAuthorizationRunModel","required":true,"schema":{"$ref":"#/definitions/PapAuthorizationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/papauthorization/{id}":{"get":{"tags":["PapAuthorizationRun"],"summary":"Retrieve the process run status","operationId":"PapAuthorizationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PapAuthorizationRun"],"summary":"Request to cancel a PapAuthorization process","operationId":"PapAuthorizationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/papbatchpickup":{"get":{"tags":["PapBatchPickupRun"],"summary":"Retrieves list of PapBatchPickup process run status data","operationId":"PapBatchPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PapBatchPickupRun"],"summary":"Execute the PapBatchPickup process to create batch of PAP payments","operationId":"PapBatchPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PapBatchPickupRunModel","required":true,"schema":{"$ref":"#/definitions/PapBatchPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/papbatchpickup/{id}":{"get":{"tags":["PapBatchPickupRun"],"summary":"Retrieve the process run status","operationId":"PapBatchPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PapBatchPickupRun"],"summary":"Request to cancel a PapBatchPickup process","operationId":"PapBatchPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/papestimatetype":{"get":{"tags":["PapEstimateType"],"summary":"Retrieve list of PAP Estimate Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PapEstimateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PapEstimateType"],"summary":"Add a PAP Estimate Type Control","operationId":"PapEstimateType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/papestimatetype/{id}":{"get":{"tags":["PapEstimateType"],"summary":"Retrieve a PAP Estimate Type Control","operationId":"PapEstimateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PapEstimateType"],"summary":"Update a PAP Estimate Type Control","operationId":"PapEstimateType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PapEstimateType"],"summary":"Delete a PAP Estimate Type Control","operationId":"PapEstimateType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PapEstimateType"],"summary":"Patch a PAP Estimate Type Control","operationId":"PapEstimateType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PapEstimateTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PapEstimateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/papexportinterface":{"get":{"tags":["PapExportInterfaceRun"],"summary":"Retrieves list of PAPExportInterface process run status data","operationId":"PapExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PapExportInterfaceRun"],"summary":"Execute the PAPExportInterface process","operationId":"PapExportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The PAPExportInterface process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/PapExportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/export/papexportinterface/{id}":{"get":{"tags":["PapExportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"PapExportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PapExportInterfaceRun"],"summary":"Request to cancel a PAPExportInterface process","operationId":"PapExportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/export/papexportinterface/{id}/{outputRef}":{"get":{"tags":["PapExportInterfaceRun"],"summary":"Retrieve the file output","operationId":"PapExportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the PAP export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/paprequotepickup":{"get":{"tags":["PapReQuotePickupRun"],"summary":"Retrieves list of PapReQuotePickup process run status data","operationId":"PapReQuotePickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PapReQuotePickupRun"],"summary":"Execute the PapReQuotePickup process","operationId":"PapReQuotePickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PapReQuotePickupRunModel","required":true,"schema":{"$ref":"#/definitions/PapReQuotePickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/paprequotepickup/{id}":{"get":{"tags":["PapReQuotePickupRun"],"summary":"Retrieve the process run status","operationId":"PapReQuotePickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PapReQuotePickupRun"],"summary":"Request to cancel a PapReQuotePickup process","operationId":"PapReQuotePickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentactionrule":{"get":{"tags":["PaymentActionRule"],"summary":"Retrieve list of Payment Action Rule Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentActionRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentActionRule"],"summary":"Add a Payment Action Rule Control","operationId":"PaymentActionRule_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentactionrule/{id}":{"get":{"tags":["PaymentActionRule"],"summary":"Retrieve a Payment Action Rule Control","operationId":"PaymentActionRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentActionRule"],"summary":"Update a Payment Action Rule Control","operationId":"PaymentActionRule_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentActionRule"],"summary":"Delete a Payment Action Rule Control","operationId":"PaymentActionRule_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentActionRule"],"summary":"Patch a Payment Action Rule Control","operationId":"PaymentActionRule_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentActionRuleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentActionRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentarrangement":{"get":{"tags":["PaymentArrangement"],"summary":"Retrieve list of Payment Arrangement items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentArrangement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentArrangement"],"summary":"Add a Payment Arrangement","operationId":"PaymentArrangement_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentArrangementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentArrangementModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentarrangement/{id}":{"get":{"tags":["PaymentArrangement"],"summary":"Retrieve a Payment Arrangement","operationId":"PaymentArrangement_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentArrangement"],"summary":"Update a Payment Arrangement","operationId":"PaymentArrangement_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentArrangementModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentArrangement"],"summary":"Delete a Payment Arrangement","operationId":"PaymentArrangement_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentArrangement"],"summary":"Patch a Payment Arrangement","operationId":"PaymentArrangement_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentArrangementModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentarrangementinterface":{"get":{"tags":["PaymentArrangementInterface"],"summary":"Retrieve list of Payment Arrangement Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentArrangementInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentArrangementInterface"],"summary":"Add a Payment Arrangement Interface","operationId":"PaymentArrangementInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentarrangementinterface/{id}":{"get":{"tags":["PaymentArrangementInterface"],"summary":"Retrieve a Payment Arrangement Interface","operationId":"PaymentArrangementInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentArrangementInterface"],"summary":"Update a Payment Arrangement Interface","operationId":"PaymentArrangementInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentArrangementInterface"],"summary":"Delete a Payment Arrangement Interface","operationId":"PaymentArrangementInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentArrangementInterface"],"summary":"Patch a Payment Arrangement Interface","operationId":"PaymentArrangementInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentArrangementInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentArrangementInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/paymentarrangementinterface":{"get":{"tags":["PaymentArrangementInterfaceRun"],"summary":"Retrieves list of PaymentArrangementInterface process run status data","operationId":"PaymentArrangementInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentArrangementInterfaceRun"],"summary":"Execute the PaymentArrangementInterface process","operationId":"PaymentArrangementInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PaymentArrangementInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/PaymentArrangementInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/paymentarrangementinterface/{id}":{"get":{"tags":["PaymentArrangementInterfaceRun"],"summary":"Retrieve the process run status","operationId":"PaymentArrangementInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentArrangementInterfaceRun"],"summary":"Request to cancel a PaymentArrangementInterface process","operationId":"PaymentArrangementInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentassistance":{"get":{"tags":["PaymentAssistance"],"summary":"Retrieve list of Assistance/Contribution Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentAssistance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentAssistance"],"summary":"Add an Assistance/Contribution Control","operationId":"PaymentAssistance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentassistance/{id}":{"get":{"tags":["PaymentAssistance"],"summary":"Retrieve an Assistance/Contribution Control","operationId":"PaymentAssistance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentAssistance"],"summary":"Update an Assistance/Contribution Control","operationId":"PaymentAssistance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentAssistance"],"summary":"Delete an Assistance/Contribution Control","operationId":"PaymentAssistance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentAssistance"],"summary":"Patch an Assistance/Contribution Control","operationId":"PaymentAssistance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentAssistanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentassistancedetail":{"get":{"tags":["PaymentAssistanceDetail"],"summary":"Retrieve list of Payment Assistance Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentAssistanceDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentAssistanceDetail"],"summary":"Add a Payment Assistance Detail Control","operationId":"PaymentAssistanceDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentassistancedetail/{id}":{"get":{"tags":["PaymentAssistanceDetail"],"summary":"Retrieve a Payment Assistance Detail Control","operationId":"PaymentAssistanceDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentAssistanceDetail"],"summary":"Update a Payment Assistance Detail Control","operationId":"PaymentAssistanceDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentAssistanceDetail"],"summary":"Delete a Payment Assistance Detail Control","operationId":"PaymentAssistanceDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentAssistanceDetail"],"summary":"Patch a Payment Assistance Detail Control","operationId":"PaymentAssistanceDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentAssistanceDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAssistanceDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentauthorizationsetup":{"get":{"tags":["PaymentAuthorizationSetup"],"summary":"Retrieve list of Payment Authorization Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentAuthorizationSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentAuthorizationSetup"],"summary":"Add a Payment Authorization Control","operationId":"PaymentAuthorizationSetup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentauthorizationsetup/{id}":{"get":{"tags":["PaymentAuthorizationSetup"],"summary":"Retrieve a Payment Authorization Control","operationId":"PaymentAuthorizationSetup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentAuthorizationSetup"],"summary":"Update a Payment Authorization Control","operationId":"PaymentAuthorizationSetup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentAuthorizationSetup"],"summary":"Delete a Payment Authorization Control","operationId":"PaymentAuthorizationSetup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentAuthorizationSetup"],"summary":"Patch a Payment Authorization Control","operationId":"PaymentAuthorizationSetup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentAuthorizationSetupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentAuthorizationSetupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentdiscount":{"get":{"tags":["PaymentDiscount"],"summary":"Retrieve list of Payment Discount Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentDiscount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentDiscount"],"summary":"Add a Payment Discount Control","operationId":"PaymentDiscount_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentDiscountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentDiscountModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentdiscount/{id}":{"get":{"tags":["PaymentDiscount"],"summary":"Retrieve a Payment Discount Control","operationId":"PaymentDiscount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentDiscount"],"summary":"Update a Payment Discount Control","operationId":"PaymentDiscount_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentDiscountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentDiscount"],"summary":"Delete a Payment Discount Control","operationId":"PaymentDiscount_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentDiscount"],"summary":"Patch a Payment Discount Control","operationId":"PaymentDiscount_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentDiscountModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentdiscounttransactiondetail":{"get":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Retrieve list of Payment Discount Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentDiscountTransactionDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Add a Payment Discount Transaction Code Control","operationId":"PaymentDiscountTransactionDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentdiscounttransactiondetail/{id}":{"get":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Retrieve a Payment Discount Transaction Code Control","operationId":"PaymentDiscountTransactionDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Update a Payment Discount Transaction Code Control","operationId":"PaymentDiscountTransactionDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Delete a Payment Discount Transaction Code Control","operationId":"PaymentDiscountTransactionDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentDiscountTransactionDetail"],"summary":"Patch a Payment Discount Transaction Code Control","operationId":"PaymentDiscountTransactionDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentDiscountTransactionDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentDiscountTransactionDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentmethod":{"get":{"tags":["PaymentMethod"],"summary":"Retrieve list of Payment Method Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentMethod"],"summary":"Add a Payment Method Control","operationId":"PaymentMethod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentMethodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentmethod/{id}":{"get":{"tags":["PaymentMethod"],"summary":"Retrieve a Payment Method Control","operationId":"PaymentMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentMethodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentMethod"],"summary":"Update a Payment Method Control","operationId":"PaymentMethod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentMethod"],"summary":"Delete a Payment Method Control","operationId":"PaymentMethod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentMethod"],"summary":"Patch a Payment Method Control","operationId":"PaymentMethod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentMethodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentperiod":{"get":{"tags":["PaymentPeriod"],"summary":"Retrieve list of Payment Period Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentPeriod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentPeriod"],"summary":"Add a Payment Period Control","operationId":"PaymentPeriod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPeriodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentPeriodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentperiod/{id}":{"get":{"tags":["PaymentPeriod"],"summary":"Retrieve a Payment Period Control","operationId":"PaymentPeriod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPeriodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentPeriod"],"summary":"Update a Payment Period Control","operationId":"PaymentPeriod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPeriodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPeriodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentPeriod"],"summary":"Delete a Payment Period Control","operationId":"PaymentPeriod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPeriodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentPeriod"],"summary":"Patch a Payment Period Control","operationId":"PaymentPeriod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentPeriodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPeriodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentplan":{"get":{"tags":["PaymentPlan"],"summary":"Retrieve list of Customer Payment Plan items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentPlan_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentPlan"],"summary":"Add a Customer Payment Plan","operationId":"PaymentPlan_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentPlanModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentplan/{id}":{"get":{"tags":["PaymentPlan"],"summary":"Retrieve a Customer Payment Plan","operationId":"PaymentPlan_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentPlan"],"summary":"Update a Customer Payment Plan","operationId":"PaymentPlan_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentPlan"],"summary":"Delete a Customer Payment Plan","operationId":"PaymentPlan_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentPlan"],"summary":"Patch a Customer Payment Plan","operationId":"PaymentPlan_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentPlanModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentplanbalance":{"get":{"tags":["PaymentPlanBalance"],"summary":"Retrieve list of PAP Payment Plan Balance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentPlanBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentPlanBalance"],"summary":"Add a PAP Payment Plan Balance","operationId":"PaymentPlanBalance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentplanbalance/{id}":{"get":{"tags":["PaymentPlanBalance"],"summary":"Retrieve a PAP Payment Plan Balance","operationId":"PaymentPlanBalance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentPlanBalance"],"summary":"Update a PAP Payment Plan Balance","operationId":"PaymentPlanBalance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentPlanBalance"],"summary":"Delete a PAP Payment Plan Balance","operationId":"PaymentPlanBalance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentPlanBalance"],"summary":"Patch a PAP Payment Plan Balance","operationId":"PaymentPlanBalance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentPlanBalanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBalanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentplanbank":{"get":{"tags":["PaymentPlanBank"],"summary":"Retrieve list of PAP Bank Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentPlanBank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentPlanBank"],"summary":"Add a PAP Bank Control","operationId":"PaymentPlanBank_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentplanbank/{id}":{"get":{"tags":["PaymentPlanBank"],"summary":"Retrieve a PAP Bank Control","operationId":"PaymentPlanBank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentPlanBank"],"summary":"Update a PAP Bank Control","operationId":"PaymentPlanBank_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentPlanBank"],"summary":"Delete a PAP Bank Control","operationId":"PaymentPlanBank_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentPlanBank"],"summary":"Patch a PAP Bank Control","operationId":"PaymentPlanBank_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentPlanBankModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanBankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentplantype":{"get":{"tags":["PaymentPlanType"],"summary":"Retrieve list of Payment Plan Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentPlanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentPlanType"],"summary":"Add a Payment Plan Type Control","operationId":"PaymentPlanType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentplantype/{id}":{"get":{"tags":["PaymentPlanType"],"summary":"Retrieve a Payment Plan Type Control","operationId":"PaymentPlanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentPlanType"],"summary":"Update a Payment Plan Type Control","operationId":"PaymentPlanType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentPlanType"],"summary":"Delete a Payment Plan Type Control","operationId":"PaymentPlanType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentPlanType"],"summary":"Patch a Payment Plan Type Control","operationId":"PaymentPlanType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentPlanTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentPlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentprofile":{"get":{"tags":["PaymentProfile"],"summary":"Retrieve list of Payment Profile Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentProfile"],"summary":"Add a Payment Profile Control","operationId":"PaymentProfile_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentProfileModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentprofile/{id}":{"get":{"tags":["PaymentProfile"],"summary":"Retrieve a Payment Profile Control","operationId":"PaymentProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentProfile"],"summary":"Update a Payment Profile Control","operationId":"PaymentProfile_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentProfile"],"summary":"Delete a Payment Profile Control","operationId":"PaymentProfile_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentProfile"],"summary":"Patch a Payment Profile Control","operationId":"PaymentProfile_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentprofiledetail":{"get":{"tags":["PaymentProfileDetail"],"summary":"Retrieve list of Payment Profile Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentProfileDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentProfileDetail"],"summary":"Add a Payment Profile Detail Control","operationId":"PaymentProfileDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentprofiledetail/{id}":{"get":{"tags":["PaymentProfileDetail"],"summary":"Retrieve a Payment Profile Detail Control","operationId":"PaymentProfileDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentProfileDetail"],"summary":"Update a Payment Profile Detail Control","operationId":"PaymentProfileDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentProfileDetail"],"summary":"Delete a Payment Profile Detail Control","operationId":"PaymentProfileDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentProfileDetail"],"summary":"Patch a Payment Profile Detail Control","operationId":"PaymentProfileDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentProfileDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentProfileDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymentterm":{"get":{"tags":["PaymentTerm"],"summary":"Retrieve list of Payment Term Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentTerm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentTerm"],"summary":"Add a Payment Term Control","operationId":"PaymentTerm_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentTermModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentTermModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymentterm/{id}":{"get":{"tags":["PaymentTerm"],"summary":"Retrieve a Payment Term Control","operationId":"PaymentTerm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTermModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentTerm"],"summary":"Update a Payment Term Control","operationId":"PaymentTerm_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentTermModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTermModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentTerm"],"summary":"Delete a Payment Term Control","operationId":"PaymentTerm_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTermModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentTerm"],"summary":"Patch a Payment Term Control","operationId":"PaymentTerm_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentTermModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTermModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/paymenttype":{"get":{"tags":["PaymentType"],"summary":"Retrieve list of Cash Register Payment Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PaymentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PaymentType"],"summary":"Add a Cash Register Payment Type Control","operationId":"PaymentType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PaymentTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/paymenttype/{id}":{"get":{"tags":["PaymentType"],"summary":"Retrieve a Cash Register Payment Type Control","operationId":"PaymentType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PaymentType"],"summary":"Update a Cash Register Payment Type Control","operationId":"PaymentType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PaymentTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PaymentType"],"summary":"Delete a Cash Register Payment Type Control","operationId":"PaymentType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PaymentType"],"summary":"Patch a Cash Register Payment Type Control","operationId":"PaymentType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PaymentTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PaymentTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/penaltyconfig":{"get":{"tags":["PenaltyConfig"],"summary":"Retrieve list of Penalty Configuration Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PenaltyConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PenaltyConfig"],"summary":"Add a Penalty Configuration Control","operationId":"PenaltyConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PenaltyConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PenaltyConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/penaltyconfig/{id}":{"get":{"tags":["PenaltyConfig"],"summary":"Retrieve a Penalty Configuration Control","operationId":"PenaltyConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PenaltyConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PenaltyConfig"],"summary":"Update a Penalty Configuration Control","operationId":"PenaltyConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PenaltyConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PenaltyConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PenaltyConfig"],"summary":"Delete a Penalty Configuration Control","operationId":"PenaltyConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PenaltyConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PenaltyConfig"],"summary":"Patch a Penalty Configuration Control","operationId":"PenaltyConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PenaltyConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PenaltyConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/penaltypickup":{"get":{"tags":["PenaltyPickupRun"],"summary":"Retrieves list of PenaltyPickup process run status data","operationId":"PenaltyPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PenaltyPickupRun"],"summary":"Execute the PenaltyPickup process","operationId":"PenaltyPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PenaltyPickupRunModel","required":true,"schema":{"$ref":"#/definitions/PenaltyPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/penaltypickup/{id}":{"get":{"tags":["PenaltyPickupRun"],"summary":"Retrieve the process run status","operationId":"PenaltyPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PenaltyPickupRun"],"summary":"Request to cancel a PenaltyPickup process","operationId":"PenaltyPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pendingpayment":{"get":{"tags":["PendingPayment"],"summary":"Retrieve list of Pending Payment Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PendingPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PendingPayment"],"summary":"Add a Pending Payment Interface","operationId":"PendingPayment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PendingPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PendingPaymentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pendingpayment/{id}":{"get":{"tags":["PendingPayment"],"summary":"Retrieve a Pending Payment Interface","operationId":"PendingPayment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PendingPaymentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PendingPayment"],"summary":"Update a Pending Payment Interface","operationId":"PendingPayment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PendingPaymentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PendingPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PendingPayment"],"summary":"Delete a Pending Payment Interface","operationId":"PendingPayment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PendingPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PendingPayment"],"summary":"Patch a Pending Payment Interface","operationId":"PendingPayment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PendingPaymentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PendingPaymentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/pendingpaymentsinterface":{"get":{"tags":["PendingPaymentsInterfaceRun"],"summary":"Retrieves list of PendingPaymentsInterface process run status data","operationId":"PendingPaymentsInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PendingPaymentsInterfaceRun"],"summary":"Execute the PendingPaymentsInterface process","operationId":"PendingPaymentsInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PendingPaymentsInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/PendingPaymentsInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/pendingpaymentsinterface/{id}":{"get":{"tags":["PendingPaymentsInterfaceRun"],"summary":"Retrieve the process run status","operationId":"PendingPaymentsInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PendingPaymentsInterfaceRun"],"summary":"Request to cancel a PendingPaymentsInterface process","operationId":"PendingPaymentsInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pointofsaleconfig":{"get":{"tags":["PointOfSaleConfig"],"summary":"Retrieve list of Point of Sale Module Configuration items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PointOfSaleConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PointOfSaleConfig"],"summary":"Add a Point of Sale Module Configuration","operationId":"PointOfSaleConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pointofsaleconfig/{id}":{"get":{"tags":["PointOfSaleConfig"],"summary":"Retrieve a Point of Sale Module Configuration","operationId":"PointOfSaleConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PointOfSaleConfig"],"summary":"Update a Point of Sale Module Configuration","operationId":"PointOfSaleConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PointOfSaleConfig"],"summary":"Delete a Point of Sale Module Configuration","operationId":"PointOfSaleConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PointOfSaleConfig"],"summary":"Patch a Point of Sale Module Configuration","operationId":"PointOfSaleConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PointOfSaleConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pointofsaleinventory":{"get":{"tags":["PointOfSaleInventory"],"summary":"Retrieve list of Point of Sale Inventory Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PointOfSaleInventory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PointOfSaleInventory"],"summary":"Add a Point of Sale Inventory Control","operationId":"PointOfSaleInventory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pointofsaleinventory/{id}":{"get":{"tags":["PointOfSaleInventory"],"summary":"Retrieve a Point of Sale Inventory Control","operationId":"PointOfSaleInventory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PointOfSaleInventory"],"summary":"Update a Point of Sale Inventory Control","operationId":"PointOfSaleInventory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PointOfSaleInventory"],"summary":"Delete a Point of Sale Inventory Control","operationId":"PointOfSaleInventory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PointOfSaleInventory"],"summary":"Patch a Point of Sale Inventory Control","operationId":"PointOfSaleInventory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PointOfSaleInventoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pointofsaleinventorytype":{"get":{"tags":["PointOfSaleInventoryType"],"summary":"Retrieve list of Point of Sale Inventory Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PointOfSaleInventoryType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PointOfSaleInventoryType"],"summary":"Add a Point of Sale Inventory Type Control","operationId":"PointOfSaleInventoryType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pointofsaleinventorytype/{id}":{"get":{"tags":["PointOfSaleInventoryType"],"summary":"Retrieve a Point of Sale Inventory Type Control","operationId":"PointOfSaleInventoryType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PointOfSaleInventoryType"],"summary":"Update a Point of Sale Inventory Type Control","operationId":"PointOfSaleInventoryType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PointOfSaleInventoryType"],"summary":"Delete a Point of Sale Inventory Type Control","operationId":"PointOfSaleInventoryType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PointOfSaleInventoryType"],"summary":"Patch a Point of Sale Inventory Type Control","operationId":"PointOfSaleInventoryType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PointOfSaleInventoryTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleInventoryTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pointofsaleplantype":{"get":{"tags":["PointOfSalePlanType"],"summary":"Retrieve list of Point of Sale Plan Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PointOfSalePlanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PointOfSalePlanType"],"summary":"Add a Point of Sale Plan Type Control","operationId":"PointOfSalePlanType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pointofsaleplantype/{id}":{"get":{"tags":["PointOfSalePlanType"],"summary":"Retrieve a Point of Sale Plan Type Control","operationId":"PointOfSalePlanType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PointOfSalePlanType"],"summary":"Update a Point of Sale Plan Type Control","operationId":"PointOfSalePlanType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PointOfSalePlanType"],"summary":"Delete a Point of Sale Plan Type Control","operationId":"PointOfSalePlanType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PointOfSalePlanType"],"summary":"Patch a Point of Sale Plan Type Control","operationId":"PointOfSalePlanType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PointOfSalePlanTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSalePlanTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pointofsalesupplier":{"get":{"tags":["PointOfSaleSupplier"],"summary":"Retrieve list of Point of Sale Supplier Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PointOfSaleSupplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PointOfSaleSupplier"],"summary":"Add a Point of Sale Supplier Control","operationId":"PointOfSaleSupplier_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pointofsalesupplier/{id}":{"get":{"tags":["PointOfSaleSupplier"],"summary":"Retrieve a Point of Sale Supplier Control","operationId":"PointOfSaleSupplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PointOfSaleSupplier"],"summary":"Update a Point of Sale Supplier Control","operationId":"PointOfSaleSupplier_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PointOfSaleSupplier"],"summary":"Delete a Point of Sale Supplier Control","operationId":"PointOfSaleSupplier_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PointOfSaleSupplier"],"summary":"Patch a Point of Sale Supplier Control","operationId":"PointOfSaleSupplier_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PointOfSaleSupplierModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PointOfSaleSupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/poletype":{"get":{"tags":["PoleType"],"summary":"Retrieve list of Pole Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PoleType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PoleType"],"summary":"Add a Pole Type Control","operationId":"PoleType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PoleTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PoleTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/poletype/{id}":{"get":{"tags":["PoleType"],"summary":"Retrieve a Pole Type Control","operationId":"PoleType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PoleTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PoleType"],"summary":"Update a Pole Type Control","operationId":"PoleType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PoleTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PoleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PoleType"],"summary":"Delete a Pole Type Control","operationId":"PoleType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PoleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PoleType"],"summary":"Patch a Pole Type Control","operationId":"PoleType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PoleTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PoleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/popupmessage":{"get":{"tags":["PopupMessage"],"summary":"Retrieve list of Pop-up Message items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PopupMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PopupMessage"],"summary":"Add a Pop-up Message","operationId":"PopupMessage_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PopupMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PopupMessageModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/popupmessage/{id}":{"get":{"tags":["PopupMessage"],"summary":"Retrieve a Pop-up Message","operationId":"PopupMessage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PopupMessage"],"summary":"Update a Pop-up Message","operationId":"PopupMessage_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PopupMessageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PopupMessage"],"summary":"Delete a Pop-up Message","operationId":"PopupMessage_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PopupMessage"],"summary":"Patch a Pop-up Message","operationId":"PopupMessage_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PopupMessageModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/popupmessagetype":{"get":{"tags":["PopupMessageType"],"summary":"Retrieve list of Pop-up Message Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PopupMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PopupMessageType"],"summary":"Add a Pop-up Message Control","operationId":"PopupMessageType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/popupmessagetype/{id}":{"get":{"tags":["PopupMessageType"],"summary":"Retrieve a Pop-up Message Control","operationId":"PopupMessageType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PopupMessageType"],"summary":"Update a Pop-up Message Control","operationId":"PopupMessageType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PopupMessageType"],"summary":"Delete a Pop-up Message Control","operationId":"PopupMessageType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PopupMessageType"],"summary":"Patch a Pop-up Message Control","operationId":"PopupMessageType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PopupMessageTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PopupMessageTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/posprocess":{"get":{"tags":["PosProcessRun"],"summary":"Retrieves list of PosProcess process run status data","operationId":"PosProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PosProcessRun"],"summary":"Execute the PosProcess process","operationId":"PosProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PosProcessRunModel","required":true,"schema":{"$ref":"#/definitions/PosProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/posprocess/{id}":{"get":{"tags":["PosProcessRun"],"summary":"Retrieve the process run status","operationId":"PosProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PosProcessRun"],"summary":"Request to cancel a PosProcess process","operationId":"PosProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/postcodedeliverymode":{"get":{"tags":["PostCodeDeliveryMode"],"summary":"Retrieve list of Postal Code/Delivery Mode Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PostCodeDeliveryMode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PostCodeDeliveryMode"],"summary":"Add a Postal Code/Delivery Mode Control","operationId":"PostCodeDeliveryMode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/postcodedeliverymode/{id}":{"get":{"tags":["PostCodeDeliveryMode"],"summary":"Retrieve a Postal Code/Delivery Mode Control","operationId":"PostCodeDeliveryMode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PostCodeDeliveryMode"],"summary":"Update a Postal Code/Delivery Mode Control","operationId":"PostCodeDeliveryMode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PostCodeDeliveryMode"],"summary":"Delete a Postal Code/Delivery Mode Control","operationId":"PostCodeDeliveryMode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PostCodeDeliveryMode"],"summary":"Patch a Postal Code/Delivery Mode Control","operationId":"PostCodeDeliveryMode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PostCodeDeliveryModeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostCodeDeliveryModeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/postdatedpaymentspickup":{"get":{"tags":["PostDatedPaymentsPickupRun"],"summary":"Retrieves list of PostDatedPaymentsPickup process run status data","operationId":"PostDatedPaymentsPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PostDatedPaymentsPickupRun"],"summary":"Execute the PostDatedPaymentsPickup process","operationId":"PostDatedPaymentsPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in PostDatedPaymentsPickupRunModel","required":true,"schema":{"$ref":"#/definitions/PostDatedPaymentsPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/postdatedpaymentspickup/{id}":{"get":{"tags":["PostDatedPaymentsPickupRun"],"summary":"Retrieve the process run status","operationId":"PostDatedPaymentsPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PostDatedPaymentsPickupRun"],"summary":"Request to cancel a PostDatedPaymentsPickup process","operationId":"PostDatedPaymentsPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/postdatedtransaction":{"get":{"tags":["PostDatedTransaction"],"summary":"Retrieve list of Post Dated Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PostDatedTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PostDatedTransaction"],"summary":"Add a Post Dated Transaction","operationId":"PostDatedTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/postdatedtransaction/{id}":{"get":{"tags":["PostDatedTransaction"],"summary":"Retrieve a Post Dated Transaction","operationId":"PostDatedTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PostDatedTransaction"],"summary":"Update a Post Dated Transaction","operationId":"PostDatedTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PostDatedTransaction"],"summary":"Delete a Post Dated Transaction","operationId":"PostDatedTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PostDatedTransaction"],"summary":"Patch a Post Dated Transaction","operationId":"PostDatedTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PostDatedTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PostDatedTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/postransaction":{"get":{"tags":["PosTransaction"],"summary":"Retrieve list of Point Of Sale Transaction items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PosTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PosTransaction"],"summary":"Add a Point Of Sale Transaction","operationId":"PosTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PosTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PosTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/postransaction/{id}":{"get":{"tags":["PosTransaction"],"summary":"Retrieve a Point Of Sale Transaction","operationId":"PosTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PosTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PosTransaction"],"summary":"Update a Point Of Sale Transaction","operationId":"PosTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PosTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PosTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PosTransaction"],"summary":"Delete a Point Of Sale Transaction","operationId":"PosTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PosTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PosTransaction"],"summary":"Patch a Point Of Sale Transaction","operationId":"PosTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PosTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PosTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/potentialtransformer":{"get":{"tags":["PotentialTransformer"],"summary":"Retrieve list of Potential Transformer items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PotentialTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PotentialTransformer"],"summary":"Add a Potential Transformer","operationId":"PotentialTransformer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PotentialTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PotentialTransformerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/potentialtransformer/{id}":{"get":{"tags":["PotentialTransformer"],"summary":"Retrieve a Potential Transformer","operationId":"PotentialTransformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PotentialTransformer"],"summary":"Update a Potential Transformer","operationId":"PotentialTransformer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PotentialTransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PotentialTransformer"],"summary":"Delete a Potential Transformer","operationId":"PotentialTransformer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PotentialTransformer"],"summary":"Patch a Potential Transformer","operationId":"PotentialTransformer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PotentialTransformerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/potentialtransformertype":{"get":{"tags":["PotentialTransformerType"],"summary":"Retrieve list of Potential Transformer Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PotentialTransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PotentialTransformerType"],"summary":"Add a Potential Transformer Type Control","operationId":"PotentialTransformerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/potentialtransformertype/{id}":{"get":{"tags":["PotentialTransformerType"],"summary":"Retrieve a Potential Transformer Type Control","operationId":"PotentialTransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PotentialTransformerType"],"summary":"Update a Potential Transformer Type Control","operationId":"PotentialTransformerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PotentialTransformerType"],"summary":"Delete a Potential Transformer Type Control","operationId":"PotentialTransformerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PotentialTransformerType"],"summary":"Patch a Potential Transformer Type Control","operationId":"PotentialTransformerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PotentialTransformerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PotentialTransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/preexceptionsreport":{"get":{"tags":["PreExceptionsReportReportRun"],"summary":"Retrieves list of report run status data","operationId":"PreExceptionsReportReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PreExceptionsReportReportRun"],"summary":"Execute the report.","operationId":"PreExceptionsReportReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/PreExceptionsReportReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/preexceptionsreport/{id}":{"get":{"tags":["PreExceptionsReportReportRun"],"summary":"Retrieve the report run status","operationId":"PreExceptionsReportReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PreExceptionsReportReportRun"],"summary":"Request to cancel a report","operationId":"PreExceptionsReportReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/preexceptionsreport/{id}/{outputRef}":{"get":{"tags":["PreExceptionsReportReportRun"],"summary":"Retrieve the file output produced by report","operationId":"PreExceptionsReportReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/preexceptions":{"get":{"tags":["PreExceptionsRun"],"summary":"Retrieves list of pickup run status data","operationId":"PreExceptionsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PreExceptionsRun"],"summary":"Execute the pickup.","operationId":"PreExceptionsRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The pickup parameters.","required":true,"schema":{"$ref":"#/definitions/PreExceptionsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/preexceptions/{id}":{"get":{"tags":["PreExceptionsRun"],"summary":"Retrieve the pickup run status","operationId":"PreExceptionsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the pickup resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PreExceptionsRun"],"summary":"Request to cancel a pickup","operationId":"PreExceptionsRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the pickup process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/preexceptions/{id}/{outputRef}":{"get":{"tags":["PreExceptionsRun"],"summary":"Retrieve the file output produced by pickup","operationId":"PreExceptionsRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the pickup resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the pickup","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pressurefactor":{"get":{"tags":["PressureFactor"],"summary":"Retrieve list of Pressure Factor Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PressureFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PressureFactor"],"summary":"Add a Pressure Factor Control","operationId":"PressureFactor_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PressureFactorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pressurefactor/{id}":{"get":{"tags":["PressureFactor"],"summary":"Retrieve a Pressure Factor Control","operationId":"PressureFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureFactorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PressureFactor"],"summary":"Update a Pressure Factor Control","operationId":"PressureFactor_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PressureFactor"],"summary":"Delete a Pressure Factor Control","operationId":"PressureFactor_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PressureFactor"],"summary":"Patch a Pressure Factor Control","operationId":"PressureFactor_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PressureFactorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pressuretransducertype":{"get":{"tags":["PressureTransducerType"],"summary":"Retrieve list of Pressure Transducer Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PressureTransducerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PressureTransducerType"],"summary":"Add a Pressure Transducer Type Control","operationId":"PressureTransducerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pressuretransducertype/{id}":{"get":{"tags":["PressureTransducerType"],"summary":"Retrieve a Pressure Transducer Type Control","operationId":"PressureTransducerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PressureTransducerType"],"summary":"Update a Pressure Transducer Type Control","operationId":"PressureTransducerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PressureTransducerType"],"summary":"Delete a Pressure Transducer Type Control","operationId":"PressureTransducerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PressureTransducerType"],"summary":"Patch a Pressure Transducer Type Control","operationId":"PressureTransducerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PressureTransducerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pressurezone":{"get":{"tags":["PressureZone"],"summary":"Retrieve list of Pressure Zone Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PressureZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PressureZone"],"summary":"Add a Pressure Zone Control","operationId":"PressureZone_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PressureZoneModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pressurezone/{id}":{"get":{"tags":["PressureZone"],"summary":"Retrieve a Pressure Zone Control","operationId":"PressureZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureZoneModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PressureZone"],"summary":"Update a Pressure Zone Control","operationId":"PressureZone_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PressureZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PressureZone"],"summary":"Delete a Pressure Zone Control","operationId":"PressureZone_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PressureZone"],"summary":"Patch a Pressure Zone Control","operationId":"PressureZone_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PressureZoneModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PressureZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/priceunit":{"get":{"tags":["PriceUnit"],"summary":"Retrieve list of Price Unit Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PriceUnit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PriceUnit"],"summary":"Add a Price Unit Control","operationId":"PriceUnit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PriceUnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PriceUnitModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/priceunit/{id}":{"get":{"tags":["PriceUnit"],"summary":"Retrieve a Price Unit Control","operationId":"PriceUnit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PriceUnitModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PriceUnit"],"summary":"Update a Price Unit Control","operationId":"PriceUnit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PriceUnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PriceUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PriceUnit"],"summary":"Delete a Price Unit Control","operationId":"PriceUnit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PriceUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PriceUnit"],"summary":"Patch a Price Unit Control","operationId":"PriceUnit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PriceUnitModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PriceUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/pricingmethod":{"get":{"tags":["PricingMethod"],"summary":"Retrieve list of Pricing Method Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PricingMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PricingMethod"],"summary":"Add a Pricing Method Control","operationId":"PricingMethod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PricingMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PricingMethodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/pricingmethod/{id}":{"get":{"tags":["PricingMethod"],"summary":"Retrieve a Pricing Method Control","operationId":"PricingMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PricingMethodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PricingMethod"],"summary":"Update a Pricing Method Control","operationId":"PricingMethod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PricingMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PricingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PricingMethod"],"summary":"Delete a Pricing Method Control","operationId":"PricingMethod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PricingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PricingMethod"],"summary":"Patch a Pricing Method Control","operationId":"PricingMethod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PricingMethodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PricingMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/primarymeteringdiscount":{"get":{"tags":["PrimaryMeteringDiscount"],"summary":"Retrieve list of Consumption Discount Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PrimaryMeteringDiscount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PrimaryMeteringDiscount"],"summary":"Add a Consumption Discount Control","operationId":"PrimaryMeteringDiscount_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/primarymeteringdiscount/{id}":{"get":{"tags":["PrimaryMeteringDiscount"],"summary":"Retrieve a Consumption Discount Control","operationId":"PrimaryMeteringDiscount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PrimaryMeteringDiscount"],"summary":"Update a Consumption Discount Control","operationId":"PrimaryMeteringDiscount_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PrimaryMeteringDiscount"],"summary":"Delete a Consumption Discount Control","operationId":"PrimaryMeteringDiscount_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PrimaryMeteringDiscount"],"summary":"Patch a Consumption Discount Control","operationId":"PrimaryMeteringDiscount_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PrimaryMeteringDiscountModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringDiscountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/primarymeteringunit":{"get":{"tags":["PrimaryMeteringUnit"],"summary":"Retrieve list of Primary Metering Unit items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PrimaryMeteringUnit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PrimaryMeteringUnit"],"summary":"Add a Primary Metering Unit","operationId":"PrimaryMeteringUnit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/primarymeteringunit/{id}":{"get":{"tags":["PrimaryMeteringUnit"],"summary":"Retrieve a Primary Metering Unit","operationId":"PrimaryMeteringUnit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PrimaryMeteringUnit"],"summary":"Update a Primary Metering Unit","operationId":"PrimaryMeteringUnit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PrimaryMeteringUnit"],"summary":"Delete a Primary Metering Unit","operationId":"PrimaryMeteringUnit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PrimaryMeteringUnit"],"summary":"Patch a Primary Metering Unit","operationId":"PrimaryMeteringUnit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PrimaryMeteringUnitModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrimaryMeteringUnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/printletter":{"get":{"tags":["PrintLetterRun"],"summary":"Retrieves list of PrintLetter process run status data","operationId":"PrintLetterRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PrintLetterRun"],"summary":"Execute the PrintLetter process","operationId":"PrintLetterRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The PrintLetter process parameters as PrintLetterRunModel","required":true,"schema":{"$ref":"#/definitions/PrintLetterRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/printletter/{id}":{"get":{"tags":["PrintLetterRun"],"summary":"Retrieve the process run status","operationId":"PrintLetterRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PrintLetterRun"],"summary":"Request to cancel a PrintLetter process","operationId":"PrintLetterRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/printletter/{id}/{outputRef}":{"get":{"tags":["PrintLetterRun"],"summary":"Retrieve the file output produced by report","operationId":"PrintLetterRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/printserviceorder":{"get":{"tags":["PrintServiceOrderRun"],"summary":"Retrieves list of PrintServiceOrder process run status data","operationId":"PrintServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PrintServiceOrderRun"],"summary":"Execute the PrintServiceOrder process","operationId":"PrintServiceOrderRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The PrintServiceOrder process parameters as PrintServiceOrderRunModel","required":true,"schema":{"$ref":"#/definitions/PrintServiceOrderRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/printserviceorder/{id}":{"get":{"tags":["PrintServiceOrderRun"],"summary":"Retrieve the process run status","operationId":"PrintServiceOrderRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PrintServiceOrderRun"],"summary":"Request to cancel a PrintServiceOrder process","operationId":"PrintServiceOrderRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/printserviceorder/{id}/{outputRef}":{"get":{"tags":["PrintServiceOrderRun"],"summary":"Retrieve the file output produced by report","operationId":"PrintServiceOrderRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/printsortorder":{"get":{"tags":["PrintSortOrder"],"summary":"Retrieve list of Print Sort Order Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PrintSortOrder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PrintSortOrder"],"summary":"Add a Print Sort Order Control","operationId":"PrintSortOrder_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrintSortOrderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PrintSortOrderModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/printsortorder/{id}":{"get":{"tags":["PrintSortOrder"],"summary":"Retrieve a Print Sort Order Control","operationId":"PrintSortOrder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrintSortOrderModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PrintSortOrder"],"summary":"Update a Print Sort Order Control","operationId":"PrintSortOrder_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PrintSortOrderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrintSortOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PrintSortOrder"],"summary":"Delete a Print Sort Order Control","operationId":"PrintSortOrder_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrintSortOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PrintSortOrder"],"summary":"Patch a Print Sort Order Control","operationId":"PrintSortOrder_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PrintSortOrderModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PrintSortOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/processlog":{"get":{"tags":["ProcessLog"],"summary":"Retrieve list of Process Log items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ProcessLog_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProcessLog"],"summary":"Add a Process Log","operationId":"ProcessLog_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessLogModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ProcessLogModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/processlog/{id}":{"get":{"tags":["ProcessLog"],"summary":"Retrieve a Process Log","operationId":"ProcessLog_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ProcessLog"],"summary":"Update a Process Log","operationId":"ProcessLog_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessLogModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProcessLog"],"summary":"Delete a Process Log","operationId":"ProcessLog_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ProcessLog"],"summary":"Patch a Process Log","operationId":"ProcessLog_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ProcessLogModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/processlogdetail":{"get":{"tags":["ProcessLogDetail"],"summary":"Retrieve list of Process Log Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ProcessLogDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProcessLogDetail"],"summary":"Add a Process Log Detail","operationId":"ProcessLogDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/processlogdetail/{id}":{"get":{"tags":["ProcessLogDetail"],"summary":"Retrieve a Process Log Detail","operationId":"ProcessLogDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ProcessLogDetail"],"summary":"Update a Process Log Detail","operationId":"ProcessLogDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProcessLogDetail"],"summary":"Delete a Process Log Detail","operationId":"ProcessLogDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ProcessLogDetail"],"summary":"Patch a Process Log Detail","operationId":"ProcessLogDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ProcessLogDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessLogDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/processlogpurge":{"get":{"tags":["ProcessLogPurgeRun"],"summary":"Retrieves list of ProcessLogPurge process run status data","operationId":"ProcessLogPurgeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProcessLogPurgeRun"],"summary":"Execute the ProcessLogPurge process","operationId":"ProcessLogPurgeRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ProcessLogPurgeRunModel","required":true,"schema":{"$ref":"#/definitions/ProcessLogPurgeRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/processlogpurge/{id}":{"get":{"tags":["ProcessLogPurgeRun"],"summary":"Retrieve the process run status","operationId":"ProcessLogPurgeRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProcessLogPurgeRun"],"summary":"Request to cancel a ProcessLogPurge process","operationId":"ProcessLogPurgeRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/processrunstatus":{"get":{"tags":["ProcessRunStatus"],"summary":"Retrieve list of Process Run Status items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ProcessRunStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProcessRunStatus"],"summary":"Add a Process Run Status","operationId":"ProcessRunStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/processrunstatus/{id}":{"get":{"tags":["ProcessRunStatus"],"summary":"Retrieve a Process Run Status","operationId":"ProcessRunStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ProcessRunStatus"],"summary":"Update a Process Run Status","operationId":"ProcessRunStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProcessRunStatus"],"summary":"Delete a Process Run Status","operationId":"ProcessRunStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ProcessRunStatus"],"summary":"Patch a Process Run Status","operationId":"ProcessRunStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ProcessRunStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProcessRunStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/propanetank":{"get":{"tags":["PropaneTank"],"summary":"Retrieve list of Propane Tank items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PropaneTank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PropaneTank"],"summary":"Add a Propane Tank","operationId":"PropaneTank_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PropaneTankModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/propanetank/{id}":{"get":{"tags":["PropaneTank"],"summary":"Retrieve a Propane Tank","operationId":"PropaneTank_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PropaneTank"],"summary":"Update a Propane Tank","operationId":"PropaneTank_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PropaneTank"],"summary":"Delete a Propane Tank","operationId":"PropaneTank_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PropaneTank"],"summary":"Patch a Propane Tank","operationId":"PropaneTank_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PropaneTankModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/propanetankmaintenance":{"get":{"tags":["PropaneTankMaintenance"],"summary":"Retrieve list of Propane Tank Maintenance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PropaneTankMaintenance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PropaneTankMaintenance"],"summary":"Add a Propane Tank Maintenance","operationId":"PropaneTankMaintenance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/propanetankmaintenance/{id}":{"get":{"tags":["PropaneTankMaintenance"],"summary":"Retrieve a Propane Tank Maintenance","operationId":"PropaneTankMaintenance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PropaneTankMaintenance"],"summary":"Update a Propane Tank Maintenance","operationId":"PropaneTankMaintenance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PropaneTankMaintenance"],"summary":"Delete a Propane Tank Maintenance","operationId":"PropaneTankMaintenance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PropaneTankMaintenance"],"summary":"Patch a Propane Tank Maintenance","operationId":"PropaneTankMaintenance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PropaneTankMaintenanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/propanetankmaintenancecode":{"get":{"tags":["PropaneTankMaintenanceCode"],"summary":"Retrieve list of Propane Tank Maintenance Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PropaneTankMaintenanceCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PropaneTankMaintenanceCode"],"summary":"Add a Propane Tank Maintenance Control","operationId":"PropaneTankMaintenanceCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/propanetankmaintenancecode/{id}":{"get":{"tags":["PropaneTankMaintenanceCode"],"summary":"Retrieve a Propane Tank Maintenance Control","operationId":"PropaneTankMaintenanceCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PropaneTankMaintenanceCode"],"summary":"Update a Propane Tank Maintenance Control","operationId":"PropaneTankMaintenanceCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PropaneTankMaintenanceCode"],"summary":"Delete a Propane Tank Maintenance Control","operationId":"PropaneTankMaintenanceCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PropaneTankMaintenanceCode"],"summary":"Patch a Propane Tank Maintenance Control","operationId":"PropaneTankMaintenanceCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PropaneTankMaintenanceCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/propanetanktype":{"get":{"tags":["PropaneTankType"],"summary":"Retrieve list of Propane Tank Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PropaneTankType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PropaneTankType"],"summary":"Add a Propane Tank Type Control","operationId":"PropaneTankType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/propanetanktype/{id}":{"get":{"tags":["PropaneTankType"],"summary":"Retrieve a Propane Tank Type Control","operationId":"PropaneTankType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PropaneTankType"],"summary":"Update a Propane Tank Type Control","operationId":"PropaneTankType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PropaneTankType"],"summary":"Delete a Propane Tank Type Control","operationId":"PropaneTankType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PropaneTankType"],"summary":"Patch a Propane Tank Type Control","operationId":"PropaneTankType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PropaneTankTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropaneTankTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/propertycode":{"get":{"tags":["PropertyCode"],"summary":"Retrieve list of Property Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"PropertyCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["PropertyCode"],"summary":"Add a Property Code Control","operationId":"PropertyCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropertyCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/PropertyCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/propertycode/{id}":{"get":{"tags":["PropertyCode"],"summary":"Retrieve a Property Code Control","operationId":"PropertyCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropertyCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["PropertyCode"],"summary":"Update a Property Code Control","operationId":"PropertyCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/PropertyCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropertyCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["PropertyCode"],"summary":"Delete a Property Code Control","operationId":"PropertyCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropertyCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["PropertyCode"],"summary":"Patch a Property Code Control","operationId":"PropertyCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[PropertyCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/PropertyCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/prorationrule":{"get":{"tags":["ProrationRule"],"summary":"Retrieve list of Proration Rules Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ProrationRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProrationRule"],"summary":"Add a Proration Rules Control","operationId":"ProrationRule_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProrationRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ProrationRuleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/prorationrule/{id}":{"get":{"tags":["ProrationRule"],"summary":"Retrieve a Proration Rules Control","operationId":"ProrationRule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ProrationRule"],"summary":"Update a Proration Rules Control","operationId":"ProrationRule_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProrationRuleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProrationRule"],"summary":"Delete a Proration Rules Control","operationId":"ProrationRule_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ProrationRule"],"summary":"Patch a Proration Rules Control","operationId":"ProrationRule_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ProrationRuleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/prorationruledetail":{"get":{"tags":["ProrationRuleDetail"],"summary":"Retrieve list of Proration Rules Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ProrationRuleDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ProrationRuleDetail"],"summary":"Add a Proration Rules Detail Control","operationId":"ProrationRuleDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/prorationruledetail/{id}":{"get":{"tags":["ProrationRuleDetail"],"summary":"Retrieve a Proration Rules Detail Control","operationId":"ProrationRuleDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ProrationRuleDetail"],"summary":"Update a Proration Rules Detail Control","operationId":"ProrationRuleDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ProrationRuleDetail"],"summary":"Delete a Proration Rules Detail Control","operationId":"ProrationRuleDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ProrationRuleDetail"],"summary":"Patch a Proration Rules Detail Control","operationId":"ProrationRuleDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ProrationRuleDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ProrationRuleDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/utility/query/load":{"post":{"tags":["Query"],"summary":"Parses a given serialized Query/PromptData and build a QueryTree model.\r\nThe query serialized model should be in the standard format of the CIS internal serialized QueryTree as stored in CON206/Criteria and other places which store query snippets.\r\nThis method does not apply the prompt data on the tree, to apply prompt data use \"build\" method","operationId":"Query_Load","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"A serialized QueryTree in string format (XML or JSON)","required":true,"schema":{"$ref":"#/definitions/QuerySerializedModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/QueryModel"}},"400":{"description":"BadRequest"}}}},"/utility/query/save":{"post":{"tags":["Query"],"summary":"Serializes a given Query/PromptData model and returns a QuerySerializedModel containing serialized data in string format.\r\nThis method does not apply the prompt data on the tree, to apply prompt data use \"build\" method","operationId":"Query_Save","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/QuerySerializedModel"}},"400":{"description":"BadRequest"}}}},"/utility/query/build":{"post":{"tags":["Query"],"summary":"Validates and builds the necessary 'Description' property and the PromptData of the supplied query tree. \r\nThis method applies the prompt data on the tree if the 'PromptData' list is not empty","operationId":"Query_Build","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/QueryModel"}},"400":{"description":"BadRequest"}}}},"/utility/query/buildnode":{"post":{"tags":["Query"],"summary":"Validates and builds the necessary 'Description' property and the PromptData of the supplied query tree node.","operationId":"Query_BuildNode","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query node to process","required":true,"schema":{"$ref":"#/definitions/QueryTreeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/QueryTreeModel"}},"400":{"description":"BadRequest"}}}},"/utility/query/run":{"post":{"tags":["Query"],"summary":"Runs the specified QueryTree and returns a list of data from the target type of the QueryTree.\r\nIncorrectly formatted query tree will return 400/Bad Request.","operationId":"Query_Run","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryTreeModel"}},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'","required":false,"type":"string"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"}}}},"/utility/query/keys":{"post":{"tags":["Query"],"summary":"Prepare and execute a query based on the supplied query tree.\r\nReturns a list of Pk values representing the result records from the query.\r\nThe Pks are for the source model on which the query is based/rooted.","operationId":"Query_Keys","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryTreeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"format":"int64","type":"integer"}}},"400":{"description":"BadRequest"}}}},"/utility/query/count":{"post":{"tags":["Query"],"summary":"Runs the specified QueryTree and returns the number of matching data.\r\nIncorrectly formatted query tree will return 400/Bad Request.","operationId":"Query_Count","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryTreeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"int64","type":"integer"}},"400":{"description":"BadRequest"}}}},"/utility/query/plan":{"post":{"tags":["Query"],"summary":"Prepare a query plan based on the supplied query tree. Returns a string describing the detailed steps involved in the execution of the query (ie. a query plan).\r\nIncorrectly formatted query tree will return 400/Bad Request.","operationId":"Query_Plan","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"query","in":"body","description":"Query to process","required":true,"schema":{"$ref":"#/definitions/QueryTreeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}}},"/data/radiotype":{"get":{"tags":["RadioType"],"summary":"Retrieve list of Radio Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RadioType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RadioType"],"summary":"Add a Radio Type Control","operationId":"RadioType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RadioTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RadioTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/radiotype/{id}":{"get":{"tags":["RadioType"],"summary":"Retrieve a Radio Type Control","operationId":"RadioType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RadioTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RadioType"],"summary":"Update a Radio Type Control","operationId":"RadioType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RadioTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RadioTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RadioType"],"summary":"Delete a Radio Type Control","operationId":"RadioType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RadioTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RadioType"],"summary":"Patch a Radio Type Control","operationId":"RadioType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RadioTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RadioTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/rate/$masscopy":{"post":{"tags":["Rate"],"summary":"It copies all selected rates with new effective date","operationId":"Rate_MassCopy","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"parms","in":"body","description":"Details for mass copy","required":true,"schema":{"$ref":"#/definitions/RateMassCopyModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/rate":{"get":{"tags":["Rate"],"summary":"Retrieve list of Rate Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Rate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Rate"],"summary":"Add a Rate Control","operationId":"Rate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/rate/{id}":{"get":{"tags":["Rate"],"summary":"Retrieve a Rate Control","operationId":"Rate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Rate"],"summary":"Update a Rate Control","operationId":"Rate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Rate"],"summary":"Delete a Rate Control","operationId":"Rate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Rate"],"summary":"Patch a Rate Control","operationId":"Rate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ratedetail":{"get":{"tags":["RateDetail"],"summary":"Retrieve list of Rate Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RateDetail"],"summary":"Add a Rate Detail","operationId":"RateDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RateDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ratedetail/{id}":{"get":{"tags":["RateDetail"],"summary":"Retrieve a Rate Detail","operationId":"RateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RateDetail"],"summary":"Update a Rate Detail","operationId":"RateDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RateDetail"],"summary":"Delete a Rate Detail","operationId":"RateDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RateDetail"],"summary":"Patch a Rate Detail","operationId":"RateDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RateDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/rateexception":{"get":{"tags":["RateException"],"summary":"Retrieve list of Rate Exceptions Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RateException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RateException"],"summary":"Add a Rate Exceptions Control","operationId":"RateException_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RateExceptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/rateexception/{id}":{"get":{"tags":["RateException"],"summary":"Retrieve a Rate Exceptions Control","operationId":"RateException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RateException"],"summary":"Update a Rate Exceptions Control","operationId":"RateException_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RateException"],"summary":"Delete a Rate Exceptions Control","operationId":"RateException_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RateException"],"summary":"Patch a Rate Exceptions Control","operationId":"RateException_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RateExceptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/rateexceptionconsumption":{"get":{"tags":["RateExceptionConsumption"],"summary":"Retrieve list of Rate Exception Consumption Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RateExceptionConsumption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RateExceptionConsumption"],"summary":"Add a Rate Exception Consumption Detail Control","operationId":"RateExceptionConsumption_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/rateexceptionconsumption/{id}":{"get":{"tags":["RateExceptionConsumption"],"summary":"Retrieve a Rate Exception Consumption Detail Control","operationId":"RateExceptionConsumption_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RateExceptionConsumption"],"summary":"Update a Rate Exception Consumption Detail Control","operationId":"RateExceptionConsumption_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RateExceptionConsumption"],"summary":"Delete a Rate Exception Consumption Detail Control","operationId":"RateExceptionConsumption_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RateExceptionConsumption"],"summary":"Patch a Rate Exception Consumption Detail Control","operationId":"RateExceptionConsumption_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RateExceptionConsumptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateExceptionConsumptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ratetype":{"get":{"tags":["RateType"],"summary":"Retrieve list of Rate Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RateType"],"summary":"Add a Rate Type Control","operationId":"RateType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RateTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ratetype/{id}":{"get":{"tags":["RateType"],"summary":"Retrieve a Rate Type Control","operationId":"RateType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RateType"],"summary":"Update a Rate Type Control","operationId":"RateType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RateTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RateType"],"summary":"Delete a Rate Type Control","operationId":"RateType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RateType"],"summary":"Patch a Rate Type Control","operationId":"RateType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RateTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RateTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/readauditresult":{"get":{"tags":["ReadAuditResult"],"summary":"Retrieve list of Read Audit Result Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ReadAuditResult_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReadAuditResult"],"summary":"Add a Read Audit Result Control","operationId":"ReadAuditResult_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadAuditResultModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReadAuditResultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/readauditresult/{id}":{"get":{"tags":["ReadAuditResult"],"summary":"Retrieve a Read Audit Result Control","operationId":"ReadAuditResult_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadAuditResultModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ReadAuditResult"],"summary":"Update a Read Audit Result Control","operationId":"ReadAuditResult_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadAuditResultModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadAuditResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReadAuditResult"],"summary":"Delete a Read Audit Result Control","operationId":"ReadAuditResult_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadAuditResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ReadAuditResult"],"summary":"Patch a Read Audit Result Control","operationId":"ReadAuditResult_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReadAuditResultModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadAuditResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/readstatus":{"get":{"tags":["ReadStatus"],"summary":"Retrieve list of Read Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ReadStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReadStatus"],"summary":"Add a Read Status Control","operationId":"ReadStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReadStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/readstatus/{id}":{"get":{"tags":["ReadStatus"],"summary":"Retrieve a Read Status Control","operationId":"ReadStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ReadStatus"],"summary":"Update a Read Status Control","operationId":"ReadStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReadStatus"],"summary":"Delete a Read Status Control","operationId":"ReadStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ReadStatus"],"summary":"Patch a Read Status Control","operationId":"ReadStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReadStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/readstatustype":{"get":{"tags":["ReadStatusType"],"summary":"Retrieve list of Read Status Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ReadStatusType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReadStatusType"],"summary":"Add a Read Status Type Control","operationId":"ReadStatusType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/readstatustype/{id}":{"get":{"tags":["ReadStatusType"],"summary":"Retrieve a Read Status Type Control","operationId":"ReadStatusType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ReadStatusType"],"summary":"Update a Read Status Type Control","operationId":"ReadStatusType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReadStatusType"],"summary":"Delete a Read Status Type Control","operationId":"ReadStatusType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ReadStatusType"],"summary":"Patch a Read Status Type Control","operationId":"ReadStatusType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReadStatusTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadStatusTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/readtype":{"get":{"tags":["ReadType"],"summary":"Retrieve list of Read Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReadType"],"summary":"Add a Read Type Control","operationId":"ReadType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReadTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/readtype/{id}":{"get":{"tags":["ReadType"],"summary":"Retrieve a Read Type Control","operationId":"ReadType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ReadType"],"summary":"Update a Read Type Control","operationId":"ReadType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReadTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReadType"],"summary":"Delete a Read Type Control","operationId":"ReadType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ReadType"],"summary":"Patch a Read Type Control","operationId":"ReadType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReadTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReadTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/reasonscrapped":{"get":{"tags":["ReasonScrapped"],"summary":"Retrieve list of Reason Scrapped Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ReasonScrapped_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReasonScrapped"],"summary":"Add a Reason Scrapped Control","operationId":"ReasonScrapped_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReasonScrappedModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReasonScrappedModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/reasonscrapped/{id}":{"get":{"tags":["ReasonScrapped"],"summary":"Retrieve a Reason Scrapped Control","operationId":"ReasonScrapped_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReasonScrappedModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ReasonScrapped"],"summary":"Update a Reason Scrapped Control","operationId":"ReasonScrapped_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReasonScrappedModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReasonScrappedModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReasonScrapped"],"summary":"Delete a Reason Scrapped Control","operationId":"ReasonScrapped_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReasonScrappedModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ReasonScrapped"],"summary":"Patch a Reason Scrapped Control","operationId":"ReasonScrapped_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReasonScrappedModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReasonScrappedModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/reassigntask":{"get":{"tags":["ReassignTaskRun"],"summary":"Retrieves list of ReassignTask process run status data","operationId":"ReassignTaskRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReassignTaskRun"],"summary":"Execute the ReassignTask process","operationId":"ReassignTaskRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ReassignTaskRunModel","required":true,"schema":{"$ref":"#/definitions/ReassignTaskRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/reassigntask/{id}":{"get":{"tags":["ReassignTaskRun"],"summary":"Retrieve the process run status","operationId":"ReassignTaskRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReassignTaskRun"],"summary":"Request to cancel a ReassignTask process","operationId":"ReassignTaskRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/reconcilearbalance":{"get":{"tags":["ReconcileArBalanceRun"],"summary":"Retrieves list of ReconcileArBalance process run status data","operationId":"ReconcileArBalanceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReconcileArBalanceRun"],"summary":"Execute the ReconcileArBalance process","operationId":"ReconcileArBalanceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ReconcileArBalanceRunModel","required":true,"schema":{"$ref":"#/definitions/ReconcileArBalanceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/reconcilearbalance/{id}":{"get":{"tags":["ReconcileArBalanceRun"],"summary":"Retrieve the process run status","operationId":"ReconcileArBalanceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReconcileArBalanceRun"],"summary":"Request to cancel a ReconcileArBalance process","operationId":"ReconcileArBalanceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/recurringcharge":{"get":{"tags":["RecurringCharge"],"summary":"Retrieve list of Recurring Charge items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RecurringCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RecurringCharge"],"summary":"Add a Recurring Charge","operationId":"RecurringCharge_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RecurringChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RecurringChargeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/recurringcharge/{id}":{"get":{"tags":["RecurringCharge"],"summary":"Retrieve a Recurring Charge","operationId":"RecurringCharge_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RecurringChargeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RecurringCharge"],"summary":"Update a Recurring Charge","operationId":"RecurringCharge_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RecurringChargeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RecurringChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RecurringCharge"],"summary":"Delete a Recurring Charge","operationId":"RecurringCharge_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RecurringChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RecurringCharge"],"summary":"Patch a Recurring Charge","operationId":"RecurringCharge_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RecurringChargeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RecurringChargeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/relatedservicegroup":{"get":{"tags":["RelatedServiceGroup"],"summary":"Retrieve list of Related Service Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RelatedServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RelatedServiceGroup"],"summary":"Add a Related Service Group Control","operationId":"RelatedServiceGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/relatedservicegroup/{id}":{"get":{"tags":["RelatedServiceGroup"],"summary":"Retrieve a Related Service Group Control","operationId":"RelatedServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RelatedServiceGroup"],"summary":"Update a Related Service Group Control","operationId":"RelatedServiceGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RelatedServiceGroup"],"summary":"Delete a Related Service Group Control","operationId":"RelatedServiceGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RelatedServiceGroup"],"summary":"Patch a Related Service Group Control","operationId":"RelatedServiceGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RelatedServiceGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelatedServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/relationship":{"get":{"tags":["Relationship"],"summary":"Retrieve list of Relationship Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Relationship_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Relationship"],"summary":"Add a Relationship Control","operationId":"Relationship_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RelationshipModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RelationshipModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/relationship/{id}":{"get":{"tags":["Relationship"],"summary":"Retrieve a Relationship Control","operationId":"Relationship_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelationshipModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Relationship"],"summary":"Update a Relationship Control","operationId":"Relationship_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RelationshipModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Relationship"],"summary":"Delete a Relationship Control","operationId":"Relationship_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Relationship"],"summary":"Patch a Relationship Control","operationId":"Relationship_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RelationshipModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RelationshipModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/remotemethod":{"get":{"tags":["RemoteMethod"],"summary":"Retrieve list of Water Meter Remote Method Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RemoteMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RemoteMethod"],"summary":"Add a Water Meter Remote Method Control","operationId":"RemoteMethod_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RemoteMethodModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/remotemethod/{id}":{"get":{"tags":["RemoteMethod"],"summary":"Retrieve a Water Meter Remote Method Control","operationId":"RemoteMethod_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteMethodModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RemoteMethod"],"summary":"Update a Water Meter Remote Method Control","operationId":"RemoteMethod_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteMethodModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RemoteMethod"],"summary":"Delete a Water Meter Remote Method Control","operationId":"RemoteMethod_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RemoteMethod"],"summary":"Patch a Water Meter Remote Method Control","operationId":"RemoteMethod_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RemoteMethodModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteMethodModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/remotetype":{"get":{"tags":["RemoteType"],"summary":"Retrieve list of Remote Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RemoteType"],"summary":"Add a Remote Type Control","operationId":"RemoteType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RemoteTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/remotetype/{id}":{"get":{"tags":["RemoteType"],"summary":"Retrieve a Remote Type Control","operationId":"RemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RemoteType"],"summary":"Update a Remote Type Control","operationId":"RemoteType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RemoteType"],"summary":"Delete a Remote Type Control","operationId":"RemoteType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RemoteType"],"summary":"Patch a Remote Type Control","operationId":"RemoteType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RemoteTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/remotewarrantystatus":{"get":{"tags":["RemoteWarrantyStatus"],"summary":"Retrieve list of Remote Warranty Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RemoteWarrantyStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RemoteWarrantyStatus"],"summary":"Add a Remote Warranty Status Control","operationId":"RemoteWarrantyStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/remotewarrantystatus/{id}":{"get":{"tags":["RemoteWarrantyStatus"],"summary":"Retrieve a Remote Warranty Status Control","operationId":"RemoteWarrantyStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RemoteWarrantyStatus"],"summary":"Update a Remote Warranty Status Control","operationId":"RemoteWarrantyStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RemoteWarrantyStatus"],"summary":"Delete a Remote Warranty Status Control","operationId":"RemoteWarrantyStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RemoteWarrantyStatus"],"summary":"Patch a Remote Warranty Status Control","operationId":"RemoteWarrantyStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RemoteWarrantyStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemoteWarrantyStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/removedcashjournal":{"get":{"tags":["RemovedCashJournal"],"summary":"Retrieve list of Removed Cash Journal items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RemovedCashJournal_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RemovedCashJournal"],"summary":"Add a Removed Cash Journal","operationId":"RemovedCashJournal_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/removedcashjournal/{id}":{"get":{"tags":["RemovedCashJournal"],"summary":"Retrieve a Removed Cash Journal","operationId":"RemovedCashJournal_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RemovedCashJournal"],"summary":"Update a Removed Cash Journal","operationId":"RemovedCashJournal_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RemovedCashJournal"],"summary":"Delete a Removed Cash Journal","operationId":"RemovedCashJournal_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RemovedCashJournal"],"summary":"Patch a Removed Cash Journal","operationId":"RemovedCashJournal_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RemovedCashJournalModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RemovedCashJournalModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/renumberkey":{"get":{"tags":["RenumberKeyRun"],"summary":"Retrieves list of RenumberKey process run status data","operationId":"RenumberKeyRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RenumberKeyRun"],"summary":"Execute the RenumberKey process with the given parameters","operationId":"RenumberKeyRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in RenumberKeyRunModel.","required":true,"schema":{"$ref":"#/definitions/RenumberKeyRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/renumberkey/{id}":{"get":{"tags":["RenumberKeyRun"],"summary":"Retrieve the process run status","operationId":"RenumberKeyRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RenumberKeyRun"],"summary":"Request to cancel a RenumberKey process","operationId":"RenumberKeyRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The ID of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/repairtype":{"get":{"tags":["RepairType"],"summary":"Retrieve list of Repair Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RepairType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RepairType"],"summary":"Add a Repair Type Control","operationId":"RepairType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RepairTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RepairTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/repairtype/{id}":{"get":{"tags":["RepairType"],"summary":"Retrieve a Repair Type Control","operationId":"RepairType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RepairTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RepairType"],"summary":"Update a Repair Type Control","operationId":"RepairType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RepairTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RepairTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RepairType"],"summary":"Delete a Repair Type Control","operationId":"RepairType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RepairTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RepairType"],"summary":"Patch a Repair Type Control","operationId":"RepairType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RepairTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RepairTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/replacelimitercutoffdevicenumber":{"get":{"tags":["ReplaceLimiterCutOffDeviceNumberRun"],"summary":"Retrieves list of ReplaceLimiterCutOffDeviceNumber process run status data","operationId":"ReplaceLimiterCutOffDeviceNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReplaceLimiterCutOffDeviceNumberRun"],"summary":"Execute the ReplaceLimiterCutOffDeviceNumber process with the given parameters","operationId":"ReplaceLimiterCutOffDeviceNumberRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ReplaceLimiterCutOffDeviceNumberRunControllerRunModel.","required":true,"schema":{"$ref":"#/definitions/ReplaceLimiterCutOffDeviceNumberRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/replacelimitercutoffdevicenumber/{id}":{"get":{"tags":["ReplaceLimiterCutOffDeviceNumberRun"],"summary":"Retrieve the process run status","operationId":"ReplaceLimiterCutOffDeviceNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReplaceLimiterCutOffDeviceNumberRun"],"summary":"Request to cancel a ReplaceLimiterCutOffDeviceNumber process","operationId":"ReplaceLimiterCutOffDeviceNumberRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The ID of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/replacemeterid":{"get":{"tags":["ReplaceMeterIdRun"],"summary":"Retrieves list of ReplaceMeterId process run status data","operationId":"ReplaceMeterIdRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReplaceMeterIdRun"],"summary":"Execute the ReplaceMeterId process","operationId":"ReplaceMeterIdRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ReplaceMeterIdRunModel","required":true,"schema":{"$ref":"#/definitions/ReplaceMeterIdRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/replacemeterid/{id}":{"get":{"tags":["ReplaceMeterIdRun"],"summary":"Retrieve the process run status","operationId":"ReplaceMeterIdRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReplaceMeterIdRun"],"summary":"Request to cancel a ReplaceMeterId process","operationId":"ReplaceMeterIdRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/replacepropanetanknumber":{"get":{"tags":["ReplacePropaneTankNumberRun"],"summary":"Retrieves list of ReplacePropaneTankNumber process run status data","operationId":"ReplacePropaneTankNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ReplacePropaneTankNumberRun"],"summary":"Execute the ReplacePropaneTankNumber process with the given parameters","operationId":"ReplacePropaneTankNumberRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ReplacePropaneTankNumberRunControllerRunModel.","required":true,"schema":{"$ref":"#/definitions/ReplacePropaneTankNumberRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/replacepropanetanknumber/{id}":{"get":{"tags":["ReplacePropaneTankNumberRun"],"summary":"Retrieve the process run status","operationId":"ReplacePropaneTankNumberRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ReplacePropaneTankNumberRun"],"summary":"Request to cancel a ReplacePropaneTankNumber process","operationId":"ReplacePropaneTankNumberRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The ID of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/report":{"get":{"tags":["Report"],"summary":"Retrieve list of report definitions available in this system.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Report_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Report"],"summary":"Add a report definition","operationId":"Report_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ReportModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/report/{id}":{"get":{"tags":["Report"],"summary":"Retrieve a report definition","operationId":"Report_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReportModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Report"],"summary":"Update a report definition","operationId":"Report_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ReportModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Report"],"summary":"Delete a report definition","operationId":"Report_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Report"],"summary":"Patch a report definition","operationId":"Report_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ReportModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ReportModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/requestedinformation":{"get":{"tags":["RequestedInformation"],"summary":"Retrieve list of Requested Information Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RequestedInformation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RequestedInformation"],"summary":"Add a Requested Information Control","operationId":"RequestedInformation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RequestedInformationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RequestedInformationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/requestedinformation/{id}":{"get":{"tags":["RequestedInformation"],"summary":"Retrieve a Requested Information Control","operationId":"RequestedInformation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestedInformationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RequestedInformation"],"summary":"Update a Requested Information Control","operationId":"RequestedInformation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RequestedInformationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestedInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RequestedInformation"],"summary":"Delete a Requested Information Control","operationId":"RequestedInformation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestedInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RequestedInformation"],"summary":"Patch a Requested Information Control","operationId":"RequestedInformation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RequestedInformationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestedInformationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/requestrejectionreason":{"get":{"tags":["RequestRejectionReason"],"summary":"Retrieve list of Transaction Request Rejection Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RequestRejectionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RequestRejectionReason"],"summary":"Add a Transaction Request Rejection Reason Control","operationId":"RequestRejectionReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/requestrejectionreason/{id}":{"get":{"tags":["RequestRejectionReason"],"summary":"Retrieve a Transaction Request Rejection Reason Control","operationId":"RequestRejectionReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RequestRejectionReason"],"summary":"Update a Transaction Request Rejection Reason Control","operationId":"RequestRejectionReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RequestRejectionReason"],"summary":"Delete a Transaction Request Rejection Reason Control","operationId":"RequestRejectionReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RequestRejectionReason"],"summary":"Patch a Transaction Request Rejection Reason Control","operationId":"RequestRejectionReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RequestRejectionReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RequestRejectionReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/requesttransactionbatch":{"get":{"tags":["RequestTransactionBatchRun"],"summary":"Retrieves list of RequestTransactionBatch process run status data","operationId":"RequestTransactionBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RequestTransactionBatchRun"],"summary":"Execute the RequestTransactionBatch process","operationId":"RequestTransactionBatchRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in RequestTransactionBatchRunModel","required":true,"schema":{"$ref":"#/definitions/RequestTransactionBatchRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/requesttransactionbatch/{id}":{"get":{"tags":["RequestTransactionBatchRun"],"summary":"Retrieve the process run status","operationId":"RequestTransactionBatchRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RequestTransactionBatchRun"],"summary":"Request to cancel a RequestTransactionBatch process","operationId":"RequestTransactionBatchRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/resetytdcontribution":{"get":{"tags":["ResetYTDContributionRun"],"summary":"Retrieves list of ResetYTDContribution process run status data","operationId":"ResetYTDContributionRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ResetYTDContributionRun"],"summary":"Execute the ResetYTDContribution process to","operationId":"ResetYTDContributionRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ResetYTDContributionRunModel","required":true,"schema":{"$ref":"#/definitions/ResetYTDContributionRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/resetytdcontribution/{id}":{"get":{"tags":["ResetYTDContributionRun"],"summary":"Retrieve the process run status","operationId":"ResetYTDContributionRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ResetYTDContributionRun"],"summary":"Request to cancel a ResetYTDContribution process","operationId":"ResetYTDContributionRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/retrieveparameters":{"get":{"tags":["RetrieveParameters"],"summary":"Find parameters in the payment application database given the external source and unique id","operationId":"RetrieveParameters_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"externalSource","in":"query","description":"The external source of the list of parameters to retrieve","required":true,"type":"string"},{"name":"uniqueId","in":"query","description":"The unique id of the list of parameters to retrieve","required":true,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/PaymentParameterListModel"}}}}}},"/data/revenueclass":{"get":{"tags":["RevenueClass"],"summary":"Retrieve list of Revenue Class Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RevenueClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RevenueClass"],"summary":"Add a Revenue Class Control","operationId":"RevenueClass_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RevenueClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RevenueClassModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/revenueclass/{id}":{"get":{"tags":["RevenueClass"],"summary":"Retrieve a Revenue Class Control","operationId":"RevenueClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RevenueClassModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RevenueClass"],"summary":"Update a Revenue Class Control","operationId":"RevenueClass_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RevenueClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RevenueClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RevenueClass"],"summary":"Delete a Revenue Class Control","operationId":"RevenueClass_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RevenueClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RevenueClass"],"summary":"Patch a Revenue Class Control","operationId":"RevenueClass_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RevenueClassModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RevenueClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/ringnumber":{"get":{"tags":["RingNumber"],"summary":"Retrieve list of Ring Number items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RingNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RingNumber"],"summary":"Add a Ring Number","operationId":"RingNumber_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RingNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RingNumberModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/ringnumber/{id}":{"get":{"tags":["RingNumber"],"summary":"Retrieve a Ring Number","operationId":"RingNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RingNumberModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RingNumber"],"summary":"Update a Ring Number","operationId":"RingNumber_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RingNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RingNumber"],"summary":"Delete a Ring Number","operationId":"RingNumber_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RingNumber"],"summary":"Patch a Ring Number","operationId":"RingNumber_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RingNumberModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/routecontrol":{"get":{"tags":["RouteControl"],"summary":"Retrieve list of Route Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RouteControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RouteControl"],"summary":"Add a Route Control","operationId":"RouteControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RouteControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/routecontrol/{id}":{"get":{"tags":["RouteControl"],"summary":"Retrieve a Route Control","operationId":"RouteControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RouteControl"],"summary":"Update a Route Control","operationId":"RouteControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RouteControl"],"summary":"Delete a Route Control","operationId":"RouteControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RouteControl"],"summary":"Patch a Route Control","operationId":"RouteControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RouteControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/routedriver":{"get":{"tags":["RouteDriver"],"summary":"Retrieve list of Route Driver items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RouteDriver_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RouteDriver"],"summary":"Add a Route Driver","operationId":"RouteDriver_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteDriverModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RouteDriverModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/routedriver/{id}":{"get":{"tags":["RouteDriver"],"summary":"Retrieve a Route Driver","operationId":"RouteDriver_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteDriverModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RouteDriver"],"summary":"Update a Route Driver","operationId":"RouteDriver_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteDriverModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteDriverModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RouteDriver"],"summary":"Delete a Route Driver","operationId":"RouteDriver_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteDriverModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RouteDriver"],"summary":"Patch a Route Driver","operationId":"RouteDriver_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RouteDriverModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteDriverModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/routehistory":{"get":{"tags":["RouteHistory"],"summary":"Retrieve list of Route History items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"RouteHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RouteHistory"],"summary":"Add a Route History","operationId":"RouteHistory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/RouteHistoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/routehistory/{id}":{"get":{"tags":["RouteHistory"],"summary":"Retrieve a Route History","operationId":"RouteHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteHistoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["RouteHistory"],"summary":"Update a Route History","operationId":"RouteHistory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/RouteHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RouteHistory"],"summary":"Delete a Route History","operationId":"RouteHistory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["RouteHistory"],"summary":"Patch a Route History","operationId":"RouteHistory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[RouteHistoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/RouteHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/routemanagementload":{"post":{"tags":["RouteManagement"],"summary":"It loads Cycle/Book or Call Number RouteManagement data","operationId":"RouteManagement_GetRouteManagementLoadData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"RouteManagementLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/RouteManagementLoadRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/RouteManagementLoadResultModel"}}},"400":{"description":"BadRequest"}}}},"/do/solidwasteroutemanagementload":{"post":{"tags":["RouteManagement"],"summary":"Loads Solid Waste RouteManagement data","operationId":"RouteManagement_GetSolidWasteLoadData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"RouteManagementLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/RouteManagementLoadRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/RouteManagementLoadResultModel"}}},"400":{"description":"BadRequest"}}}},"/do/routemanagementrun":{"post":{"tags":["RouteManagement"],"summary":"It processes Route Management changes for Cycle/Book or Call Number","operationId":"RouteManagement_ProcessRouteManagementChanges","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"RouteManagementLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/RouteManagementRunRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}},"400":{"description":"BadRequest"}}}},"/do/solidwasteroutemanagementrun":{"post":{"tags":["RouteManagement"],"summary":"It processes Route Management changes for Cycle/Book or Call Number","operationId":"RouteManagement_ProcessSolidWasteRouteChanges","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"RouteManagementLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteManagementRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}},"400":{"description":"BadRequest"}}}},"/do/routemanagementresequence":{"post":{"tags":["RouteManagement"],"summary":"Loads Solid Waste RouteManagement data","operationId":"RouteManagement_ResequenceItems","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"RouteManagementLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/RouteManagementResequenceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/RouteManagementLoadResultModel"}}},"400":{"description":"BadRequest"}}}},"/do/runbookmark":{"get":{"tags":["RunBookmark"],"summary":"Invokes the specified CIS Bookmark and returns the response generated by it.\r\nAny required Bookmark parameters are passed as query strings on the call.\r\nThe defined query string parameters are disambiguated from any possible bookmark parameters by using a \"$\" prefix.","operationId":"RunBookmark_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"$bookmarkId","in":"query","description":"Bookmark to invoke.","required":true,"type":"string"},{"name":"$targetCode","in":"query","description":"Optional o_code of the target environment item if this bookmark is a targeted one, for dynamic bookmarks, do not use this parameter.","required":false,"type":"string"},{"name":"$valueOnly","in":"query","description":"Optional parameter to indicate that only the bookmark result value string is to be returned. If missing or set false, then a dictionary of standard bookmark response items are returned. Possible dictionary items are \"RESULT\", \"PS_ERROR\", \"PS_EXCEPT\". If the bookmark returns dynamic UI elements, then CLICKTYPE, CLICKSUBTYPE, CLICKSCRIPT, CLICKPK, CLICKOBJECT, LABELFORECOLOR, LABELBACKCOLOR, VALUEFORECOLOR, VALUEBACKCOLOR, LABELTEXT, TOOLTIPTEXT, USERDATA are also possible. More API details at {AdvancedUtility.Services.FormulaEngines.FormulaHost}.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["RunBookmark"],"summary":"Run the bookmark(s).\r\nCommon bookmark environments are shared when possible.","operationId":"RunBookmark_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"bookmarks","in":"body","description":"Details for the bookmark(s) to run, including bookmark IDs, parameters, and target environments","required":true,"schema":{"$ref":"#/definitions/RunBookmarkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/RunBookmarkResultItemModel"}}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/run/export":{"get":{"tags":["RunExport"],"summary":"Retrieves list of AdvancedInterfaceOut process run status data","operationId":"RunExport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/run/export/$interfaceclasses":{"get":{"tags":["RunExport"],"summary":"It returns a list of export class names based on type passed","operationId":"RunExport_GetInterfaceClasses","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"exportTypeCode","in":"query","description":"ExportTypeEnum code to retrieve export classes for; Enum codes: Generic, GeneralLedger, MeterReading, PAP, AP, EBP, CA, AssistanceBillExport","required":true,"type":"string"},{"name":"useProcessorBaseClasses","in":"query","description":"Flag indicating whether to return processorbase classes","required":true,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}},"400":{"description":"BadRequest"}}}},"/run/import":{"get":{"tags":["RunImport"],"summary":"Retrieves list of AdvancedInterfaceIn process run status data","operationId":"RunImport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/run/import/$interfaceclasses":{"get":{"tags":["RunImport"],"summary":"It returns a list of import class names based on type passed","operationId":"RunImport_GetInterfaceClasses","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"importTypeCode","in":"query","description":"ImportTypeEnum code to retrieve import classes for; Enum codes: GenericImport, TransactionImport, MeterReading, MeterInventory, AssistanceCreditAuth, AssistancePayment, NewAccountService","required":true,"type":"string"},{"name":"useProcessorBaseClasses","in":"query","description":"Flag indicating whether to return processorbase classes","required":true,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}},"400":{"description":"BadRequest"}}}},"/run/its":{"get":{"tags":["RunIts"],"summary":"Retrieves list of ItsBase process run status data","operationId":"RunIts_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/run/its/$all":{"get":{"tags":["RunIts"],"summary":"Retrieves list of all ItsBase processes","operationId":"RunIts_GetAll","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ItsModuleDefinitionModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/run/pickup":{"get":{"tags":["RunPickup"],"summary":"Retrieves list of pickup process run status data","operationId":"RunPickup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/run":{"get":{"tags":["RunProcess"],"summary":"Retrieves list of process run status data","operationId":"RunProcess_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}}},"/do/runqueryxml":{"post":{"tags":["RunQueryXml"],"summary":"Invokes the specified CIS query as represented by the passed QueryTree XML.\r\nReturns a list of PK from the target type of the QueryTree XML.\r\nThe query XML should be in the standard format of the CIS internal QueryTree XML as stored in CON206/Criteria and other places which store query XML snippets.\r\nPassing an empty query XML will not execute the query, and will return 400/Bad Request.\r\nIncorrectly formatted query XML will return 400/Bad Request.\r\n<para>NOTE: This is a temporary solution for running existing CIS QueryTree XML against the system to solve a short term feature requirement.\r\nLong term solution will implement an alternative endpoint to handle generic CIS query tree API functionality.</para>","operationId":"RunQueryXml_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"queryData","in":"body","required":true,"schema":{"$ref":"#/definitions/RunQueryXmlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}},"deprecated":true}},"/run/report":{"get":{"tags":["RunReport"],"summary":"Retrieves list of report run status data","operationId":"RunReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["RunReport"],"summary":"Execute the report.","operationId":"RunReport_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/ApiReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/{id}":{"get":{"tags":["RunReport"],"summary":"Retrieve the report run status","operationId":"RunReport_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["RunReport"],"summary":"Request to cancel a report","operationId":"RunReport_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/{id}/{outputRef}":{"get":{"tags":["RunReport"],"summary":"Retrieve the file output produced by report","operationId":"RunReport_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/sqlcommand":{"post":{"tags":["RunSql"],"summary":"Executes the specified single SQL statement against the CIS database server.","operationId":"RunSql_DoSqlCommand","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"sqlCommand","in":"body","description":"SQL statement to execute","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/do/sqlscript":{"post":{"tags":["RunSql"],"summary":"Executes the specified SQL script against the CIS database server.\r\n<para>Scripts are collections of SQL statements which run batched inside a transaction until a batch delimiter is encountered.\r\nAll recognized batch delimiters work equally on all supported back ends ('GO', 'COMMIT').\r\nStatements should be separated with delimiters for the target database if needed (typically ';').\r\nTypical SQL comments following '--' are ignored as expected.\r\nReturns an array of responses (one for each batch commit). The result for a select is the first row, first column value;\r\nthe response for any other type of SQL is the number of rows affected.</para>","operationId":"RunSql_DoSqlScript","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"sqlScript","in":"body","description":"SQL script to execute","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/data/salesperson":{"get":{"tags":["SalesPerson"],"summary":"Retrieve list of Salesperson Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SalesPerson_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SalesPerson"],"summary":"Add a Salesperson Control","operationId":"SalesPerson_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SalesPersonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SalesPersonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/salesperson/{id}":{"get":{"tags":["SalesPerson"],"summary":"Retrieve a Salesperson Control","operationId":"SalesPerson_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SalesPersonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SalesPerson"],"summary":"Update a Salesperson Control","operationId":"SalesPerson_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SalesPersonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SalesPersonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SalesPerson"],"summary":"Delete a Salesperson Control","operationId":"SalesPerson_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SalesPersonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SalesPerson"],"summary":"Patch a Salesperson Control","operationId":"SalesPerson_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SalesPersonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SalesPersonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerjobdefinition":{"get":{"tags":["SchedulerJobDefinition"],"summary":"Retrieve list of Scheduler Job Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerJobDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerJobDefinition"],"summary":"Add a Scheduler Job Control","operationId":"SchedulerJobDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerjobdefinition/{id}":{"get":{"tags":["SchedulerJobDefinition"],"summary":"Retrieve a Scheduler Job Control","operationId":"SchedulerJobDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerJobDefinition"],"summary":"Update a Scheduler Job Control","operationId":"SchedulerJobDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerJobDefinition"],"summary":"Delete a Scheduler Job Control","operationId":"SchedulerJobDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerJobDefinition"],"summary":"Patch a Scheduler Job Control","operationId":"SchedulerJobDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerJobDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerjoberror":{"get":{"tags":["SchedulerJobError"],"summary":"Retrieve list of Scheduler Job Error Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerJobError_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerJobError"],"summary":"Add a Scheduler Job Error Control","operationId":"SchedulerJobError_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerjoberror/{id}":{"get":{"tags":["SchedulerJobError"],"summary":"Retrieve a Scheduler Job Error Control","operationId":"SchedulerJobError_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerJobError"],"summary":"Update a Scheduler Job Error Control","operationId":"SchedulerJobError_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerJobError"],"summary":"Delete a Scheduler Job Error Control","operationId":"SchedulerJobError_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerJobError"],"summary":"Patch a Scheduler Job Error Control","operationId":"SchedulerJobError_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerJobErrorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobErrorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerjobrun":{"get":{"tags":["SchedulerJobRun"],"summary":"Retrieve list of Scheduler Run Job items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerJobRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerJobRun"],"summary":"Add a Scheduler Run Job","operationId":"SchedulerJobRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerjobrun/{id}":{"get":{"tags":["SchedulerJobRun"],"summary":"Retrieve a Scheduler Run Job","operationId":"SchedulerJobRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerJobRun"],"summary":"Update a Scheduler Run Job","operationId":"SchedulerJobRun_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerJobRun"],"summary":"Delete a Scheduler Run Job","operationId":"SchedulerJobRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerJobRun"],"summary":"Patch a Scheduler Run Job","operationId":"SchedulerJobRun_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerJobRunModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerjobschedule":{"get":{"tags":["SchedulerJobSchedule"],"summary":"Retrieve list of Scheduler Job Schedule items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerJobSchedule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerJobSchedule"],"summary":"Add a Scheduler Job Schedule","operationId":"SchedulerJobSchedule_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerjobschedule/{id}":{"get":{"tags":["SchedulerJobSchedule"],"summary":"Retrieve a Scheduler Job Schedule","operationId":"SchedulerJobSchedule_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerJobSchedule"],"summary":"Update a Scheduler Job Schedule","operationId":"SchedulerJobSchedule_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerJobSchedule"],"summary":"Delete a Scheduler Job Schedule","operationId":"SchedulerJobSchedule_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerJobSchedule"],"summary":"Patch a Scheduler Job Schedule","operationId":"SchedulerJobSchedule_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerJobScheduleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerJobScheduleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerserver":{"get":{"tags":["SchedulerServer"],"summary":"Retrieve list of Scheduler Server Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerServer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerServer"],"summary":"Add a Scheduler Server Control","operationId":"SchedulerServer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerServerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerServerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerserver/{id}":{"get":{"tags":["SchedulerServer"],"summary":"Retrieve a Scheduler Server Control","operationId":"SchedulerServer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerServerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerServer"],"summary":"Update a Scheduler Server Control","operationId":"SchedulerServer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerServerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerServerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerServer"],"summary":"Delete a Scheduler Server Control","operationId":"SchedulerServer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerServerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerServer"],"summary":"Patch a Scheduler Server Control","operationId":"SchedulerServer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerServerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerServerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulerstepdetail":{"get":{"tags":["SchedulerStepDetail"],"summary":"Retrieve list of Scheduler Step Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerStepDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerStepDetail"],"summary":"Add a Scheduler Step Control","operationId":"SchedulerStepDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulerstepdetail/{id}":{"get":{"tags":["SchedulerStepDetail"],"summary":"Retrieve a Scheduler Step Control","operationId":"SchedulerStepDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerStepDetail"],"summary":"Update a Scheduler Step Control","operationId":"SchedulerStepDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerStepDetail"],"summary":"Delete a Scheduler Step Control","operationId":"SchedulerStepDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerStepDetail"],"summary":"Patch a Scheduler Step Control","operationId":"SchedulerStepDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerStepDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/schedulersteprun":{"get":{"tags":["SchedulerStepRun"],"summary":"Retrieve list of Scheduler Run Step items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerStepRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerStepRun"],"summary":"Add a Scheduler Run Step","operationId":"SchedulerStepRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/schedulersteprun/{id}":{"get":{"tags":["SchedulerStepRun"],"summary":"Retrieve a Scheduler Run Step","operationId":"SchedulerStepRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerStepRun"],"summary":"Update a Scheduler Run Step","operationId":"SchedulerStepRun_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerStepRun"],"summary":"Delete a Scheduler Run Step","operationId":"SchedulerStepRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerStepRun"],"summary":"Patch a Scheduler Run Step","operationId":"SchedulerStepRun_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerStepRunModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerStepRunModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/scheduleruseravailability":{"get":{"tags":["SchedulerUserAvailability"],"summary":"Retrieve list of Scheduler User Availability Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SchedulerUserAvailability_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SchedulerUserAvailability"],"summary":"Add a Scheduler User Availability Control","operationId":"SchedulerUserAvailability_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/scheduleruseravailability/{id}":{"get":{"tags":["SchedulerUserAvailability"],"summary":"Retrieve a Scheduler User Availability Control","operationId":"SchedulerUserAvailability_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SchedulerUserAvailability"],"summary":"Update a Scheduler User Availability Control","operationId":"SchedulerUserAvailability_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SchedulerUserAvailability"],"summary":"Delete a Scheduler User Availability Control","operationId":"SchedulerUserAvailability_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SchedulerUserAvailability"],"summary":"Patch a Scheduler User Availability Control","operationId":"SchedulerUserAvailability_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SchedulerUserAvailabilityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SchedulerUserAvailabilityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/scriptprocess":{"get":{"tags":["ScriptProcessRun"],"summary":"Retrieves list of ScriptProcess run status data","operationId":"ScriptProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ScriptProcessRun"],"summary":"Execute the ScriptProcess","operationId":"ScriptProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ScriptProcessRunModel","required":true,"schema":{"$ref":"#/definitions/ScriptProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/scriptprocess/{id}":{"get":{"tags":["ScriptProcessRun"],"summary":"Retrieve the process run status","operationId":"ScriptProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ScriptProcessRun"],"summary":"Request to cancel a ScriptProcess","operationId":"ScriptProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/securityaccesstype":{"get":{"tags":["SecurityAccessType"],"summary":"Retrieve list of Security Access Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SecurityAccessType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SecurityAccessType"],"summary":"Add a Security Access Type Control","operationId":"SecurityAccessType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/securityaccesstype/{id}":{"get":{"tags":["SecurityAccessType"],"summary":"Retrieve a Security Access Type Control","operationId":"SecurityAccessType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SecurityAccessType"],"summary":"Update a Security Access Type Control","operationId":"SecurityAccessType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SecurityAccessType"],"summary":"Delete a Security Access Type Control","operationId":"SecurityAccessType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SecurityAccessType"],"summary":"Patch a Security Access Type Control","operationId":"SecurityAccessType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityAccessTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityAccessTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/securitycategory":{"get":{"tags":["SecurityCategory"],"summary":"Retrieve list of Security Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SecurityCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SecurityCategory"],"summary":"Add a Security Category Control","operationId":"SecurityCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SecurityCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/securitycategory/{id}":{"get":{"tags":["SecurityCategory"],"summary":"Retrieve a Security Category Control","operationId":"SecurityCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SecurityCategory"],"summary":"Update a Security Category Control","operationId":"SecurityCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SecurityCategory"],"summary":"Delete a Security Category Control","operationId":"SecurityCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SecurityCategory"],"summary":"Patch a Security Category Control","operationId":"SecurityCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/securitygroup":{"get":{"tags":["SecurityGroup"],"summary":"Retrieve list of Group items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SecurityGroup"],"summary":"Add a Group","operationId":"SecurityGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/securitygroup/{id}":{"get":{"tags":["SecurityGroup"],"summary":"Retrieve a Group","operationId":"SecurityGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SecurityGroup"],"summary":"Update a Group","operationId":"SecurityGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SecurityGroup"],"summary":"Delete a Group","operationId":"SecurityGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SecurityGroup"],"summary":"Patch a Group","operationId":"SecurityGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/securityowner":{"get":{"tags":["SecurityOwner"],"summary":"Retrieve list of Owner Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SecurityOwner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SecurityOwner"],"summary":"Add an Owner Control","operationId":"SecurityOwner_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityOwnerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SecurityOwnerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/securityowner/{id}":{"get":{"tags":["SecurityOwner"],"summary":"Retrieve an Owner Control","operationId":"SecurityOwner_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityOwnerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SecurityOwner"],"summary":"Update an Owner Control","operationId":"SecurityOwner_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityOwnerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SecurityOwner"],"summary":"Delete an Owner Control","operationId":"SecurityOwner_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SecurityOwner"],"summary":"Patch an Owner Control","operationId":"SecurityOwner_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityOwnerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityOwnerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/securitytask":{"get":{"tags":["SecurityTask"],"summary":"Retrieve list of Security Task Definition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SecurityTask_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SecurityTask"],"summary":"Add a Security Task Definition Control","operationId":"SecurityTask_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityTaskModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SecurityTaskModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/securitytask/{id}":{"get":{"tags":["SecurityTask"],"summary":"Retrieve a Security Task Definition Control","operationId":"SecurityTask_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityTaskModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SecurityTask"],"summary":"Update a Security Task Definition Control","operationId":"SecurityTask_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SecurityTaskModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityTaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SecurityTask"],"summary":"Delete a Security Task Definition Control","operationId":"SecurityTask_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityTaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SecurityTask"],"summary":"Patch a Security Task Definition Control","operationId":"SecurityTask_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SecurityTaskModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SecurityTaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/server":{"get":{"tags":["Server"],"summary":"Return details about the server.\r\nThis is one of the few calls where authentication is optional.","operationId":"Server_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object","additionalProperties":{"type":"string"}}},"401":{"description":"Unauthorized"}}}},"/server/enable":{"get":{"tags":["Server"],"summary":"Enable access to the server.\r\nUse /server/disable or /server/stop to disable access to the server.\r\nRequires administrator access to the CIS Web API application (see AdvancedWebApi.config AdminLogin setting).","operationId":"Server_Enable","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"401":{"description":"Unauthorized"}}}},"/server/disable":{"get":{"tags":["Server"],"summary":"Disable access to the server.\r\nAll requests to the server other than on the /server path are rejected with 503 (Service Unavailable) while the server is disabled.\r\nDisabling the server does not unload the application - use /server/stop for that.\r\nUse /server/enable to re-enable general access to the server.\r\nRequires administrator access to the CIS Web API application (see AdvancedWebApi.config AdminLogin setting).","operationId":"Server_Disable","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"401":{"description":"Unauthorized"}}}},"/server/stop":{"get":{"tags":["Server"],"summary":"Disable the server and unload the application.\r\nThe application and associated libraries will unload once any in progress processing is finished, unless the force option is sent.\r\nWhen force is used, all processing is killed and the application is unloaded immediately.\r\nThe server is put into the \"Disabled\" state and will not accept REST requests other than those against /server until the server is enabled.\r\nAll requests return 503 (Service Unavailable) until the server is enabled again.\r\nUse /server/enable to re-enable general access to the server.\r\nRequires administrator access to the CIS Web API application (see AdvancedWebApi.config AdminLogin setting).","operationId":"Server_Stop","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"force","in":"query","description":"Optional; causes the server to stop and unload immediately, killing any running CIS processes - use with caution","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"401":{"description":"Unauthorized"}}}},"/server/recycle":{"get":{"tags":["Server"],"summary":"Recycle the CIS application associated with the REST Web API server.\r\nThe application and associated libraries will unload once any in progress processing is finished, unless the force option is sent.\r\nWhen force is used, all processing is killed and the application is unloaded immediately.\r\nAfter the successful unload, the server will be enabled again.\r\nThis is the logical combination of calling /server/stop followed immediately by /server/enable.\r\nRequires administrator access to the CIS Web API application (see AdvancedWebApi.config AdminLogin setting).","operationId":"Server_Recycle","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"force","in":"query","description":"Optional; causes the server to stop and unload immediately, killing any running CIS processes - use with caution","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"401":{"description":"Unauthorized"}}}},"/data/service":{"get":{"tags":["Service"],"summary":"Retrieve list of Service Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Service_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Service"],"summary":"Add a Service Control","operationId":"Service_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/service/{id}":{"get":{"tags":["Service"],"summary":"Retrieve a Service Control","operationId":"Service_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Service"],"summary":"Update a Service Control","operationId":"Service_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Service"],"summary":"Delete a Service Control","operationId":"Service_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Service"],"summary":"Patch a Service Control","operationId":"Service_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceaccountactivation":{"get":{"tags":["ServiceAccountActivation"],"summary":"Retrieve list of Service Account Activation Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceAccountActivation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceAccountActivation"],"summary":"Add a Service Account Activation Control","operationId":"ServiceAccountActivation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceaccountactivation/{id}":{"get":{"tags":["ServiceAccountActivation"],"summary":"Retrieve a Service Account Activation Control","operationId":"ServiceAccountActivation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceAccountActivation"],"summary":"Update a Service Account Activation Control","operationId":"ServiceAccountActivation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceAccountActivation"],"summary":"Delete a Service Account Activation Control","operationId":"ServiceAccountActivation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceAccountActivation"],"summary":"Patch a Service Account Activation Control","operationId":"ServiceAccountActivation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceAccountActivationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAccountActivationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceaddresszone":{"get":{"tags":["ServiceAddressZone"],"summary":"Retrieve list of Service Address Zone Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceAddressZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceAddressZone"],"summary":"Add a Service Address Zone Control","operationId":"ServiceAddressZone_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceaddresszone/{id}":{"get":{"tags":["ServiceAddressZone"],"summary":"Retrieve a Service Address Zone Control","operationId":"ServiceAddressZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceAddressZone"],"summary":"Update a Service Address Zone Control","operationId":"ServiceAddressZone_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceAddressZone"],"summary":"Delete a Service Address Zone Control","operationId":"ServiceAddressZone_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceAddressZone"],"summary":"Patch a Service Address Zone Control","operationId":"ServiceAddressZone_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceAddressZoneModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceAddressZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicebasicmultiplier":{"get":{"tags":["ServiceBasicMultiplier"],"summary":"Retrieve list of Account Service Multiplier items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceBasicMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceBasicMultiplier"],"summary":"Add an Account Service Multiplier","operationId":"ServiceBasicMultiplier_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicebasicmultiplier/{id}":{"get":{"tags":["ServiceBasicMultiplier"],"summary":"Retrieve an Account Service Multiplier","operationId":"ServiceBasicMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceBasicMultiplier"],"summary":"Update an Account Service Multiplier","operationId":"ServiceBasicMultiplier_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceBasicMultiplier"],"summary":"Delete an Account Service Multiplier","operationId":"ServiceBasicMultiplier_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceBasicMultiplier"],"summary":"Patch an Account Service Multiplier","operationId":"ServiceBasicMultiplier_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceBasicMultiplierModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceBasicMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicecollection":{"get":{"tags":["ServiceCollection"],"summary":"Retrieve list of Service Collection Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceCollection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceCollection"],"summary":"Add a Service Collection Control","operationId":"ServiceCollection_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceCollectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceCollectionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicecollection/{id}":{"get":{"tags":["ServiceCollection"],"summary":"Retrieve a Service Collection Control","operationId":"ServiceCollection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceCollectionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceCollection"],"summary":"Update a Service Collection Control","operationId":"ServiceCollection_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceCollectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceCollectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceCollection"],"summary":"Delete a Service Collection Control","operationId":"ServiceCollection_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceCollectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceCollection"],"summary":"Patch a Service Collection Control","operationId":"ServiceCollection_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceCollectionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceCollectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceconsumptionexception":{"get":{"tags":["ServiceConsumptionException"],"summary":"Retrieve list of Service Consumption Exception Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceConsumptionException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceConsumptionException"],"summary":"Add a Service Consumption Exception Control","operationId":"ServiceConsumptionException_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceconsumptionexception/{id}":{"get":{"tags":["ServiceConsumptionException"],"summary":"Retrieve a Service Consumption Exception Control","operationId":"ServiceConsumptionException_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceConsumptionException"],"summary":"Update a Service Consumption Exception Control","operationId":"ServiceConsumptionException_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceConsumptionException"],"summary":"Delete a Service Consumption Exception Control","operationId":"ServiceConsumptionException_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceConsumptionException"],"summary":"Patch a Service Consumption Exception Control","operationId":"ServiceConsumptionException_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceConsumptionExceptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceConsumptionExceptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceentrancelocationtype":{"get":{"tags":["ServiceEntranceLocationType"],"summary":"Retrieve list of Service Entrance Location Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceEntranceLocationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceEntranceLocationType"],"summary":"Add a Service Entrance Location Type Control","operationId":"ServiceEntranceLocationType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceentrancelocationtype/{id}":{"get":{"tags":["ServiceEntranceLocationType"],"summary":"Retrieve a Service Entrance Location Type Control","operationId":"ServiceEntranceLocationType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceEntranceLocationType"],"summary":"Update a Service Entrance Location Type Control","operationId":"ServiceEntranceLocationType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceEntranceLocationType"],"summary":"Delete a Service Entrance Location Type Control","operationId":"ServiceEntranceLocationType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceEntranceLocationType"],"summary":"Patch a Service Entrance Location Type Control","operationId":"ServiceEntranceLocationType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceEntranceLocationTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceLocationTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceentrancetype":{"get":{"tags":["ServiceEntranceType"],"summary":"Retrieve list of Service Entrance Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceEntranceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceEntranceType"],"summary":"Add a Service Entrance Type Control","operationId":"ServiceEntranceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceentrancetype/{id}":{"get":{"tags":["ServiceEntranceType"],"summary":"Retrieve a Service Entrance Type Control","operationId":"ServiceEntranceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceEntranceType"],"summary":"Update a Service Entrance Type Control","operationId":"ServiceEntranceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceEntranceType"],"summary":"Delete a Service Entrance Type Control","operationId":"ServiceEntranceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceEntranceType"],"summary":"Patch a Service Entrance Type Control","operationId":"ServiceEntranceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceEntranceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceEntranceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicegroup":{"get":{"tags":["ServiceGroup"],"summary":"Retrieve list of Service Group Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceGroup"],"summary":"Add a Service Group Control","operationId":"ServiceGroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceGroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicegroup/{id}":{"get":{"tags":["ServiceGroup"],"summary":"Retrieve a Service Group Control","operationId":"ServiceGroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceGroup"],"summary":"Update a Service Group Control","operationId":"ServiceGroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceGroup"],"summary":"Delete a Service Group Control","operationId":"ServiceGroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceGroup"],"summary":"Patch a Service Group Control","operationId":"ServiceGroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceGroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicegroupbillto":{"get":{"tags":["ServiceGroupBillTo"],"summary":"Retrieve list of Service Group Bill To items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceGroupBillTo_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceGroupBillTo"],"summary":"Add a Service Group Bill To","operationId":"ServiceGroupBillTo_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicegroupbillto/{id}":{"get":{"tags":["ServiceGroupBillTo"],"summary":"Retrieve a Service Group Bill To","operationId":"ServiceGroupBillTo_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceGroupBillTo"],"summary":"Update a Service Group Bill To","operationId":"ServiceGroupBillTo_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceGroupBillTo"],"summary":"Delete a Service Group Bill To","operationId":"ServiceGroupBillTo_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceGroupBillTo"],"summary":"Patch a Service Group Bill To","operationId":"ServiceGroupBillTo_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceGroupBillToModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupBillToModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicegroupcyclebook":{"get":{"tags":["ServiceGroupCycleBook"],"summary":"Retrieve list of Service Group Cycle/Book Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceGroupCycleBook_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceGroupCycleBook"],"summary":"Add a Service Group Cycle/Book Control","operationId":"ServiceGroupCycleBook_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicegroupcyclebook/{id}":{"get":{"tags":["ServiceGroupCycleBook"],"summary":"Retrieve a Service Group Cycle/Book Control","operationId":"ServiceGroupCycleBook_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceGroupCycleBook"],"summary":"Update a Service Group Cycle/Book Control","operationId":"ServiceGroupCycleBook_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceGroupCycleBook"],"summary":"Delete a Service Group Cycle/Book Control","operationId":"ServiceGroupCycleBook_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceGroupCycleBook"],"summary":"Patch a Service Group Cycle/Book Control","operationId":"ServiceGroupCycleBook_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceGroupCycleBookModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupCycleBookModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicegroupdefaults":{"get":{"tags":["ServiceGroupDefaults"],"summary":"Retrieve list of Service Group Default Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceGroupDefaults_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceGroupDefaults"],"summary":"Add a Service Group Default Control","operationId":"ServiceGroupDefaults_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicegroupdefaults/{id}":{"get":{"tags":["ServiceGroupDefaults"],"summary":"Retrieve a Service Group Default Control","operationId":"ServiceGroupDefaults_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceGroupDefaults"],"summary":"Update a Service Group Default Control","operationId":"ServiceGroupDefaults_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceGroupDefaults"],"summary":"Delete a Service Group Default Control","operationId":"ServiceGroupDefaults_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceGroupDefaults"],"summary":"Patch a Service Group Default Control","operationId":"ServiceGroupDefaults_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceGroupDefaultsModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceGroupDefaultsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicematerial":{"get":{"tags":["ServiceMaterial"],"summary":"Retrieve list of Service Material Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceMaterial_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceMaterial"],"summary":"Add a Service Material Control","operationId":"ServiceMaterial_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceMaterialModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceMaterialModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicematerial/{id}":{"get":{"tags":["ServiceMaterial"],"summary":"Retrieve a Service Material Control","operationId":"ServiceMaterial_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMaterialModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceMaterial"],"summary":"Update a Service Material Control","operationId":"ServiceMaterial_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceMaterialModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMaterialModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceMaterial"],"summary":"Delete a Service Material Control","operationId":"ServiceMaterial_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMaterialModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceMaterial"],"summary":"Patch a Service Material Control","operationId":"ServiceMaterial_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceMaterialModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMaterialModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicemultiplier":{"get":{"tags":["ServiceMultiplier"],"summary":"Retrieve list of Service Multiplier Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceMultiplier"],"summary":"Add a Service Multiplier Control","operationId":"ServiceMultiplier_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicemultiplier/{id}":{"get":{"tags":["ServiceMultiplier"],"summary":"Retrieve a Service Multiplier Control","operationId":"ServiceMultiplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceMultiplier"],"summary":"Update a Service Multiplier Control","operationId":"ServiceMultiplier_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceMultiplier"],"summary":"Delete a Service Multiplier Control","operationId":"ServiceMultiplier_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceMultiplier"],"summary":"Patch a Service Multiplier Control","operationId":"ServiceMultiplier_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceMultiplierModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceMultiplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorder":{"get":{"tags":["ServiceOrder"],"summary":"Retrieve list of Service Order items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrder"],"summary":"Add a Service Order","operationId":"ServiceOrder_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorder/{id}":{"get":{"tags":["ServiceOrder"],"summary":"Retrieve a Service Order","operationId":"ServiceOrder_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrder"],"summary":"Update a Service Order","operationId":"ServiceOrder_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrder"],"summary":"Delete a Service Order","operationId":"ServiceOrder_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrder"],"summary":"Patch a Service Order","operationId":"ServiceOrder_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/serviceorderamirequests":{"get":{"tags":["ServiceOrderAmiRequestsRun"],"summary":"Retrieves list of ServiceOrderAmiRequests process run status data","operationId":"ServiceOrderAmiRequestsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderAmiRequestsRun"],"summary":"Execute the ServiceOrderAmiRequests process","operationId":"ServiceOrderAmiRequestsRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ServiceOrderAmiRequestsRunModel","required":true,"schema":{"$ref":"#/definitions/ServiceOrderAmiRequestsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/serviceorderamirequests/{id}":{"get":{"tags":["ServiceOrderAmiRequestsRun"],"summary":"Retrieve the process run status","operationId":"ServiceOrderAmiRequestsRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderAmiRequestsRun"],"summary":"Request to cancel an ServiceOrderAmiRequests process","operationId":"ServiceOrderAmiRequestsRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderappointment":{"get":{"tags":["ServiceOrderAppointment"],"summary":"Retrieve list of Service Order Appointment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderAppointment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderAppointment"],"summary":"Add a Service Order Appointment","operationId":"ServiceOrderAppointment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderappointment/{id}":{"get":{"tags":["ServiceOrderAppointment"],"summary":"Retrieve a Service Order Appointment","operationId":"ServiceOrderAppointment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderAppointment"],"summary":"Update a Service Order Appointment","operationId":"ServiceOrderAppointment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderAppointment"],"summary":"Delete a Service Order Appointment","operationId":"ServiceOrderAppointment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderAppointment"],"summary":"Patch a Service Order Appointment","operationId":"ServiceOrderAppointment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderAppointmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAppointmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderasset":{"get":{"tags":["ServiceOrderAsset"],"summary":"Retrieve list of Service Order Asset items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderAsset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderAsset"],"summary":"Add a Service Order Asset","operationId":"ServiceOrderAsset_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderasset/{id}":{"get":{"tags":["ServiceOrderAsset"],"summary":"Retrieve a Service Order Asset","operationId":"ServiceOrderAsset_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderAsset"],"summary":"Update a Service Order Asset","operationId":"ServiceOrderAsset_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderAsset"],"summary":"Delete a Service Order Asset","operationId":"ServiceOrderAsset_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderAsset"],"summary":"Patch a Service Order Asset","operationId":"ServiceOrderAsset_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderAssetModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceordercategory":{"get":{"tags":["ServiceOrderCategory"],"summary":"Retrieve list of Service Order Category Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderCategory"],"summary":"Add a Service Order Category Control","operationId":"ServiceOrderCategory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceordercategory/{id}":{"get":{"tags":["ServiceOrderCategory"],"summary":"Retrieve a Service Order Category Control","operationId":"ServiceOrderCategory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderCategory"],"summary":"Update a Service Order Category Control","operationId":"ServiceOrderCategory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderCategory"],"summary":"Delete a Service Order Category Control","operationId":"ServiceOrderCategory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderCategory"],"summary":"Patch a Service Order Category Control","operationId":"ServiceOrderCategory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderCategoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCategoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceordercompletion":{"get":{"tags":["ServiceOrderCompletion"],"summary":"Retrieve list of Service Order Completion Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderCompletion_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderCompletion"],"summary":"Add a Service Order Completion Control","operationId":"ServiceOrderCompletion_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceordercompletion/{id}":{"get":{"tags":["ServiceOrderCompletion"],"summary":"Retrieve a Service Order Completion Control","operationId":"ServiceOrderCompletion_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderCompletion"],"summary":"Update a Service Order Completion Control","operationId":"ServiceOrderCompletion_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderCompletion"],"summary":"Delete a Service Order Completion Control","operationId":"ServiceOrderCompletion_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderCompletion"],"summary":"Patch a Service Order Completion Control","operationId":"ServiceOrderCompletion_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderCompletionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderevent":{"get":{"tags":["ServiceOrderEvent"],"summary":"Retrieve list of Service Order Event items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderEvent_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderEvent"],"summary":"Add a Service Order Event","operationId":"ServiceOrderEvent_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderevent/{id}":{"get":{"tags":["ServiceOrderEvent"],"summary":"Retrieve a Service Order Event","operationId":"ServiceOrderEvent_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderEvent"],"summary":"Update a Service Order Event","operationId":"ServiceOrderEvent_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderEvent"],"summary":"Delete a Service Order Event","operationId":"ServiceOrderEvent_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderEvent"],"summary":"Patch a Service Order Event","operationId":"ServiceOrderEvent_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderEventModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceordereventtype":{"get":{"tags":["ServiceOrderEventType"],"summary":"Retrieve list of Service Order Event Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderEventType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderEventType"],"summary":"Add a Service Order Event Type Control","operationId":"ServiceOrderEventType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceordereventtype/{id}":{"get":{"tags":["ServiceOrderEventType"],"summary":"Retrieve a Service Order Event Type Control","operationId":"ServiceOrderEventType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderEventType"],"summary":"Update a Service Order Event Type Control","operationId":"ServiceOrderEventType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderEventType"],"summary":"Delete a Service Order Event Type Control","operationId":"ServiceOrderEventType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderEventType"],"summary":"Patch a Service Order Event Type Control","operationId":"ServiceOrderEventType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderEventTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderEventTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderfee":{"get":{"tags":["ServiceOrderFee"],"summary":"Retrieve list of Service Order Fee Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderFee"],"summary":"Add a Service Order Fee Control","operationId":"ServiceOrderFee_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderfee/{id}":{"get":{"tags":["ServiceOrderFee"],"summary":"Retrieve a Service Order Fee Control","operationId":"ServiceOrderFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderFee"],"summary":"Update a Service Order Fee Control","operationId":"ServiceOrderFee_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderFee"],"summary":"Delete a Service Order Fee Control","operationId":"ServiceOrderFee_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderFee"],"summary":"Patch a Service Order Fee Control","operationId":"ServiceOrderFee_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderFeeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderfeetype":{"get":{"tags":["ServiceOrderFeeType"],"summary":"Retrieve list of Service Order Fee Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderFeeType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderFeeType"],"summary":"Add a Service Order Fee Type Control","operationId":"ServiceOrderFeeType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderfeetype/{id}":{"get":{"tags":["ServiceOrderFeeType"],"summary":"Retrieve a Service Order Fee Type Control","operationId":"ServiceOrderFeeType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderFeeType"],"summary":"Update a Service Order Fee Type Control","operationId":"ServiceOrderFeeType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderFeeType"],"summary":"Delete a Service Order Fee Type Control","operationId":"ServiceOrderFeeType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderFeeType"],"summary":"Patch a Service Order Fee Type Control","operationId":"ServiceOrderFeeType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderFeeTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderform":{"get":{"tags":["ServiceOrderForm"],"summary":"Retrieve list of Service Order Form Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderForm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderForm"],"summary":"Add a Service Order Form Control","operationId":"ServiceOrderForm_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderform/{id}":{"get":{"tags":["ServiceOrderForm"],"summary":"Retrieve a Service Order Form Control","operationId":"ServiceOrderForm_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderForm"],"summary":"Update a Service Order Form Control","operationId":"ServiceOrderForm_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderForm"],"summary":"Delete a Service Order Form Control","operationId":"ServiceOrderForm_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderForm"],"summary":"Patch a Service Order Form Control","operationId":"ServiceOrderForm_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderFormModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderFormModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderinterface":{"get":{"tags":["ServiceOrderInterface"],"summary":"Retrieve list of Service Order Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderInterface"],"summary":"Add a Service Order Interface","operationId":"ServiceOrderInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderinterface/{id}":{"get":{"tags":["ServiceOrderInterface"],"summary":"Retrieve a Service Order Interface","operationId":"ServiceOrderInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderInterface"],"summary":"Update a Service Order Interface","operationId":"ServiceOrderInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderInterface"],"summary":"Delete a Service Order Interface","operationId":"ServiceOrderInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderInterface"],"summary":"Patch a Service Order Interface","operationId":"ServiceOrderInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/serviceorderinterfacesync":{"get":{"tags":["ServiceOrderInterfaceSyncRun"],"summary":"Retrieves list of ServiceOrderInterfaceSync process run status data","operationId":"ServiceOrderInterfaceSyncRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderInterfaceSyncRun"],"summary":"Execute the ServiceOrderInterfaceSync process","operationId":"ServiceOrderInterfaceSyncRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in ServiceOrderInterfaceSyncRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/serviceorderinterfacesync/{id}":{"get":{"tags":["ServiceOrderInterfaceSyncRun"],"summary":"Retrieve the process run status","operationId":"ServiceOrderInterfaceSyncRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderInterfaceSyncRun"],"summary":"Request to cancel a ServiceOrderInterfaceSync process","operationId":"ServiceOrderInterfaceSyncRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderscheduletype":{"get":{"tags":["ServiceOrderScheduleType"],"summary":"Retrieve list of Service Order Schedule Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderScheduleType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderScheduleType"],"summary":"Add a Service Order Schedule Type Control","operationId":"ServiceOrderScheduleType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderscheduletype/{id}":{"get":{"tags":["ServiceOrderScheduleType"],"summary":"Retrieve a Service Order Schedule Type Control","operationId":"ServiceOrderScheduleType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderScheduleType"],"summary":"Update a Service Order Schedule Type Control","operationId":"ServiceOrderScheduleType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderScheduleType"],"summary":"Delete a Service Order Schedule Type Control","operationId":"ServiceOrderScheduleType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderScheduleType"],"summary":"Patch a Service Order Schedule Type Control","operationId":"ServiceOrderScheduleType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderScheduleTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderScheduleTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceordertype":{"get":{"tags":["ServiceOrderType"],"summary":"Retrieve list of Service Order Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderType"],"summary":"Add a Service Order Type Control","operationId":"ServiceOrderType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceordertype/{id}":{"get":{"tags":["ServiceOrderType"],"summary":"Retrieve a Service Order Type Control","operationId":"ServiceOrderType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderType"],"summary":"Update a Service Order Type Control","operationId":"ServiceOrderType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderType"],"summary":"Delete a Service Order Type Control","operationId":"ServiceOrderType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderType"],"summary":"Patch a Service Order Type Control","operationId":"ServiceOrderType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceordertypecompletionlink":{"get":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Retrieve list of Service Order Type Completion Code Link items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderTypeCompletionLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Add a Service Order Type Completion Code Link","operationId":"ServiceOrderTypeCompletionLink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceordertypecompletionlink/{id}":{"get":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Retrieve a Service Order Type Completion Code Link","operationId":"ServiceOrderTypeCompletionLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Update a Service Order Type Completion Code Link","operationId":"ServiceOrderTypeCompletionLink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Delete a Service Order Type Completion Code Link","operationId":"ServiceOrderTypeCompletionLink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderTypeCompletionLink"],"summary":"Patch a Service Order Type Completion Code Link","operationId":"ServiceOrderTypeCompletionLink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderTypeCompletionLinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/serviceorderusage":{"get":{"tags":["ServiceOrderUsage"],"summary":"Retrieve list of Service Order Usage Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceOrderUsage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceOrderUsage"],"summary":"Add a Service Order Usage Control","operationId":"ServiceOrderUsage_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/serviceorderusage/{id}":{"get":{"tags":["ServiceOrderUsage"],"summary":"Retrieve a Service Order Usage Control","operationId":"ServiceOrderUsage_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceOrderUsage"],"summary":"Update a Service Order Usage Control","operationId":"ServiceOrderUsage_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceOrderUsage"],"summary":"Delete a Service Order Usage Control","operationId":"ServiceOrderUsage_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceOrderUsage"],"summary":"Patch a Service Order Usage Control","operationId":"ServiceOrderUsage_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceOrderUsageModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceOrderUsageModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicestatus":{"get":{"tags":["ServiceStatus"],"summary":"Retrieve list of Service Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceStatus"],"summary":"Add a Service Status Control","operationId":"ServiceStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicestatus/{id}":{"get":{"tags":["ServiceStatus"],"summary":"Retrieve a Service Status Control","operationId":"ServiceStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceStatus"],"summary":"Update a Service Status Control","operationId":"ServiceStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceStatus"],"summary":"Delete a Service Status Control","operationId":"ServiceStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceStatus"],"summary":"Patch a Service Status Control","operationId":"ServiceStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/servicetype":{"get":{"tags":["ServiceType"],"summary":"Retrieve list of Service Definition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ServiceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ServiceType"],"summary":"Add a Service Definition Control","operationId":"ServiceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ServiceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/servicetype/{id}":{"get":{"tags":["ServiceType"],"summary":"Retrieve a Service Definition Control","operationId":"ServiceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ServiceType"],"summary":"Update a Service Definition Control","operationId":"ServiceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ServiceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ServiceType"],"summary":"Delete a Service Definition Control","operationId":"ServiceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ServiceType"],"summary":"Patch a Service Definition Control","operationId":"ServiceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ServiceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/session":{"get":{"tags":["Session"],"summary":"Retrieve a list of current user login sessions matching your selection criteria, or all session items if no selection criteria is used.\r\nSupports a special case to find and return my own session, if one exists, using the \"self\" parameter.","operationId":"Session_GetList","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"userId","in":"query","description":"Optional user ID to filter for","required":false,"type":"string"},{"name":"workstationId","in":"query","description":"Optional client workstation ID to filter for","required":false,"type":"string"},{"name":"sessionId","in":"query","description":"Optional session ID to filter for","required":false,"type":"integer","format":"int64"},{"name":"self","in":"query","description":"Optional flag to find and return just my own session, if one exists. Overrides any other parameters, if present and not null","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"}}},"post":{"tags":["Session"],"summary":"Creates a CIS session for current user if one does not already exist, else returns existing session.\r\nReturns session details associated with the new/existing session, or 400/Validation failed with the reason for the session start failure (typically user/password issues)","operationId":"Session_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newPassword","in":"body","description":"Optional new password. If included, will cause a password change to be attempted","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebApiSessionModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WebApiSessionModel"}},"400":{"description":"Change Password"}}}},"/session/{id}":{"get":{"tags":["Session"],"summary":"Return profile object matching the requested user session resource ID.\r\nCan also use the special resource name '$self' to refer to your own session.\r\nDoes not create a session - one must already exist, else 404/Not Found is returned.","operationId":"Session_GetSession","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Session ID of the user session to retrieve, or '$self' to refer to your own session","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebApiSessionModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"404":{"description":"NotFound"}}},"put":{"tags":["Session"],"summary":"Update the session activity status of the indicated session.\r\nTypically used to notify Web API that you are still active and not to expire your session.\r\nIs ignored when the session is not your own.\r\nCan also use special session resource '$self' to refer to your own session.\r\nDoes not create a session - one must already exist, else 404/Not Found is returned.","operationId":"Session_Put","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Session ID of the user session to ping, or use '$self' to refer to your own session","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"delete":{"tags":["Session"],"summary":"Close the specified CIS session.\r\nIf the session is my own, it performs a simple session close and CIS log out.\r\nIf the session is not my own, and I have sufficient rights to terminate a session, then the session will be flagged for termination.\r\nCan also use special session resource '$self' to refer to your own session.\r\nReturns the current state of the session prior to the delete operation.","operationId":"Session_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"Session ID of the user session to end/terminate; can also use special resource '$self' to refer to your own session","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WebApiSessionModel"}},"400":{"description":"BadRequest"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/sewerbasin":{"get":{"tags":["SewerBasin"],"summary":"Retrieve list of Sewer Basin Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SewerBasin_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SewerBasin"],"summary":"Add a Sewer Basin Control","operationId":"SewerBasin_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SewerBasinModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SewerBasinModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/sewerbasin/{id}":{"get":{"tags":["SewerBasin"],"summary":"Retrieve a Sewer Basin Control","operationId":"SewerBasin_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerBasinModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SewerBasin"],"summary":"Update a Sewer Basin Control","operationId":"SewerBasin_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SewerBasinModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerBasinModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SewerBasin"],"summary":"Delete a Sewer Basin Control","operationId":"SewerBasin_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerBasinModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SewerBasin"],"summary":"Patch a Sewer Basin Control","operationId":"SewerBasin_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SewerBasinModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerBasinModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/sewerserviceentrance":{"get":{"tags":["SewerServiceEntrance"],"summary":"Retrieve list of Sewer Service Entrance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SewerServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SewerServiceEntrance"],"summary":"Add a Sewer Service Entrance","operationId":"SewerServiceEntrance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/sewerserviceentrance/{id}":{"get":{"tags":["SewerServiceEntrance"],"summary":"Retrieve a Sewer Service Entrance","operationId":"SewerServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SewerServiceEntrance"],"summary":"Update a Sewer Service Entrance","operationId":"SewerServiceEntrance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SewerServiceEntrance"],"summary":"Delete a Sewer Service Entrance","operationId":"SewerServiceEntrance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SewerServiceEntrance"],"summary":"Patch a Sewer Service Entrance","operationId":"SewerServiceEntrance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SewerServiceEntranceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SewerServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/sic":{"get":{"tags":["Sic"],"summary":"Retrieve list of SIC/NAICS Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Sic_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Sic"],"summary":"Add a SIC/NAICS Code Control","operationId":"Sic_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SicModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SicModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/sic/{id}":{"get":{"tags":["Sic"],"summary":"Retrieve a SIC/NAICS Code Control","operationId":"Sic_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SicModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Sic"],"summary":"Update a SIC/NAICS Code Control","operationId":"Sic_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SicModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SicModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Sic"],"summary":"Delete a SIC/NAICS Code Control","operationId":"Sic_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SicModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Sic"],"summary":"Patch a SIC/NAICS Code Control","operationId":"Sic_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SicModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SicModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/silverblaze/serviceAddressLookupFormat":{"get":{"tags":["SilverBlaze"],"summary":"Returns the format of service address.","operationId":"SilverBlaze_GetServiceAddressLookupFormat","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/serviceAddressLookup":{"get":{"tags":["SilverBlaze"],"summary":"ServiceAddressLookup - returns a list of service addresses matching the passed string.\r\nThe address search value must use the serviceAddressLookupFormat API service address format.","operationId":"SilverBlaze_GetServiceAddressLookup","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"resultLimit","in":"query","description":"The maximum number of found addresses to return; default value is 5","required":false,"type":"integer","format":"int32"},{"name":"serviceAddress","in":"query","description":"Service address search value. The search value must have a minimum of 5 characters, including white space.","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/serviceRequestTypes":{"get":{"tags":["SilverBlaze"],"summary":"Get service order types for the user to select from when requesting a service order.","operationId":"SilverBlaze_ServiceRequestTypes","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/serviceRequest":{"get":{"tags":["SilverBlaze"],"summary":"Retrieve Service Requests for this account.","operationId":"SilverBlaze_GetServiceRequest","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","required":true,"type":"string"},{"name":"customerId","in":"query","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"Request a service order. A task will be created based on the information received\r\nitn the Service Order Request.","operationId":"SilverBlaze_ServiceRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"serviceRequest","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_ServiceRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/mailingAddress":{"post":{"tags":["SilverBlaze"],"summary":"Create a task for the CSR to update the customer's mailing address","operationId":"SilverBlaze_MailingAddress","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"mailingAddress","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_MailingAddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/moveOut":{"get":{"tags":["SilverBlaze"],"summary":"Check if the Move Out already exists for this account. Only one move out is allowed at a time.","operationId":"SilverBlaze_GetMoveOut","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"Request a move out. A follow up task re Move Out will be created based on the information received from customer.","operationId":"SilverBlaze_AddMoveOutRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"moveOutRequest","in":"body","description":"Move Out request info","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_MoveOutRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/moveIn":{"post":{"tags":["SilverBlaze"],"summary":"Request a move in. A follow up task re Move In will be created based on the information received from anonymous customer.","operationId":"SilverBlaze_AddMoveInRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"moveInRequest","in":"body","description":"Move In request info","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_MoveInRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/transferService":{"get":{"tags":["SilverBlaze"],"summary":"SilverBlaze will call this API to check if the Transfer Service Request already exists for this account.\r\nOnly one transfer service is allowed at a time.","operationId":"SilverBlaze_TransferService","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","required":true,"type":"string"},{"name":"customerId","in":"query","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"Creates a transfer of service Task for a customer moving from one address to\r\nanother within the same city.","operationId":"SilverBlaze_TransferService","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"transferService","in":"body","description":"TransferServie payload","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_TransferServiceRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/mailingAddressInfo":{"get":{"tags":["SilverBlaze"],"summary":"Returns address elements information","operationId":"SilverBlaze_MailingAddressInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/customerContactInfo":{"get":{"tags":["SilverBlaze"],"summary":"Call to collect customer information for use throughout the SilverBlaze portal.","operationId":"SilverBlaze_CustomerContactInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"Updates customer information into CIS","operationId":"SilverBlaze_CustomerContactInfo","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerContactInfo","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_CustomerContactInfoModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/paymentPlanTypes":{"get":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  paymentPlanTypes\r\n  We will call this endpoint to get the Cis config of account payment plans and methods\r\n  for this utility from CIS.\r\n  We will also call this endpoint to get the default payment plan types that a customer/account can enroll to or convert to (if already enrolled).\r\n  The default payment plan types should be mapped on Integration Control.","operationId":"SilverBlaze_GetPaymentPlanTypes","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":false,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":false,"type":"string"},{"name":"excludeAccountTypes","in":"query","description":"Optional to exclude bank account types by using a comma separated list.","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/paymentPlans/{code}":{"get":{"tags":["SilverBlaze"],"summary":"Gets the payment plan based on the provided code","operationId":"SilverBlaze_GetPaymentPlan","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"code","in":"path","description":"Payment plan code","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/accountPaymentPlan":{"get":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  accountPaymentPlan\r\n  We will call this endpoint to update the payment plan in the CIS.","operationId":"SilverBlaze_GetAccountPaymentPlan","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  accountPaymentPlan\r\n  We will call this endpoint to update the payment plan in the CIS.","operationId":"SilverBlaze_UpdateAccountPaymentPlan","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountPaymentPlan","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_AccountPaymentPlanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/accountPaymentPlanAndDetails":{"get":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  accountPaymentPlan\r\n  We will call this endpoint to update the payment plan in the CIS.","operationId":"SilverBlaze_GetAccountPaymentPlan","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  accountPaymentPlan\r\n  We will call this endpoint to update the payment plan in the CIS.","operationId":"SilverBlaze_UpdateAccountPaymentPlan","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountPaymentPlan","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_AccountPaymentPlanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/stopPaymentPlan":{"post":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  stopPaymentPlan\r\n  We will call this endpoint to cancel the payment plan in the CIS.","operationId":"SilverBlaze_StopPaymentPlan","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"stopPaymentPlan","in":"body","description":"The SilverBlaze cancel payment information","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_StopPaymentPlanModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/papquote":{"get":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  papquote\r\n  We will call this endpoint to get the PaP quote in the CIS.","operationId":"SilverBlaze_GetPapQuote","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"planType","in":"query","description":"The plan type for the PAP quote request","required":true,"type":"string"},{"name":"quoteStartDate","in":"query","description":"The date to calculate the quote on; today's date will be use if not supplied","required":false,"type":"string"},{"name":"useReadDate","in":"query","description":"If set to true, indicates whether to check and apply the PAP002.BillToUseReadDate setting for a PAP quote","required":false,"type":"boolean"},{"name":"includeBillInPAPCharges","in":"query","description":"If set to true, include the current bill in a PAP/Charge calculation","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/calculatepaymentarrangementamount":{"get":{"tags":["SilverBlaze"],"summary":"From the SilverBlaze documentation:\r\n  calculatePaymentArrangementAmount\r\n  We will call this endpoint to calculate the payment arrangement in CIS.","operationId":"SilverBlaze_GetCalculatedPaymentArrangementAmount","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"arrangementType","in":"query","description":"Arrangement Type","required":true,"type":"string"},{"name":"arCode","in":"query","description":"AR Code","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/paymentArrangementRequest":{"post":{"tags":["SilverBlaze"],"summary":"Request a payment arrangement. A payment arrangement will be created based on the information received.","operationId":"SilverBlaze_AddPaymentArrangementRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"paymentArrangementRequest","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_PaymentArrangementRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/customernotification":{"get":{"tags":["SilverBlaze"],"summary":"Returns all customer notifications for a customer account.","operationId":"SilverBlaze_GetCustomerNotification","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","description":"The customer number.","required":true,"type":"string"},{"name":"accountId","in":"query","description":"The account number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/stopcustomernotification":{"post":{"tags":["SilverBlaze"],"summary":"Request to stop a alert customer notification","operationId":"SilverBlaze_StopCustomerNotification","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerNotificationRequest","in":"body","description":"","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_CustomerNotificationRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/disconnectnotice":{"get":{"tags":["SilverBlaze"],"summary":"Dissconnection notice GET call","operationId":"SilverBlaze_DisconnectionNotice","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","required":true,"type":"string"},{"name":"accountId","in":"query","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/usagedetails":{"get":{"tags":["SilverBlaze"],"summary":"Returns the meter readings for a customer account by meter.","operationId":"SilverBlaze_GetUsageDetails","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","required":true,"type":"string"},{"name":"accountId","in":"query","required":true,"type":"string"},{"name":"fromDate","in":"query","required":true,"type":"string"},{"name":"toDate","in":"query","required":false,"type":"string"},{"name":"service","in":"query","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/assistanceProgram":{"get":{"tags":["SilverBlaze"],"summary":"Returns the assistance enrolled programs for a customer account.","operationId":"SilverBlaze_GetAssistanceProgram","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"post":{"tags":["SilverBlaze"],"summary":"Request an assistance program.\r\nBy default, the request status will be set as requested status and will be reviewed by the assigned approval user based on the information received from a customer.","operationId":"SilverBlaze_AssistanceProgramRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"assistanceProgramRequest","in":"body","description":"Assistance Program request info","required":true,"schema":{"$ref":"#/definitions/SilverBlaze_AssistanceProgramRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/assistanceProgram/{requestId}":{"delete":{"tags":["SilverBlaze"],"summary":"Cancel an assistance program.\r\nFind AssistanceAgencyPledge using requestId and set the Assistance Agency Pledge status to Cancelled.","operationId":"SilverBlaze_CancelAssistanceProgram","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestId","in":"path","description":"The request Id (Assistance ID of the Assistance Agency Pledge)","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/silverblaze/assistanceProgramSource":{"get":{"tags":["SilverBlaze"],"summary":"Returns the assistance program sources for a customer account.","operationId":"SilverBlaze_GetAssistanceProgramSource","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerId","in":"query","description":"Customer number","required":true,"type":"string"},{"name":"accountId","in":"query","description":"Account number","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/data/solidwasteclass":{"get":{"tags":["SolidWasteClass"],"summary":"Retrieve list of Solid Waste Class Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteClass"],"summary":"Add a Solid Waste Class Control","operationId":"SolidWasteClass_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteClassModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteclass/{id}":{"get":{"tags":["SolidWasteClass"],"summary":"Retrieve a Solid Waste Class Control","operationId":"SolidWasteClass_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteClassModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteClass"],"summary":"Update a Solid Waste Class Control","operationId":"SolidWasteClass_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteClassModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteClass"],"summary":"Delete a Solid Waste Class Control","operationId":"SolidWasteClass_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteClass"],"summary":"Patch a Solid Waste Class Control","operationId":"SolidWasteClass_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteClassModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteClassModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecollectedby":{"get":{"tags":["SolidWasteCollectedBy"],"summary":"Retrieve list of Solid Waste Collected By Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteCollectedBy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteCollectedBy"],"summary":"Add a Solid Waste Collected By Control","operationId":"SolidWasteCollectedBy_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecollectedby/{id}":{"get":{"tags":["SolidWasteCollectedBy"],"summary":"Retrieve a Solid Waste Collected By Control","operationId":"SolidWasteCollectedBy_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteCollectedBy"],"summary":"Update a Solid Waste Collected By Control","operationId":"SolidWasteCollectedBy_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteCollectedBy"],"summary":"Delete a Solid Waste Collected By Control","operationId":"SolidWasteCollectedBy_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteCollectedBy"],"summary":"Patch a Solid Waste Collected By Control","operationId":"SolidWasteCollectedBy_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteCollectedByModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectedByModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecollectiontype":{"get":{"tags":["SolidWasteCollectionType"],"summary":"Retrieve list of Solid Waste Collection Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteCollectionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteCollectionType"],"summary":"Add a Solid Waste Collection Type Control","operationId":"SolidWasteCollectionType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecollectiontype/{id}":{"get":{"tags":["SolidWasteCollectionType"],"summary":"Retrieve a Solid Waste Collection Type Control","operationId":"SolidWasteCollectionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteCollectionType"],"summary":"Update a Solid Waste Collection Type Control","operationId":"SolidWasteCollectionType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteCollectionType"],"summary":"Delete a Solid Waste Collection Type Control","operationId":"SolidWasteCollectionType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteCollectionType"],"summary":"Patch a Solid Waste Collection Type Control","operationId":"SolidWasteCollectionType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteCollectionTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteCollectionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteconfig":{"get":{"tags":["SolidWasteConfig"],"summary":"Retrieve list of Solid Waste Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteConfig"],"summary":"Add a Solid Waste Control","operationId":"SolidWasteConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteconfig/{id}":{"get":{"tags":["SolidWasteConfig"],"summary":"Retrieve a Solid Waste Control","operationId":"SolidWasteConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteConfig"],"summary":"Update a Solid Waste Control","operationId":"SolidWasteConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteConfig"],"summary":"Delete a Solid Waste Control","operationId":"SolidWasteConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteConfig"],"summary":"Patch a Solid Waste Control","operationId":"SolidWasteConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecontainer":{"get":{"tags":["SolidWasteContainer"],"summary":"Retrieve list of Solid Waste Container items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteContainer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteContainer"],"summary":"Add a Solid Waste Container","operationId":"SolidWasteContainer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecontainer/{id}":{"get":{"tags":["SolidWasteContainer"],"summary":"Retrieve a Solid Waste Container","operationId":"SolidWasteContainer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteContainer"],"summary":"Update a Solid Waste Container","operationId":"SolidWasteContainer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteContainer"],"summary":"Delete a Solid Waste Container","operationId":"SolidWasteContainer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteContainer"],"summary":"Patch a Solid Waste Container","operationId":"SolidWasteContainer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteContainerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecontainerlocation":{"get":{"tags":["SolidWasteContainerLocation"],"summary":"Retrieve list of Solid Waste Container Location Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteContainerLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteContainerLocation"],"summary":"Add a Solid Waste Container Location Control","operationId":"SolidWasteContainerLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecontainerlocation/{id}":{"get":{"tags":["SolidWasteContainerLocation"],"summary":"Retrieve a Solid Waste Container Location Control","operationId":"SolidWasteContainerLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteContainerLocation"],"summary":"Update a Solid Waste Container Location Control","operationId":"SolidWasteContainerLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteContainerLocation"],"summary":"Delete a Solid Waste Container Location Control","operationId":"SolidWasteContainerLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteContainerLocation"],"summary":"Patch a Solid Waste Container Location Control","operationId":"SolidWasteContainerLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteContainerLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecontainerrepair":{"get":{"tags":["SolidWasteContainerRepair"],"summary":"Retrieve list of Solid Waste Container Repair items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteContainerRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteContainerRepair"],"summary":"Add a Solid Waste Container Repair","operationId":"SolidWasteContainerRepair_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecontainerrepair/{id}":{"get":{"tags":["SolidWasteContainerRepair"],"summary":"Retrieve a Solid Waste Container Repair","operationId":"SolidWasteContainerRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteContainerRepair"],"summary":"Update a Solid Waste Container Repair","operationId":"SolidWasteContainerRepair_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteContainerRepair"],"summary":"Delete a Solid Waste Container Repair","operationId":"SolidWasteContainerRepair_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteContainerRepair"],"summary":"Patch a Solid Waste Container Repair","operationId":"SolidWasteContainerRepair_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteContainerRepairModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastecontainertype":{"get":{"tags":["SolidWasteContainerType"],"summary":"Retrieve list of Solid Waste Container Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteContainerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteContainerType"],"summary":"Add a Solid Waste Container Type Control","operationId":"SolidWasteContainerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastecontainertype/{id}":{"get":{"tags":["SolidWasteContainerType"],"summary":"Retrieve a Solid Waste Container Type Control","operationId":"SolidWasteContainerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteContainerType"],"summary":"Update a Solid Waste Container Type Control","operationId":"SolidWasteContainerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteContainerType"],"summary":"Delete a Solid Waste Container Type Control","operationId":"SolidWasteContainerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteContainerType"],"summary":"Patch a Solid Waste Container Type Control","operationId":"SolidWasteContainerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteContainerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteContainerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastedetails":{"get":{"tags":["SolidWasteDetails"],"summary":"Retrieve list of Solid Waste Details items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteDetails_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteDetails"],"summary":"Add a Solid Waste Details","operationId":"SolidWasteDetails_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastedetails/{id}":{"get":{"tags":["SolidWasteDetails"],"summary":"Retrieve a Solid Waste Details","operationId":"SolidWasteDetails_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteDetails"],"summary":"Update a Solid Waste Details","operationId":"SolidWasteDetails_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteDetails"],"summary":"Delete a Solid Waste Details","operationId":"SolidWasteDetails_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteDetails"],"summary":"Patch a Solid Waste Details","operationId":"SolidWasteDetails_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteDetailsModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDetailsModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastedisposition":{"get":{"tags":["SolidWasteDisposition"],"summary":"Retrieve list of Solid Waste Disposition Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteDisposition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteDisposition"],"summary":"Add a Solid Waste Disposition Control","operationId":"SolidWasteDisposition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastedisposition/{id}":{"get":{"tags":["SolidWasteDisposition"],"summary":"Retrieve a Solid Waste Disposition Control","operationId":"SolidWasteDisposition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteDisposition"],"summary":"Update a Solid Waste Disposition Control","operationId":"SolidWasteDisposition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteDisposition"],"summary":"Delete a Solid Waste Disposition Control","operationId":"SolidWasteDisposition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteDisposition"],"summary":"Patch a Solid Waste Disposition Control","operationId":"SolidWasteDisposition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteDispositionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteDispositionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastepickup/$filterdata":{"post":{"tags":["SolidWastePickup"],"summary":"Add a Solid Waste Pickup","operationId":"SolidWastePickup_GetSolidWastePickupData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteFilterItemModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SWPickupItemModel"}}},"400":{"description":"BadRequest"}}}},"/data/solidwastepickup":{"get":{"tags":["SolidWastePickup"],"summary":"Retrieve list of Solid Waste Pickup items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWastePickup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWastePickup"],"summary":"Add a Solid Waste Pickup","operationId":"SolidWastePickup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWastePickupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastepickup/{id}":{"get":{"tags":["SolidWastePickup"],"summary":"Retrieve a Solid Waste Pickup","operationId":"SolidWastePickup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWastePickup"],"summary":"Update a Solid Waste Pickup","operationId":"SolidWastePickup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWastePickup"],"summary":"Delete a Solid Waste Pickup","operationId":"SolidWastePickup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWastePickup"],"summary":"Patch a Solid Waste Pickup","operationId":"SolidWastePickup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWastePickupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastepickupcompletion":{"get":{"tags":["SolidWastePickupCompletion"],"summary":"Retrieve list of Solid Waste Pickup Completion Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWastePickupCompletion_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWastePickupCompletion"],"summary":"Add a Solid Waste Pickup Completion Control","operationId":"SolidWastePickupCompletion_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastepickupcompletion/{id}":{"get":{"tags":["SolidWastePickupCompletion"],"summary":"Retrieve a Solid Waste Pickup Completion Control","operationId":"SolidWastePickupCompletion_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWastePickupCompletion"],"summary":"Update a Solid Waste Pickup Completion Control","operationId":"SolidWastePickupCompletion_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWastePickupCompletion"],"summary":"Delete a Solid Waste Pickup Completion Control","operationId":"SolidWastePickupCompletion_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWastePickupCompletion"],"summary":"Patch a Solid Waste Pickup Completion Control","operationId":"SolidWastePickupCompletion_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWastePickupCompletionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupCompletionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/solidwastepickup":{"get":{"tags":["SolidWastePickupReportRun"],"summary":"Retrieves list of report run status data","operationId":"SolidWastePickupReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWastePickupReportRun"],"summary":"Execute the report.","operationId":"SolidWastePickupReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/solidwastepickup/{id}":{"get":{"tags":["SolidWastePickupReportRun"],"summary":"Retrieve the report run status","operationId":"SolidWastePickupReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWastePickupReportRun"],"summary":"Request to cancel a report","operationId":"SolidWastePickupReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/solidwastepickup/{id}/{outputRef}":{"get":{"tags":["SolidWastePickupReportRun"],"summary":"Retrieve the file output produced by report","operationId":"SolidWastePickupReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwastepickupstatus":{"get":{"tags":["SolidWastePickupStatus"],"summary":"Retrieve list of Solid Waste Pickup Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWastePickupStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWastePickupStatus"],"summary":"Add a Solid Waste Pickup Status Control","operationId":"SolidWastePickupStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwastepickupstatus/{id}":{"get":{"tags":["SolidWastePickupStatus"],"summary":"Retrieve a Solid Waste Pickup Status Control","operationId":"SolidWastePickupStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWastePickupStatus"],"summary":"Update a Solid Waste Pickup Status Control","operationId":"SolidWastePickupStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWastePickupStatus"],"summary":"Delete a Solid Waste Pickup Status Control","operationId":"SolidWastePickupStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWastePickupStatus"],"summary":"Patch a Solid Waste Pickup Status Control","operationId":"SolidWastePickupStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWastePickupStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWastePickupStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteratedetail":{"get":{"tags":["SolidWasteRateDetail"],"summary":"Retrieve list of Solid Waste Special Rate items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRateDetail"],"summary":"Add a Solid Waste Special Rate","operationId":"SolidWasteRateDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteratedetail/{id}":{"get":{"tags":["SolidWasteRateDetail"],"summary":"Retrieve a Solid Waste Special Rate","operationId":"SolidWasteRateDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteRateDetail"],"summary":"Update a Solid Waste Special Rate","operationId":"SolidWasteRateDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRateDetail"],"summary":"Delete a Solid Waste Special Rate","operationId":"SolidWasteRateDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteRateDetail"],"summary":"Patch a Solid Waste Special Rate","operationId":"SolidWasteRateDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteRateDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRateDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteroute":{"get":{"tags":["SolidWasteRoute"],"summary":"Retrieve list of Solid Waste Pickup Route items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteRoute_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRoute"],"summary":"Add a Solid Waste Pickup Route","operationId":"SolidWasteRoute_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteroute/{id}":{"get":{"tags":["SolidWasteRoute"],"summary":"Retrieve a Solid Waste Pickup Route","operationId":"SolidWasteRoute_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteRoute"],"summary":"Update a Solid Waste Pickup Route","operationId":"SolidWasteRoute_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRoute"],"summary":"Delete a Solid Waste Pickup Route","operationId":"SolidWasteRoute_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteRoute"],"summary":"Patch a Solid Waste Pickup Route","operationId":"SolidWasteRoute_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteRouteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/do/solidwasteroutecreationload":{"post":{"tags":["SolidWasteRouteCreation"],"summary":"It loads Cycle/Book or Call Number RouteManagement data","operationId":"SolidWasteRouteCreation_GetSolidWasteRouteCreationData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"SolidWasteRouteCreationLoadRequestModel parameters","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteCreationLoadRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/SolidWasteRouteCreationLoadResultModel"}}},"400":{"description":"BadRequest"}}}},"/run/report/solidwasteroutecreation":{"get":{"tags":["SolidWasteRouteCreationReportRun"],"summary":"Retrieves list of report run status data","operationId":"SolidWasteRouteCreationReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRouteCreationReportRun"],"summary":"Execute the report.","operationId":"SolidWasteRouteCreationReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteCreationReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/solidwasteroutecreation/{id}":{"get":{"tags":["SolidWasteRouteCreationReportRun"],"summary":"Retrieve the report run status","operationId":"SolidWasteRouteCreationReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRouteCreationReportRun"],"summary":"Request to cancel a report","operationId":"SolidWasteRouteCreationReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/solidwasteroutecreation/{id}/{outputRef}":{"get":{"tags":["SolidWasteRouteCreationReportRun"],"summary":"Retrieve the file output produced by report","operationId":"SolidWasteRouteCreationReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/solidwasteroutecreation":{"get":{"tags":["SolidWasteRouteCreationRun"],"summary":"Retrieves list of SolidWasteRouteCreation process run status data","operationId":"SolidWasteRouteCreationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRouteCreationRun"],"summary":"Execute the SolidWasteRouteCreation process","operationId":"SolidWasteRouteCreationRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in SolidWasteRouteCreationRunModel","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteCreationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/solidwasteroutecreation/{id}":{"get":{"tags":["SolidWasteRouteCreationRun"],"summary":"Retrieve the process run status","operationId":"SolidWasteRouteCreationRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRouteCreationRun"],"summary":"Request to cancel a SolidWasteRouteCreation process","operationId":"SolidWasteRouteCreationRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteroutedefinition":{"get":{"tags":["SolidWasteRouteDefinition"],"summary":"Retrieve list of Solid Waste Route Definition items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteRouteDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRouteDefinition"],"summary":"Add a Solid Waste Route Definition","operationId":"SolidWasteRouteDefinition_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteroutedefinition/{id}":{"get":{"tags":["SolidWasteRouteDefinition"],"summary":"Retrieve a Solid Waste Route Definition","operationId":"SolidWasteRouteDefinition_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteRouteDefinition"],"summary":"Update a Solid Waste Route Definition","operationId":"SolidWasteRouteDefinition_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRouteDefinition"],"summary":"Delete a Solid Waste Route Definition","operationId":"SolidWasteRouteDefinition_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteRouteDefinition"],"summary":"Patch a Solid Waste Route Definition","operationId":"SolidWasteRouteDefinition_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteRouteDefinitionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteDefinitionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteroutelink":{"get":{"tags":["SolidWasteRouteLink"],"summary":"Retrieve list of Solid Waste Route Link items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteRouteLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteRouteLink"],"summary":"Add a Solid Waste Route Link","operationId":"SolidWasteRouteLink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteroutelink/{id}":{"get":{"tags":["SolidWasteRouteLink"],"summary":"Retrieve a Solid Waste Route Link","operationId":"SolidWasteRouteLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteRouteLink"],"summary":"Update a Solid Waste Route Link","operationId":"SolidWasteRouteLink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteRouteLink"],"summary":"Delete a Solid Waste Route Link","operationId":"SolidWasteRouteLink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteRouteLink"],"summary":"Patch a Solid Waste Route Link","operationId":"SolidWasteRouteLink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteRouteLinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteRouteLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteserviceentrance":{"get":{"tags":["SolidWasteServiceEntrance"],"summary":"Retrieve list of Solid Waste Service Entrance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteServiceEntrance"],"summary":"Add a Solid Waste Service Entrance","operationId":"SolidWasteServiceEntrance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteserviceentrance/{id}":{"get":{"tags":["SolidWasteServiceEntrance"],"summary":"Retrieve a Solid Waste Service Entrance","operationId":"SolidWasteServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteServiceEntrance"],"summary":"Update a Solid Waste Service Entrance","operationId":"SolidWasteServiceEntrance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteServiceEntrance"],"summary":"Delete a Solid Waste Service Entrance","operationId":"SolidWasteServiceEntrance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteServiceEntrance"],"summary":"Patch a Solid Waste Service Entrance","operationId":"SolidWasteServiceEntrance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteServiceEntranceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/solidwasteservicetype":{"get":{"tags":["SolidWasteServiceType"],"summary":"Retrieve list of Solid Waste Service Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SolidWasteServiceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SolidWasteServiceType"],"summary":"Add a Solid Waste Service Type Control","operationId":"SolidWasteServiceType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/solidwasteservicetype/{id}":{"get":{"tags":["SolidWasteServiceType"],"summary":"Retrieve a Solid Waste Service Type Control","operationId":"SolidWasteServiceType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SolidWasteServiceType"],"summary":"Update a Solid Waste Service Type Control","operationId":"SolidWasteServiceType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SolidWasteServiceType"],"summary":"Delete a Solid Waste Service Type Control","operationId":"SolidWasteServiceType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SolidWasteServiceType"],"summary":"Patch a Solid Waste Service Type Control","operationId":"SolidWasteServiceType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SolidWasteServiceTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SolidWasteServiceTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/somtinterface":{"get":{"tags":["SOMTInterfaceRun"],"summary":"Retrieves list of SOMTInterface process run status data","operationId":"SOMTInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SOMTInterfaceRun"],"summary":"Execute the SOMTInterface process","operationId":"SOMTInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in SOMTInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/somtinterface/{id}":{"get":{"tags":["SOMTInterfaceRun"],"summary":"Retrieve the process run status","operationId":"SOMTInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SOMTInterfaceRun"],"summary":"Request to cancel an SOMTInterface process","operationId":"SOMTInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/spreadsheettemplate":{"get":{"tags":["SpreadsheetTemplate"],"summary":"Retrieve list of Spreadsheet Template Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SpreadsheetTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SpreadsheetTemplate"],"summary":"Add a Spreadsheet Template Control","operationId":"SpreadsheetTemplate_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/spreadsheettemplate/{id}":{"get":{"tags":["SpreadsheetTemplate"],"summary":"Retrieve a Spreadsheet Template Control","operationId":"SpreadsheetTemplate_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SpreadsheetTemplate"],"summary":"Update a Spreadsheet Template Control","operationId":"SpreadsheetTemplate_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SpreadsheetTemplate"],"summary":"Delete a Spreadsheet Template Control","operationId":"SpreadsheetTemplate_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SpreadsheetTemplate"],"summary":"Patch a Spreadsheet Template Control","operationId":"SpreadsheetTemplate_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SpreadsheetTemplateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SpreadsheetTemplateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/standarddrawingnumber":{"get":{"tags":["StandardDrawingNumber"],"summary":"Retrieve list of Measurement Canada Drawing Number Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StandardDrawingNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StandardDrawingNumber"],"summary":"Add a Measurement Canada Drawing Number Control","operationId":"StandardDrawingNumber_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/standarddrawingnumber/{id}":{"get":{"tags":["StandardDrawingNumber"],"summary":"Retrieve a Measurement Canada Drawing Number Control","operationId":"StandardDrawingNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StandardDrawingNumber"],"summary":"Update a Measurement Canada Drawing Number Control","operationId":"StandardDrawingNumber_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StandardDrawingNumber"],"summary":"Delete a Measurement Canada Drawing Number Control","operationId":"StandardDrawingNumber_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StandardDrawingNumber"],"summary":"Patch a Measurement Canada Drawing Number Control","operationId":"StandardDrawingNumber_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StandardDrawingNumberModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StandardDrawingNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/state":{"get":{"tags":["State"],"summary":"Retrieve list of State/Province Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"State_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["State"],"summary":"Add a State/Province Control","operationId":"State_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StateModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/state/{id}":{"get":{"tags":["State"],"summary":"Retrieve a State/Province Control","operationId":"State_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StateModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["State"],"summary":"Update a State/Province Control","operationId":"State_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StateModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["State"],"summary":"Delete a State/Province Control","operationId":"State_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["State"],"summary":"Patch a State/Province Control","operationId":"State_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StateModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StateModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/statutoryholiday":{"get":{"tags":["StatutoryHoliday"],"summary":"Retrieve list of Statutory Holiday Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StatutoryHoliday_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StatutoryHoliday"],"summary":"Add a Statutory Holiday Control","operationId":"StatutoryHoliday_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/statutoryholiday/{id}":{"get":{"tags":["StatutoryHoliday"],"summary":"Retrieve a Statutory Holiday Control","operationId":"StatutoryHoliday_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StatutoryHoliday"],"summary":"Update a Statutory Holiday Control","operationId":"StatutoryHoliday_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StatutoryHoliday"],"summary":"Delete a Statutory Holiday Control","operationId":"StatutoryHoliday_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StatutoryHoliday"],"summary":"Patch a Statutory Holiday Control","operationId":"StatutoryHoliday_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StatutoryHolidayModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StatutoryHolidayModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/stock":{"get":{"tags":["Stock"],"summary":"Retrieve list of Stock Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Stock_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Stock"],"summary":"Add a Stock Code Control","operationId":"Stock_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StockModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StockModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/stock/{id}":{"get":{"tags":["Stock"],"summary":"Retrieve a Stock Code Control","operationId":"Stock_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Stock"],"summary":"Update a Stock Code Control","operationId":"Stock_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StockModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Stock"],"summary":"Delete a Stock Code Control","operationId":"Stock_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Stock"],"summary":"Patch a Stock Code Control","operationId":"Stock_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StockModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StockModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/streetnumbersuffix":{"get":{"tags":["StreetNumberSuffix"],"summary":"Retrieve list of Street Number Suffix Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StreetNumberSuffix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StreetNumberSuffix"],"summary":"Add a Street Number Suffix Control","operationId":"StreetNumberSuffix_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/streetnumbersuffix/{id}":{"get":{"tags":["StreetNumberSuffix"],"summary":"Retrieve a Street Number Suffix Control","operationId":"StreetNumberSuffix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StreetNumberSuffix"],"summary":"Update a Street Number Suffix Control","operationId":"StreetNumberSuffix_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StreetNumberSuffix"],"summary":"Delete a Street Number Suffix Control","operationId":"StreetNumberSuffix_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StreetNumberSuffix"],"summary":"Patch a Street Number Suffix Control","operationId":"StreetNumberSuffix_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StreetNumberSuffixModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetNumberSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/streetprefix":{"get":{"tags":["StreetPrefix"],"summary":"Retrieve list of Street Prefix Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StreetPrefix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StreetPrefix"],"summary":"Add a Street Prefix Control","operationId":"StreetPrefix_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetPrefixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StreetPrefixModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/streetprefix/{id}":{"get":{"tags":["StreetPrefix"],"summary":"Retrieve a Street Prefix Control","operationId":"StreetPrefix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetPrefixModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StreetPrefix"],"summary":"Update a Street Prefix Control","operationId":"StreetPrefix_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetPrefixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetPrefixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StreetPrefix"],"summary":"Delete a Street Prefix Control","operationId":"StreetPrefix_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetPrefixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StreetPrefix"],"summary":"Patch a Street Prefix Control","operationId":"StreetPrefix_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StreetPrefixModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetPrefixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/streetsuffix":{"get":{"tags":["StreetSuffix"],"summary":"Retrieve list of Street Suffix Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StreetSuffix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StreetSuffix"],"summary":"Add a Street Suffix Control","operationId":"StreetSuffix_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetSuffixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StreetSuffixModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/streetsuffix/{id}":{"get":{"tags":["StreetSuffix"],"summary":"Retrieve a Street Suffix Control","operationId":"StreetSuffix_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetSuffixModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StreetSuffix"],"summary":"Update a Street Suffix Control","operationId":"StreetSuffix_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StreetSuffixModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StreetSuffix"],"summary":"Delete a Street Suffix Control","operationId":"StreetSuffix_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StreetSuffix"],"summary":"Patch a Street Suffix Control","operationId":"StreetSuffix_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StreetSuffixModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StreetSuffixModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/structuretype":{"get":{"tags":["StructureType"],"summary":"Retrieve list of Structure Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"StructureType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["StructureType"],"summary":"Add a Structure Type Control","operationId":"StructureType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StructureTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/StructureTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/structuretype/{id}":{"get":{"tags":["StructureType"],"summary":"Retrieve a Structure Type Control","operationId":"StructureType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StructureTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["StructureType"],"summary":"Update a Structure Type Control","operationId":"StructureType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/StructureTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StructureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["StructureType"],"summary":"Delete a Structure Type Control","operationId":"StructureType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StructureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["StructureType"],"summary":"Patch a Structure Type Control","operationId":"StructureType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[StructureTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/StructureTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/supplier":{"get":{"tags":["Supplier"],"summary":"Retrieve list of Supplier Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Supplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Supplier"],"summary":"Add a Supplier Control","operationId":"Supplier_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SupplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SupplierModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/supplier/{id}":{"get":{"tags":["Supplier"],"summary":"Retrieve a Supplier Control","operationId":"Supplier_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Supplier"],"summary":"Update a Supplier Control","operationId":"Supplier_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SupplierModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Supplier"],"summary":"Delete a Supplier Control","operationId":"Supplier_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Supplier"],"summary":"Patch a Supplier Control","operationId":"Supplier_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SupplierModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/supplierenrollment":{"get":{"tags":["SupplierEnrollment"],"summary":"Retrieve list of Supplier Enrollment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SupplierEnrollment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SupplierEnrollment"],"summary":"Add a Supplier Enrollment","operationId":"SupplierEnrollment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/supplierenrollment/{id}":{"get":{"tags":["SupplierEnrollment"],"summary":"Retrieve a Supplier Enrollment","operationId":"SupplierEnrollment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SupplierEnrollment"],"summary":"Update a Supplier Enrollment","operationId":"SupplierEnrollment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SupplierEnrollment"],"summary":"Delete a Supplier Enrollment","operationId":"SupplierEnrollment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SupplierEnrollment"],"summary":"Patch a Supplier Enrollment","operationId":"SupplierEnrollment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SupplierEnrollmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SupplierEnrollmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/systemdefault":{"get":{"tags":["SystemDefault"],"summary":"Retrieve list of System Default Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SystemDefault_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SystemDefault"],"summary":"Add a System Default Control","operationId":"SystemDefault_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SystemDefaultModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SystemDefaultModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/systemdefault/{id}":{"get":{"tags":["SystemDefault"],"summary":"Retrieve a System Default Control","operationId":"SystemDefault_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SystemDefault"],"summary":"Update a System Default Control","operationId":"SystemDefault_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SystemDefaultModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SystemDefault"],"summary":"Delete a System Default Control","operationId":"SystemDefault_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SystemDefault"],"summary":"Patch a System Default Control","operationId":"SystemDefault_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SystemDefaultModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/systemdefaultsdescription":{"get":{"tags":["SystemDefaultsDescription"],"summary":"Retrieve list of System Default Description Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"SystemDefaultsDescription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["SystemDefaultsDescription"],"summary":"Add a System Default Description Control","operationId":"SystemDefaultsDescription_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/systemdefaultsdescription/{id}":{"get":{"tags":["SystemDefaultsDescription"],"summary":"Retrieve a System Default Description Control","operationId":"SystemDefaultsDescription_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["SystemDefaultsDescription"],"summary":"Update a System Default Description Control","operationId":"SystemDefaultsDescription_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["SystemDefaultsDescription"],"summary":"Delete a System Default Description Control","operationId":"SystemDefaultsDescription_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["SystemDefaultsDescription"],"summary":"Patch a System Default Description Control","operationId":"SystemDefaultsDescription_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[SystemDefaultsDescriptionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/SystemDefaultsDescriptionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/tapfeetype":{"get":{"tags":["TapFeeType"],"summary":"Retrieve list of Tap Fee Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapFeeType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapFeeType"],"summary":"Add a Tap Fee Type Control","operationId":"TapFeeType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapFeeTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapFeeTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/tapfeetype/{id}":{"get":{"tags":["TapFeeType"],"summary":"Retrieve a Tap Fee Type Control","operationId":"TapFeeType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapFeeTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapFeeType"],"summary":"Update a Tap Fee Type Control","operationId":"TapFeeType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapFeeTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapFeeType"],"summary":"Delete a Tap Fee Type Control","operationId":"TapFeeType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapFeeType"],"summary":"Patch a Tap Fee Type Control","operationId":"TapFeeType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapFeeTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapFeeTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taplocation":{"get":{"tags":["TapLocation"],"summary":"Retrieve list of Water Service Entrance Tap Location items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapLocation"],"summary":"Add a Water Service Entrance Tap Location","operationId":"TapLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taplocation/{id}":{"get":{"tags":["TapLocation"],"summary":"Retrieve a Water Service Entrance Tap Location","operationId":"TapLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapLocation"],"summary":"Update a Water Service Entrance Tap Location","operationId":"TapLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapLocation"],"summary":"Delete a Water Service Entrance Tap Location","operationId":"TapLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapLocation"],"summary":"Patch a Water Service Entrance Tap Location","operationId":"TapLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taplocationinterface":{"get":{"tags":["TapLocationInterface"],"summary":"Retrieve list of Water Service Entrance Tap Location Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapLocationInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapLocationInterface"],"summary":"Add a Water Service Entrance Tap Location Interface","operationId":"TapLocationInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taplocationinterface/{id}":{"get":{"tags":["TapLocationInterface"],"summary":"Retrieve a Water Service Entrance Tap Location Interface","operationId":"TapLocationInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapLocationInterface"],"summary":"Update a Water Service Entrance Tap Location Interface","operationId":"TapLocationInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapLocationInterface"],"summary":"Delete a Water Service Entrance Tap Location Interface","operationId":"TapLocationInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapLocationInterface"],"summary":"Patch a Water Service Entrance Tap Location Interface","operationId":"TapLocationInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapLocationInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapLocationInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taprequestfee":{"get":{"tags":["TapRequestFee"],"summary":"Retrieve list of Tap Request Fee items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapRequestFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapRequestFee"],"summary":"Add a Tap Request Fee","operationId":"TapRequestFee_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapRequestFeeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taprequestfee/{id}":{"get":{"tags":["TapRequestFee"],"summary":"Retrieve a Tap Request Fee","operationId":"TapRequestFee_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestFeeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapRequestFee"],"summary":"Update a Tap Request Fee","operationId":"TapRequestFee_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestFeeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapRequestFee"],"summary":"Delete a Tap Request Fee","operationId":"TapRequestFee_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapRequestFee"],"summary":"Patch a Tap Request Fee","operationId":"TapRequestFee_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapRequestFeeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestFeeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taprequestproject":{"get":{"tags":["TapRequestProject"],"summary":"Retrieve list of Tap Request Project items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapRequestProject_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapRequestProject"],"summary":"Add a Tap Request Project","operationId":"TapRequestProject_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestProjectModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapRequestProjectModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taprequestproject/{id}":{"get":{"tags":["TapRequestProject"],"summary":"Retrieve a Tap Request Project","operationId":"TapRequestProject_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestProjectModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapRequestProject"],"summary":"Update a Tap Request Project","operationId":"TapRequestProject_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestProjectModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestProjectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapRequestProject"],"summary":"Delete a Tap Request Project","operationId":"TapRequestProject_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestProjectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapRequestProject"],"summary":"Patch a Tap Request Project","operationId":"TapRequestProject_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapRequestProjectModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestProjectModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taprequeststatus":{"get":{"tags":["TapRequestStatus"],"summary":"Retrieve list of Tap Request Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapRequestStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapRequestStatus"],"summary":"Add a Tap Request Status Control","operationId":"TapRequestStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapRequestStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taprequeststatus/{id}":{"get":{"tags":["TapRequestStatus"],"summary":"Retrieve a Tap Request Status Control","operationId":"TapRequestStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapRequestStatus"],"summary":"Update a Tap Request Status Control","operationId":"TapRequestStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapRequestStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapRequestStatus"],"summary":"Delete a Tap Request Status Control","operationId":"TapRequestStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapRequestStatus"],"summary":"Patch a Tap Request Status Control","operationId":"TapRequestStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapRequestStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapRequestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taptype":{"get":{"tags":["TapType"],"summary":"Retrieve list of Tap Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TapType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TapType"],"summary":"Add a Tap Type Control","operationId":"TapType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TapTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taptype/{id}":{"get":{"tags":["TapType"],"summary":"Retrieve a Tap Type Control","operationId":"TapType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TapType"],"summary":"Update a Tap Type Control","operationId":"TapType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TapTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TapType"],"summary":"Delete a Tap Type Control","operationId":"TapType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TapType"],"summary":"Patch a Tap Type Control","operationId":"TapType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TapTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TapTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/task":{"get":{"tags":["Task"],"summary":"Retrieve list of Task items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Task_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Task"],"summary":"Add a Task","operationId":"Task_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaskModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/task/{id}":{"get":{"tags":["Task"],"summary":"Retrieve a Task","operationId":"Task_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Task"],"summary":"Update a Task","operationId":"Task_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Task"],"summary":"Delete a Task","operationId":"Task_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Task"],"summary":"Patch a Task","operationId":"Task_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaskModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taskinterface":{"get":{"tags":["TaskInterface"],"summary":"Retrieve list of Task Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaskInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaskInterface"],"summary":"Add a Task Interface","operationId":"TaskInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaskInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taskinterface/{id}":{"get":{"tags":["TaskInterface"],"summary":"Retrieve a Task Interface","operationId":"TaskInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaskInterface"],"summary":"Update a Task Interface","operationId":"TaskInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaskInterface"],"summary":"Delete a Task Interface","operationId":"TaskInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaskInterface"],"summary":"Patch a Task Interface","operationId":"TaskInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaskInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/taskinterface":{"get":{"tags":["TaskInterfaceRun"],"summary":"Retrieves list of TaskInterface process run status data","operationId":"TaskInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaskInterfaceRun"],"summary":"Execute the TaskInterface process","operationId":"TaskInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in TaskInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/taskinterface/{id}":{"get":{"tags":["TaskInterfaceRun"],"summary":"Retrieve the process run status","operationId":"TaskInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaskInterfaceRun"],"summary":"Request to cancel a TaskInterface process","operationId":"TaskInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taskresolutioncode":{"get":{"tags":["TaskResolutionCode"],"summary":"Retrieve list of Task Resolution Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaskResolutionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaskResolutionCode"],"summary":"Add a Task Resolution Code Control","operationId":"TaskResolutionCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taskresolutioncode/{id}":{"get":{"tags":["TaskResolutionCode"],"summary":"Retrieve a Task Resolution Code Control","operationId":"TaskResolutionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaskResolutionCode"],"summary":"Update a Task Resolution Code Control","operationId":"TaskResolutionCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaskResolutionCode"],"summary":"Delete a Task Resolution Code Control","operationId":"TaskResolutionCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaskResolutionCode"],"summary":"Patch a Task Resolution Code Control","operationId":"TaskResolutionCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaskResolutionCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskResolutionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/tasktype":{"get":{"tags":["TaskType"],"summary":"Retrieve list of Task Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaskType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaskType"],"summary":"Add a Task Type Control","operationId":"TaskType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaskTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/tasktype/{id}":{"get":{"tags":["TaskType"],"summary":"Retrieve a Task Type Control","operationId":"TaskType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaskType"],"summary":"Update a Task Type Control","operationId":"TaskType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaskType"],"summary":"Delete a Task Type Control","operationId":"TaskType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaskType"],"summary":"Patch a Task Type Control","operationId":"TaskType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaskTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/tasktyperesolutioncodelink":{"get":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Retrieve list of Task Type Resolution Code Link Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaskTypeResolutionCodeLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Add a Task Type Resolution Code Link Control","operationId":"TaskTypeResolutionCodeLink_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/tasktyperesolutioncodelink/{id}":{"get":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Retrieve a Task Type Resolution Code Link Control","operationId":"TaskTypeResolutionCodeLink_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Update a Task Type Resolution Code Link Control","operationId":"TaskTypeResolutionCodeLink_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Delete a Task Type Resolution Code Link Control","operationId":"TaskTypeResolutionCodeLink_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaskTypeResolutionCodeLink"],"summary":"Patch a Task Type Resolution Code Link Control","operationId":"TaskTypeResolutionCodeLink_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaskTypeResolutionCodeLinkModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaskTypeResolutionCodeLinkModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxabletransaction":{"get":{"tags":["TaxableTransaction"],"summary":"Retrieve list of Taxable Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxableTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxableTransaction"],"summary":"Add a Taxable Transaction Code Control","operationId":"TaxableTransaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxableTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxableTransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxabletransaction/{id}":{"get":{"tags":["TaxableTransaction"],"summary":"Retrieve a Taxable Transaction Code Control","operationId":"TaxableTransaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxableTransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxableTransaction"],"summary":"Update a Taxable Transaction Code Control","operationId":"TaxableTransaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxableTransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxableTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxableTransaction"],"summary":"Delete a Taxable Transaction Code Control","operationId":"TaxableTransaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxableTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxableTransaction"],"summary":"Patch a Taxable Transaction Code Control","operationId":"TaxableTransaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxableTransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxableTransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxcode":{"get":{"tags":["TaxCode"],"summary":"Retrieve list of Tax Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxCode"],"summary":"Add a Tax Code Control","operationId":"TaxCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxcode/{id}":{"get":{"tags":["TaxCode"],"summary":"Retrieve a Tax Code Control","operationId":"TaxCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxCode"],"summary":"Update a Tax Code Control","operationId":"TaxCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxCode"],"summary":"Delete a Tax Code Control","operationId":"TaxCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxCode"],"summary":"Patch a Tax Code Control","operationId":"TaxCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxcodedetail":{"get":{"tags":["TaxCodeDetail"],"summary":"Retrieve list of Tax Code Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxCodeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxCodeDetail"],"summary":"Add a Tax Code Detail Control","operationId":"TaxCodeDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxcodedetail/{id}":{"get":{"tags":["TaxCodeDetail"],"summary":"Retrieve a Tax Code Detail Control","operationId":"TaxCodeDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxCodeDetail"],"summary":"Update a Tax Code Detail Control","operationId":"TaxCodeDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxCodeDetail"],"summary":"Delete a Tax Code Detail Control","operationId":"TaxCodeDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxCodeDetail"],"summary":"Patch a Tax Code Detail Control","operationId":"TaxCodeDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxCodeDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxCodeDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxdetail":{"get":{"tags":["TaxDetail"],"summary":"Retrieve list of Bill/Transaction Tax Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxDetail"],"summary":"Add a Bill/Transaction Tax Detail","operationId":"TaxDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxdetail/{id}":{"get":{"tags":["TaxDetail"],"summary":"Retrieve a Bill/Transaction Tax Detail","operationId":"TaxDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxDetail"],"summary":"Update a Bill/Transaction Tax Detail","operationId":"TaxDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxDetail"],"summary":"Delete a Bill/Transaction Tax Detail","operationId":"TaxDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxDetail"],"summary":"Patch a Bill/Transaction Tax Detail","operationId":"TaxDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxoverride":{"get":{"tags":["TaxOverride"],"summary":"Retrieve list of Alternate Tax Account items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxOverride_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxOverride"],"summary":"Add an Alternate Tax Account","operationId":"TaxOverride_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxOverrideModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxOverrideModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxoverride/{id}":{"get":{"tags":["TaxOverride"],"summary":"Retrieve an Alternate Tax Account","operationId":"TaxOverride_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxOverride"],"summary":"Update an Alternate Tax Account","operationId":"TaxOverride_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxOverrideModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxOverride"],"summary":"Delete an Alternate Tax Account","operationId":"TaxOverride_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxOverride"],"summary":"Patch an Alternate Tax Account","operationId":"TaxOverride_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxOverrideModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxoverridereason":{"get":{"tags":["TaxOverrideReason"],"summary":"Retrieve list of Tax Override Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxOverrideReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxOverrideReason"],"summary":"Add a Tax Override Reason Control","operationId":"TaxOverrideReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxoverridereason/{id}":{"get":{"tags":["TaxOverrideReason"],"summary":"Retrieve a Tax Override Reason Control","operationId":"TaxOverrideReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxOverrideReason"],"summary":"Update a Tax Override Reason Control","operationId":"TaxOverrideReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxOverrideReason"],"summary":"Delete a Tax Override Reason Control","operationId":"TaxOverrideReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxOverrideReason"],"summary":"Patch a Tax Override Reason Control","operationId":"TaxOverrideReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxOverrideReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxOverrideReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxprofile":{"get":{"tags":["TaxProfile"],"summary":"Retrieve list of Tax Profile Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxProfile"],"summary":"Add a Tax Profile Control","operationId":"TaxProfile_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxProfileModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxprofile/{id}":{"get":{"tags":["TaxProfile"],"summary":"Retrieve a Tax Profile Control","operationId":"TaxProfile_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxProfileModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxProfile"],"summary":"Update a Tax Profile Control","operationId":"TaxProfile_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxProfileModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxProfile"],"summary":"Delete a Tax Profile Control","operationId":"TaxProfile_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxProfile"],"summary":"Patch a Tax Profile Control","operationId":"TaxProfile_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxProfileModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxProfileModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/taxroll":{"get":{"tags":["TaxRoll"],"summary":"Retrieve list of Tax Roll items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TaxRoll_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TaxRoll"],"summary":"Add a Tax Roll","operationId":"TaxRoll_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxRollModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TaxRollModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/taxroll/{id}":{"get":{"tags":["TaxRoll"],"summary":"Retrieve a Tax Roll","operationId":"TaxRoll_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxRollModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TaxRoll"],"summary":"Update a Tax Roll","operationId":"TaxRoll_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TaxRollModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxRollModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TaxRoll"],"summary":"Delete a Tax Roll","operationId":"TaxRoll_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxRollModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TaxRoll"],"summary":"Patch a Tax Roll","operationId":"TaxRoll_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TaxRollModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TaxRollModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/temperaturetransducertype":{"get":{"tags":["TemperatureTransducerType"],"summary":"Retrieve list of Temperature Transducer Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TemperatureTransducerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TemperatureTransducerType"],"summary":"Add a Temperature Transducer Type Control","operationId":"TemperatureTransducerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/temperaturetransducertype/{id}":{"get":{"tags":["TemperatureTransducerType"],"summary":"Retrieve a Temperature Transducer Type Control","operationId":"TemperatureTransducerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TemperatureTransducerType"],"summary":"Update a Temperature Transducer Type Control","operationId":"TemperatureTransducerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TemperatureTransducerType"],"summary":"Delete a Temperature Transducer Type Control","operationId":"TemperatureTransducerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TemperatureTransducerType"],"summary":"Patch a Temperature Transducer Type Control","operationId":"TemperatureTransducerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TemperatureTransducerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TemperatureTransducerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/testkit":{"get":{"tags":["TestKit"],"summary":"Retrieve list of Test Kit items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TestKit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestKit"],"summary":"Add a Test Kit","operationId":"TestKit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TestKitModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/testkit/{id}":{"get":{"tags":["TestKit"],"summary":"Retrieve a Test Kit","operationId":"TestKit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TestKit"],"summary":"Update a Test Kit","operationId":"TestKit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestKit"],"summary":"Delete a Test Kit","operationId":"TestKit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TestKit"],"summary":"Patch a Test Kit","operationId":"TestKit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TestKitModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/testkitassignment":{"get":{"tags":["TestKitAssignment"],"summary":"Retrieve list of Test Kit Assignment items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TestKitAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestKitAssignment"],"summary":"Add a Test Kit Assignment","operationId":"TestKitAssignment_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/testkitassignment/{id}":{"get":{"tags":["TestKitAssignment"],"summary":"Retrieve a Test Kit Assignment","operationId":"TestKitAssignment_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TestKitAssignment"],"summary":"Update a Test Kit Assignment","operationId":"TestKitAssignment_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestKitAssignment"],"summary":"Delete a Test Kit Assignment","operationId":"TestKitAssignment_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TestKitAssignment"],"summary":"Patch a Test Kit Assignment","operationId":"TestKitAssignment_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TestKitAssignmentModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitAssignmentModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/testkittype":{"get":{"tags":["TestKitType"],"summary":"Retrieve list of Test Kit Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TestKitType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestKitType"],"summary":"Add a Test Kit Type Control","operationId":"TestKitType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TestKitTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/testkittype/{id}":{"get":{"tags":["TestKitType"],"summary":"Retrieve a Test Kit Type Control","operationId":"TestKitType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TestKitType"],"summary":"Update a Test Kit Type Control","operationId":"TestKitType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestKitTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestKitType"],"summary":"Delete a Test Kit Type Control","operationId":"TestKitType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TestKitType"],"summary":"Patch a Test Kit Type Control","operationId":"TestKitType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TestKitTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestKitTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/testprocess":{"get":{"tags":["TestProcessRun"],"summary":"Retrieves list of TestProcess process run status data","operationId":"TestProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestProcessRun"],"summary":"Execute the TestProcess process","operationId":"TestProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in TestProcessRunModel","required":true,"schema":{"$ref":"#/definitions/TestProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/testprocess/{id}":{"get":{"tags":["TestProcessRun"],"summary":"Retrieve the process run status","operationId":"TestProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestProcessRun"],"summary":"Request to cancel a TestProcess process","operationId":"TestProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/teststatus":{"get":{"tags":["TestStatus"],"summary":"Retrieve list of Test Status Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TestStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestStatus"],"summary":"Add a Test Status Control","operationId":"TestStatus_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TestStatusModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/teststatus/{id}":{"get":{"tags":["TestStatus"],"summary":"Retrieve a Test Status Control","operationId":"TestStatus_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TestStatus"],"summary":"Update a Test Status Control","operationId":"TestStatus_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestStatusModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestStatus"],"summary":"Delete a Test Status Control","operationId":"TestStatus_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TestStatus"],"summary":"Patch a Test Status Control","operationId":"TestStatus_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TestStatusModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestStatusModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/testswitchtype":{"get":{"tags":["TestSwitchType"],"summary":"Retrieve list of Test Switch Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TestSwitchType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TestSwitchType"],"summary":"Add a Test Switch Type Control","operationId":"TestSwitchType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/testswitchtype/{id}":{"get":{"tags":["TestSwitchType"],"summary":"Retrieve a Test Switch Type Control","operationId":"TestSwitchType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TestSwitchType"],"summary":"Update a Test Switch Type Control","operationId":"TestSwitchType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TestSwitchType"],"summary":"Delete a Test Switch Type Control","operationId":"TestSwitchType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TestSwitchType"],"summary":"Patch a Test Switch Type Control","operationId":"TestSwitchType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TestSwitchTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TestSwitchTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/timezone":{"get":{"tags":["TimeZone"],"summary":"Retrieve list of Time Zone Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TimeZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TimeZone"],"summary":"Add a Time Zone Control","operationId":"TimeZone_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TimeZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TimeZoneModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/timezone/{id}":{"get":{"tags":["TimeZone"],"summary":"Retrieve a Time Zone Control","operationId":"TimeZone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TimeZoneModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TimeZone"],"summary":"Update a Time Zone Control","operationId":"TimeZone_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TimeZoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TimeZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TimeZone"],"summary":"Delete a Time Zone Control","operationId":"TimeZone_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TimeZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TimeZone"],"summary":"Patch a Time Zone Control","operationId":"TimeZone_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TimeZoneModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TimeZoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/trakitoceansideinterface":{"get":{"tags":["TrakitOceansideInterfaceRun"],"summary":"Retrieves list of TrakitOceansideInterface process run status data","operationId":"TrakitOceansideInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TrakitOceansideInterfaceRun"],"summary":"Execute the TrakitOceansideInterface process","operationId":"TrakitOceansideInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in TrakitOceansideInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/ApiItsRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/trakitoceansideinterface/{id}":{"get":{"tags":["TrakitOceansideInterfaceRun"],"summary":"Retrieve the process run status","operationId":"TrakitOceansideInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TrakitOceansideInterfaceRun"],"summary":"Request to cancel a TrakitOceansideInterface process","operationId":"TrakitOceansideInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transaction/addwithchildren":{"post":{"tags":["Transaction"],"summary":"Add to database a transaction with the given child transactions","operationId":"Transaction_AddWithChildren","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestChildTransactions","in":"body","description":"List of child transactions","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/TransactionModel"}}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transaction/loadnsfdata":{"post":{"tags":["Transaction"],"summary":"Add to database a transaction with the given child transactions","operationId":"Transaction_LoadNsfData","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"Parameters used to prepare the NSF data","required":true,"schema":{"$ref":"#/definitions/TransactionLoadNsfDataModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/transaction/addmultipletransactions":{"post":{"tags":["Transaction"],"summary":"Add a list of transactions to database","operationId":"Transaction_AddMultipleTransactions","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","description":"List of transactions to add","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/TransactionModel"}}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/transaction":{"get":{"tags":["Transaction"],"summary":"Retrieve list of Transaction Detail items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Transaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Transaction"],"summary":"Add a Transaction Detail","operationId":"Transaction_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transaction/{id}":{"get":{"tags":["Transaction"],"summary":"Retrieve a Transaction Detail","operationId":"Transaction_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Transaction"],"summary":"Update a Transaction Detail","operationId":"Transaction_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Transaction"],"summary":"Delete a Transaction Detail","operationId":"Transaction_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Transaction"],"summary":"Patch a Transaction Detail","operationId":"Transaction_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/transactionallocationandjournal":{"get":{"tags":["TransactionAllocationAndJournalRun"],"summary":"Retrieves list of TransactionAllocationAndJournal process run status data","operationId":"TransactionAllocationAndJournalRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionAllocationAndJournalRun"],"summary":"Execute the TransactionAllocationAndJournal process","operationId":"TransactionAllocationAndJournalRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The TransactionAllocationAndJournal process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/TransactionAllocationAndJournalRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/transactionallocationandjournal/{id}":{"get":{"tags":["TransactionAllocationAndJournalRun"],"summary":"Retrieve the process run status","operationId":"TransactionAllocationAndJournalRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionAllocationAndJournalRun"],"summary":"Request to cancel a TransactionAllocationAndJournal process","operationId":"TransactionAllocationAndJournalRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactionbatch/{id}/allocatepayment":{"put":{"tags":["TransactionBatch"],"summary":"Allocate a single payment (credit transaction) across multiple A/R's.","operationId":"TransactionBatch_AllocatePayment","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the transaction batch","required":true,"type":"string"},{"name":"requestParams","in":"body","description":"Payment allocation details","required":true,"schema":{"$ref":"#/definitions/TransactionBatchAllocatePaymentRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/transactionbatch/{id}/lock":{"get":{"tags":["TransactionBatch"],"summary":"Get the CIS logical lock details for the specified transaction batch.\r\nReturns null if no lock exists.","operationId":"TransactionBatch_LockInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the transaction batch to get locking info for","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}},"post":{"tags":["TransactionBatch"],"summary":"Place a CIS logical lock on the specified transaction batch.\r\nReturns 200 if the lock was already in place for the current session.\r\nReturns 201 if the lock was successfully placed.\r\nReturns 423/Locked if the lock could not be placed because it is currently owned by another session.\r\nAll responses return locking details of the existing lock.","operationId":"TransactionBatch_Lock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the transaction batch to lock","required":true,"type":"string"},{"name":"timeout","in":"query","description":"Amount of time (in milliseconds) to try before failing the lock attempt. 0 means only try once; Maximum valid value is 30,000 (30 seconds); Default is 0.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"423":{"description":"423","schema":{"$ref":"#/definitions/LockingInfoModel"}}}},"delete":{"tags":["TransactionBatch"],"summary":"Release the CIS logical lock on the specified transaction batch.\r\nReturns 200 if the lock was successfully removed, or if the lock did not exist.\r\nReturns 423/Locked if the lock exists and is not owned by this session and was therefore not released.\r\nAlso returns the lock info of the existing or released lock, or null if no lock exists.","operationId":"TransactionBatch_Unlock","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the transaction batch to unlock","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/LockingInfoModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/transactionbatch":{"get":{"tags":["TransactionBatch"],"summary":"Retrieve list of Transaction Batch items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionBatch"],"summary":"Add a Transaction Batch","operationId":"TransactionBatch_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionBatchModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactionbatch/{id}":{"get":{"tags":["TransactionBatch"],"summary":"Retrieve a Transaction Batch","operationId":"TransactionBatch_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionBatchModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionBatch"],"summary":"Update a Transaction Batch","operationId":"TransactionBatch_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionBatchModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionBatch"],"summary":"Delete a Transaction Batch","operationId":"TransactionBatch_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionBatch"],"summary":"Patch a Transaction Batch","operationId":"TransactionBatch_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionBatchModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionBatchModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactioncode":{"get":{"tags":["TransactionCode"],"summary":"Retrieve list of Transaction Code Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionCode"],"summary":"Add a Transaction Code Control","operationId":"TransactionCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactioncode/{id}":{"get":{"tags":["TransactionCode"],"summary":"Retrieve a Transaction Code Control","operationId":"TransactionCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionCode"],"summary":"Update a Transaction Code Control","operationId":"TransactionCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionCode"],"summary":"Delete a Transaction Code Control","operationId":"TransactionCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionCode"],"summary":"Patch a Transaction Code Control","operationId":"TransactionCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactioncodegrouping":{"get":{"tags":["TransactionCodeGrouping"],"summary":"Retrieve list of Transaction Code Grouping Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionCodeGrouping_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionCodeGrouping"],"summary":"Add a Transaction Code Grouping Control","operationId":"TransactionCodeGrouping_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactioncodegrouping/{id}":{"get":{"tags":["TransactionCodeGrouping"],"summary":"Retrieve a Transaction Code Grouping Control","operationId":"TransactionCodeGrouping_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionCodeGrouping"],"summary":"Update a Transaction Code Grouping Control","operationId":"TransactionCodeGrouping_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionCodeGrouping"],"summary":"Delete a Transaction Code Grouping Control","operationId":"TransactionCodeGrouping_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionCodeGrouping"],"summary":"Patch a Transaction Code Grouping Control","operationId":"TransactionCodeGrouping_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionCodeGroupingModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeGroupingModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactioncodeoverride":{"get":{"tags":["TransactionCodeOverride"],"summary":"Retrieve list of Transaction Code G/L Override Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionCodeOverride_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionCodeOverride"],"summary":"Add a Transaction Code G/L Override Control","operationId":"TransactionCodeOverride_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactioncodeoverride/{id}":{"get":{"tags":["TransactionCodeOverride"],"summary":"Retrieve a Transaction Code G/L Override Control","operationId":"TransactionCodeOverride_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionCodeOverride"],"summary":"Update a Transaction Code G/L Override Control","operationId":"TransactionCodeOverride_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionCodeOverride"],"summary":"Delete a Transaction Code G/L Override Control","operationId":"TransactionCodeOverride_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionCodeOverride"],"summary":"Patch a Transaction Code G/L Override Control","operationId":"TransactionCodeOverride_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionCodeOverrideModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionCodeOverrideModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/transactionimportinterface":{"get":{"tags":["TransactionImportInterfaceRun"],"summary":"Retrieves list of TransactionImport process run status data","operationId":"TransactionImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionImportInterfaceRun"],"summary":"Execute the TransactionImport process","operationId":"TransactionImportInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The TransactionImport process parameters. It contains the batch Id to process.","required":true,"schema":{"$ref":"#/definitions/TransactionImportInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/import/transactionimportinterface/{id}":{"get":{"tags":["TransactionImportInterfaceRun"],"summary":"Retrieve the process run status","operationId":"TransactionImportInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionImportInterfaceRun"],"summary":"Request to cancel a TransactionImport process","operationId":"TransactionImportInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/import/transactionimportinterface/{id}/{outputRef}":{"get":{"tags":["TransactionImportInterfaceRun"],"summary":"Retrieve the file output","operationId":"TransactionImportInterfaceRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the CA export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactionprocessingconfig":{"get":{"tags":["TransactionProcessingConfig"],"summary":"Retrieve list of Transaction Processing Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionProcessingConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionProcessingConfig"],"summary":"Add a Transaction Processing Control","operationId":"TransactionProcessingConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactionprocessingconfig/{id}":{"get":{"tags":["TransactionProcessingConfig"],"summary":"Retrieve a Transaction Processing Control","operationId":"TransactionProcessingConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionProcessingConfig"],"summary":"Update a Transaction Processing Control","operationId":"TransactionProcessingConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionProcessingConfig"],"summary":"Delete a Transaction Processing Control","operationId":"TransactionProcessingConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionProcessingConfig"],"summary":"Patch a Transaction Processing Control","operationId":"TransactionProcessingConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionProcessingConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionProcessingConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactionrequest":{"get":{"tags":["TransactionRequest"],"summary":"Retrieve list of Transaction Request items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionRequest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionRequest"],"summary":"Add a Transaction Request","operationId":"TransactionRequest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionRequestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactionrequest/{id}":{"get":{"tags":["TransactionRequest"],"summary":"Retrieve a Transaction Request","operationId":"TransactionRequest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionRequest"],"summary":"Update a Transaction Request","operationId":"TransactionRequest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionRequest"],"summary":"Delete a Transaction Request","operationId":"TransactionRequest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionRequest"],"summary":"Patch a Transaction Request","operationId":"TransactionRequest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionRequestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactionrequestcontrol":{"get":{"tags":["TransactionRequestControl"],"summary":"Retrieve list of Transaction Request Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionRequestControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionRequestControl"],"summary":"Add a Transaction Request Control","operationId":"TransactionRequestControl_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactionrequestcontrol/{id}":{"get":{"tags":["TransactionRequestControl"],"summary":"Retrieve a Transaction Request Control","operationId":"TransactionRequestControl_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionRequestControl"],"summary":"Update a Transaction Request Control","operationId":"TransactionRequestControl_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionRequestControl"],"summary":"Delete a Transaction Request Control","operationId":"TransactionRequestControl_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionRequestControl"],"summary":"Patch a Transaction Request Control","operationId":"TransactionRequestControl_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionRequestControlModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionRequestControlModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/transactionscheduling":{"get":{"tags":["TransactionSchedulingRun"],"summary":"Retrieves list of TransactionScheduling process run status data","operationId":"TransactionSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionSchedulingRun"],"summary":"Execute the TransactionScheduling process","operationId":"TransactionSchedulingRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in TransactionSchedulingRunModel","required":true,"schema":{"$ref":"#/definitions/TransactionSchedulingRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/transactionscheduling/{id}":{"get":{"tags":["TransactionSchedulingRun"],"summary":"Retrieve the process run status","operationId":"TransactionSchedulingRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionSchedulingRun"],"summary":"Request to cancel a TransactionScheduling process","operationId":"TransactionSchedulingRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactiontemp6":{"get":{"tags":["TransactionTEMP6"],"summary":"Retrieve list of Transaction Processing Temp items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionTEMP6_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionTEMP6"],"summary":"Add a Transaction Processing Temp","operationId":"TransactionTEMP6_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactiontemp6/{id}":{"get":{"tags":["TransactionTEMP6"],"summary":"Retrieve a Transaction Processing Temp","operationId":"TransactionTEMP6_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionTEMP6"],"summary":"Update a Transaction Processing Temp","operationId":"TransactionTEMP6_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionTEMP6"],"summary":"Delete a Transaction Processing Temp","operationId":"TransactionTEMP6_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionTEMP6"],"summary":"Patch a Transaction Processing Temp","operationId":"TransactionTEMP6_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionTEMP6Model]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTEMP6Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transactiontype":{"get":{"tags":["TransactionType"],"summary":"Retrieve list of Transaction Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransactionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransactionType"],"summary":"Add a Transaction Type Control","operationId":"TransactionType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransactionTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transactiontype/{id}":{"get":{"tags":["TransactionType"],"summary":"Retrieve a Transaction Type Control","operationId":"TransactionType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransactionType"],"summary":"Update a Transaction Type Control","operationId":"TransactionType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransactionTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransactionType"],"summary":"Delete a Transaction Type Control","operationId":"TransactionType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransactionType"],"summary":"Patch a Transaction Type Control","operationId":"TransactionType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransactionTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransactionTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformer":{"get":{"tags":["Transformer"],"summary":"Retrieve list of Transformer Inventory items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Transformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Transformer"],"summary":"Add a Transformer Inventory","operationId":"Transformer_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformer/{id}":{"get":{"tags":["Transformer"],"summary":"Retrieve a Transformer Inventory","operationId":"Transformer_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Transformer"],"summary":"Update a Transformer Inventory","operationId":"Transformer_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Transformer"],"summary":"Delete a Transformer Inventory","operationId":"Transformer_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Transformer"],"summary":"Patch a Transformer Inventory","operationId":"Transformer_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerarea":{"get":{"tags":["TransformerArea"],"summary":"Retrieve list of Transformer Location Area Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerArea_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerArea"],"summary":"Add a Transformer Location Area Control","operationId":"TransformerArea_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerAreaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerAreaModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerarea/{id}":{"get":{"tags":["TransformerArea"],"summary":"Retrieve a Transformer Location Area Control","operationId":"TransformerArea_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerAreaModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerArea"],"summary":"Update a Transformer Location Area Control","operationId":"TransformerArea_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerAreaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerAreaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerArea"],"summary":"Delete a Transformer Location Area Control","operationId":"TransformerArea_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerAreaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerArea"],"summary":"Patch a Transformer Location Area Control","operationId":"TransformerArea_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerAreaModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerAreaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerbil":{"get":{"tags":["TransformerBil"],"summary":"Retrieve list of Transformer BIL Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerBil_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerBil"],"summary":"Add a Transformer BIL Control","operationId":"TransformerBil_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerBilModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerBilModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerbil/{id}":{"get":{"tags":["TransformerBil"],"summary":"Retrieve a Transformer BIL Control","operationId":"TransformerBil_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerBilModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerBil"],"summary":"Update a Transformer BIL Control","operationId":"TransformerBil_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerBilModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerBilModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerBil"],"summary":"Delete a Transformer BIL Control","operationId":"TransformerBil_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerBilModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerBil"],"summary":"Patch a Transformer BIL Control","operationId":"TransformerBil_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerBilModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerBilModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerconfig":{"get":{"tags":["TransformerConfig"],"summary":"Retrieve list of Transformer Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerConfig"],"summary":"Add a Transformer Control","operationId":"TransformerConfig_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerConfigModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerconfig/{id}":{"get":{"tags":["TransformerConfig"],"summary":"Retrieve a Transformer Control","operationId":"TransformerConfig_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerConfigModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerConfig"],"summary":"Update a Transformer Control","operationId":"TransformerConfig_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerConfigModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerConfig"],"summary":"Delete a Transformer Control","operationId":"TransformerConfig_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerConfig"],"summary":"Patch a Transformer Control","operationId":"TransformerConfig_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerConfigModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerConfigModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerfusesize":{"get":{"tags":["TransformerFuseSize"],"summary":"Retrieve list of Transformer Fuse Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerFuseSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerFuseSize"],"summary":"Add a Transformer Fuse Size Control","operationId":"TransformerFuseSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerfusesize/{id}":{"get":{"tags":["TransformerFuseSize"],"summary":"Retrieve a Transformer Fuse Size Control","operationId":"TransformerFuseSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerFuseSize"],"summary":"Update a Transformer Fuse Size Control","operationId":"TransformerFuseSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerFuseSize"],"summary":"Delete a Transformer Fuse Size Control","operationId":"TransformerFuseSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerFuseSize"],"summary":"Patch a Transformer Fuse Size Control","operationId":"TransformerFuseSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerFuseSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerfusetype":{"get":{"tags":["TransformerFuseType"],"summary":"Retrieve list of Transformer Fuse Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerFuseType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerFuseType"],"summary":"Add a Transformer Fuse Type Control","operationId":"TransformerFuseType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerfusetype/{id}":{"get":{"tags":["TransformerFuseType"],"summary":"Retrieve a Transformer Fuse Type Control","operationId":"TransformerFuseType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerFuseType"],"summary":"Update a Transformer Fuse Type Control","operationId":"TransformerFuseType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerFuseType"],"summary":"Delete a Transformer Fuse Type Control","operationId":"TransformerFuseType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerFuseType"],"summary":"Patch a Transformer Fuse Type Control","operationId":"TransformerFuseType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerFuseTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerFuseTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerkvasize":{"get":{"tags":["TransformerKvaSize"],"summary":"Retrieve list of Transformer KVA Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerKvaSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerKvaSize"],"summary":"Add a Transformer KVA Size Control","operationId":"TransformerKvaSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerkvasize/{id}":{"get":{"tags":["TransformerKvaSize"],"summary":"Retrieve a Transformer KVA Size Control","operationId":"TransformerKvaSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerKvaSize"],"summary":"Update a Transformer KVA Size Control","operationId":"TransformerKvaSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerKvaSize"],"summary":"Delete a Transformer KVA Size Control","operationId":"TransformerKvaSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerKvaSize"],"summary":"Patch a Transformer KVA Size Control","operationId":"TransformerKvaSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerKvaSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerKvaSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerlocation/{id}/inquiryload":{"get":{"tags":["TransformerLocation"],"summary":"Retrieve inquiry load data for the selected TransformerLocation","operationId":"TransformerLocation_GetTransformerLocationInquiryData","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The TransformerLocation to retrieve","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationInquiryLoadModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/data/transformerlocation":{"get":{"tags":["TransformerLocation"],"summary":"Retrieve list of Transformer Location Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerLocation"],"summary":"Add a Transformer Location Control","operationId":"TransformerLocation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerLocationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerlocation/{id}":{"get":{"tags":["TransformerLocation"],"summary":"Retrieve a Transformer Location Control","operationId":"TransformerLocation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerLocation"],"summary":"Update a Transformer Location Control","operationId":"TransformerLocation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerLocation"],"summary":"Delete a Transformer Location Control","operationId":"TransformerLocation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerLocation"],"summary":"Patch a Transformer Location Control","operationId":"TransformerLocation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerLocationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerlocationaccount":{"get":{"tags":["TransformerLocationAccount"],"summary":"Retrieve list of Transformer Location Account items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerLocationAccount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerLocationAccount"],"summary":"Add a Transformer Location Account","operationId":"TransformerLocationAccount_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerlocationaccount/{id}":{"get":{"tags":["TransformerLocationAccount"],"summary":"Retrieve a Transformer Location Account","operationId":"TransformerLocationAccount_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerLocationAccount"],"summary":"Update a Transformer Location Account","operationId":"TransformerLocationAccount_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerLocationAccount"],"summary":"Delete a Transformer Location Account","operationId":"TransformerLocationAccount_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerLocationAccount"],"summary":"Patch a Transformer Location Account","operationId":"TransformerLocationAccount_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerLocationAccountModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationAccountModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerlocationhistory":{"get":{"tags":["TransformerLocationHistory"],"summary":"Retrieve list of Transformer Location History items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerLocationHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerLocationHistory"],"summary":"Add a Transformer Location History","operationId":"TransformerLocationHistory_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerlocationhistory/{id}":{"get":{"tags":["TransformerLocationHistory"],"summary":"Retrieve a Transformer Location History","operationId":"TransformerLocationHistory_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerLocationHistory"],"summary":"Update a Transformer Location History","operationId":"TransformerLocationHistory_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerLocationHistory"],"summary":"Delete a Transformer Location History","operationId":"TransformerLocationHistory_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerLocationHistory"],"summary":"Patch a Transformer Location History","operationId":"TransformerLocationHistory_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerLocationHistoryModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerLocationHistoryModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformermaintenance":{"get":{"tags":["TransformerMaintenance"],"summary":"Retrieve list of Transformer Maintenance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerMaintenance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerMaintenance"],"summary":"Add a Transformer Maintenance","operationId":"TransformerMaintenance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformermaintenance/{id}":{"get":{"tags":["TransformerMaintenance"],"summary":"Retrieve a Transformer Maintenance","operationId":"TransformerMaintenance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerMaintenance"],"summary":"Update a Transformer Maintenance","operationId":"TransformerMaintenance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerMaintenance"],"summary":"Delete a Transformer Maintenance","operationId":"TransformerMaintenance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerMaintenance"],"summary":"Patch a Transformer Maintenance","operationId":"TransformerMaintenance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerMaintenanceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformermaintenancecode":{"get":{"tags":["TransformerMaintenanceCode"],"summary":"Retrieve list of Transformer Maintenance Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerMaintenanceCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerMaintenanceCode"],"summary":"Add a Transformer Maintenance Control","operationId":"TransformerMaintenanceCode_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformermaintenancecode/{id}":{"get":{"tags":["TransformerMaintenanceCode"],"summary":"Retrieve a Transformer Maintenance Control","operationId":"TransformerMaintenanceCode_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerMaintenanceCode"],"summary":"Update a Transformer Maintenance Control","operationId":"TransformerMaintenanceCode_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerMaintenanceCode"],"summary":"Delete a Transformer Maintenance Control","operationId":"TransformerMaintenanceCode_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerMaintenanceCode"],"summary":"Patch a Transformer Maintenance Control","operationId":"TransformerMaintenanceCode_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerMaintenanceCodeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerMaintenanceCodeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerphase":{"get":{"tags":["TransformerPhase"],"summary":"Retrieve list of Transformer Phase Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerPhase_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerPhase"],"summary":"Add a Transformer Phase Control","operationId":"TransformerPhase_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPhaseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerPhaseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerphase/{id}":{"get":{"tags":["TransformerPhase"],"summary":"Retrieve a Transformer Phase Control","operationId":"TransformerPhase_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerPhase"],"summary":"Update a Transformer Phase Control","operationId":"TransformerPhase_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPhaseModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerPhase"],"summary":"Delete a Transformer Phase Control","operationId":"TransformerPhase_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerPhase"],"summary":"Patch a Transformer Phase Control","operationId":"TransformerPhase_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerPhaseModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerphaseid":{"get":{"tags":["TransformerPhaseId"],"summary":"Retrieve list of Transformer Phase ID Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerPhaseId_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerPhaseId"],"summary":"Add a Transformer Phase ID Control","operationId":"TransformerPhaseId_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerphaseid/{id}":{"get":{"tags":["TransformerPhaseId"],"summary":"Retrieve a Transformer Phase ID Control","operationId":"TransformerPhaseId_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerPhaseId"],"summary":"Update a Transformer Phase ID Control","operationId":"TransformerPhaseId_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerPhaseId"],"summary":"Delete a Transformer Phase ID Control","operationId":"TransformerPhaseId_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerPhaseId"],"summary":"Patch a Transformer Phase ID Control","operationId":"TransformerPhaseId_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerPhaseIdModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPhaseIdModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerprimaryvolt":{"get":{"tags":["TransformerPrimaryVolt"],"summary":"Retrieve list of Transformer Primary Volts Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerPrimaryVolt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerPrimaryVolt"],"summary":"Add a Transformer Primary Volts Control","operationId":"TransformerPrimaryVolt_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerprimaryvolt/{id}":{"get":{"tags":["TransformerPrimaryVolt"],"summary":"Retrieve a Transformer Primary Volts Control","operationId":"TransformerPrimaryVolt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerPrimaryVolt"],"summary":"Update a Transformer Primary Volts Control","operationId":"TransformerPrimaryVolt_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerPrimaryVolt"],"summary":"Delete a Transformer Primary Volts Control","operationId":"TransformerPrimaryVolt_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerPrimaryVolt"],"summary":"Patch a Transformer Primary Volts Control","operationId":"TransformerPrimaryVolt_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerPrimaryVoltModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerPrimaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerremovereason":{"get":{"tags":["TransformerRemoveReason"],"summary":"Retrieve list of Transformer Remove Reason Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerRemoveReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerRemoveReason"],"summary":"Add a Transformer Remove Reason Control","operationId":"TransformerRemoveReason_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerremovereason/{id}":{"get":{"tags":["TransformerRemoveReason"],"summary":"Retrieve a Transformer Remove Reason Control","operationId":"TransformerRemoveReason_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerRemoveReason"],"summary":"Update a Transformer Remove Reason Control","operationId":"TransformerRemoveReason_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerRemoveReason"],"summary":"Delete a Transformer Remove Reason Control","operationId":"TransformerRemoveReason_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerRemoveReason"],"summary":"Patch a Transformer Remove Reason Control","operationId":"TransformerRemoveReason_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerRemoveReasonModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerRemoveReasonModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformersecondaryvolt":{"get":{"tags":["TransformerSecondaryVolt"],"summary":"Retrieve list of Transformer Secondary Volts Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerSecondaryVolt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerSecondaryVolt"],"summary":"Add a Transformer Secondary Volts Control","operationId":"TransformerSecondaryVolt_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformersecondaryvolt/{id}":{"get":{"tags":["TransformerSecondaryVolt"],"summary":"Retrieve a Transformer Secondary Volts Control","operationId":"TransformerSecondaryVolt_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerSecondaryVolt"],"summary":"Update a Transformer Secondary Volts Control","operationId":"TransformerSecondaryVolt_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerSecondaryVolt"],"summary":"Delete a Transformer Secondary Volts Control","operationId":"TransformerSecondaryVolt_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerSecondaryVolt"],"summary":"Patch a Transformer Secondary Volts Control","operationId":"TransformerSecondaryVolt_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerSecondaryVoltModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSecondaryVoltModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformersubstationcircuit":{"get":{"tags":["TransformerSubstationCircuit"],"summary":"Retrieve list of Substation Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerSubstationCircuit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerSubstationCircuit"],"summary":"Add a Substation Control","operationId":"TransformerSubstationCircuit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformersubstationcircuit/{id}":{"get":{"tags":["TransformerSubstationCircuit"],"summary":"Retrieve a Substation Control","operationId":"TransformerSubstationCircuit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerSubstationCircuit"],"summary":"Update a Substation Control","operationId":"TransformerSubstationCircuit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerSubstationCircuit"],"summary":"Delete a Substation Control","operationId":"TransformerSubstationCircuit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerSubstationCircuit"],"summary":"Patch a Substation Control","operationId":"TransformerSubstationCircuit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerSubstationCircuitModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSubstationCircuitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformerswitchkva":{"get":{"tags":["TransformerSwitchKva"],"summary":"Retrieve list of Transformer Switch Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerSwitchKva_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerSwitchKva"],"summary":"Add a Transformer Switch Size Control","operationId":"TransformerSwitchKva_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformerswitchkva/{id}":{"get":{"tags":["TransformerSwitchKva"],"summary":"Retrieve a Transformer Switch Size Control","operationId":"TransformerSwitchKva_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerSwitchKva"],"summary":"Update a Transformer Switch Size Control","operationId":"TransformerSwitchKva_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerSwitchKva"],"summary":"Delete a Transformer Switch Size Control","operationId":"TransformerSwitchKva_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerSwitchKva"],"summary":"Patch a Transformer Switch Size Control","operationId":"TransformerSwitchKva_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerSwitchKvaModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerSwitchKvaModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformertapchanger":{"get":{"tags":["TransformerTapChanger"],"summary":"Retrieve list of Transformer Tap Changer Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerTapChanger_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerTapChanger"],"summary":"Add a Transformer Tap Changer Control","operationId":"TransformerTapChanger_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformertapchanger/{id}":{"get":{"tags":["TransformerTapChanger"],"summary":"Retrieve a Transformer Tap Changer Control","operationId":"TransformerTapChanger_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerTapChanger"],"summary":"Update a Transformer Tap Changer Control","operationId":"TransformerTapChanger_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerTapChanger"],"summary":"Delete a Transformer Tap Changer Control","operationId":"TransformerTapChanger_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerTapChanger"],"summary":"Patch a Transformer Tap Changer Control","operationId":"TransformerTapChanger_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerTapChangerModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTapChangerModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/transformertype":{"get":{"tags":["TransformerType"],"summary":"Retrieve list of Transformer Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TransformerType"],"summary":"Add a Transformer Type Control","operationId":"TransformerType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TransformerTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/transformertype/{id}":{"get":{"tags":["TransformerType"],"summary":"Retrieve a Transformer Type Control","operationId":"TransformerType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TransformerType"],"summary":"Update a Transformer Type Control","operationId":"TransformerType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TransformerTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TransformerType"],"summary":"Delete a Transformer Type Control","operationId":"TransformerType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TransformerType"],"summary":"Patch a Transformer Type Control","operationId":"TransformerType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TransformerTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TransformerTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/truckdrivernumber":{"get":{"tags":["TruckDriverNumber"],"summary":"Retrieve list of Truck Driver Number Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"TruckDriverNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["TruckDriverNumber"],"summary":"Add a Truck Driver Number Control","operationId":"TruckDriverNumber_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/truckdrivernumber/{id}":{"get":{"tags":["TruckDriverNumber"],"summary":"Retrieve a Truck Driver Number Control","operationId":"TruckDriverNumber_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["TruckDriverNumber"],"summary":"Update a Truck Driver Number Control","operationId":"TruckDriverNumber_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["TruckDriverNumber"],"summary":"Delete a Truck Driver Number Control","operationId":"TruckDriverNumber_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["TruckDriverNumber"],"summary":"Patch a Truck Driver Number Control","operationId":"TruckDriverNumber_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[TruckDriverNumberModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/TruckDriverNumberModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/unbilledrevenue":{"get":{"tags":["UnbilledRevenueReportRun"],"summary":"Retrieves list of report run status data","operationId":"UnbilledRevenueReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["UnbilledRevenueReportRun"],"summary":"Execute the report.","operationId":"UnbilledRevenueReportRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The report parameters.","required":true,"schema":{"$ref":"#/definitions/UnbilledRevenueReportRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/report/unbilledrevenue/{id}":{"get":{"tags":["UnbilledRevenueReportRun"],"summary":"Retrieve the report run status","operationId":"UnbilledRevenueReportRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["UnbilledRevenueReportRun"],"summary":"Request to cancel a report","operationId":"UnbilledRevenueReportRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the report process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/report/unbilledrevenue/{id}/{outputRef}":{"get":{"tags":["UnbilledRevenueReportRun"],"summary":"Retrieve the file output produced by report","operationId":"UnbilledRevenueReportRun_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the report resource to retrieve","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/unit":{"get":{"tags":["Unit"],"summary":"Retrieve list of Units Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Unit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Unit"],"summary":"Add an Units Control","operationId":"Unit_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/UnitModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/unit/{id}":{"get":{"tags":["Unit"],"summary":"Retrieve an Units Control","operationId":"Unit_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnitModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Unit"],"summary":"Update an Units Control","operationId":"Unit_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UnitModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Unit"],"summary":"Delete an Units Control","operationId":"Unit_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Unit"],"summary":"Patch an Units Control","operationId":"Unit_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[UnitModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnitModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/unsafefiletype":{"get":{"tags":["UnsafeFileType"],"summary":"Retrieve list of Unsafe File Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"UnsafeFileType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["UnsafeFileType"],"summary":"Add an Unsafe File Type Control","operationId":"UnsafeFileType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/unsafefiletype/{id}":{"get":{"tags":["UnsafeFileType"],"summary":"Retrieve an Unsafe File Type Control","operationId":"UnsafeFileType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["UnsafeFileType"],"summary":"Update an Unsafe File Type Control","operationId":"UnsafeFileType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["UnsafeFileType"],"summary":"Delete an Unsafe File Type Control","operationId":"UnsafeFileType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["UnsafeFileType"],"summary":"Patch an Unsafe File Type Control","operationId":"UnsafeFileType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[UnsafeFileTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UnsafeFileTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/user":{"get":{"tags":["User"],"summary":"Retrieve list of User Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"User_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["User"],"summary":"Add an User Control","operationId":"User_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/UserModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/user/{id}":{"get":{"tags":["User"],"summary":"Retrieve an User Control","operationId":"User_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["User"],"summary":"Update an User Control","operationId":"User_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["User"],"summary":"Delete an User Control","operationId":"User_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["User"],"summary":"Patch an User Control","operationId":"User_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[UserModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/usernote":{"get":{"tags":["UserNote"],"summary":"Retrieve list of User Note items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"UserNote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["UserNote"],"summary":"Add an User Note","operationId":"UserNote_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserNoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/UserNoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/usernote/{id}":{"get":{"tags":["UserNote"],"summary":"Retrieve an User Note","operationId":"UserNote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserNoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["UserNote"],"summary":"Update an User Note","operationId":"UserNote_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserNoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["UserNote"],"summary":"Delete an User Note","operationId":"UserNote_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["UserNote"],"summary":"Patch an User Note","operationId":"UserNote_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[UserNoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserNoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/usersession":{"get":{"tags":["UserSession"],"summary":"Retrieve list of Login Session items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"UserSession_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["UserSession"],"summary":"Add a Login Session","operationId":"UserSession_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserSessionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/UserSessionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/usersession/{id}":{"get":{"tags":["UserSession"],"summary":"Retrieve a Login Session","operationId":"UserSession_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSessionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["UserSession"],"summary":"Update a Login Session","operationId":"UserSession_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/UserSessionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSessionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["UserSession"],"summary":"Delete a Login Session","operationId":"UserSession_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSessionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["UserSession"],"summary":"Patch a Login Session","operationId":"UserSession_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[UserSessionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/UserSessionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/utility/addressparser":{"get":{"tags":["Utility"],"summary":"Parse the given address street line into components.\r\n{AdvancedUtility.Services.Inquiry.AddressParser}","operationId":"Utility_AddressParser","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"street","in":"query","description":"Street address line to parse","required":true,"type":"string"},{"name":"aptIdentifiers","in":"query","description":"Optional comma separated list of override apartment identifiers to be applied to the parse. Overrides the default list set in CIS configuration.","required":false,"type":"string"},{"name":"poBoxIdentifiers","in":"query","description":"Optional comma separated list of override PO box identifiers to be applied to the parse. Overrides the default list set in CIS configuration.","required":false,"type":"string"},{"name":"keepAptIdentifier","in":"query","description":"Optional flag to set whether parsed apartment identifier should be added to the APT result or not. Overrides the default set in CIS configuration.","required":false,"type":"boolean"},{"name":"keepPOBoxIdentifier","in":"query","description":"Optional flag to set whether parsed PO box identifier should be added to the POBOX result or not. Overrides the default set in CIS configuration.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Utility_AddressParserResultModel"}},"400":{"description":"BadRequest"}}}},"/utility/currencyexchange":{"get":{"tags":["Utility"],"summary":"Perform a currency conversion operation using the CIS currency exchange configuration data.\r\nReturns a converted amount if successful.\r\nMay return 400/\"Validation failed\" with feedback items if there is an issue with the conversion or the currency exchange setup.","operationId":"Utility_CurrencyExchange","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"amount","in":"query","description":"Currency amount to convert","required":true,"type":"number","format":"double"},{"name":"date","in":"query","description":"Optional effective date of the conversion. Determines the rate to be used. Defaults to today if not specified.","required":false,"type":"string","format":"date-time"},{"name":"fromCurrency","in":"query","description":"Optional currency code of the amount to be converted. Defaults to the default system currency if blank or missing","required":false,"type":"string"},{"name":"toCurrency","in":"query","description":"Optional currency code of the currency to be converted to. Defaults to the default system currency if blank or missing","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"double","type":"number"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/daysahead":{"get":{"tags":["Utility"],"summary":"BusinessDaysAhead - return a date that is the specified number of days ahead (or behind).\r\nHonors weekends, and holidays as defined in StatutoryHoliday control (CON065).","operationId":"Utility_DaysAhead","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"date","in":"query","description":"Date to start from. Defaults to today if not passed or passed as null","required":false,"type":"string","format":"date-time"},{"name":"daysAhead","in":"query","description":"Number of business days to increment given date; negative values move into the past; positive days move into the future; 0 will check given date and return it if it is a business day, otherwise will return the next valid business day in the future","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"date-time","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/dateformula":{"get":{"tags":["Utility"],"summary":"Return the date(time) produced by the supplied formula using the supplied input date(time)","operationId":"Utility_DateFormula","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"formula","in":"query","description":"Serialized formula string to be used","required":true,"type":"string"},{"name":"date","in":"query","description":"Optional base date/time of the formula; defaults to the current date/time if not supplied or passed as null","required":false,"type":"string","format":"date-time"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"date-time","type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}},"post":{"tags":["Utility"],"summary":"Work with a date formula.\r\nIf the Formula property is populated (not null and not empty), it will deserialize that value into the equivalent date formula properties.\r\nIf the Formula property is not populated (null or empty), it will serialize the remaining properties into a new formula value.\r\nRefer to {AdvancedUtility.Common.DateFormula} for additional details.\r\nReturns an updated date formula object if successful.","operationId":"Utility_DateFormula","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"dateFormula","in":"body","required":true,"schema":{"$ref":"#/definitions/Utility_DateFormulaModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Utility_DateFormulaModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/movecustacct":{"get":{"tags":["Utility"],"summary":"Gets the applicable customer/account based on move activity request related to the specified customer and/or account.\r\nReturns a structure containing the requested customer/account or customer/account archive item, depending on request type.\r\n{M:AdvancedUtility.Services.Inquiry.CustomerAccountInquiry.GetMoveCustAcct(AdvancedUtility.Services.CisSession,AdvancedUtility.Services.Inquiry.CustomerAccountInquiry.MoveTypeEnum,System.String,System.String,System.Int64,System.Nullable{System.DateTime},System.Boolean,System.Boolean,System.Boolean,System.Boolean)}","operationId":"Utility_MoveCustAcct","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"function","in":"query","description":"The type of move in/out check to perform. Enum AdvancedUtility.Services.Inquiry.CustomerAccountInquiry.MoveTypeEnum: NEXTCUST, PREVCUST, NEXTACCT, PREVACCT","required":true,"type":"string"},{"name":"customerNumber","in":"query","description":"Optional customer number to check move for; Optional when CustAcctId parameter is used or when not applicable to the function requested","required":false,"type":"string"},{"name":"accountNumber","in":"query","description":"Optional account number to check move for; Optional when CustAcctId parameter is used or when not applicable to the function requested","required":false,"type":"string"},{"name":"custAcctId","in":"query","description":"Optional customer/account ID; optional if the customerNumber/accountNumber/moveDate is passed","required":false,"type":"integer","format":"int64"},{"name":"moveDate","in":"query","description":"Optional move in date; optional if the custAcctId is passed","required":false,"type":"string","format":"date-time"},{"name":"excludeAutoMove","in":"query","description":"Optional flag indicating to exclude auto move customers from the logic; defaults to false","required":false,"type":"boolean"},{"name":"includeArchived","in":"query","description":"Optional flag indicating whether to include the archived customers; defaults to false","required":false,"type":"boolean"},{"name":"excludeSame","in":"query","description":"Optional flag indicating whether to exclude same customer or account; defaults to false","required":false,"type":"boolean"},{"name":"ignoreMoveOutDate","in":"query","description":"Optional flag indicating whether to bypass checking whether the move in date is after the current move out; applies to NEXTCUST/NEXTACCT functions","required":false,"type":"boolean"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Utility_MoveCustAcctModel"}},"400":{"description":"BadRequest"}}}},"/utility/auditlogdata":{"get":{"tags":["Utility"],"summary":"AuditLogData - return the auditlog data for the specified parameters.","operationId":"Utility_AuditLogData","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams.isCustomerAccountAudit","in":"query","description":"Flag indicating the request is \"Customer Account Audit\", the dedicated audit log filtering form accessible from AccountView form","required":false,"type":"boolean"},{"name":"requestParams.customer","in":"query","description":"Custome number","required":false,"type":"string"},{"name":"requestParams.account","in":"query","description":"Account number","required":false,"type":"string"},{"name":"requestParams.dateFrom","in":"query","description":"Starting datetime for audited entries","required":false,"type":"string","format":"date-time"},{"name":"requestParams.dateTo","in":"query","description":"Ending datetime for audited entries","required":false,"type":"string","format":"date-time"},{"name":"requestParams.operations","in":"query","description":"List of operation types\r\nEnum AdvancedUtility.Model.SYS200+FuncEnum: LI (Login), LO (Logout), MS (Message), A (DataAdd), U (DataUpdate), D (DataDelete), AQ (AdminQuery)","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"name":"requestParams.fieldNo","in":"query","description":"Number of table fields","required":false,"type":"integer","format":"int32"},{"name":"requestParams.customerFields","in":"query","description":"List of additional customer fields","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"name":"requestParams.accountFields","in":"query","description":"List of additional account fields","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"name":"requestParams.type","in":"query","description":"Request type: Data, Access","required":false,"type":"string"},{"name":"requestParams.table","in":"query","description":"Selected table name","required":false,"type":"string"},{"name":"requestParams.field","in":"query","description":"Selected field name","required":false,"type":"string"},{"name":"requestParams.recordKey","in":"query","description":"Table unique record key (pk)","required":false,"type":"integer","format":"int64"},{"name":"requestParams.userName","in":"query","description":"Cis user name","required":false,"type":"string"},{"name":"requestParams.auditFields","in":"query","description":"List of specific fields to be audited (used with FieldNo is greater than 0)","required":false,"type":"array","items":{"type":"string"},"collectionFormat":"multi"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Utility_AuditLogDataModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/authorizesmartworksurl":{"get":{"tags":["Utility"],"summary":"Creates authorized URL with SSO token included for the given URL","operationId":"Utility_AuthorizeSmartWorksUrl","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"url","in":"query","description":"SmartWorks URL used to add SSO token and generate an authenticated URL","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/doreflection":{"get":{"tags":["Utility"],"summary":"Performs system reflection based on the passed parameters","operationId":"Utility_DoReflection","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"mode","in":"query","description":"Reflection mode. Possible values are 'assembly', 'namespace', 'class', 'method', 'property', 'member'.\r\n            'assembly' returns a list of loaded assembly names;\r\n            'namespace' return a list of namespaces available in all loaded assemblies, or only child namespaces of the passed namespace name parameter;\r\n            'class' returns a list of available classes in the passed namespace name parameter;\r\n            'method' returns a list of public methods in the passed class name parameter;\r\n            'property' returns a list of public properties in the passed class name parameter;\r\n            'member' returns a list of public methods and properties in the passed class name parameter.","required":true,"type":"string"},{"name":"namespaceName","in":"query","description":"For 'namespace' mode, optional namespace to use to limit namespace reflection to children of this namespace (eg 'AdvancedUtility.Services.BusinessObjects'). For 'class', 'method', 'property', 'member' modes, it is the required namespace of the class to reflect. Case sensitive.","required":false,"type":"string"},{"name":"className","in":"query","description":"Class name to use when reflecting in 'class', 'method', 'property', or 'member' mode. Case sensitive.","required":false,"type":"string"},{"name":"includeStaticMembers","in":"query","description":"Indicates whether to include static members in the result for 'member', 'property', and 'method' modes; by default only non-static members are included.","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}}},"/utility/genericcontrolvalue":{"get":{"tags":["Utility"],"summary":"Returns the value from the Generic Control Table","operationId":"Utility_GenericControlValue","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"valueType","in":"query","description":"Type of the return value","required":true,"type":"string"},{"name":"typeCode","in":"query","description":"Generic Control Header table Type Code","required":true,"type":"string"},{"name":"accountType","in":"query","description":"Account Type Code","required":true,"type":"string"},{"name":"service","in":"query","description":"Service Code","required":true,"type":"string"},{"name":"lookupCode","in":"query","description":"Generic Control Details table code of the record to lookup","required":true,"type":"object"},{"name":"toDate","in":"query","description":"End Date of the Date Range to get the value","required":true,"type":"string","format":"date-time"},{"name":"fromDate","in":"query","description":"Start Date of the Date Range to get the value","required":true,"type":"string","format":"date-time"},{"name":"defaultValue","in":"query","description":"Default value to return if the searched code is not found","required":true,"type":"object"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/integrationvalue":{"get":{"tags":["Utility"],"summary":"Get the mapped value from Integration Value control","operationId":"Utility_IntegrationValue","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"valueType","in":"query","description":"Type of the return value","required":true,"type":"string"},{"name":"mode","in":"query","description":"GetIntegrationValueModeEnum mode","required":true,"type":"string"},{"name":"module","in":"query","description":"Module as defined in SYS075","required":true,"type":"string"},{"name":"functionName","in":"query","description":"Function as defined in SYS076","required":true,"type":"string"},{"name":"name","in":"query","description":"Propery Name as supported by integration class","required":true,"type":"string"},{"name":"value","in":"query","description":"CIS Infinity value to be converted to an external value","required":false,"type":"string"},{"name":"defaultValue","in":"query","description":"default value, used when module/function/property is not defined in INT000/INT100","required":false,"type":"object"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/installedprinters":{"get":{"tags":["Utility"],"summary":"InstalledPrinters - return a list of printers available to send server job print output to","operationId":"Utility_InstalledPrinters","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Utility_InstalledPrinterModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/nextmeterequipmentnumber":{"get":{"tags":["Utility"],"summary":"Retrieve an incremented meter/equipment inventory number based on optional rules and a previous number or template.\r\nThe optional rules are defined in the corresponding MeterBatchEntry (MEF000) item for the specified inventory type.\r\nReturns a new meter/equipment inventory number string.\r\nNote: there is no tracking of generated numbers; generated numbers are simply based on the template (current number) provided and the increment specified.","operationId":"Utility_GetNextMeterEquipmentNumber","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"inventoryType","in":"query","description":"Inventory type code associated with the meter equipment number rules from MeterBatchEntry (MEF000) to use: WT, EL, GA, etc.","required":true,"type":"string"},{"name":"templateNumber","in":"query","description":"Meter/equipment number to use as part of the generated number","required":true,"type":"string"},{"name":"increment","in":"query","description":"Optional increment number for subsequent meter/equipment numbers. Defaults to 1.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}}},"/utility/nextmeterequipmentserialnumber":{"get":{"tags":["Utility"],"summary":"Retrieve an incremented meter/equipment serial number based on optional rules and a previous number or template.\r\nThe optional rules are defined in the corresponding MeterBatchEntry (MEF000) item for the specified inventory type.\r\nReturns a new meter/equipment serial number string.\r\nNote: there is no tracking of generated numbers; generated numbers are simply based on the template (current number) provided and the increment specified.","operationId":"Utility_GetNextMeterEquipmentSerialNumber","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"inventoryType","in":"query","description":"Inventory type code associated with the meter equipment number rules from MeterBatchEntry (MEF000) to use: WT, EL, GA, etc.","required":true,"type":"string"},{"name":"templateNumber","in":"query","description":"Meter/equipment serial number to use as part of the generated number","required":true,"type":"string"},{"name":"increment","in":"query","description":"Optional increment number for subsequent meter/equipment serial numbers. Defaults to 1.","required":false,"type":"integer","format":"int32"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}}},"/utility/creditcheck":{"get":{"tags":["Utility"],"summary":"Info supporting functions for a Credit Check.","operationId":"Utility_GetCreditCheckInfo","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}},"post":{"tags":["Utility"],"summary":"Submit a request for credit check.","operationId":"Utility_CreditCheckRequest","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"creditCheckRequest","in":"body","required":true,"schema":{"$ref":"#/definitions/Utility_CreditCheckRequestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Utility_CreditCheckResponseModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/adjusttransaction":{"post":{"tags":["Utility"],"summary":"Create transaction request(s) for transaction adjustment(s).\r\nIf multiple are sent, they are wrapped into a single update and committed as a group.\r\nWill return a validation failure with validation details if unsuccessful.","operationId":"Utility_AdjustTransaction","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"adjustments","in":"body","required":true,"schema":{"type":"array","items":{"$ref":"#/definitions/Utility_AdjustTransactionModel"}}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/TransactionRequestModel"}}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/utility/createwaterleakadjustmentnote":{"post":{"tags":["Utility"],"summary":"Returns formatted water leak adjustment notes","operationId":"Utility_CreateWaterLeakAdjustmentNote","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","required":true,"schema":{"$ref":"#/definitions/Utility_CreateWaterLeakAdjustmentNoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"string"}},"400":{"description":"BadRequest"}}}},"/utility/saveewaterleakadjustment":{"post":{"tags":["Utility"],"summary":"It saves a water leak adjustment to database","operationId":"Utility_SaveWaterLeakAdjustmentNote","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","required":true,"schema":{"$ref":"#/definitions/Utility_SaveWaterLeakAdjustmentModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"boolean"}},"400":{"description":"BadRequest"}}}},"/utility/getcreatecustomeraccount":{"get":{"tags":["Utility"],"summary":"Gets a fully populated {AdvancedUtility.WebApi.Models.CreateCustomerAccountRunModel} for the specified customer/account.\r\nThis result model is typically used in /run/pickup/createcustomeraccount calls to implement new services functionality,\r\nor in the process of creating an extended copy of a customer/account and selected child data.","operationId":"Utility_GetCreateCustomerAccount","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerAccountId","in":"query","description":"ID of the customer/account to load information for","required":true,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/CreateCustomerAccountRunModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/utility/getspreadsheet":{"get":{"tags":["Utility"],"summary":"Returns a pdf representation of the AccountView Spreadsheet.","operationId":"Utility_GetSpreadsheet","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"spreadsheetTemplateCode","in":"query","description":"Spreadsheet tempate code","required":true,"type":"string"},{"name":"customerAccountId","in":"query","description":"Customer/Account Id","required":true,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"}}}},"/utility/calculateconsumption":{"post":{"tags":["Utility"],"summary":"Returns calculated consumption","operationId":"Utility_CalculateConsumption","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"requestParams","in":"body","required":true,"schema":{"$ref":"#/definitions/Utility_CalculateConsumptionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"format":"double","type":"number"}},"400":{"description":"BadRequest"}}}},"/utility/calculatebillduedate":{"get":{"tags":["Utility"],"summary":"Calculate bill due dates using the given billing details.\r\nReturns an array containing bill due date 1 (index 1) and optional bill second payment due date / due date 2 (index 2)","operationId":"Utility_CalculateBillDueDate","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"billDate","in":"query","description":"Bill date","required":true,"type":"string","format":"date-time"},{"name":"accountType","in":"query","description":"Account type code","required":true,"type":"string"},{"name":"batchId","in":"query","description":"Bill batch number to reference for details sometimes required for the calculations","required":true,"type":"integer","format":"int64"},{"name":"defaultDueDate","in":"query","description":"Optional default due date","required":false,"type":"string","format":"date-time"},{"name":"planType","in":"query","description":"Optional parameter payment plan type code","required":false,"type":"string"},{"name":"drawDay","in":"query","description":"Optional customer's draw day","required":false,"type":"integer","format":"int32"},{"name":"drawDay2","in":"query","description":"Optional customer's second draw day","required":false,"type":"integer","format":"int32"},{"name":"drawMonthly","in":"query","description":"Optional draw monthly a bimonthly bill","required":false,"type":"boolean"},{"name":"newBill","in":"query","description":"Optional new bill? flag; default is false","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"format":"date-time","type":"string"}}},"400":{"description":"BadRequest"}}}},"/utility/getparsedocrdetails":{"get":{"tags":["Utility"],"summary":"It parses a given text string using the layout defined in the CashEntryTypeOCRLine","operationId":"Utility_GetParsedOcrDetails","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"cashEntryTypeOCRLineCode","in":"query","description":"CashEntryTypeOCRLine code to reference","required":true,"type":"string"},{"name":"input","in":"query","description":"String to parse","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/Utility_ParsedOcrDetailsModel"}},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/utility/getpossiblewriteOfftransactions":{"get":{"tags":["Utility"],"summary":"Returns a list of details regarding write-off A/R's.","operationId":"Utility_GetPossibleWriteOffTransactions","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerAccountId","in":"query","description":"The CustomerAccountId for which to retrieve a list of writeoff details","required":true,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CollectionInquiryTransactionModel"}}},"400":{"description":"BadRequest"}}}},"/utility/getpossiblecollectionagencypayments":{"get":{"tags":["Utility"],"summary":"Builds and returns a list of potential payments to apply to collection agency","operationId":"Utility_GetPossibleCollectionAgencyPayments","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerAccountId","in":"query","description":"The CustomerAccountId for which to retrieve a list of potential payments","required":true,"type":"integer","format":"int64"},{"name":"defaultTransactionCode","in":"query","description":"Default transaction code to use in case the one in CollectionAgencyAssignment is empty","required":true,"type":"string"},{"name":"defaultTransactionDescription","in":"query","description":"Default transaction code description","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/CollectionInquiryTransactionModel"}}},"400":{"description":"BadRequest"}}}},"/utility/getactionstepsystemdefaults":{"get":{"tags":["Utility"],"summary":"Returns a list of Action property system defaults.","operationId":"Utility_GetActionStepSystemDefaults","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"currentTableName","in":"query","description":"The current table name","required":true,"type":"string"},{"name":"targetTableName","in":"query","description":"The target table name","required":true,"type":"string"},{"name":"fieldsString","in":"query","description":"Comma separated list of all current table field names","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/ActionTreePropertyModel"}}},"400":{"description":"BadRequest"}}}},"/utility/getactionstepsavedsettings":{"get":{"tags":["Utility"],"summary":"Returns an ActionStep tree populated with saved settings.","operationId":"Utility_GetActionStepSavedSettings","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"settingsKey","in":"query","description":"The unique key of SecuredData record","required":true,"type":"integer","format":"int64"},{"name":"currentTableName","in":"query","description":"The current table name","required":true,"type":"string"},{"name":"targetTableName","in":"query","description":"The target table name","required":true,"type":"string"},{"name":"isUpdateMode","in":"query","description":"Flag indicating whether is update mode","required":true,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ActionStepModel"}},"400":{"description":"BadRequest"},"404":{"description":"NotFound"}}}},"/utility/getphonelisteners":{"get":{"tags":["Utility"],"summary":"Returns a list of phone integration class names","operationId":"Utility_GetPhoneListeners","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/Utility_PhoneListenersDataModel"}}},"400":{"description":"BadRequest"}}}},"/utility/getphonerecorders":{"get":{"tags":["Utility"],"summary":"Returns a list of phone recorder class names","operationId":"Utility_GetPhoneRecorders","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"type":"string"}}},"400":{"description":"BadRequest"}}}},"/utility/getlienabletransactions":{"get":{"tags":["Utility"],"summary":"Get all eligible charges that are outstanding and lienable","operationId":"Utility_GetLienableTransactions","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"customerAccountId","in":"query","description":"CustomerAccount Id","required":true,"type":"integer","format":"int64"},{"name":"lienBatchId","in":"query","description":"Lien batch Id","required":true,"type":"integer","format":"int64"},{"name":"excludeBills","in":"query","description":"Optional flag to exclude bill transactions when there are no bills on account. Only applies to manual addition of an account to Lien batch","required":false,"type":"boolean"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#/definitions/LienableTransactionModel"}}},"400":{"description":"BadRequest"}}}},"/utility/ami/getlatestreadings":{"get":{"tags":["UtilityAmi"],"summary":"Request from AMI the latest meter readings on file for the given constraint.\r\nMust specify only one of: account, meterNumber, serviceGroupId, or meterId to retrieve reads based on that constraint.\r\nIf multiple are specified, the first non-empty one found in the order above will be used.","operationId":"UtilityAmi_GetLatestReadings","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"account","in":"query","description":"Optional account number to retrieve meter reads for","required":false,"type":"string"},{"name":"meterNumber","in":"query","description":"Optional meter number to retrieve meter reads for","required":false,"type":"string"},{"name":"serviceGroupId","in":"query","description":"Optional service group ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"meterId","in":"query","description":"Optional meter ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AmiMeterReadingResponseModel"}},"400":{"description":"BadRequest"}}}},"/utility/ami/getcurrentreadings":{"get":{"tags":["UtilityAmi"],"summary":"Request from AMI the current meter readings for the given constraint.\r\nMust specify only one of: account, meterNumber, serviceGroupId, or meterId to retrieve reads based on that constraint.\r\nIf multiple are specified, the first non-empty one found in the order above will be used.","operationId":"UtilityAmi_GetCurrentReadings","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"account","in":"query","description":"Optional account number to retrieve meter reads for","required":false,"type":"string"},{"name":"meterNumber","in":"query","description":"Optional meter number to retrieve meter reads for","required":false,"type":"string"},{"name":"serviceGroupId","in":"query","description":"Optional service group ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"meterId","in":"query","description":"Optional meter ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AmiMeterReadingResponseModel"}},"400":{"description":"BadRequest"}}}},"/utility/ami/getreadingsasofdate":{"get":{"tags":["UtilityAmi"],"summary":"Request from AMI the meter readings on file for a specified date for the given constraint.\r\nMust specify only one of: account, meterNumber, serviceGroupId, or meterId to retrieve reads based on that constraint.\r\nIf multiple are specified, the first non-empty one found in the order above will be used.","operationId":"UtilityAmi_GetReadingsAsOfDate","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"asOfDate","in":"query","description":"Meter / service active as of date to select available items for","required":true,"type":"string","format":"date-time"},{"name":"account","in":"query","description":"Optional account number to retrieve meter reads for","required":false,"type":"string"},{"name":"meterNumber","in":"query","description":"Optional meter number to retrieve meter reads for","required":false,"type":"string"},{"name":"serviceGroupId","in":"query","description":"Optional service group ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"meterId","in":"query","description":"Optional meter ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AmiMeterReadingResponseModel"}},"400":{"description":"BadRequest"}}}},"/utility/ami/getreadbeforereset":{"get":{"tags":["UtilityAmi"],"summary":"Get read before reset for the reads with the given constraint.\r\nMust specify only one of: account, meterNumber, serviceGroupId, or meterId to retrieve reads based on that constraint.\r\nIf multiple are specified, the first non-empty one found in the order above will be used.","operationId":"UtilityAmi_GetReadBeforeReset","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"account","in":"query","description":"Optional account number to retrieve meter reads for","required":false,"type":"string"},{"name":"meterNumber","in":"query","description":"Optional meter number to retrieve meter reads for","required":false,"type":"string"},{"name":"serviceGroupId","in":"query","description":"Optional service group ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"meterId","in":"query","description":"Optional meter ID to retrieve meter reads for","required":false,"type":"integer","format":"int64"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/AmiMeterReadingResponseModel"}},"400":{"description":"BadRequest"}}}},"/run/pickup/vacantaccountmovein":{"get":{"tags":["VacantAccountMoveInRun"],"summary":"Retrieves list of VacantAccountMoveIn process run status data","operationId":"VacantAccountMoveInRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["VacantAccountMoveInRun"],"summary":"Execute the VacantAccountMoveIn process","operationId":"VacantAccountMoveInRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in VacantAccountMoveInRunModel","required":true,"schema":{"$ref":"#/definitions/VacantAccountMoveInRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/vacantaccountmovein/{id}":{"get":{"tags":["VacantAccountMoveInRun"],"summary":"Retrieve the process run status","operationId":"VacantAccountMoveInRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["VacantAccountMoveInRun"],"summary":"Request to cancel a VacantAccountMoveIn process","operationId":"VacantAccountMoveInRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/vacantreadactivity":{"get":{"tags":["VacantReadActivity"],"summary":"Retrieve list of Vacant Read Activity Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"VacantReadActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["VacantReadActivity"],"summary":"Add a Vacant Read Activity Control","operationId":"VacantReadActivity_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/VacantReadActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/VacantReadActivityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/vacantreadactivity/{id}":{"get":{"tags":["VacantReadActivity"],"summary":"Retrieve a Vacant Read Activity Control","operationId":"VacantReadActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VacantReadActivityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["VacantReadActivity"],"summary":"Update a Vacant Read Activity Control","operationId":"VacantReadActivity_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/VacantReadActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VacantReadActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["VacantReadActivity"],"summary":"Delete a Vacant Read Activity Control","operationId":"VacantReadActivity_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VacantReadActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["VacantReadActivity"],"summary":"Patch a Vacant Read Activity Control","operationId":"VacantReadActivity_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[VacantReadActivityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/VacantReadActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/valvestyle":{"get":{"tags":["ValveStyle"],"summary":"Retrieve list of Valve Style Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"ValveStyle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["ValveStyle"],"summary":"Add a Valve Style Control","operationId":"ValveStyle_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ValveStyleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/ValveStyleModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/valvestyle/{id}":{"get":{"tags":["ValveStyle"],"summary":"Retrieve a Valve Style Control","operationId":"ValveStyle_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ValveStyleModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["ValveStyle"],"summary":"Update a Valve Style Control","operationId":"ValveStyle_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/ValveStyleModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ValveStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["ValveStyle"],"summary":"Delete a Valve Style Control","operationId":"ValveStyle_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ValveStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["ValveStyle"],"summary":"Patch a Valve Style Control","operationId":"ValveStyle_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[ValveStyleModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ValveStyleModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterbillcodemetersize":{"get":{"tags":["WaterBillCodeMeterSize"],"summary":"Retrieve list of Water Bill Code Meter Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterBillCodeMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterBillCodeMeterSize"],"summary":"Add a Water Bill Code Meter Size Control","operationId":"WaterBillCodeMeterSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterbillcodemetersize/{id}":{"get":{"tags":["WaterBillCodeMeterSize"],"summary":"Retrieve a Water Bill Code Meter Size Control","operationId":"WaterBillCodeMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterBillCodeMeterSize"],"summary":"Update a Water Bill Code Meter Size Control","operationId":"WaterBillCodeMeterSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterBillCodeMeterSize"],"summary":"Delete a Water Bill Code Meter Size Control","operationId":"WaterBillCodeMeterSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterBillCodeMeterSize"],"summary":"Patch a Water Bill Code Meter Size Control","operationId":"WaterBillCodeMeterSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterBillCodeMeterSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterBillCodeMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterconnection":{"get":{"tags":["WaterConnection"],"summary":"Retrieve list of Water Connection items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterConnection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterConnection"],"summary":"Add a Water Connection","operationId":"WaterConnection_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterConnectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterConnectionModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterconnection/{id}":{"get":{"tags":["WaterConnection"],"summary":"Retrieve a Water Connection","operationId":"WaterConnection_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterConnectionModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterConnection"],"summary":"Update a Water Connection","operationId":"WaterConnection_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterConnectionModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterConnection"],"summary":"Delete a Water Connection","operationId":"WaterConnection_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterConnection"],"summary":"Patch a Water Connection","operationId":"WaterConnection_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterConnectionModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterConnectionModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterfiltertype":{"get":{"tags":["WaterFilterType"],"summary":"Retrieve list of Water Filter Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterFilterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterFilterType"],"summary":"Add a Water Filter Type Control","operationId":"WaterFilterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterfiltertype/{id}":{"get":{"tags":["WaterFilterType"],"summary":"Retrieve a Water Filter Type Control","operationId":"WaterFilterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterFilterType"],"summary":"Update a Water Filter Type Control","operationId":"WaterFilterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterFilterType"],"summary":"Delete a Water Filter Type Control","operationId":"WaterFilterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterFilterType"],"summary":"Patch a Water Filter Type Control","operationId":"WaterFilterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterFilterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterFilterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterheater":{"get":{"tags":["WaterHeater"],"summary":"Retrieve list of Water Heater items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterHeater_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterHeater"],"summary":"Add a Water Heater","operationId":"WaterHeater_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterHeaterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterheater/{id}":{"get":{"tags":["WaterHeater"],"summary":"Retrieve a Water Heater","operationId":"WaterHeater_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterHeater"],"summary":"Update a Water Heater","operationId":"WaterHeater_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterHeater"],"summary":"Delete a Water Heater","operationId":"WaterHeater_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterHeater"],"summary":"Patch a Water Heater","operationId":"WaterHeater_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterHeaterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterheaterelementsize":{"get":{"tags":["WaterHeaterElementSize"],"summary":"Retrieve list of Water Heater Element Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterHeaterElementSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterHeaterElementSize"],"summary":"Add a Water Heater Element Size Control","operationId":"WaterHeaterElementSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterheaterelementsize/{id}":{"get":{"tags":["WaterHeaterElementSize"],"summary":"Retrieve a Water Heater Element Size Control","operationId":"WaterHeaterElementSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterHeaterElementSize"],"summary":"Update a Water Heater Element Size Control","operationId":"WaterHeaterElementSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterHeaterElementSize"],"summary":"Delete a Water Heater Element Size Control","operationId":"WaterHeaterElementSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterHeaterElementSize"],"summary":"Patch a Water Heater Element Size Control","operationId":"WaterHeaterElementSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterHeaterElementSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterheaterelementtype":{"get":{"tags":["WaterHeaterElementType"],"summary":"Retrieve list of Water Heater Element Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterHeaterElementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterHeaterElementType"],"summary":"Add a Water Heater Element Type Control","operationId":"WaterHeaterElementType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterheaterelementtype/{id}":{"get":{"tags":["WaterHeaterElementType"],"summary":"Retrieve a Water Heater Element Type Control","operationId":"WaterHeaterElementType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterHeaterElementType"],"summary":"Update a Water Heater Element Type Control","operationId":"WaterHeaterElementType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterHeaterElementType"],"summary":"Delete a Water Heater Element Type Control","operationId":"WaterHeaterElementType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterHeaterElementType"],"summary":"Patch a Water Heater Element Type Control","operationId":"WaterHeaterElementType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterHeaterElementTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterElementTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterheatertanksize":{"get":{"tags":["WaterHeaterTankSize"],"summary":"Retrieve list of Water Heater Tank Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterHeaterTankSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterHeaterTankSize"],"summary":"Add a Water Heater Tank Size Control","operationId":"WaterHeaterTankSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterheatertanksize/{id}":{"get":{"tags":["WaterHeaterTankSize"],"summary":"Retrieve a Water Heater Tank Size Control","operationId":"WaterHeaterTankSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterHeaterTankSize"],"summary":"Update a Water Heater Tank Size Control","operationId":"WaterHeaterTankSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterHeaterTankSize"],"summary":"Delete a Water Heater Tank Size Control","operationId":"WaterHeaterTankSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterHeaterTankSize"],"summary":"Patch a Water Heater Tank Size Control","operationId":"WaterHeaterTankSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterHeaterTankSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTankSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterheatertype":{"get":{"tags":["WaterHeaterType"],"summary":"Retrieve list of Water Heater Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterHeaterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterHeaterType"],"summary":"Add a Water Heater Type Control","operationId":"WaterHeaterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterheatertype/{id}":{"get":{"tags":["WaterHeaterType"],"summary":"Retrieve a Water Heater Type Control","operationId":"WaterHeaterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterHeaterType"],"summary":"Update a Water Heater Type Control","operationId":"WaterHeaterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterHeaterType"],"summary":"Delete a Water Heater Type Control","operationId":"WaterHeaterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterHeaterType"],"summary":"Patch a Water Heater Type Control","operationId":"WaterHeaterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterHeaterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterHeaterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterinfrastructure":{"get":{"tags":["WaterInfrastructure"],"summary":"Retrieve list of Water Infrastructure items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterInfrastructure_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterInfrastructure"],"summary":"Add a Water Infrastructure","operationId":"WaterInfrastructure_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterinfrastructure/{id}":{"get":{"tags":["WaterInfrastructure"],"summary":"Retrieve a Water Infrastructure","operationId":"WaterInfrastructure_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterInfrastructure"],"summary":"Update a Water Infrastructure","operationId":"WaterInfrastructure_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterInfrastructure"],"summary":"Delete a Water Infrastructure","operationId":"WaterInfrastructure_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterInfrastructure"],"summary":"Patch a Water Infrastructure","operationId":"WaterInfrastructure_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterInfrastructureModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterInfrastructureModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeter":{"get":{"tags":["WaterMeter"],"summary":"Retrieve list of Water Meter items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeter"],"summary":"Add a Water Meter","operationId":"WaterMeter_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeter/{id}":{"get":{"tags":["WaterMeter"],"summary":"Retrieve a Water Meter","operationId":"WaterMeter_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeter"],"summary":"Update a Water Meter","operationId":"WaterMeter_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeter"],"summary":"Delete a Water Meter","operationId":"WaterMeter_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeter"],"summary":"Patch a Water Meter","operationId":"WaterMeter_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterinterface":{"get":{"tags":["WaterMeterInterface"],"summary":"Retrieve list of Water Meter Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterInterface"],"summary":"Add a Water Meter Interface","operationId":"WaterMeterInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterinterface/{id}":{"get":{"tags":["WaterMeterInterface"],"summary":"Retrieve a Water Meter Interface","operationId":"WaterMeterInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterInterface"],"summary":"Update a Water Meter Interface","operationId":"WaterMeterInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterInterface"],"summary":"Delete a Water Meter Interface","operationId":"WaterMeterInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterInterface"],"summary":"Patch a Water Meter Interface","operationId":"WaterMeterInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetermethodtype":{"get":{"tags":["WaterMeterMethodType"],"summary":"Retrieve list of Water Meter Method Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterMethodType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterMethodType"],"summary":"Add a Water Meter Method Type Control","operationId":"WaterMeterMethodType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetermethodtype/{id}":{"get":{"tags":["WaterMeterMethodType"],"summary":"Retrieve a Water Meter Method Type Control","operationId":"WaterMeterMethodType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterMethodType"],"summary":"Update a Water Meter Method Type Control","operationId":"WaterMeterMethodType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterMethodType"],"summary":"Delete a Water Meter Method Type Control","operationId":"WaterMeterMethodType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterMethodType"],"summary":"Patch a Water Meter Method Type Control","operationId":"WaterMeterMethodType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterMethodTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterMethodTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetermodel":{"get":{"tags":["WaterMeterModel"],"summary":"Retrieve list of Water Meter Model Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterModel"],"summary":"Add a Water Meter Model Control","operationId":"WaterMeterModel_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterModelModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetermodel/{id}":{"get":{"tags":["WaterMeterModel"],"summary":"Retrieve a Water Meter Model Control","operationId":"WaterMeterModel_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModelModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterModel"],"summary":"Update a Water Meter Model Control","operationId":"WaterMeterModel_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterModelModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterModel"],"summary":"Delete a Water Meter Model Control","operationId":"WaterMeterModel_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterModel"],"summary":"Patch a Water Meter Model Control","operationId":"WaterMeterModel_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterModelModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterModelModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterregistertype":{"get":{"tags":["WaterMeterRegisterType"],"summary":"Retrieve list of Water Meter Register Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterRegisterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterRegisterType"],"summary":"Add a Water Meter Register Type Control","operationId":"WaterMeterRegisterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterregistertype/{id}":{"get":{"tags":["WaterMeterRegisterType"],"summary":"Retrieve a Water Meter Register Type Control","operationId":"WaterMeterRegisterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterRegisterType"],"summary":"Update a Water Meter Register Type Control","operationId":"WaterMeterRegisterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterRegisterType"],"summary":"Delete a Water Meter Register Type Control","operationId":"WaterMeterRegisterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterRegisterType"],"summary":"Patch a Water Meter Register Type Control","operationId":"WaterMeterRegisterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterRegisterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRegisterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterremote":{"get":{"tags":["WaterMeterRemote"],"summary":"Retrieve list of Water Meter Remote items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterRemote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterRemote"],"summary":"Add a Water Meter Remote","operationId":"WaterMeterRemote_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterremote/{id}":{"get":{"tags":["WaterMeterRemote"],"summary":"Retrieve a Water Meter Remote","operationId":"WaterMeterRemote_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterRemote"],"summary":"Update a Water Meter Remote","operationId":"WaterMeterRemote_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterRemote"],"summary":"Delete a Water Meter Remote","operationId":"WaterMeterRemote_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterRemote"],"summary":"Patch a Water Meter Remote","operationId":"WaterMeterRemote_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterRemoteModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterremoteinterface":{"get":{"tags":["WaterMeterRemoteInterface"],"summary":"Retrieve list of Water Meter Remotes Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterRemoteInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterRemoteInterface"],"summary":"Add a Water Meter Remotes Interface","operationId":"WaterMeterRemoteInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterremoteinterface/{id}":{"get":{"tags":["WaterMeterRemoteInterface"],"summary":"Retrieve a Water Meter Remotes Interface","operationId":"WaterMeterRemoteInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterRemoteInterface"],"summary":"Update a Water Meter Remotes Interface","operationId":"WaterMeterRemoteInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterRemoteInterface"],"summary":"Delete a Water Meter Remotes Interface","operationId":"WaterMeterRemoteInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterRemoteInterface"],"summary":"Patch a Water Meter Remotes Interface","operationId":"WaterMeterRemoteInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterRemoteInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterremotetype":{"get":{"tags":["WaterMeterRemoteType"],"summary":"Retrieve list of Water Meter Remote Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterRemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterRemoteType"],"summary":"Add a Water Meter Remote Type Control","operationId":"WaterMeterRemoteType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterremotetype/{id}":{"get":{"tags":["WaterMeterRemoteType"],"summary":"Retrieve a Water Meter Remote Type Control","operationId":"WaterMeterRemoteType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterRemoteType"],"summary":"Update a Water Meter Remote Type Control","operationId":"WaterMeterRemoteType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterRemoteType"],"summary":"Delete a Water Meter Remote Type Control","operationId":"WaterMeterRemoteType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterRemoteType"],"summary":"Patch a Water Meter Remote Type Control","operationId":"WaterMeterRemoteType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterRemoteTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRemoteTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermeterrepair":{"get":{"tags":["WaterMeterRepair"],"summary":"Retrieve list of Water Meter Repair items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterRepair"],"summary":"Add a Water Meter Repair","operationId":"WaterMeterRepair_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermeterrepair/{id}":{"get":{"tags":["WaterMeterRepair"],"summary":"Retrieve a Water Meter Repair","operationId":"WaterMeterRepair_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterRepair"],"summary":"Update a Water Meter Repair","operationId":"WaterMeterRepair_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterRepair"],"summary":"Delete a Water Meter Repair","operationId":"WaterMeterRepair_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterRepair"],"summary":"Patch a Water Meter Repair","operationId":"WaterMeterRepair_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterRepairModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterRepairModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetersize":{"get":{"tags":["WaterMeterSize"],"summary":"Retrieve list of Water Meter Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterSize"],"summary":"Add a Water Meter Size Control","operationId":"WaterMeterSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetersize/{id}":{"get":{"tags":["WaterMeterSize"],"summary":"Retrieve a Water Meter Size Control","operationId":"WaterMeterSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterSize"],"summary":"Update a Water Meter Size Control","operationId":"WaterMeterSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterSize"],"summary":"Delete a Water Meter Size Control","operationId":"WaterMeterSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterSize"],"summary":"Patch a Water Meter Size Control","operationId":"WaterMeterSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetersubgroup":{"get":{"tags":["WaterMeterSubgroup"],"summary":"Retrieve list of Water Meter Subgroup Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterSubgroup"],"summary":"Add a Water Meter Subgroup Control","operationId":"WaterMeterSubgroup_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetersubgroup/{id}":{"get":{"tags":["WaterMeterSubgroup"],"summary":"Retrieve a Water Meter Subgroup Control","operationId":"WaterMeterSubgroup_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterSubgroup"],"summary":"Update a Water Meter Subgroup Control","operationId":"WaterMeterSubgroup_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterSubgroup"],"summary":"Delete a Water Meter Subgroup Control","operationId":"WaterMeterSubgroup_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterSubgroup"],"summary":"Patch a Water Meter Subgroup Control","operationId":"WaterMeterSubgroup_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterSubgroupModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetersubgrouptest":{"get":{"tags":["WaterMeterSubgroupTest"],"summary":"Retrieve list of Water Meter Subgroup Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterSubgroupTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterSubgroupTest"],"summary":"Add a Water Meter Subgroup Test","operationId":"WaterMeterSubgroupTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetersubgrouptest/{id}":{"get":{"tags":["WaterMeterSubgroupTest"],"summary":"Retrieve a Water Meter Subgroup Test","operationId":"WaterMeterSubgroupTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterSubgroupTest"],"summary":"Update a Water Meter Subgroup Test","operationId":"WaterMeterSubgroupTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterSubgroupTest"],"summary":"Delete a Water Meter Subgroup Test","operationId":"WaterMeterSubgroupTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterSubgroupTest"],"summary":"Patch a Water Meter Subgroup Test","operationId":"WaterMeterSubgroupTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterSubgroupTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterSubgroupTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetertest":{"get":{"tags":["WaterMeterTest"],"summary":"Retrieve list of Water Meter Test items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterTest"],"summary":"Add a Water Meter Test","operationId":"WaterMeterTest_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterTestModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetertest/{id}":{"get":{"tags":["WaterMeterTest"],"summary":"Retrieve a Water Meter Test","operationId":"WaterMeterTest_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterTest"],"summary":"Update a Water Meter Test","operationId":"WaterMeterTest_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterTest"],"summary":"Delete a Water Meter Test","operationId":"WaterMeterTest_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterTest"],"summary":"Patch a Water Meter Test","operationId":"WaterMeterTest_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterTestModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetertesthistoryinterface":{"get":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Retrieve list of Water Meter Test Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterTestHistoryInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Add a Water Meter Test Interface","operationId":"WaterMeterTestHistoryInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetertesthistoryinterface/{id}":{"get":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Retrieve a Water Meter Test Interface","operationId":"WaterMeterTestHistoryInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Update a Water Meter Test Interface","operationId":"WaterMeterTestHistoryInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Delete a Water Meter Test Interface","operationId":"WaterMeterTestHistoryInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterTestHistoryInterface"],"summary":"Patch a Water Meter Test Interface","operationId":"WaterMeterTestHistoryInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterTestHistoryInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestHistoryInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/watermetertestnotification":{"get":{"tags":["WaterMeterTestNotification"],"summary":"Retrieves list of WaterMeterTestNotification process run status data","operationId":"WaterMeterTestNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterTestNotification"],"summary":"Execute the WaterMeterTestNotification process","operationId":"WaterMeterTestNotification_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in WaterMeterTestNotificationRunModel","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestNotificationRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/watermetertestnotification/{id}":{"get":{"tags":["WaterMeterTestNotification"],"summary":"Retrieve the process run status","operationId":"WaterMeterTestNotification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterTestNotification"],"summary":"Request to cancel a WaterMeterTestNotification process","operationId":"WaterMeterTestNotification_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/watermetertestnotification/{id}/{outputRef}":{"get":{"tags":["WaterMeterTestNotification"],"summary":"Retrieve the file output","operationId":"WaterMeterTestNotification_GetOutput","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the AP export process","required":true,"type":"string"},{"name":"outputRef","in":"path","description":"The reference for file output of the report","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetertesttype":{"get":{"tags":["WaterMeterTestType"],"summary":"Retrieve list of Water Meter Test Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterTestType"],"summary":"Add a Water Meter Test Type Control","operationId":"WaterMeterTestType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetertesttype/{id}":{"get":{"tags":["WaterMeterTestType"],"summary":"Retrieve a Water Meter Test Type Control","operationId":"WaterMeterTestType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterTestType"],"summary":"Update a Water Meter Test Type Control","operationId":"WaterMeterTestType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterTestType"],"summary":"Delete a Water Meter Test Type Control","operationId":"WaterMeterTestType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterTestType"],"summary":"Patch a Water Meter Test Type Control","operationId":"WaterMeterTestType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterTestTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTestTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watermetertype":{"get":{"tags":["WaterMeterType"],"summary":"Retrieve list of Water Meter Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterMeterType"],"summary":"Add a Water Meter Type Control","operationId":"WaterMeterType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watermetertype/{id}":{"get":{"tags":["WaterMeterType"],"summary":"Retrieve a Water Meter Type Control","operationId":"WaterMeterType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterMeterType"],"summary":"Update a Water Meter Type Control","operationId":"WaterMeterType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterMeterType"],"summary":"Delete a Water Meter Type Control","operationId":"WaterMeterType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterMeterType"],"summary":"Patch a Water Meter Type Control","operationId":"WaterMeterType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterMeterTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterMeterTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterserviceentrance":{"get":{"tags":["WaterServiceEntrance"],"summary":"Retrieve list of Water Service Entrance items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterServiceEntrance"],"summary":"Add a Water Service Entrance","operationId":"WaterServiceEntrance_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterserviceentrance/{id}":{"get":{"tags":["WaterServiceEntrance"],"summary":"Retrieve a Water Service Entrance","operationId":"WaterServiceEntrance_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterServiceEntrance"],"summary":"Update a Water Service Entrance","operationId":"WaterServiceEntrance_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterServiceEntrance"],"summary":"Delete a Water Service Entrance","operationId":"WaterServiceEntrance_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterServiceEntrance"],"summary":"Patch a Water Service Entrance","operationId":"WaterServiceEntrance_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterServiceEntranceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterserviceentrancecustomcode1":{"get":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Retrieve list of Water Service Entrance Custom Code 1 items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterServiceEntranceCustomCode1_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Add a Water Service Entrance Custom Code 1","operationId":"WaterServiceEntranceCustomCode1_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterserviceentrancecustomcode1/{id}":{"get":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Retrieve a Water Service Entrance Custom Code 1","operationId":"WaterServiceEntranceCustomCode1_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Update a Water Service Entrance Custom Code 1","operationId":"WaterServiceEntranceCustomCode1_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Delete a Water Service Entrance Custom Code 1","operationId":"WaterServiceEntranceCustomCode1_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterServiceEntranceCustomCode1"],"summary":"Patch a Water Service Entrance Custom Code 1","operationId":"WaterServiceEntranceCustomCode1_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterServiceEntranceCustomCode1Model]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceCustomCode1Model"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterserviceentranceinterface":{"get":{"tags":["WaterServiceEntranceInterface"],"summary":"Retrieve list of Water Service Entrance Interface items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterServiceEntranceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterServiceEntranceInterface"],"summary":"Add a Water Service Entrance Interface","operationId":"WaterServiceEntranceInterface_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterserviceentranceinterface/{id}":{"get":{"tags":["WaterServiceEntranceInterface"],"summary":"Retrieve a Water Service Entrance Interface","operationId":"WaterServiceEntranceInterface_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterServiceEntranceInterface"],"summary":"Update a Water Service Entrance Interface","operationId":"WaterServiceEntranceInterface_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterServiceEntranceInterface"],"summary":"Delete a Water Service Entrance Interface","operationId":"WaterServiceEntranceInterface_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterServiceEntranceInterface"],"summary":"Patch a Water Service Entrance Interface","operationId":"WaterServiceEntranceInterface_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterServiceEntranceInterfaceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceEntranceInterfaceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/waterservicesize":{"get":{"tags":["WaterServiceSize"],"summary":"Retrieve list of Water Service Size Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterServiceSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterServiceSize"],"summary":"Add a Water Service Size Control","operationId":"WaterServiceSize_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/waterservicesize/{id}":{"get":{"tags":["WaterServiceSize"],"summary":"Retrieve a Water Service Size Control","operationId":"WaterServiceSize_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterServiceSize"],"summary":"Update a Water Service Size Control","operationId":"WaterServiceSize_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterServiceSize"],"summary":"Delete a Water Service Size Control","operationId":"WaterServiceSize_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterServiceSize"],"summary":"Patch a Water Service Size Control","operationId":"WaterServiceSize_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterServiceSizeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterServiceSizeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watervalve":{"get":{"tags":["WaterValve"],"summary":"Retrieve list of Water Valve items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterValve_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterValve"],"summary":"Add a Water Valve","operationId":"WaterValve_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterValveModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watervalve/{id}":{"get":{"tags":["WaterValve"],"summary":"Retrieve a Water Valve","operationId":"WaterValve_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterValve"],"summary":"Update a Water Valve","operationId":"WaterValve_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterValve"],"summary":"Delete a Water Valve","operationId":"WaterValve_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterValve"],"summary":"Patch a Water Valve","operationId":"WaterValve_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterValveModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watervalveclassification":{"get":{"tags":["WaterValveClassification"],"summary":"Retrieve list of Water Valve Classification Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterValveClassification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterValveClassification"],"summary":"Add a Water Valve Classification Control","operationId":"WaterValveClassification_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watervalveclassification/{id}":{"get":{"tags":["WaterValveClassification"],"summary":"Retrieve a Water Valve Classification Control","operationId":"WaterValveClassification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterValveClassification"],"summary":"Update a Water Valve Classification Control","operationId":"WaterValveClassification_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterValveClassification"],"summary":"Delete a Water Valve Classification Control","operationId":"WaterValveClassification_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterValveClassification"],"summary":"Patch a Water Valve Classification Control","operationId":"WaterValveClassification_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterValveClassificationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveClassificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watervalveconditionofservice":{"get":{"tags":["WaterValveConditionOfService"],"summary":"Retrieve list of Water Valve Condition Of Service Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterValveConditionOfService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterValveConditionOfService"],"summary":"Add a Water Valve Condition Of Service Control","operationId":"WaterValveConditionOfService_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watervalveconditionofservice/{id}":{"get":{"tags":["WaterValveConditionOfService"],"summary":"Retrieve a Water Valve Condition Of Service Control","operationId":"WaterValveConditionOfService_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterValveConditionOfService"],"summary":"Update a Water Valve Condition Of Service Control","operationId":"WaterValveConditionOfService_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterValveConditionOfService"],"summary":"Delete a Water Valve Condition Of Service Control","operationId":"WaterValveConditionOfService_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterValveConditionOfService"],"summary":"Patch a Water Valve Condition Of Service Control","operationId":"WaterValveConditionOfService_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterValveConditionOfServiceModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveConditionOfServiceModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/watervalvehousingtype":{"get":{"tags":["WaterValveHousingType"],"summary":"Retrieve list of Water Valve Housing Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WaterValveHousingType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WaterValveHousingType"],"summary":"Add a Water Valve Housing Type Control","operationId":"WaterValveHousingType_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/watervalvehousingtype/{id}":{"get":{"tags":["WaterValveHousingType"],"summary":"Retrieve a Water Valve Housing Type Control","operationId":"WaterValveHousingType_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WaterValveHousingType"],"summary":"Update a Water Valve Housing Type Control","operationId":"WaterValveHousingType_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WaterValveHousingType"],"summary":"Delete a Water Valve Housing Type Control","operationId":"WaterValveHousingType_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WaterValveHousingType"],"summary":"Patch a Water Valve Housing Type Control","operationId":"WaterValveHousingType_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WaterValveHousingTypeModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WaterValveHousingTypeModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/weather":{"get":{"tags":["Weather"],"summary":"Retrieve list of Weather items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"Weather_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["Weather"],"summary":"Add a Weather","operationId":"Weather_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WeatherModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WeatherModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/weather/{id}":{"get":{"tags":["Weather"],"summary":"Retrieve a Weather","operationId":"Weather_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["Weather"],"summary":"Update a Weather","operationId":"Weather_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WeatherModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["Weather"],"summary":"Delete a Weather","operationId":"Weather_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["Weather"],"summary":"Patch a Weather","operationId":"Weather_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WeatherModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/weatherstation":{"get":{"tags":["WeatherStation"],"summary":"Retrieve list of Weather Station Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WeatherStation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WeatherStation"],"summary":"Add a Weather Station Control","operationId":"WeatherStation_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WeatherStationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WeatherStationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/weatherstation/{id}":{"get":{"tags":["WeatherStation"],"summary":"Retrieve a Weather Station Control","operationId":"WeatherStation_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherStationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WeatherStation"],"summary":"Update a Weather Station Control","operationId":"WeatherStation_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WeatherStationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WeatherStation"],"summary":"Delete a Weather Station Control","operationId":"WeatherStation_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WeatherStation"],"summary":"Patch a Weather Station Control","operationId":"WeatherStation_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WeatherStationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WeatherStationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/winteraveragevolumeprocess":{"get":{"tags":["WinterAverageVolumeProcessRun"],"summary":"Retrieves list of WinterAverageVolumeProcess process run status data","operationId":"WinterAverageVolumeProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WinterAverageVolumeProcessRun"],"summary":"Execute the WinterAverageVolumeProcess process","operationId":"WinterAverageVolumeProcessRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in WinterAverageVolumeProcessRunModel","required":true,"schema":{"$ref":"#/definitions/WinterAverageVolumeProcessRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/winteraveragevolumeprocess/{id}":{"get":{"tags":["WinterAverageVolumeProcessRun"],"summary":"Retrieve the process run status","operationId":"WinterAverageVolumeProcessRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WinterAverageVolumeProcessRun"],"summary":"Request to cancel a WinterAverageVolumeProcess process","operationId":"WinterAverageVolumeProcessRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/workeractivity":{"get":{"tags":["WorkerActivity"],"summary":"Retrieve list of Worker Activity Type Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WorkerActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WorkerActivity"],"summary":"Add a Worker Activity Type Control","operationId":"WorkerActivity_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WorkerActivityModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/workeractivity/{id}":{"get":{"tags":["WorkerActivity"],"summary":"Retrieve a Worker Activity Type Control","operationId":"WorkerActivity_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerActivityModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WorkerActivity"],"summary":"Update a Worker Activity Type Control","operationId":"WorkerActivity_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerActivityModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WorkerActivity"],"summary":"Delete a Worker Activity Type Control","operationId":"WorkerActivity_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WorkerActivity"],"summary":"Patch a Worker Activity Type Control","operationId":"WorkerActivity_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WorkerActivityModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerActivityModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/workeraddress":{"get":{"tags":["WorkerAddress"],"summary":"Retrieve list of Worker Address items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WorkerAddress_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WorkerAddress"],"summary":"Add a Worker Address","operationId":"WorkerAddress_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerAddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WorkerAddressModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/workeraddress/{id}":{"get":{"tags":["WorkerAddress"],"summary":"Retrieve a Worker Address","operationId":"WorkerAddress_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerAddressModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WorkerAddress"],"summary":"Update a Worker Address","operationId":"WorkerAddress_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerAddressModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WorkerAddress"],"summary":"Delete a Worker Address","operationId":"WorkerAddress_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WorkerAddress"],"summary":"Patch a Worker Address","operationId":"WorkerAddress_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WorkerAddressModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerAddressModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/workercertification":{"get":{"tags":["WorkerCertification"],"summary":"Retrieve list of Worker Certification items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WorkerCertification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WorkerCertification"],"summary":"Add a Worker Certification","operationId":"WorkerCertification_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerCertificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WorkerCertificationModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/workercertification/{id}":{"get":{"tags":["WorkerCertification"],"summary":"Retrieve a Worker Certification","operationId":"WorkerCertification_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerCertificationModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WorkerCertification"],"summary":"Update a Worker Certification","operationId":"WorkerCertification_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerCertificationModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerCertificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WorkerCertification"],"summary":"Delete a Worker Certification","operationId":"WorkerCertification_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerCertificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WorkerCertification"],"summary":"Patch a Worker Certification","operationId":"WorkerCertification_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WorkerCertificationModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerCertificationModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/workerphone":{"get":{"tags":["WorkerPhone"],"summary":"Retrieve list of Worker Contact Information items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WorkerPhone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WorkerPhone"],"summary":"Add a Worker Contact Information","operationId":"WorkerPhone_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerPhoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WorkerPhoneModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/workerphone/{id}":{"get":{"tags":["WorkerPhone"],"summary":"Retrieve a Worker Contact Information","operationId":"WorkerPhone_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerPhoneModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WorkerPhone"],"summary":"Update a Worker Contact Information","operationId":"WorkerPhone_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WorkerPhoneModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerPhoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WorkerPhone"],"summary":"Delete a Worker Contact Information","operationId":"WorkerPhone_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerPhoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WorkerPhone"],"summary":"Patch a Worker Contact Information","operationId":"WorkerPhone_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WorkerPhoneModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WorkerPhoneModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/writeoff":{"get":{"tags":["WriteOff"],"summary":"Retrieve list of Write Off Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WriteOff_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WriteOff"],"summary":"Add a Write Off Control","operationId":"WriteOff_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WriteOffModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WriteOffModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/writeoff/{id}":{"get":{"tags":["WriteOff"],"summary":"Retrieve a Write Off Control","operationId":"WriteOff_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WriteOff"],"summary":"Update a Write Off Control","operationId":"WriteOff_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WriteOffModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WriteOff"],"summary":"Delete a Write Off Control","operationId":"WriteOff_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WriteOff"],"summary":"Patch a Write Off Control","operationId":"WriteOff_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WriteOffModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/writeoffdetail":{"get":{"tags":["WriteOffDetail"],"summary":"Retrieve list of Write Off Detail Control items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"WriteOffDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WriteOffDetail"],"summary":"Add a Write Off Detail Control","operationId":"WriteOffDetail_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WriteOffDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/WriteOffDetailModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/writeoffdetail/{id}":{"get":{"tags":["WriteOffDetail"],"summary":"Retrieve a Write Off Detail Control","operationId":"WriteOffDetail_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffDetailModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["WriteOffDetail"],"summary":"Update a Write Off Detail Control","operationId":"WriteOffDetail_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/WriteOffDetailModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WriteOffDetail"],"summary":"Delete a Write Off Detail Control","operationId":"WriteOffDetail_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["WriteOffDetail"],"summary":"Patch a Write Off Detail Control","operationId":"WriteOffDetail_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[WriteOffDetailModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/WriteOffDetailModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/pickup/writeoffpickup":{"get":{"tags":["WriteOffPickupRun"],"summary":"Retrieves list of WriteOffPickup process run status data","operationId":"WriteOffPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WriteOffPickupRun"],"summary":"Execute the WriteOffPickup process to activate a customer at account","operationId":"WriteOffPickupRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure contains an array of CustomerAccountIds","required":true,"schema":{"$ref":"#/definitions/WriteOffPickupRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/pickup/writeoffpickup/{id}":{"get":{"tags":["WriteOffPickupRun"],"summary":"Retrieve the process run status","operationId":"WriteOffPickupRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WriteOffPickupRun"],"summary":"Request to cancel a WriteOffPickup process","operationId":"WriteOffPickupRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/run/its/wseinterface":{"get":{"tags":["WSEInterfaceRun"],"summary":"Retrieves list of WSEInterface process run status data","operationId":"WSEInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is process RunId order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["WSEInterfaceRun"],"summary":"Execute the WSEInterface process","operationId":"WSEInterfaceRun_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"processParameters","in":"body","description":"The process parameters data structure as defined in WSEInterfaceRunModel","required":true,"schema":{"$ref":"#/definitions/WSEInterfaceRunModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStartResultModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"}}}},"/run/its/wseinterface/{id}":{"get":{"tags":["WSEInterfaceRun"],"summary":"Retrieve the process run status","operationId":"WSEInterfaceRun_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The run id of the process resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ApiProcessStatusModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["WSEInterfaceRun"],"summary":"Request to cancel a WSEInterface process","operationId":"WSEInterfaceRun_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the process to cancel","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK"},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}},"/data/yearlyaveragelossfactor":{"get":{"tags":["YearlyAverageLossFactor"],"summary":"Retrieve list of Yearly Average Loss Factor items.\r\nIf the standard list retrieval method (GetAll) is used, then only the listed parameters apply.\r\nIf the optional method= parameter is specified, then the retrieval applies the listed parameters and any additional query string parameters as required by that method.","operationId":"YearlyAverageLossFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"method","in":"query","description":"Optional name of the method to use for list retrieval. Default retrievals use the 'getall' method. Override this only for advanced or specialized use cases.","required":false,"type":"string"},{"name":"page","in":"query","description":"Optional page number to retrieve; default is 1","required":false,"type":"integer","format":"int32"},{"name":"pagesize","in":"query","description":"Optional page size to use; default is 50; 0 turns off paging and returns all results","required":false,"type":"integer","format":"int32"},{"name":"order","in":"query","description":"Optional sort order on the result list; default is Pk/O_Key order; comma separated list of fields; prefix field with '-' to sort descending; eg field1,-field2","required":false,"type":"string"},{"name":"where","in":"query","description":"Optional filter expression; eg field1 eq 'ABC' and field2 gt 5","required":false,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/ListResourceModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"501":{"description":"NotImplemented"}}},"post":{"tags":["YearlyAverageLossFactor"],"summary":"Add a Yearly Average Loss Factor","operationId":"YearlyAverageLossFactor_Post","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"newObject","in":"body","description":"Object to create the new resource with; missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}},"201":{"description":"Created","schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"}}}},"/data/yearlyaveragelossfactor/{id}":{"get":{"tags":["YearlyAverageLossFactor"],"summary":"Retrieve a Yearly Average Loss Factor","operationId":"YearlyAverageLossFactor_Get","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to retrieve","required":true,"type":"string"},{"name":"fields","in":"query","description":"Optional data shaping; include or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","required":false,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},"304":{"description":"NotModified"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"put":{"tags":["YearlyAverageLossFactor"],"summary":"Update a Yearly Average Loss Factor","operationId":"YearlyAverageLossFactor_Put","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"updateObject","in":"body","description":"Updated model object to replace this resource with. Missing properties are defaulted!","required":true,"schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"delete":{"tags":["YearlyAverageLossFactor"],"summary":"Delete a Yearly Average Loss Factor","operationId":"YearlyAverageLossFactor_Delete","consumes":[],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to delete","required":true,"type":"string"},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}},"patch":{"tags":["YearlyAverageLossFactor"],"summary":"Patch a Yearly Average Loss Factor","operationId":"YearlyAverageLossFactor_Patch","consumes":["application/json","text/json","text/javascript","text/html","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","text/javascript","text/html","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","description":"The id of the resource to update","required":true,"type":"string"},{"name":"patches","in":"body","description":"A document containing one or more patch operations to apply to this resource","required":true,"schema":{"$ref":"#/definitions/JsonPatchDocument[YearlyAverageLossFactorModel]"}},{"name":"Authorization","in":"header","description":"Basic authentication: use 'Basic [uid:pwd].ToBase64()'","required":false,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"$ref":"#/definitions/YearlyAverageLossFactorModel"}},"204":{"description":"NoContent"},"400":{"description":"BadRequest"},"403":{"description":"Forbidden"},"404":{"description":"NotFound"},"412":{"description":"PreconditionFailed"},"501":{"description":"NotImplemented"}}}}},"definitions":{"AboutModel":{"description":"Details returned by the About call","type":"object","properties":{"CurrentDirectory":{"type":"string"},"MachineName":{"type":"string"},"DomainName":{"type":"string"},"HostUserName":{"type":"string"},"OSVersion":{"type":"string"},"WebApiVersion":{"type":"string"},"MvcVersion":{"type":"string"},"DotNetVersion":{"type":"string"},"CisVersion":{"type":"string"},"CisName":{"type":"string"},"CisLicensee":{"type":"string"},"CisSystemId":{"type":"string"},"CisBuildDate":{"format":"date-time","type":"string"},"DbConnectString":{"type":"string"},"CisHomeDirectory":{"type":"string"},"CisErrorsFile":{"type":"string"},"CisMessagesFile":{"type":"string"},"CisSqlLogFile":{"type":"string"},"DbType":{"type":"string"},"DbVersion":{"type":"string"},"CisArchitecture":{"type":"string"},"OSArchitecture":{"type":"string"},"FormulaProcDate":{"format":"date-time","type":"string"},"FormulaProcRevision":{"format":"int32","type":"integer"},"PowerShellVersion":{"type":"string"},"HostPath":{"type":"string"},"Company":{"type":"string"},"Address":{"type":"string"},"Phone":{"type":"string"},"Fax":{"type":"string"},"Url":{"type":"string"},"SupportUrl":{"type":"string"},"Copyright":{"type":"string"},"IsBasicAuthentication":{"type":"boolean"},"FoundSessionToken":{"type":"boolean"},"BasicAuthenticationUser":{"type":"string"},"CisSecurityProfile":{"type":"boolean"},"CisProfileValid":{"type":"boolean"},"CisProfileAuthenticated":{"type":"boolean"},"ServerSoftware":{"type":"string"},"IisSiteName":{"type":"string"},"IisSiteId":{"type":"string"},"ApplicationId":{"type":"string"},"IsWebApiLicense":{"type":"boolean"},"WebApiLicenseType":{"type":"string"},"CisServicesLocation":{"type":"string"},"IsWebApiServerEnabled":{"type":"boolean"},"IsCisApplicationLoaded":{"type":"boolean"},"CisSessionCacheIdleTimeout":{"format":"int32","type":"integer"},"CisSessionCacheForegroundIdleTimeout":{"format":"int32","type":"integer"},"CisLoginMode":{"type":"string"}}},"ListResourceModel":{"description":"Base class for all REST Web API list resource responses.\r\nDefines standard response properties of a list resource, including paging support.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TotalItems":{"format":"int32","description":"Total number of items on this listing container.\r\nSet to 0 to bypass item count functionality.","type":"integer"},"PageSize":{"format":"int32","description":"Page size requested for this listing container.\r\nSet to 0 to bypass paging functionality.","type":"integer"},"TotalPages":{"format":"int32","description":"Total number of pages represented by the items requested for this listing container.\r\nAutomatically calculated once PageSize and TotalItems are available.","type":"integer"},"CurrentPage":{"format":"int32","description":"Current page number represented by the items in this listing container.","type":"integer"}}},"Hal_Link":{"description":"A resource link (HAL standard)","type":"object","properties":{"href":{"description":"The target URI","type":"string"}}},"ApiItsRunModel":{"description":"Its process request base model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"QueryPromptModel":{"description":"Request/Response model representing QueryPromptData","type":"object","properties":{"PromptText":{"description":"The text for the prompt.","type":"string"},"NoteText":{"description":"The Note text.","type":"string"},"ValueType":{"description":"The value type.\r\nEnum AdvancedUtility.Services.CisQuery.NodeType: Value_String, Value_Empty, Value_Integer, Value_Float, Value_DateFormula, Value_Date, Value_DateTime, Value_Bool","type":"string"},"DataLength":{"format":"int32","description":"The data length.","type":"integer"},"DataDecimals":{"format":"int32","description":"The number of decimals","type":"integer"},"EnumValues":{"description":"Defined code/description values for enum fields.","type":"object","additionalProperties":{"type":"string"}},"EnumType":{"description":"The enum full type name","type":"string"},"Lookup":{"description":"The look up in format of \"TableName-FieldName\"","type":"string"},"Values":{"description":"The list of values.","type":"array","items":{"type":"string"}},"Style":{"description":"The prompt style.\r\nEnum AdvancedUtility.Services.CisQuery.PromptStyleEnum: Simple, Between, List, Contains, Like","type":"string"},"Key":{"description":"The parameter unique key","type":"string"},"Operator":{"description":"The operator type.\r\nEnum AdvancedUtility.Services.CisQuery.NodeType: \r\nNo_Op, Operator_EQ, Operator_NE, Operator_GT, Operator_GE, Operator_LT, Operator_LE, Operator_In, Operator_NotIn, Operator_Contains, Operator_NotContains, Operator_Like, Operator_NotLike, Operator_BeginsWith, Operator_Between, Operator_NotBetween","type":"string"}}},"ApiProcessStartResultModel":{"description":"The runnable process start result.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunId":{"format":"int64","description":"The process unique identifier.","type":"integer"}}},"ApiProcessStatusModel":{"description":"Process Status.\r\nContains progress and status details for a running process, or completion details for a completed process.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunId":{"format":"int64","description":"The unique number identifying this process run.","type":"integer"},"StartDateTime":{"format":"date-time","description":"Start Date/Time. The date and time the process started.","type":"string"},"EndDateTime":{"format":"date-time","description":"End Date/Time. The date and time the process ended.\r\nOnly applicable to completed processes.","type":"string"},"ProcessName":{"description":"Class name for this process run.","type":"string"},"CaptionId":{"description":"Title name of this process","type":"string"},"Status":{"description":"Run status of this process.\r\nValid values:  Running, CancelRequested, Completed","type":"string"},"CanCancel":{"description":"Flag indicating whether process can be cancelled.\r\nProcesses in a cancellable status can be cancelled by issuing HTTP DELETE against the process status end point.","type":"boolean"},"ProgressValue":{"format":"int32","description":"The percentage of the current step run that is completed.\r\n0 to 100 for a process step that is reporting progress; -1 for a process that is not reporting progress.","type":"integer"},"ProgressMessage":{"description":"The description of the current progress step.","type":"string"},"StationId":{"description":"Station ID. The station Id of the workstation on which this process ran.","type":"string"},"Notes":{"description":"Notes. Comments about this process run.","type":"string"},"SessionId":{"format":"int64","description":"Session Id. The session ID of the login session that ran this process.","type":"integer"},"UserId":{"description":"User ID. The User ID of the user who ran this process.","type":"string"},"ProcessType":{"description":"Process Type.\r\nValid values: Pickup, Report, Import, Export, ITS","type":"string"},"Outputs":{"description":"List of output data generated by the process.\r\nOnly applicable to completed processes.","type":"array","items":{"$ref":"#/definitions/ApiProcessOutputModel"}},"IsSuccess":{"description":"Indicates whether the process was successful.\r\nOnly applicable to completed processes.","type":"boolean"},"ProcessedCount":{"format":"int32","description":"The total number of items processed.\r\nOnly applicable to completed processes.","type":"integer"},"SuccessfulCount":{"format":"int32","description":"The number of successfully processed items.\r\nOnly applicable to completed processes.","type":"integer"},"FailedCount":{"format":"int32","description":"The number of failed items.\r\nOnly applicable to completed processes.","type":"integer"},"SkippedCount":{"format":"int32","description":"The number of skipped items.\r\nOnly applicable to completed processes.","type":"integer"},"Feedback":{"description":"The optional feedback returned by the completed process.\r\nOnly applicable to completed processes.","type":"string"},"CustomReturn":{"description":"The optional custom return from the completed process.\r\nOnly applicable to completed processes.","type":"string"},"ResultDetails":{"description":"The result details from the completed process.\r\nOnly applicable to completed processes.","type":"string"},"O_Code":{"description":"Unique code value for this item (resource id).","type":"string"}}},"ApiProcessOutputModel":{"description":"Runnable process output detail model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Reference":{"description":"Output filename","type":"string"},"FileName":{"description":"Output filename","type":"string"},"FileType":{"description":"The type of file.","type":"string"},"SourceType":{"description":"Source type","type":"string"},"Destination":{"description":"The destination of the report.","type":"string"},"EmailAdress":{"description":"The email address of the receiver.","type":"string"},"Subject":{"description":"Subject of the email.","type":"string"}}},"XSearchResultModel":{"description":"Advanced $search result","type":"object","properties":{"TotalMatches":{"format":"int32","type":"integer"},"ResultCount":{"format":"int32","type":"integer"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Results":{"description":"The search results as a list of result items.\r\nEach item can contain embedded child content in its _embedded dictionary - this is controlled by the standard fields= functionality.","type":"array","items":{"$ref":"#/definitions/XSearchResultItemModel"}}}},"XSearchResultItemModel":{"description":"Advanced $search result item","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Object":{"$ref":"#/definitions/ApiBusinessModelBase","description":"Result object from the search.\r\nThis is an object of the type targeted by the search.\r\nIndividual matching conditions may be for this object or one of its related children.\r\nSee matches for details.\r\nTo apply data shaping to this, make sure to address it with a proper path: fields=Results.Object.{?}"},"Description":{"description":"Brief description of the found item","type":"string"},"MatchesDescription":{"description":"Detailed description of the search result.\r\nIncludes name of the fields and their values corresponding to a search result.","type":"string"},"Weight":{"format":"int32","description":"The match weight of the search result.\r\nA relative number comparing result relevance.\r\nHigher weights are better matches.","type":"integer"},"MatchDetails":{"description":"Match details which caused the found record to be included in the search result.","type":"array","items":{"$ref":"#/definitions/XSearchResultMatchItemModel"}}}},"ApiBusinessModelBase":{"description":"Basic structure required by all CIS REST business model objects.\r\nExists to help identify and distinguish REST resource business models from other ones.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"XSearchResultMatchItemModel":{"description":"Advanced $search found item match detail.\r\nDescribes the exact record and field match which caused the found item to be included in the search results.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Brief description of the match item","type":"string"},"Class":{"description":"Resource (business class) name containing this match.\r\nCan be different from the result item if the match occurred in a related child.","type":"string"},"Property":{"description":"Property name within resource class containing this match","type":"string"},"Key":{"format":"int64","description":"Primary key (PK) of the resource record containing this match","type":"integer"},"Term":{"description":"The search term found in this match","type":"string"},"Weight":{"format":"int32","description":"The weight of the match associated with this match.\r\nA relative number comparing match relevance.\r\nHigher weights are better matches.","type":"integer"},"Value":{"description":"The matching text associated with this search result.\r\nThis is typically the value of the class property.","type":"string"},"Relationship":{"description":"The application dictionary relationship code that was used to find the match in this related table.\r\nIf this match is in the main table, the relationship code will be empty.","type":"string"}}},"XSearchRequestModel":{"description":"Advanced $search (V2 search API) request","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Query":{"description":"Search expression.\r\nUse the documented query expression associated with the Advanced Search (V2) facility.","type":"string"},"MatchType":{"description":"Optional match type to use.\r\nDetermines how query words are treated for matching.\r\nValid values are 'StartsWith' or 'Contains', with 'StartsWith' being the default.","type":"string"},"Maximum":{"format":"int32","description":"Optional maximum number of search results to limit the response to.\r\nDefault is 100.","type":"integer"},"LoadCount":{"description":"Optional flag that specifies whether to include the total number of matches found.\r\nDefault is true.","type":"boolean"},"Criteria":{"description":"Optional additional query tree criteria in serialized format to filter the search results","type":"string"},"Fields":{"description":"Optional data shaping directive.\r\nInclude or exclude fields by using a comma separated list of fields or elements; prefix field with '-' to exclude item.\r\nApplies to the resulting target business object contained in the Results.Object property.\r\nStandard nesting and child embedded data shaping applies from there down.\r\nDefault is '*', which select all top level properties of the found objects.","type":"string"}}},"XSearchConfigurationModel":{"description":"Advanced $searchconfig configuration item.\r\nDescribes the configuration details available for a given advanced search target.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Name":{"description":"Name of the search context","type":"string"},"MainTable":{"$ref":"#/definitions/XSearchConfigurationTableModel","description":"Main SQL table associated with the search context"},"SearchTables":{"description":"Search tables included in the search and their details","type":"array","items":{"$ref":"#/definitions/XSearchConfigurationTableModel"}}}},"XSearchConfigurationTableModel":{"description":"Advanced $searchconfig configuration table item.\r\nDescribes the configuration details for each advanced table search target associated with a search context.","type":"object","properties":{"Name":{"description":"Business name of this search table","type":"string"},"Table":{"description":"Main SQL table associated with the search context","type":"string"},"Fields":{"description":"Aliases associated with this table","type":"array","items":{"$ref":"#/definitions/XSearchConfigurationFieldModel"}},"Aliases":{"description":"Aliases associated with this table","type":"array","items":{"$ref":"#/definitions/XSearchConfigurationAliasModel"}}}},"XSearchConfigurationFieldModel":{"description":"Advanced $searchconfig configuration field item.\r\nDescribes the configuration details for each advanced field search target associated with a search table.","type":"object","properties":{"Name":{"description":"Business name of this search field","type":"string"},"Field":{"description":"SQL name of this search field","type":"string"},"Aliases":{"description":"Aliases associated with this field","type":"array","items":{"$ref":"#/definitions/XSearchConfigurationAliasModel"}},"Weight":{"format":"int32","description":"The weight attributed to this field","type":"integer"}}},"XSearchConfigurationAliasModel":{"description":"Advanced $searchconfig configuration alias item.\r\nDescribes an available alias associated with a table or field.","type":"object","properties":{"Name":{"description":"Alias name","type":"string"},"Description":{"description":"Description of this alias","type":"string"},"Type":{"description":"Alias type.\r\nEnum AdvancedUtility.Services.CisSearch.SearchAliasType: BusinessName, DatabaseName, Custom, System","type":"string"}}},"MoveModel":{"description":"Represents all of the necessary data to perform a move.","type":"object","properties":{"Version":{"description":"Version number of the move model. Used for backwards compatibility to indicate the expected structure of the model and\r\nhow the model should be processed.\r\nA new major version number (eg. 1.0 =&gt; 2.0) represents a breaking change in the structure.\r\nA new minor version number (eg. 1.0 =&gt; 1.1) represents a non-breaking change to the structure, or a change in how the model is processed.","type":"string"},"AccountNumber":{"description":"Account number is mandatory and should be a valid number already exist in the system. Required!","type":"string"},"Status":{"description":"Used to process the task based on the status, acceptable values: (N=New, U=Update, C=Cancel). Required only if Task property is passed!","type":"string"},"MoveOutDate":{"format":"date-time","description":"The date when the Move Out Customer moves out from the account. If not provided, MoveInDate will be used as MoveOutDate. Optional if MoveInDate is passed, otherwise required!","type":"string"},"MoveInDate":{"format":"date-time","description":"The date when the Move In Customer moves in into the account. If not provided, MoveOutDate will be used as MoveInDate. Optional if MoveOutDate is passed, otherwise required!","type":"string"},"OccupancyCode":{"description":"Occupancy code ('O' for Owner, 'T' for Tenant) for the Move In Customer. Required for MoveIn scenario!","type":"string"},"MoveInCustomer":{"$ref":"#/definitions/CustomerModel","description":"Customer model contains information about the customer moving into the account. \r\nNotes:\r\nCustomer information will be updated during the move processes using provided information.\r\nCustomer number should be a valid record exist in the system or the value ‘99999999’ as a place holder. ‘99999999’ will be replaced with valid customer number if no validation error happens during processing the move.\r\nIn other word, if customer number is ‘99999999’ a new customer will be created during the move process otherwise it will update the existing customer.\r\nRequired for MoveIn scenario!"},"MoveInCocustomers":{"description":"Optional list of co-customers related with the Move In Customer.","type":"array","items":{"$ref":"#/definitions/CocustomerModel"}},"MoveInAddresses":{"description":"Optional list of addresses for the Move In Customer.\r\nSupported addresses can be configured in the move control and usually it contains mailing address and forwarding address. \r\nAll the addresses not included in supported address will be ignored.","type":"array","items":{"$ref":"#/definitions/AddressMoveModel"}},"MoveInContactInformation":{"description":"Optional list of contact information for the Move In Customer.","type":"array","items":{"$ref":"#/definitions/ContactInformationMoveModel"}},"MoveInComment":{"$ref":"#/definitions/CommentModel","description":"Deprecated property, please use MoveInComments."},"MoveOutCustomer":{"$ref":"#/definitions/CustomerModel","description":"Customer moving out from the account, If not provided, active customer on the account will be used as MoveOutCustomer. Optional!\r\nNote: \r\nCurrently changes being made to this model will be ignored however, this may change in later builds to support updating MoveOutCustomer during the move process."},"MoveOutCocustomers":{"description":"Optional list of co-customers related with the Move Out Customer.","type":"array","items":{"$ref":"#/definitions/CocustomerModel"}},"MoveOutAddresses":{"description":"Optional list of addresses for the Move Out Customer.\r\nSupported addresses can be configured in the move control and usually it contains mailing address and forwarding address. \r\nAll the addresses not included in supported address will be ignored.","type":"array","items":{"$ref":"#/definitions/AddressMoveModel"}},"MoveOutContactInformation":{"description":"Optional list of contact information for the Move Out Customer.","type":"array","items":{"$ref":"#/definitions/ContactInformationMoveModel"}},"MoveOutComment":{"$ref":"#/definitions/CommentModel","description":"Optional Move Out comment. If provided, it will be saved as the Move Out comment for the Move Out customer/account"},"ReceiveEbills":{"description":"Indicates whether to register move in customer for e-bills.","type":"boolean"},"ReceiveEnotices":{"description":"Indicates whether to register move in customer for e-notices.","type":"boolean"},"TransferAutopay":{"description":"Indicates whether Transfer auto-pay for existing move in customer.","type":"boolean"},"MoveInCustomerAccount":{"$ref":"#/definitions/CustomerAccountModel","description":"CustomerAccount object associated with the customer moving into the account.\r\nThis property needs to be provided \"ONLY\" for \"EDITING\" existing moveInOut scenario.\r\nNote: \r\nIf provided, CustomerAccount object will be updated with the provided properties during the move process.\r\nRequired for editing existing MoveInOut!"},"MoveOutCustomerAccount":{"$ref":"#/definitions/CustomerAccountModel","description":"CustomerAccount object associated with the customer moving out. Optional!\r\nNote: \r\nIf provided, CustomerAccount object will be updated with the provided properties during the move process."},"Task":{"$ref":"#/definitions/TaskModel","description":"Optional Task object that will be stored in CIS to hold serialized move data. Optional!"},"MoveScenarioCode":{"description":"Move scenario to process. Optional!\r\nIf no value is passed for this property following logic will be used to determine the move scenario:\r\nIf both MoveInCustomer and MoveOut customer are provided =&gt; MoveInMoveOut\r\nIf only MoveInCustomer is provided =&gt; MoveIn\r\nIf only MoveOutCustomer is provided =&gt; MoveOut\r\nNote: It is recommended to pass the desired MoveScenarioCode.","type":"string"},"UpdatedAccountServiceGroups":{"description":"Optional list of AccountServiceGroup object with updated vacant read activities. Optional!","type":"array","items":{"$ref":"#/definitions/AccountServiceGroupModel"}},"MoveInComments":{"description":"Optional list of comments for the new Move In customer/account.","type":"array","items":{"$ref":"#/definitions/CommentMoveModel"}},"SelectedMoveInActionsKeys":{"description":"List of Action ids to be performed during the move in process. Optional!","type":"array","items":{"format":"int64","type":"integer"}},"CancelledServiceOrderKeys":{"description":"List of service order keys linked with the account that needs to be canceled during the MoveIn process. Optional!","type":"array","items":{"format":"int64","type":"integer"}},"MoveInDeposits":{"description":"Optional list of deposits for the Move In Customer.","type":"array","items":{"$ref":"#/definitions/DepositMoveModel"}},"MoveInPaymentPlan":{"$ref":"#/definitions/MoveInPaymentPlanModel","description":"Optional payment plan object for the MoveInCustomer. Optional!"},"HoldMoveInCustomerServiceOrders":{"description":"Indicates whether hold MoveIn customer's service orders","type":"boolean"},"ServiceBasicMultipliers":{"description":"Optional list of service basic multipliers to be processed during the move.","type":"array","items":{"$ref":"#/definitions/ServiceBasicMultiplierMoveModel"}},"BalanceTransfer":{"$ref":"#/definitions/MoveBalanceTransferModel","description":"Optional balance transfer object for the MoveOutCustomer. Optional!"},"ResolveOnlyOptionFeedbacks":{"description":"Indicates whether automatically resolve feedbacks have only one option to resolve","type":"boolean"},"ResolveIsVacantBetweenMoves":{"description":"Indicates whether insert vacant period between move out date and move in date","type":"boolean"},"ResolveIsAutoOwnerBetweenMoves":{"description":"Indicates whether to move in auto move owner of the account for the period between move out date and move in date","type":"boolean"},"Option_MoveOutCustomerInBillingBatch":{"format":"int32","description":"Warns that the customer/account being moved out is in a billing batch. Confirm you want to proceed with the move anyways by resolving with \"0\".","type":"integer"},"Option_MoveOutDateBeforePreviousReadingDate":{"format":"int32","description":"Warns that the move out date is before the previous reading date on the account. Confirm you want to proceed with the move anyways by resolving with \"0\".","type":"integer"},"Option_ChangeMoveInCustomerMembershipTypeToValueForNameType":{"format":"int32","description":"Warns that the membership type of the move in customer does not match the default set for that name type. Confirm how this should be handled. \"0\" changes the customer membership type, \"1\" leaves the membership type alone, and \"-1\" rejects the move.","type":"integer"},"Option_ChangeMoveInCustomerMembershipTypeToDefaultValue":{"format":"int32","description":"Warns that the membership type of the move in customer does not match the default set for that account. Confirm how this should be handled. \"0\" changes the customer membership type, \"1\" leaves the membership type alone, and \"-1\" rejects the move.","type":"integer"},"Option_ProcessFinalBillSO":{"format":"int32","description":"Warns that a final bill service order has already been created for this customer/account. Confirm what you want to do with it. \"0\" keeps the service order, while option \"1\" cancels the service order. \"-1\" rejects the move process.","type":"integer"},"Option_CustomerAllowDuplicateSIN":{"format":"int32","description":"Allow duplicate SSN for Customer","type":"integer"},"ValidationParameters":{"$ref":"#/definitions/MoveValidationModel","description":"FOR INTERNAL USE ONLY! SHOULD NOT BE USED BY THIRD PARTY COMPANIES!\r\nData/parameters used for validating Move process pages/ business objects used in transactional mode"},"InquiryParameters":{"$ref":"#/definitions/MoveInquiryModel","description":"FOR INTERNAL USE ONLY! SHOULD NOT BE USED BY THIRD PARTY COMPANIES!\r\nData/parameters used to Inquiry move data for the passed model.\r\nNote: If provided model will be used ONLY to inquiry the result and will not perform the move process."}}},"CustomerModel":{"description":"Customer (Customer / BIF001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Age":{"format":"int32","description":"Age of the customer in years.  Null if the DateOfBirth is not defined.  Read-Only.","type":"integer"},"CustomerNumber":{"description":"Customer #. The customer ID number. (C_CUSTOMER)","type":"string"},"LastName":{"description":"Last Name. The customer's last name if a residential customer and whole name if a company. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The customer's first name if a residential customer and whole name if a company. (C_FIRSTNAME)","type":"string"},"MiddleName":{"description":"Middle Name. The customer's middle name. (C_MIDDLENAME)","type":"string"},"Suffix":{"description":"Name Suffix. The suffix of the customer's name. (C_SUFFIX)","type":"string"},"Prefix":{"description":"Name Prefix. The prefix of the customer's name. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"SIN_SSN":{"description":"SSN. The Social Insurance Number or Social Security Number of the customer. (C_SINNUM)","type":"string"},"DriverLicenseNumber":{"description":"Driver's License #. The driver's license number of the customer. (C_DRIVENUM)","type":"string"},"EmailAddress":{"description":"Primary Email Address. The customer's email address. (C_EMAIL)","type":"string"},"WebPageURL":{"description":"Website Address. The customer's website. (C_URL)","type":"string"},"OldCustomerNumber":{"description":"Old Customer #. The previous ID number of the customer. (C_OLDCUSTOMER)","type":"string"},"DateOfBirth":{"format":"date-time","description":"Date of Birth. The customer's birth date. (D_DATEOFBIRTH)","type":"string"},"SendOptionalMail":{"description":"Send Optional Mail. Indicates whether to send optional mail. (L_OPTIONALMAIL)","type":"boolean"},"UDF_Char_1":{"description":"Customer User Field 1. The customer user 1. (C_CUSTOMERUSER1)","type":"string"},"UDF_Char_2":{"description":"Customer User Field 2. The customer user 2. (C_CUSTOMERUSER2)","type":"string"},"UDF_Char_3":{"description":"Customer User Field 3. The customer user 3. (C_CUSTOMERUSER3)","type":"string"},"UDF_Char_4":{"description":"Customer User Field 4. The customer user 4. (C_CUSTOMERUSER4)","type":"string"},"UDF_Char_5":{"description":"Customer User Field 5. The customer user 5. (C_CUSTOMERUSER5)","type":"string"},"BalanceTransferAccount":{"description":"Balance Transfer Account. The account where the balance is transferred. (C_BALANCETRANSFERACCOUNT)","type":"string"},"ExcludeFromBalanceTransfer":{"description":"Exclude from Balance Transfer Pickup. Indicates whether all accounts for this customer are excluded from the Balance Transfer Pickup Routine, when set to True.  (L_EXCLUDEFROMBALANCETRANSFER)","type":"boolean"},"Email2":{"description":"Secondary Email Address. The second email address. (C_EMAIL2)","type":"string"},"Email3":{"description":"Tertiary Email Address. The third email address. (C_EMAIL3)","type":"string"},"IsValidated":{"description":"Validated. Indicates whether the customer has been validated. (L_VALIDATED)","type":"boolean"},"ValidationDatetime":{"format":"date-time","description":"Validated Timestamp. The date and time when the customer information was last validated. (T_VALIDATED)","type":"string"},"ValidationSource":{"description":"Validation Source. The source used to validate the customer information. (C_VALIDATIONSOURCE)","type":"string"},"ValidationResult":{"description":"Validation Result. The result codes returned by the customer validation program. (C_VALIDATIONRESULT)","type":"string"},"CareOfName":{"type":"string"},"Designee":{"description":"Customer Designee. The customer designee. (C_DESIGNEE)","type":"string"},"DriverLicenseJurisdiction":{"description":"D/L # State. The province or state for which the customer's driver's license is issued. (C_DRIVENUMPROV)","type":"string"},"Email2Type":{"description":"Secondary Email Address Type. The address type for the #2 email address. (C_EMAIL2TYPE)","type":"string"},"Email3Type":{"description":"Tertiary Email Address Type. The address type for the #3 email address. (C_EMAIL3TYPE)","type":"string"},"FormattedName":{"description":"The fully formatted customer name using the default format defined in the system CisConfig / BIF000 definition.  Read-Only.  See FullName for a full name including all parts formatted for display.","type":"string"},"FullName":{"description":"Full customer name formatted for display.  Read-Only.","type":"string"},"Language":{"description":"Language Preference Code. Indicates the language preference. (C_LANGUAGE)","type":"string"},"Membership":{"description":"Membership Type. The membership type. (C_MEMBERSHIP)","type":"string"},"MembershipStatus":{"description":"Membership Status. The membership status. (C_MEMBERSHIPSTATUS)","type":"string"},"NameType":{"description":"Name Type. The name type of this customer. (C_NAMETYPE)","type":"string"},"SortName":{"description":"Customer name in a form that can be sorted alphabetically.  Read-Only.","type":"string"},"Option_AllowDuplicateSIN":{"format":"int32","description":"Allow duplicate SSN numbers to be saved. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowInvalidCustomer":{"format":"int32","description":"Indicates that even customer that do not meet customer verification using custom validation method can be saved. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CocustomerModel":{"description":"Container for Co-customer data","type":"object","properties":{"Operation":{"description":"The operation to perform on the co-customer.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"Customer":{"$ref":"#/definitions/CustomerModel","description":"Customer data"},"Relationship":{"$ref":"#/definitions/CustomerRelationshipModel","description":"CustomerRelationship data"}}},"AddressMoveModel":{"description":"Container for address data.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Operation":{"description":"The operation to perform on the address.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"Customer":{"description":"Customer #. The customer number of the address. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number of the address. (C_ACCOUNT)","type":"string"},"Address1":{"description":"Address Line 1. The first line of the address. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second line of the address. (C_ADDRESS2)","type":"string"},"POBox":{"description":"Formatted PO Box Address. The formatted post office box address (e.g. PO BOX 4001 STN MAIN). (C_POBOX)","type":"string"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number of the address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number of the address. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name of the address. (C_STREET)","type":"string"},"Apt":{"description":"Apt/Unit/Suite. The apartment, unit or suite number of the address. (C_APT)","type":"string"},"Town":{"description":"Town. The city or town of the address. (C_TOWN)","type":"string"},"PostalCode":{"description":"Zip Code. The postal or zip code of the address. (C_POSTCODE)","type":"string"},"Plan":{"description":"Plan #. The plan number of the address. (C_PLAN)","type":"string"},"LotNumber":{"description":"Lot #. The lot number of the address. (C_LOT)","type":"string"},"Concession":{"description":"Concession #. The concession number of the address. (C_CONCESS)","type":"string"},"LastName":{"description":"Last Name. The last name of the customer. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The first name of the customer. (C_FIRSTNAME)","type":"string"},"MiddleName":{"description":"Middle Name. The middle name of the customer. (C_MIDDLENAME)","type":"string"},"NameSuffix":{"description":"Name Suffix. The name suffix of the address. (C_SUFFIX)","type":"string"},"NamePrefix":{"description":"Name Prefix. The name prefix of the address. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"EmailAddress":{"description":"Email Address. The email address. (C_EMAIL)","type":"string"},"Url":{"description":"Website Address. The customer's web page. (C_URL)","type":"string"},"DeliveryPoint":{"description":"USPS Delivery Point. The UPS delivery point. (C_DELIVERYPOINT)","type":"string"},"IsValidated":{"description":"Address Validated. Indicates whether the address has been validated. (L_VALIDATED)","type":"boolean"},"Pk":{"format":"int64","description":"BIF006 Record Key. The unique record identifier. (I_BIF006PK)","type":"integer"},"AllowSendBill":{"description":"Send Bill. Indicates whether to send a bill. This is usually for third-party notification. (L_SENDBILL)","type":"boolean"},"AllowSendNotice":{"description":"Send Notice. Indicates whether to send a notice. This is usually for third-party notification. (L_SENDNOTICE)","type":"boolean"},"AllowOverrideForwardingAddress":{"description":"Override Forwarding Address. Indicates whether to override the forwarding address with the current address.  (L_FAOVERRIDE)","type":"boolean"},"AllowOverrideMoveFromAddress":{"description":"Override Move From Address. Indicates whether to override the 'move from' address with the current address.  (L_MFOVERRIDE)","type":"boolean"},"AllowOverrideMailingAddress":{"description":"Override Mailing Address. Indicates whether to override the mailing address with the current address.  (L_MAOVERRIDE)","type":"boolean"},"StartDate":{"format":"date-time","description":"Override Valid Starting Date. The starting date for which the current address should be overridden (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"Override Valid End Date. The end date for which the address should be overridden. (D_ENDDATE)","type":"string"},"AllowSeasonalOverride":{"description":"Seasonal Override. Indicates whether the address is overridden seasonally. (L_SEASONAL)","type":"boolean"},"AllowOverrideServiceAddress":{"description":"Override Service Address. Indicates whether the service address will be overwritten. (L_SAOVERRIDE)","type":"boolean"},"ExternalReferenceId":{"description":"External Reference ID. The external reference ID. (C_EXTERNALREFID)","type":"string"},"DatetimeUpdated":{"format":"date-time","description":"Date/Time Updated. The date and time when the Service Address information was last updated. (T_DATETIME)","type":"string"},"LastExternalUpdate":{"format":"date-time","description":"Last External Update Date. The last external update date. (T_LASTEXTERNALUPDATE)","type":"string"},"CustomFlag1":{"description":"Address Custom1 Flag. Indicates whether to include the service address custom1. (L_CUSTOM1)","type":"boolean"},"DatetimeAddressValidated":{"format":"date-time","description":"Address Validated Timestamp. The date and time when the Address information was last validated. (T_ADDRESSVALIDATED)","type":"string"},"AddressValidationSource":{"description":"Address Validation Source. The source where the Address Information was validated. (C_VALIDATIONSOURCE)","type":"string"},"POBoxNumber":{"format":"int32","description":"PO Box Number. The number of the post office box. (N_POBOX)","type":"integer"},"DeliveryInstallationName":{"description":"Delivery Installation Name. The name of the postal delivery installation, e.g. MAIN as in PO BOX 4001 STN MAIN. (C_DELIVERYINSTALLATIONNAME)","type":"string"},"ValidationResult":{"description":"Address Validation Result. Result codes returned by address validation program. (C_VALIDATIONRESULT)","type":"string"},"AddressType":{"description":"Address Type. The address type. (C_ADDTYPE)","type":"string"},"Country":{"description":"Country (Obsolete). The country of the address (Obsolete). (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country of the address. (C_COUNTRYCODE)","type":"string"},"DeliveryInstallationType":{"description":"Delivery Installation Type. The code for the type of postal delivery installation, e.g. STN = Station, PO = Post Office, RPO = Retail Postal Outlet. (C_DELIVERYINSTALLATIONTYPE)","type":"string"},"DriverLicenseJurisdiction":{"description":"D/L # State. The province or state of the driver's licence. (C_DRIVENUMPROV)","type":"string"},"Empty":{"type":"boolean"},"FormattedAddress":{"type":"string"},"IsValidationApplied":{"type":"boolean"},"Name":{"type":"string"},"NameType":{"description":"Name Type. The name type of the address. (C_NAMETYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"description":"Comma separated list of Sql table names (model names) which should be ignored during the delete validation referential integrity check. Normally used to skip validation errors when deleting a parent and all its children in the same operation.  Use with care.","type":"string"},"Relationship":{"description":"Relationship. The relationship code. (C_RELATIONSHIP)","type":"string"},"State":{"description":"State. The province or state of the address. (C_PROV)","type":"string"},"StreetNumberSuffix":{"description":"Street # Suffix. The street number suffix of the address. (C_STRNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix of the address. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street suffix of the address, for example \"Street\" or \"Avenue\". (C_STREETSUFFIX)","type":"string"},"Option_AllowInvalidAddress":{"format":"int32","description":"Indicates that even addresses that do not meet CIS address lookup validation rules can be saved. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmMatchedAddress":{"format":"int32","description":"When address validation updates validated address with the one it matches. User's will be asked to confirm matched address.","type":"integer"},"Option_ExceptionOnValidationMatchOverflow":{"format":"int32","description":"Indicates whether or not to return a validation error when the list of returned address lookup matches exceeds the maximum threshold number of records","type":"integer"},"Option_MultipleAddress":{"format":"int32","description":"When address validation matches multiple possible definitions, this option will list the possible choices to match and resolve the item to use","type":"integer"},"Option_OverrideExistingOverride":{"format":"int32","description":"Indicates that this object is an override address and it will override other active override address on this account. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ContactInformationMoveModel":{"description":"Container for contact information data.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Operation":{"description":"The operation to perform on the contact information.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ContactTimes":{"description":"Contact Times. Comma separated list of items in the form [D:][HHMM]-[HHMM]. (C_CONTACTTIMES)","type":"string"},"ContactDetails":{"description":"Contact Details. The contact details. (C_PHONENUMBER)","type":"string"},"FormattedPhoneNumber":{"type":"string"},"DatetimeUpdated":{"format":"date-time","description":"Date/Time Updated. The date and time when the customer/account phone number was updated. (T_UPDATED)","type":"string"},"Preferred":{"description":"Preferred. Indicates that this is the generally preferred item for the customer when no other more specific conditions apply. (L_PREFERRED)","type":"boolean"},"Notes":{"description":"Notes. Contact Information Notes (M_NOTES)","type":"string"},"CustomFlag1":{"description":"Phone Custom1 Flag. Custom flag (L_CUSTOM1)","type":"boolean"},"ContactInfoId":{"format":"int64","description":"Contact Info ID. Unique ID for this record. (I_CONTACTINFOID)","type":"integer"},"AddressType":{"description":"Address Type. The type of address. (C_ADDTYPE)","type":"string"},"ContactType":{"description":"Contact Type. The type of contact. (C_PHONETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmRemovePreferred":{"format":"int32","description":"Indicates the new preferred number, which will replace all other existing preferred phone numbers. Click 'No' to keep the existing preferred numbers. Click 'Cancel' to abort.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CommentModel":{"description":"Customer/Account Comment (Comment / BIF017)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsActive":{"type":"boolean"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Status":{"description":"Comment Status. The comment's status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF017+StatusEnum:  Forced, None","type":"string"},"Comments":{"description":"Comments. The text of the actual comment. (M_COMMENTS)","type":"string"},"ExpirationDate":{"format":"date-time","description":"Expiration Date. The date that the comments expire. (D_EXPIRATIONDATE)","type":"string"},"DatetimeEntered":{"format":"date-time","description":"Date/Time Entered. The date and time when the customer/account information was entered. (T_DATETIME)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTION)","type":"integer"},"CommentCode":{"description":"Comment Code. The ID code for the comment. (C_COMMENTCODE)","type":"string"},"IsForcedComment":{"type":"boolean"},"UserId":{"description":"User ID. The user ID being used by the person entering the customer/account information. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CustomerAccountModel":{"description":"Customer/Account (CustomerAccount / BIF003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer's number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The customer's account number. (C_ACCOUNT)","type":"string"},"MoveInCustomer":{"description":"Customer # Moving In. The customer number of the customer moving in. (C_CUSTOMERIN)","type":"string"},"MoveOutEffectiveDate":{"format":"date-time","description":"Move Out Date. The effective date that the customer is moving out. (D_EFFECTIVEDATE)","type":"string"},"BillingException":{"description":"Billing Exception. The billing exception for this customer/account. (C_EXCEPTION)","type":"string"},"DeliveryInstructions":{"description":"Bill Delivery Instructions. The instructions for delivery of bills and notices. (C_DELIVERYINSTRUCTIONS)","type":"string"},"LastDepositInterestDate":{"format":"date-time","description":"Last Deposit Interest Date. The date of that the deposit was last applied for this customer. (D_LASTINTERESTDATE)","type":"string"},"FinalBillWorkOrder":{"format":"int64","description":"Final Bill S/O #. The final bill service order number. (I_FINALBILLWORKORDER)","type":"integer"},"IsPenaltyExempt":{"description":"Penalty Exempt. Indicates whether the customer is exempt from penalties. (L_PENALTYEXEMPT)","type":"boolean"},"IsNoticeExempt":{"description":"Notice Exempt. Indicates whether the customer is exempt from notices. (L_NOTICEEXEMPT)","type":"boolean"},"MoveOutInfoDatetime":{"format":"date-time","description":"Date/Time Out Information Entered. The date and time that the moving out information for this customer was entered. (T_OUTDATETIME)","type":"string"},"MoveOutInfoFrom":{"description":"Move Out Information From. The person from who the Move Out information was received.  (C_OUTINFOFROM)","type":"string"},"MoveInInfoDatetime":{"format":"date-time","description":"Date/Time Move In Information Entered. The date and time that the move-in information for this customer was entered. (T_INDATETIME)","type":"string"},"MoveInInfoFrom":{"description":"Move In Information From. The person from who the Move In information was received. (C_ININFOFROM)","type":"string"},"OldReferenceNumber":{"description":"Old Reference #. The customer/account number in the previous system used by the utility. (C_OLDREFERENCENUM)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The unique customer/account ID. (I_CUSTACCTID)","type":"integer"},"MoveInCustAcctId":{"format":"int64","description":"Move In Customer/Account ID. The ID of the customer/account moving in. (I_INCUSTACCTID)","type":"integer"},"CreditLimit":{"format":"double","description":"Credit Limit. The credit limit on this customer's account. (Y_CREDITLIMIT)","type":"number"},"IsAlwaysNoBill":{"description":"Always No Bill. Indicates whether the customer receives a bill. (L_ALWAYSNOBILL)","type":"boolean"},"ARBalanceTransferCustAcctId":{"format":"int64","description":"A/R Transfer Customer/Account ID. The Customer/Account ID of the accounts receivables balance transfer. (I_TRANSARCUSTACCTID)","type":"integer"},"DepositBalanceTransferCustAcctId":{"format":"int64","description":"Deposit Transfer Customer/Account ID. The Customer/Account ID of the deposit balance transfer. (I_TRANSDEPCUSTACCTID)","type":"integer"},"MerchandiseTransferCustAcctId":{"format":"int64","description":"Merchandise Transfer Customer/Account ID. The Customer/Account ID of the merchandise balance transfer. (I_TRANSMERCUSTACCTID)","type":"integer"},"BillCopies":{"format":"int32","description":"Number of Bill Copies to Print. The number of bill copies to print for this customer. (N_BILLCOPIES)","type":"integer"},"NoticeCopies":{"format":"int32","description":"Number of Notice Copies to Print. The number of notice copies to print for this customer. (N_NOTICECOPIES)","type":"integer"},"MoveInDate":{"format":"date-time","description":"Move In Date. The customer's moving in date. (D_MOVEIN)","type":"string"},"IsAutoMoveIn":{"description":"Auto Move In. Indicates whether the customer was automatically moved in as a landlord. (L_AUTOMOVEIN)","type":"boolean"},"IsVacant":{"description":"Vacant Account. Indicates whether the customer/account is currently vacant. (L_VACANT)","type":"boolean"},"LastPenaltyInterestDate":{"format":"date-time","description":"Last Penalty Interest Date. The last penalty interest date for this customer/account. (D_LASTPENALTYINTERESTDATE)","type":"string"},"PreferredReadFrom":{"format":"date-time","description":"Preferred Reading From. The start of the time range in which the customer prefers the meter reading to be done. (T_PREFREADFROM)","type":"string"},"PreferredReadTo":{"format":"date-time","description":"Preferred Reading To. The end of the time range in which the customer prefers the meter reading to be done. (T_PREFREADTO)","type":"string"},"NoEnvelope":{"description":"No Return Envelope. Indicates whether a return envelope is to be sent to the customer. (L_NOENVELOPE)","type":"boolean"},"IsMasterAccount":{"description":"Master Account. Indicates if this customer/account is the master account. (L_MASTER)","type":"boolean"},"UDF_Char_1":{"description":"Customer/Account User Field 1. The customer/account user field 1. (C_CUSTACCTUSER1)","type":"string"},"UDF_Char_2":{"description":"Customer/Account User Field 2. The customer/account user field 2. (C_CUSTACCTUSER2)","type":"string"},"UDF_Char_3":{"description":"Customer/Account User Field 3. The customer/account user field 3. (C_CUSTACCTUSER3)","type":"string"},"UDF_Char_4":{"description":"Customer/Account User Field 4. The customer/account user field 4. (C_CUSTACCTUSER4)","type":"string"},"UDF_Char_5":{"description":"Customer/Account User Field 5. The customer/account user field 5. (C_CUSTACCTUSER5)","type":"string"},"PIN":{"description":"Pin Number. The personal identification number. (C_PIN)","type":"string"},"ReferenceNumber":{"description":"Reference Number. The reference number for this customer/account as used in 3rd party applications. (C_REFERENCENUMBER)","type":"string"},"AdditionalBillPrintSort":{"description":"Free Form Bill Print Sort. The Bill Print Sort free form information. (C_ADDITIONALBILLSORT)","type":"string"},"Custom1":{"description":"Customer/Account Custom Flag 1. Indicates whether to include the customer/account custom flag 1. (L_CUSTOM1)","type":"boolean"},"SendENotice":{"description":"Subscribed to eNotices. Indicates whether the customer has subscribed to receive eNotices. (L_ENOTICE)","type":"boolean"},"WaiveMoveInCharges":{"description":"Move In Charges to Waive. Type of Move-In Charges to Waive. (C_WAIVEMOVEINCHARGES)\r\nEnum AdvancedUtility.Model.BIF003+WaiveMoveInChargesEnum:  None, AccountCharges, ServiceCharges, AllCharges","type":"string"},"AccountManager":{"description":"Account Manager. The account manager for this customer's account. (C_ACCOUNTMANAGER)","type":"string"},"AccountStatus":{"description":"Account Status. The customer's account status. (C_ACCOUNTSTATUS)","type":"string"},"AccountType":{"description":"Account Type. The customer's account type. (C_ACCOUNTTYPE)","type":"string"},"AlternateBook":{"description":"Alternate Book. The customer's account alternate book. (C_ALTERNATEBOOK)","type":"string"},"BillGroup":{"description":"Bill Print Group. The bill print group. (C_BILLGROUP)","type":"string"},"BillingBook":{"description":"Billing Book. The customer/account billing book. (C_BILLINGBOOK)","type":"string"},"BillingCycle":{"description":"Billing Cycle. The customer/account billing cycle. (C_BILLINGCYCLE)","type":"string"},"Book":{"description":"Book. The book for this customer's account. (C_BOOK)","type":"string"},"CapitalCreditAllocationClass":{"description":"Capital Credit Allocation Class. The member allocation class. (C_ALLOCATIONCLASS)","type":"string"},"CapitalCreditStatus":{"description":"Capital Credit Status. The capital credit status of the member/account. (C_CAPITALCREDITSTATUS)","type":"string"},"CollectionStatus":{"description":"Collection Status. The customer/account collection status. (C_COLLECTIONSTATUS)","type":"string"},"Company":{"description":"Company Code. The company code. (C_COMPANY)","type":"string"},"CustomCode1":{"description":"Custom code field 1. The custom code field 1. (C_CUSTACCTCODE1)","type":"string"},"Cycle":{"description":"Cycle. The cycle for this customer's account. (C_CYCLE)","type":"string"},"Division":{"description":"Division Code. The division code. (C_DIVISION)","type":"string"},"Driver":{"description":"Driver. The truck driver code. (C_DRIVER)","type":"string"},"ExceptionCode":{"format":"int64","description":"Billing Exception Desc.. The billing exception for this customer/account. (I_EXCEPTIONCODE)","type":"integer"},"MembershipType":{"description":"Membership Type. The customer/account membership type. (C_MEMBERSHIP)","type":"string"},"MemberStatus":{"description":"Membership Status. The membership status. (C_MEMBERSTATUS)","type":"string"},"MoveInInfoUserId":{"description":"User Who Entered Move In Information. The ID of the user who entered the Move In information. (C_INUSERID)","type":"string"},"MoveOutInfoUserId":{"description":"User Who Entered Out Information. The ID of the user who entered the Move Out information for this customer. (C_OUTUSERID)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OccupancyType":{"description":"Owner/Tenant. Indicates whether the customer is an owner or a tenant. (C_OWNERTENANT)","type":"string"},"PaymentProfile":{"description":"Payment Profile. The payment profile code. (C_PAYMENTPROFILE)","type":"string"},"RevenueClass":{"description":"Revenue Class. The revenue class code. (C_REVENUECLASS)","type":"string"},"SalesContact":{"description":"Sales Contact. The customer's sales contact for this account. (C_SALESCONTACT)","type":"string"},"SICCode":{"description":"SIC. The standard industrial classification code for this customer's account. (C_SICCODE)","type":"string"},"SortCode":{"description":"Bill Sort. The bill grouping sort code. (C_SORTCODE)","type":"string"},"Terms":{"description":"Payment Terms. The payment terms for this customer's account. (C_TERMS)","type":"string"},"ChangeCollectionStatus_AllowLowerPriority":{"format":"int32","description":"Indicates whether a collection status change to a lower priority is allowed or not. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no. Only applies if ChangeCollectionStatus_ApplyRankingRules is set to Yes to apply the priority ranking rule and overrides and if the new collection status ranks lower than the old one and is not configured to override it.","type":"integer"},"ChangeCollectionStatus_ApplyRankingRules":{"format":"int32","description":"Indicates whether or not to apply priority ranking rule and overrides in a collection status change. Possible values: -1 = Unresolved, 0 = Yes (apply rules, default), 1 = No (ignore rules). Is forced to 0 = Yes (apply rules) if left unresolved.","type":"integer"},"ChangeCollectionStatus_ProcessActions":{"format":"int32","description":"Indicates whether action processing is allowed on a collection status change. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ChangeCycleBookForSubsequentCustomerAtAccount":{"format":"int32","description":"Propagates cycle and book changes to any existing subsequent customers (moving in customers) at this account when resolved as yes (0). Valid values are 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_ChangeDefaultMembershipOnAccount":{"format":"int32","description":"Propagates a change of membership type to the associated account when resolved with yes (0). Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_MakeVacant":{"format":"int32","description":"Indicates whether to mark this account as vacant when there are no other active or scheduled to move in customers on the account..Valid values are 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"TaskModel":{"description":"Task (Task / BIF047)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TaskId":{"format":"int64","description":"Task ID. The ID number of the task. (I_TASKID)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CreatedDatetime":{"format":"date-time","description":"Created Date/Time. The date and time that the task was created. (T_CREATEDDATETIME)","type":"string"},"DueDate":{"format":"date-time","description":"Due Date. The due date of the task. (D_DUEDATE)","type":"string"},"Priority":{"description":"Priority. The priority of the task. (C_PRIORITY)\r\nEnum AdvancedUtility.Model.BIF047+PriorityEnum:  High, Normal, Low, None","type":"string"},"IsCompleted":{"description":"Completed. Indicates if the task was completed. (L_COMPLETED)","type":"boolean"},"CompletedDatetime":{"format":"date-time","description":"Completed Date/Time. The date and time that the task was completed. (T_COMPLETEDDATETIME)","type":"string"},"TaskNotes":{"description":"Task Description. Notes about the progress of the task. (M_TASKNOTES)","type":"string"},"CompletedNotes":{"description":"Completed Notes. Notes about the completion of task. (C_COMPLETEDNOTES)","type":"string"},"IsInProgress":{"description":"In progress. Indicates whether the task is in progress. (L_INPROGRESS)","type":"boolean"},"StartedDatetime":{"format":"date-time","description":"Started Date/Time. The date and time that the task was started. (T_STARTEDDATETIME)","type":"string"},"TransactionRequest":{"format":"int64","description":"Link to transaction request record. Reference to the transaction request that is the source of this task. (I_BIF947FK)","type":"integer"},"ReassignDays":{"format":"int32","description":"Days Before Re-Assignment. The number of days before the task is re-assigned. (I_REASSIGNDAYS)","type":"integer"},"ActionId":{"format":"int64","description":"Action ID. The action's ID code. (I_ACTION)","type":"integer"},"ActionToBeTaken":{"description":"Action. The action associated with the task. (C_ACTIONTOBETAKEN)","type":"string"},"AssignedBy":{"description":"Assigned By. The person who assigned the task. (C_ASSIGNEDBY)","type":"string"},"AssignedTo":{"description":"Assigned To. The person to which the task is assigned. (C_ASSIGNEDTO)","type":"string"},"AssignedToDepartment":{"description":"Department Assigned. The department to which the task is assigned. (C_ASSIGNEDTODEPARTMENT)","type":"string"},"CompletedBy":{"description":"Completed By. The person who completed the task. (C_COMPLETEDBY)","type":"string"},"Data":{"description":"Internal Data. Internal data associated with the task. One use is to hold move request data prior to processing it. (M_DATA)","type":"string"},"ReassignUserId":{"description":"Task Re-Assignment User ID. The User ID of the individual who completed the task re-assignment. (C_REASSIGNUSERID)","type":"string"},"ResolutionCode":{"description":"Resolution Code. The code indicating the resolution status of a task. (C_RESOLUTION)","type":"string"},"SendAlertToAssignee":{"description":"Causes an email notification to be sent to the assignee user or department when the new task is created","type":"boolean"},"SendAlertToAssigner":{"description":"Causes an email notification to be sent to the task creator when the new task is created","type":"boolean"},"Status":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmIncomplete":{"format":"int32","description":"Confirm that you want to allow the previously completed task to be marked incomplete again. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AccountServiceGroupModel":{"description":"Account Service Group (Account Service / BIF004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"BillCode":{"description":"Billing Code. The billing code for the account service. (C_BILLCODE)","type":"string"},"DiscountCode":{"description":"Usage Discount Code. The usage discount code. (C_DISCOUNTCODE)","type":"string"},"CreditCode":{"description":"Credit Code. The credit code. (C_CREDITCODE)","type":"string"},"ServiceMultiplier1":{"description":"Service Multiplier 1 Description. The first service multiplier description. (C_SERVICEMULTIPLIER1)","type":"string"},"ServiceMultiplier2":{"description":"Service Multiplier 2 Description. The second service multiplier description. (C_SERVICEMULTIPLIER2)","type":"string"},"AssistanceCode":{"format":"int64","description":"Assistance Code","type":"integer"},"BillCode1":{"description":"Billing Code 1. The service billing code #1. (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Billing Code 2. The service billing code #2. (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Billing Code 3. The service billing code #3. (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Billing Code 4. The service billing code #4. (C_BILLCODE4)","type":"string"},"MeteringType":{"description":"Metering Type\r\nEnum AdvancedUtility.Model.BIF004+MeteringTypeEnum: None, Primary, Secondary","type":"string"},"HasSiteSpecificLoss":{"description":"Use Site Specific Loss. Indicates whether the account service has a site specific loss factor. (L_SITESPECIFICLOSS)","type":"boolean"},"SiteSpecificLossFactor":{"format":"double","description":"Site Specific Loss Factor. The account service’s site specific loss factor. (N_LOSSFACTOR)","type":"number"},"HasLoadTransfer":{"description":"Load Has Transfer Service. Indicates whether there is a load transfer for this account. (L_LOADTRANSFER)","type":"boolean"},"OtherUtilityId":{"description":"Other Utility ID. The ‘Other Utility’ company’s service ID. (C_OTHERUTILITYID)","type":"string"},"LoadDirection":{"description":"Load Direction\r\nEnum AdvancedUtility.Model.BIF004+LoadDirectionEnum: None, In, Out","type":"string"},"ReadLossAdjusted":{"description":"Readings Has Adjusted Loss. Indicates whether the readings are adjusted for loss for this service. (L_READLOSSADJUSTED)","type":"boolean"},"VacantReadActivity":{"description":"Vacant Read Activity. The meter reading activity for the service when the property is vacant. (C_READACTIVITY)","type":"string"},"CollectionStatus":{"description":"Collection Status. The collection status of the service at this account. (C_COLLECTIONSTATUS)","type":"string"},"IsDisconnected":{"description":"Service Disconnected. Indicates whether the service has been disconnected at this account. (L_DISCONNECT)","type":"boolean"},"ActivationDate":{"format":"date-time","description":"Activation Date. The activation date of the service. (D_ACTIVATIONDATE)","type":"string"},"DeactivationDate":{"format":"date-time","description":"Deactivation Date. The deactivation date for the service. (D_DEACTIVATIONDATE)","type":"string"},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The service group ID for this account. (I_SERVGRPID)","type":"integer"},"ExportOnlyActive":{"description":"Meter Reading Export Excludes Inactive. Indicates whether the meter reading export excludes inactive. (L_DCIEXCLUDESINACTIVE)","type":"boolean"},"ServiceGroup":{"description":"Service Group. The service group for this account. (C_SERVICEGROUP)","type":"string"},"BillToAccount":{"description":"Bill To Account. The account number. (C_BILLTOACCOUNT)","type":"string"},"IsMasterMeter":{"description":"Master Meter. Indicates the master meter service. (L_MASTERMETER)","type":"boolean"},"UDF_Char_1":{"description":"User Field 1. The service user 1. (C_SERVICEUSER1)","type":"string"},"UDF_Char_2":{"description":"User Field 2. The service user 2. (C_SERVICEUSER2)","type":"string"},"UDF_Char_3":{"description":"User Field 3. The service user 3. (C_SERVICEUSER3)","type":"string"},"UDF_Char_4":{"description":"User Field 4. The service user 4. (C_SERVICEUSER4)","type":"string"},"UDF_Char_5":{"description":"User Field 5. The service user 5. (C_SERVICEUSER5)","type":"string"},"UDF_Date_1":{"format":"date-time","description":"User Date 1. The user specified service date 1 field. (D_SERVICEUSERDATE1)","type":"string"},"ExportNoMeter":{"description":"Include Service With No Meter in Meter Reading Export. Indicates whether to include this service in the meter reading process even if there is no active meter present. (L_INCLUDENOMETERINDCI)","type":"boolean"},"ExcludeFromAllocation":{"description":"Exclude from Payment Allocation. Indicates whether this service is excluded from cash allocation processing. (L_EXCLUDEFROMALLOCATION)","type":"boolean"},"Status":{"description":"Status. The service status. (C_STATUS)","type":"string"},"SourceAccount":{"description":"Consumption Source Account Number (value)","type":"string"},"AccountServiceList":{"description":"List of account services associated with this object.","type":"array","items":{"$ref":"#/definitions/AccountServiceModel"}},"ChangeType":{"description":"Change type for the AccountServiceGroup.\r\nEnum AdvancedUtility.Services.BusinesObjects.AccountServiceGroup+AccountServiceChangeType: Add, Edit, Delete, Remove","type":"string"},"MainAccountServiceId":{"format":"int64","description":"AccountService ServiceId that corresponds to the Main Service in the group","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CommentMoveModel":{"description":"Container for comment data.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Operation":{"description":"The operation to perform on the comment.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"IsActive":{"type":"boolean"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Status":{"description":"Comment Status. The comment's status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF017+StatusEnum:  Forced, None","type":"string"},"Comments":{"description":"Comments. The text of the actual comment. (M_COMMENTS)","type":"string"},"ExpirationDate":{"format":"date-time","description":"Expiration Date. The date that the comments expire. (D_EXPIRATIONDATE)","type":"string"},"DatetimeEntered":{"format":"date-time","description":"Date/Time Entered. The date and time when the customer/account information was entered. (T_DATETIME)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTION)","type":"integer"},"CommentCode":{"description":"Comment Code. The ID code for the comment. (C_COMMENTCODE)","type":"string"},"IsForcedComment":{"type":"boolean"},"UserId":{"description":"User ID. The user ID being used by the person entering the customer/account information. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"DepositMoveModel":{"description":"Container for deposit data.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Operation":{"description":"The operation to perform on the deposit.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"DepositNumber":{"format":"int64","description":"Deposit Number. The account's deposit number. (I_DEPOSITNUMBER)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Amount":{"format":"double","description":"Deposit Amount. The amount deposited in the account. (Y_DEPOSITAMOUNT)","type":"number"},"Status":{"description":"Deposit Status. The status of the account. (C_DEPOSITSTATUS)\r\nEnum AdvancedUtility.Model.BIF050+StatusEnum:  Waived, Paid, Quoted, Received, Owing, Cancelled, Finalled","type":"string"},"QuoteDate":{"format":"date-time","description":"Quote Date. The quoted date of the account's deposit. (D_DEPOSITQUOTEDDATE)","type":"string"},"DueDate":{"format":"date-time","description":"Deposit Quote Pickup Date. The deposit quote pickup date. (D_DEPOSITDUEDATE)","type":"string"},"LastInterestDate":{"format":"date-time","description":"Last Interest Date. The last interest credit date. (D_LASTINTERESTDATE)","type":"string"},"Datetime":{"format":"date-time","description":"Date/Time. The account's date and time. (T_DATETIME)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number of the account. (I_TRANSNUM)","type":"integer"},"DateReceived":{"format":"date-time","description":"Deposit Received Date. The date the deposit was received. (D_DATERECEIVED)","type":"string"},"ExpiryDate":{"format":"date-time","description":"Expiry Date. The expiry date of the account. (D_EXPIRYDATE)","type":"string"},"ReferenceNumber":{"description":"Reference #. The reference number of the account. (C_REFERENCENUMBER)","type":"string"},"Notes":{"description":"Notes. Notes of the account. (M_NOTES)","type":"string"},"Waived":{"description":"Deposit Waived. Indicates whether the deposit has been waived for the account. (L_WAIVEDEPOSIT)","type":"boolean"},"PreviousCustomerAccountId":{"format":"int64","description":"Previous Customer/Account ID. The previous customer/account ID. (I_PREVCUSTACCTID)","type":"integer"},"QuoteTransactionNumber":{"format":"int64","description":"Quote Transaction Number. The transaction number for the deposit quote. (I_DEPTRANSNUM)","type":"integer"},"RefundDate":{"format":"date-time","description":"Refund Date. The actual deposit refund date. (D_DEPREFUNDDATE)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The unique customer/account ID (I_CUSTACCTID)","type":"integer"},"RefundRestriction":{"description":"Refund Restrictions. Indicates the Refund Restrictions. (C_RESTRICTREFUND)\r\nEnum AdvancedUtility.Model.BIF050+RefundRestrictionEnum:  None, OnFinalBillOnly, Never","type":"string"},"ARCode":{"description":"AR Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Type":{"description":"Deposit Type. The type of deposit for the account. (C_DEPOSITTYPE)","type":"string"},"UserId":{"description":"User ID. The user ID for the account. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"MoveInPaymentPlanModel":{"description":"Model class for MoveIn payment plan information","type":"object","properties":{"PaymentPlan":{"$ref":"#/definitions/PaymentPlanModel","description":"MoveIn Customer's payment plan"},"CreditCardNumber":{"description":"Optional credit card number to use if payment plan account type is credit card","type":"string"},"CardHolderName":{"description":"Optional credit card holder name to use if payment plan account type is credit card","type":"string"},"ExpiryDate":{"description":"Optional credit card expiry date to use if payment plan account type is credit card","type":"string"}}},"ServiceBasicMultiplierMoveModel":{"description":"Container for service basic multiplier data.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Operation":{"description":"The operation to perform on the service basic multiplier.\r\nAdvancedUtility.Services.Processes.MoveInOut+MoveOperation:  Unknown, Add, Update, Delete","type":"string"},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The service group ID. (I_SERVGRPID)","type":"integer"},"Multiplier":{"format":"int64","description":"Basic Multiplier. The basic multiplier. (I_MULTIPLIER)","type":"integer"},"BasicMultiplier":{"format":"double","description":"Multiplier. The multiplier amount. (N_BASICMULTIPLE)","type":"number"},"Notes":{"description":"Notes. The notes about this multiplier. (C_NOTES)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The start date. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date. (D_ENDDATE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ServiceGroup":{"description":"Service Group. The service group (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"MoveBalanceTransferModel":{"description":"Model class to pass Balance transfer information","type":"object","properties":{"LoanNumbersToTransfer":{"description":"List of loans numbers to transfer during the move","type":"array","items":{"format":"int64","type":"integer"}},"ARTransferCustomerAccountId":{"format":"int64","description":"Customer AccountId to transfer AR Balance","type":"integer"},"DepositTransferCustomerAccountId":{"format":"int64","description":"Customer AccountId to transfer Deposit Balance","type":"integer"},"MerchandiseTransferCustomerAccountId":{"format":"int64","description":"Customer AccountId to transfer Merchandise Balance","type":"integer"},"LoanTransferCustomerAccountId":{"format":"int64","description":"Customer AccountId to transfer Loan Balance","type":"integer"},"TransferARToMoveInCustomer":{"description":"Indicates if AR balance should be transfered to the moveIn customer Account Id","type":"boolean"},"TransferDepositToMoveInCustomer":{"description":"Indicates if Deposit balance should be transfered to the moveIn customer Account Id","type":"boolean"},"TransferMerchandiseToMoveInCustomer":{"description":"Indicates if Merchandise balance should be transfered to the moveIn customer Account Id","type":"boolean"},"TransferLoansToMoveInCustomer":{"description":"Indicates if Loan balance should be transfered to the moveIn customer Account Id","type":"boolean"}}},"MoveValidationModel":{"description":"Model Class used to pass validation data/parameters for Move Process","type":"object","properties":{"PageCodeToValidate":{"description":"Page code to validate","type":"string"},"PageScenarioType":{"description":"Page Scenario Type, acceptable values: MoveIn, MoveOut","type":"string"},"ContactInformationToValidate":{"$ref":"#/definitions/ContactInformationModel","description":"Contact Information to Validate, If defined, model will be ONLY used to validate it."},"CommentToValidate":{"$ref":"#/definitions/CommentModel","description":"Comment to Validate, If defined, model will be ONLY used to validate it."},"DepositToValidate":{"$ref":"#/definitions/DepositModel","description":"Deposit to Validate, If defined, model will be ONLY used to validate it."},"CustomerRelationshipToValidate":{"$ref":"#/definitions/CustomerRelationshipModel","description":"CustomerRelationship to Validate, If defined, model will be ONLY used to validate it."},"AddressToValidate":{"$ref":"#/definitions/AddressModel","description":"Address to Validate, If defined, model will be ONLY used to validate it."}}},"MoveInquiryModel":{"description":"Model Class used to pass inquiry data/parameters for Move Process","type":"object","properties":{"MoveDepositInquiry":{"$ref":"#/definitions/MoveDepositInquiryModel","description":"Contains parameters used to calculate move deposit amount"},"MoveVacantAccountServicesInquiry":{"$ref":"#/definitions/MoveVacantAccountServicesInquiryModel","description":"Contains parameters used to generate list of vacant account services"}}},"CustomerRelationshipModel":{"description":"Customer Relationships (CustomerRelationship / BIF703)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RelatedCustomer":{"description":"Related Customer. A customer that exists in the system for any non-billing purpose. A Related Customer may or may not have a direct link to the Account Table (i.e. BIF003 record). (C_RELATEDCUSTOMER)","type":"string"},"LinkedAccount":{"description":"Linked Account #. Account (BIF002 record) to which the related customer has indirect association for any non-billing purposes. (C_ACCOUNT)","type":"string"},"LinkedCustomer":{"description":"Linked Customer #. A principal customer (having BIF003 record) to which the related customer has indirect association. (C_CUSTOMER)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The start date of the relationship. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date of the relationship. (D_ENDDATE)","type":"string"},"ShowOnBill":{"description":"Show On Bill. Indicates whether this related customer's name will be printed as additional name on bills. (L_SHOWONBILL)","type":"boolean"},"RelationshipId":{"format":"int64","description":"Relationship ID. The relationship's ID code. (I_RELATIONSHIPID)","type":"integer"},"Notes":{"description":"Notes. The notes about the relationship (C_NOTES)","type":"string"},"Custom1":{"description":"Custom ID. Custom ID of this customer relationship. (C_CUSTOM1)","type":"string"},"Sequence":{"format":"int32","description":"Sequence. The sequence number or priority assigned to this related customer. (I_SEQUENCE)","type":"integer"},"Relationship":{"description":"Relationship. Type of the relationship; e.g. “Co-Customer”, “Additional Customer Name” (as in former BIF011), “Capital Credits Cheque Receiver”. Lookup to the Relationship Control (CON048) (C_RELATIONSHIP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AccountServiceModel":{"description":"Account Service (AccountService / BIF004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The service group ID for this account. (I_SERVGRPID)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"PreviousReadingDate":{"format":"date-time","description":"Installed/Previous Reading Date. The previous reading date. (D_PREVREADINGDATE)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Service Installed. The date that the service was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Service Removed. The date that the service was removed. (D_DATEREMOVED)","type":"string"},"IsNotActive":{"description":"Service Not Active. Indicates whether the service is inactive. (L_NOTACTIVE)","type":"boolean"},"MeterRoom":{"description":"Meter Room. The service's metering type. (C_METERROOM)","type":"string"},"KeyReferenceNumber":{"description":"Key Reference Number. The reference number for the key used to access the meter. (C_KEYREFERENCENUMBER)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID for this account. (I_SERVICEID)","type":"integer"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The service effective date for this account. (D_EFFECTIVEDATE)","type":"string"},"ReferenceNumber":{"description":"Reference Number. The service reference number. (C_REFERENCENUMBER)","type":"string"},"IntervalMeterType":{"description":"Interval Metering Type. Specifies the type of interval meter and whether interval metering is enabled, else if blank normal non-interval metering is in use. (C_INTERVALMETERTYPE)","type":"string"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"PaymentPlanModel":{"description":"Customer Payment Plan (PaymentPlan / PAP001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"DrawDay":{"format":"int32","description":"Draw Day. The day on which the payment is drawn from the customer's bank account. (I_DRAWDAY)","type":"integer"},"DrawAmount":{"format":"double","description":"Plan Base Amount. The payment amount drawn from the customer's bank account. (Y_DRAWAMOUNT)","type":"number"},"StartDate":{"format":"date-time","description":"Start Date. The date on which the payment plan starts. (D_STARTDATE)","type":"string"},"StopDate":{"format":"date-time","description":"Stop Date. The date on which the payment plan ends. (D_STOPDATE)","type":"string"},"BranchNumber":{"description":"Branch. The customer's bank branch number. (C_BRANCHNUM)","type":"string"},"BankAccountNumber":{"description":"Bank Account Number. The customer's bank account number. (C_BANKACCOUNTNUM)","type":"string"},"OldDrawAmount":{"format":"double","description":"Last Draw Amount Before Reconcile. The last amount drawn from the customer's bank account before reconciling the account. (Y_OLDDRAWAMOUNT)","type":"number"},"LastReconciledDate":{"format":"date-time","description":"Date Last Reconciled. The date that the customer's account was last reconciled. (D_LASTRECONCILED)","type":"string"},"BankCustomerTypeCode":{"description":"Bank Transaction Code. The bank transaction of the customer's account. (C_BANKCUSTOMERTYPECODE)","type":"string"},"PrenoteDate":{"format":"date-time","description":"Prenote Date. The date authorized by the bank; authorized that the customer's payments can be automatically withdrawn. (D_PRENOTE)","type":"string"},"AchCustomerName":{"description":"ACH Customer Name. Customer name used for automatic bank withdrawal (C_ACHCUSTOMERNAME)","type":"string"},"Street":{"description":"Street Name. The customer's street address. (C_STREET)","type":"string"},"PostCode":{"description":"Zip Code. The customer's zip/postal code. (C_ZIPCODE)","type":"string"},"ExpiryDate":{"description":"Credit Card Expiry Date. The credit card expiry date. (C_EXPIRYDATE)","type":"string"},"Notes":{"description":"Notes. The notes about the pre-authorized payment for this customer/account. (C_NOTES)","type":"string"},"ContractNumber":{"description":"Contract Number. The contract number. (C_CONTRACTNUM)","type":"string"},"EmailAddress":{"description":"Email. The customer's email address. (C_EMAIL)","type":"string"},"City":{"description":"City. The city in the customer's address. (C_CITY)","type":"string"},"Requote":{"format":"date-time","description":"Payment Plan Re-Quote Date. The payment plan re-quote date. (D_REQUOTE)","type":"string"},"Token":{"description":"Token. The token description. (C_TOKEN)","type":"string"},"PreviousDrawAmount":{"format":"double","description":"Previous Draw Amount. The previous draw amount before the re-quote. (Y_PREVDRAWAMOUNT)","type":"number"},"PhoneNumber":{"description":"PAP Authorization Phone Number. The phone number to use to process a Pre-authorization for a customer. (C_PHONENUMBER)","type":"string"},"DrawDay2":{"format":"int32","description":"Second Draw Day. The second draw day for the multiple draw plan. (I_DRAWDAY2)","type":"integer"},"DrawMonthly":{"description":"Draw Monthly. Indicates whether to draw monthly for multiple months bills. (L_DRAWMONTHLY)","type":"boolean"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The latest cash transaction number. (I_TRANSNUM)","type":"integer"},"AccountType":{"description":"Bank Account Type. The type of the customer's bank account. (C_ACCOUNTTYPE)","type":"string"},"BankNumber":{"description":"Institution Name. The customer's bank number. (C_BANKNUM)","type":"string"},"Country":{"description":"Country (Obsolete). The country the customer resides in. (Obsolete) (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country code the customer resides in. (C_COUNTRYCODE)","type":"string"},"PlanType":{"description":"Payment Plan Type. The type of payment plan. (C_PLANTYPE)","type":"string"},"QuoteDetails":{"description":"Quote details","type":"string"},"State":{"description":"State. The province where the customer lives. (C_PROV)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ExceedCreditRating":{"format":"int32","description":"Allow change even though the credit rating will be exceeded. Valid values are 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ContactInformationModel":{"description":"Customer/Account Contact Information (ContactInformation / BIF010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ContactTimes":{"description":"Contact Times. Comma separated list of items in the form [D:][HHMM]-[HHMM]. (C_CONTACTTIMES)","type":"string"},"ContactDetails":{"description":"Contact Details. The contact details. (C_PHONENUMBER)","type":"string"},"FormattedPhoneNumber":{"type":"string"},"DatetimeUpdated":{"format":"date-time","description":"Date/Time Updated. The date and time when the customer/account phone number was updated. (T_UPDATED)","type":"string"},"Preferred":{"description":"Preferred. Indicates that this is the generally preferred item for the customer when no other more specific conditions apply. (L_PREFERRED)","type":"boolean"},"Notes":{"description":"Notes. Contact Information Notes (M_NOTES)","type":"string"},"CustomFlag1":{"description":"Phone Custom1 Flag. Custom flag (L_CUSTOM1)","type":"boolean"},"ContactInfoId":{"format":"int64","description":"Contact Info ID. Unique ID for this record. (I_CONTACTINFOID)","type":"integer"},"AddressType":{"description":"Address Type. The type of address. (C_ADDTYPE)","type":"string"},"ContactType":{"description":"Contact Type. The type of contact. (C_PHONETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmRemovePreferred":{"format":"int32","description":"Indicates the new preferred number, which will replace all other existing preferred phone numbers. Click 'No' to keep the existing preferred numbers. Click 'Cancel' to abort.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"DepositModel":{"description":"Deposit (Deposit / BIF050)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DepositNumber":{"format":"int64","description":"Deposit Number. The account's deposit number. (I_DEPOSITNUMBER)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Amount":{"format":"double","description":"Deposit Amount. The amount deposited in the account. (Y_DEPOSITAMOUNT)","type":"number"},"Status":{"description":"Deposit Status. The status of the account. (C_DEPOSITSTATUS)\r\nEnum AdvancedUtility.Model.BIF050+StatusEnum:  Waived, Paid, Quoted, Received, Owing, Cancelled, Finalled","type":"string"},"QuoteDate":{"format":"date-time","description":"Quote Date. The quoted date of the account's deposit. (D_DEPOSITQUOTEDDATE)","type":"string"},"DueDate":{"format":"date-time","description":"Deposit Quote Pickup Date. The deposit quote pickup date. (D_DEPOSITDUEDATE)","type":"string"},"LastInterestDate":{"format":"date-time","description":"Last Interest Date. The last interest credit date. (D_LASTINTERESTDATE)","type":"string"},"Datetime":{"format":"date-time","description":"Date/Time. The account's date and time. (T_DATETIME)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number of the account. (I_TRANSNUM)","type":"integer"},"DateReceived":{"format":"date-time","description":"Deposit Received Date. The date the deposit was received. (D_DATERECEIVED)","type":"string"},"ExpiryDate":{"format":"date-time","description":"Expiry Date. The expiry date of the account. (D_EXPIRYDATE)","type":"string"},"ReferenceNumber":{"description":"Reference #. The reference number of the account. (C_REFERENCENUMBER)","type":"string"},"Notes":{"description":"Notes. Notes of the account. (M_NOTES)","type":"string"},"Waived":{"description":"Deposit Waived. Indicates whether the deposit has been waived for the account. (L_WAIVEDEPOSIT)","type":"boolean"},"PreviousCustomerAccountId":{"format":"int64","description":"Previous Customer/Account ID. The previous customer/account ID. (I_PREVCUSTACCTID)","type":"integer"},"QuoteTransactionNumber":{"format":"int64","description":"Quote Transaction Number. The transaction number for the deposit quote. (I_DEPTRANSNUM)","type":"integer"},"RefundDate":{"format":"date-time","description":"Refund Date. The actual deposit refund date. (D_DEPREFUNDDATE)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The unique customer/account ID (I_CUSTACCTID)","type":"integer"},"RefundRestriction":{"description":"Refund Restrictions. Indicates the Refund Restrictions. (C_RESTRICTREFUND)\r\nEnum AdvancedUtility.Model.BIF050+RefundRestrictionEnum:  None, OnFinalBillOnly, Never","type":"string"},"ARCode":{"description":"AR Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Type":{"description":"Deposit Type. The type of deposit for the account. (C_DEPOSITTYPE)","type":"string"},"UserId":{"description":"User ID. The user ID for the account. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AddressModel":{"description":"Address (Address / BIF006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number of the address. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number of the address. (C_ACCOUNT)","type":"string"},"Address1":{"description":"Address Line 1. The first line of the address. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second line of the address. (C_ADDRESS2)","type":"string"},"POBox":{"description":"Formatted PO Box Address. The formatted post office box address (e.g. PO BOX 4001 STN MAIN). (C_POBOX)","type":"string"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number of the address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number of the address. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name of the address. (C_STREET)","type":"string"},"Apt":{"description":"Apt/Unit/Suite. The apartment, unit or suite number of the address. (C_APT)","type":"string"},"Town":{"description":"Town. The city or town of the address. (C_TOWN)","type":"string"},"PostalCode":{"description":"Zip Code. The postal or zip code of the address. (C_POSTCODE)","type":"string"},"Plan":{"description":"Plan #. The plan number of the address. (C_PLAN)","type":"string"},"LotNumber":{"description":"Lot #. The lot number of the address. (C_LOT)","type":"string"},"Concession":{"description":"Concession #. The concession number of the address. (C_CONCESS)","type":"string"},"LastName":{"description":"Last Name. The last name of the customer. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The first name of the customer. (C_FIRSTNAME)","type":"string"},"MiddleName":{"description":"Middle Name. The middle name of the customer. (C_MIDDLENAME)","type":"string"},"NameSuffix":{"description":"Name Suffix. The name suffix of the address. (C_SUFFIX)","type":"string"},"NamePrefix":{"description":"Name Prefix. The name prefix of the address. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"EmailAddress":{"description":"Email Address. The email address. (C_EMAIL)","type":"string"},"Url":{"description":"Website Address. The customer's web page. (C_URL)","type":"string"},"DeliveryPoint":{"description":"USPS Delivery Point. The UPS delivery point. (C_DELIVERYPOINT)","type":"string"},"IsValidated":{"description":"Address Validated. Indicates whether the address has been validated. (L_VALIDATED)","type":"boolean"},"Pk":{"format":"int64","description":"BIF006 Record Key. The unique record identifier. (I_BIF006PK)","type":"integer"},"AllowSendBill":{"description":"Send Bill. Indicates whether to send a bill. This is usually for third-party notification. (L_SENDBILL)","type":"boolean"},"AllowSendNotice":{"description":"Send Notice. Indicates whether to send a notice. This is usually for third-party notification. (L_SENDNOTICE)","type":"boolean"},"AllowOverrideForwardingAddress":{"description":"Override Forwarding Address. Indicates whether to override the forwarding address with the current address.  (L_FAOVERRIDE)","type":"boolean"},"AllowOverrideMoveFromAddress":{"description":"Override Move From Address. Indicates whether to override the 'move from' address with the current address.  (L_MFOVERRIDE)","type":"boolean"},"AllowOverrideMailingAddress":{"description":"Override Mailing Address. Indicates whether to override the mailing address with the current address.  (L_MAOVERRIDE)","type":"boolean"},"StartDate":{"format":"date-time","description":"Override Valid Starting Date. The starting date for which the current address should be overridden (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"Override Valid End Date. The end date for which the address should be overridden. (D_ENDDATE)","type":"string"},"AllowSeasonalOverride":{"description":"Seasonal Override. Indicates whether the address is overridden seasonally. (L_SEASONAL)","type":"boolean"},"AllowOverrideServiceAddress":{"description":"Override Service Address. Indicates whether the service address will be overwritten. (L_SAOVERRIDE)","type":"boolean"},"ExternalReferenceId":{"description":"External Reference ID. The external reference ID. (C_EXTERNALREFID)","type":"string"},"DatetimeUpdated":{"format":"date-time","description":"Date/Time Updated. The date and time when the Service Address information was last updated. (T_DATETIME)","type":"string"},"LastExternalUpdate":{"format":"date-time","description":"Last External Update Date. The last external update date. (T_LASTEXTERNALUPDATE)","type":"string"},"CustomFlag1":{"description":"Address Custom1 Flag. Indicates whether to include the service address custom1. (L_CUSTOM1)","type":"boolean"},"DatetimeAddressValidated":{"format":"date-time","description":"Address Validated Timestamp. The date and time when the Address information was last validated. (T_ADDRESSVALIDATED)","type":"string"},"AddressValidationSource":{"description":"Address Validation Source. The source where the Address Information was validated. (C_VALIDATIONSOURCE)","type":"string"},"POBoxNumber":{"format":"int32","description":"PO Box Number. The number of the post office box. (N_POBOX)","type":"integer"},"DeliveryInstallationName":{"description":"Delivery Installation Name. The name of the postal delivery installation, e.g. MAIN as in PO BOX 4001 STN MAIN. (C_DELIVERYINSTALLATIONNAME)","type":"string"},"ValidationResult":{"description":"Address Validation Result. Result codes returned by address validation program. (C_VALIDATIONRESULT)","type":"string"},"AddressType":{"description":"Address Type. The address type. (C_ADDTYPE)","type":"string"},"Country":{"description":"Country (Obsolete). The country of the address (Obsolete). (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country of the address. (C_COUNTRYCODE)","type":"string"},"DeliveryInstallationType":{"description":"Delivery Installation Type. The code for the type of postal delivery installation, e.g. STN = Station, PO = Post Office, RPO = Retail Postal Outlet. (C_DELIVERYINSTALLATIONTYPE)","type":"string"},"DriverLicenseJurisdiction":{"description":"D/L # State. The province or state of the driver's licence. (C_DRIVENUMPROV)","type":"string"},"Empty":{"type":"boolean"},"FormattedAddress":{"type":"string"},"IsValidationApplied":{"type":"boolean"},"Name":{"type":"string"},"NameType":{"description":"Name Type. The name type of the address. (C_NAMETYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"description":"Comma separated list of Sql table names (model names) which should be ignored during the delete validation referential integrity check. Normally used to skip validation errors when deleting a parent and all its children in the same operation.  Use with care.","type":"string"},"Relationship":{"description":"Relationship. The relationship code. (C_RELATIONSHIP)","type":"string"},"State":{"description":"State. The province or state of the address. (C_PROV)","type":"string"},"StreetNumberSuffix":{"description":"Street # Suffix. The street number suffix of the address. (C_STRNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix of the address. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street suffix of the address, for example \"Street\" or \"Avenue\". (C_STREETSUFFIX)","type":"string"},"Option_AllowInvalidAddress":{"format":"int32","description":"Indicates that even addresses that do not meet CIS address lookup validation rules can be saved. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmMatchedAddress":{"format":"int32","description":"When address validation updates validated address with the one it matches. User's will be asked to confirm matched address.","type":"integer"},"Option_ExceptionOnValidationMatchOverflow":{"format":"int32","description":"Indicates whether or not to return a validation error when the list of returned address lookup matches exceeds the maximum threshold number of records","type":"integer"},"Option_MultipleAddress":{"format":"int32","description":"When address validation matches multiple possible definitions, this option will list the possible choices to match and resolve the item to use","type":"integer"},"Option_OverrideExistingOverride":{"format":"int32","description":"Indicates that this object is an override address and it will override other active override address on this account. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"MoveDepositInquiryModel":{"description":"Model Class used to pass parameters for calculating move deposit amount","type":"object","properties":{"DepositAction":{"description":"Deposit Action used to calculate deposit - Acceptable Values: 'quote' , 'waive'","type":"string"},"DepositSource":{"description":"Indicates whether calculate the deposit for customer or account - Acceptable Values: 'customer' , 'account' - Default value: account","type":"string"},"DepositCalculationMessage":{"description":"Deposit calculation message","type":"string"},"CheckPreviousAccountHistory":{"description":"Indicates if previous account history needs to be checked for calculating deposit","type":"boolean"},"WaiveDepositForMoveInCustomerWithNoHistory":{"description":"Indicates if deposit for move in customer without history can be waived","type":"boolean"},"ApplySecurityDepositForSIC":{"description":"Indicates if security deposit for SIC needs to be applied in calculating deposit","type":"boolean"},"ApplySecurityDepositForAccountType":{"description":"Indicates if security deposit for account type needs to be applied in calculating deposit","type":"boolean"}}},"MoveVacantAccountServicesInquiryModel":{"description":"Model class to pass inquiry parameters for vacant account services","type":"object","properties":{"GenerateVacantAccountServiceList":{"description":"Indicates whether generate list of vacant account Services","type":"boolean"},"VacantAccountServices":{"description":"result of inquiry on vacant account services","type":"array","items":{"$ref":"#/definitions/MoveVacantAccountServiceModel"}}}},"MoveVacantAccountServiceModel":{"description":"Model class to return result of inquiry on vacant account services","type":"object","properties":{"AccountServiceGroup":{"$ref":"#/definitions/AccountServiceGroupModel","description":"Account service group"},"VacantReadActivity":{"$ref":"#/definitions/VacantReadActivityModel","description":"Vacant read activity"},"PreviousReadingDate":{"format":"date-time","description":"Previous reading date","type":"string"},"DateInstalled":{"format":"date-time","description":"Date installed","type":"string"}}},"VacantReadActivityModel":{"description":"Vacant Read Activity Control (VacantReadActivity / CON104)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Vacant Read Activity. The vacant read activity. (C_READACTIVITY)","type":"string"},"Description":{"description":"Read Activity Description. The read activity description. (C_DESCRIPTION)","type":"string"},"IsUsed":{"description":"Used. Indicates whether the vacant read activity is to be used. (L_USED)","type":"boolean"},"ReadMeters":{"description":"Read Meters. Indicates whether to read the meters. (L_READMETERS)","type":"boolean"},"AllServicesForAction":{"description":"Include All Services in Action. Indicates whether all meters are to be selected when generating a move action. (L_ALLSERVICESFORACTION)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActiveActionId":{"format":"int64","description":"Account Re-Activation Action. The account re-activation action. (I_ACTIVEACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AccountModel":{"description":"Service Address (Account / BIF002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Apt":{"description":"Apt/Unit/Suite. The apartment, unit or suite of the service address. (C_APT)","type":"string"},"ServiceAddress":{"description":"Single line formatted service address.","type":"string"},"StreetName":{"description":"Street Name. The street name of the service address. (C_STREET)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number of the service address. (N_STREETNUM)","type":"integer"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number of the service address. (Obsolete) (C_STREETNUM)","type":"string"},"AccountNumber":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"AddressLine1":{"description":"Address Line 1. The first line of the service address. (C_ADDRESS1)","type":"string"},"AddressLine2":{"description":"Address Line 2. The second line of the service address. (C_ADDRESS2)","type":"string"},"POBox":{"description":"PO Box. The formatted post office box address of the service address (e.g. PO BOX 4001 STN MAIN). (C_POBOX)","type":"string"},"PermitNumber":{"description":"Permit #. The permit number authorizing the construction of a structure, or use of a vehicle, machine, or building. (C_PERMIT)","type":"string"},"Town":{"description":"Town. The city or town of the service address. (C_TOWN)","type":"string"},"PostalCode":{"description":"Zip Code. The postal code or zip code of the service address. (C_POSTCODE)","type":"string"},"Plan":{"description":"Plan #. The plan number of the service address. (C_PLAN)","type":"string"},"Lot":{"description":"Lot #. The lot number of the service address. (C_LOT)","type":"string"},"Concession":{"description":"Concession. The concession of the service address. (C_CONCESS)","type":"string"},"TaxRollNumber":{"description":"Tax Roll Number. The tax roll number of the service address. (C_ROLLNUMBER)","type":"string"},"DirectionInstructions":{"description":"Service Address Direction Instructions. Directions to the service address. (C_DIRECTIONINSTRUCTIONS)","type":"string"},"OldAccountNumber":{"description":"Old Account #. The previous account number of the service address. (C_OLDACCOUNT)","type":"string"},"InspectionOrder":{"description":"Inspection Order. The inspection order of the service address. (C_INSPECTIONORDER)","type":"string"},"KeyReferenceNumber":{"description":"Key Reference #. The reference number of the key used to access the meter at the service address. (C_KEYREFERENCENUMBER)","type":"string"},"PropertyValue":{"format":"double","description":"Property Value. The property value of the service address. (Y_PROPERTYVALUE)","type":"number"},"LotSize":{"format":"double","description":"Lot Size of Property. The property lot size of the service address. (N_LOTSIZE)","type":"number"},"StructureSize":{"format":"double","description":"Structure Size on Property. The structure size of the service address. (N_STRUCTURESIZE)","type":"number"},"MapCoordinates":{"description":"Map Coordinates (Internal). The map coordinates of the service address. (C_MAPCOORDINATES)","type":"string"},"MapReferenceNumber":{"description":"Map Reference #. The map reference number of the service address. (C_MAPREFERENCENUMBER)","type":"string"},"Latitude":{"description":"Latitude. The latitude of the service address. (C_LATITUDE)","type":"string"},"Longitude":{"description":"Longitude. The longitude of the service address. (C_LONGITUDE)","type":"string"},"DeliveryPoint":{"description":"USPS Delivery Point. The USPS delivery point of the service address. (C_DELIVERYPOINT)","type":"string"},"IsAddressValidated":{"description":"Address Validated. Indicates whether the service address has been validated. (L_VALIDATED)","type":"boolean"},"AutoMoveInCustomer":{"description":"Auto Move In Customer #. The 'auto move in' customer number associated with the service address. (C_AUTOMOVEINCUSTOMER)","type":"string"},"OwnerMember":{"description":"Owner Member #. The membership number of the owner associated with the service address. (C_OWNERMEMBER)","type":"string"},"UDF_Char_1":{"description":"User Field 1. The service address account user field 1. (C_SERVADDUSER1)","type":"string"},"UDF_Char_2":{"description":"User Field 2. The service address account user field 2. (C_SERVADDUSER2)","type":"string"},"UDF_Char_3":{"description":"User Field 3. The service address account user field 3. (C_SERVADDUSER3)","type":"string"},"UDF_Char_4":{"description":"User Field 4. The service address account user field 4. (C_SERVADDUSER4)","type":"string"},"UDF_Char_5":{"description":"User Field 5. The service address account user field 5. (C_SERVADDUSER5)","type":"string"},"ExternalReference":{"description":"External Reference. The external reference value. (C_EXTREFERENCE)","type":"string"},"UpdateDatetime":{"format":"date-time","description":"Date/Time Updated. The date and time when the Service Address information was last updated. (T_DATETIME)","type":"string"},"Custom1":{"description":"Custom1 Flag. Indicates whether to include the service address custom1. (L_CUSTOM1)","type":"boolean"},"PreventMoveIn":{"description":"Prevent Move Activity on Account. Indicates whether any move-in / move-out activity at the account is prohibited. (L_PREVENTMOVEIN)","type":"boolean"},"DatetimeAddressValidated":{"format":"date-time","description":"Address Validated Timestamp. The date and time when the Address information was last validated. (T_ADDRESSVALIDATED)","type":"string"},"CustomDate1":{"format":"date-time","description":"Custom Date Field 1. The service address custom date field 1. (D_CUSTOMDATE1)","type":"string"},"ValidationResult":{"description":"Address Validation Result. Result codes returned by address validation program. (C_VALIDATIONRESULT)","type":"string"},"BoardDistrict":{"description":"Board District. The board district associated with the service address. (C_BOARDDISTRICT)","type":"string"},"CollectedBy":{"description":"Collected by. The person who did the solid waste collection. (C_COLLECTEDBY)","type":"string"},"DefaultMembership":{"description":"Default Membership. The default membership number of the service address. (C_DEFAULTMEMBERSHIP)","type":"string"},"SkipAddressValidation":{"type":"boolean"},"State":{"description":"State. The state or province of the service address. (C_PROV)","type":"string"},"StreetNumberSuffix":{"description":"Street # Suffix. The suffix code associated with the service address street number. (C_STRNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the service address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix of the service address. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The suffix for the service address, for example \"Street\" or \"Avenue\". (C_STREETSUFFIX)","type":"string"},"StructureType":{"description":"Structure Type on Property. The type of structure of the service address. (C_STRUCTURETYPE)","type":"string"},"TaxProfile":{"description":"Tax Profile. The tax profile. (C_TAXPROFILE)","type":"string"},"WeatherStation":{"description":"Nearest Weather Station. The weather station located closest to the service address. (C_STATION)","type":"string"},"Zone":{"description":"Zone. The zone of the service address. (C_ZONE)","type":"string"},"Option_AllowInvalidAddress":{"format":"int32","description":"Confirms that a service address that does not meet CIS address lookup validation rules can still be saved. Possible values: 0=yes, 1=no, -1=unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmMatchedAddress":{"format":"int32","description":"When address validation updates validated address with the one it matches. User's will be asked to confirm matched address.","type":"integer"},"Option_ExceptionOnValidationMatchOverflow":{"format":"int32","description":"Indicates whether or not to return a validation error when the list of returned address lookup matches exceeds the maximum threshold number of records","type":"integer"},"Option_MultipleAddress":{"format":"int32","description":"When multiple address lookups match, this is the list of possible matches. Only applies when address lookup validation configuration dictates. Resolve by choosing one of the items in the list, or otherwise adjust the existing address to avoid the duplication of lookup values.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountModel]"},"readOnly":true}}},"Operation[AccountModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountActivationRunModel":{"description":"AccountActivation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerAccountPks":{"description":"Customer/Accounts to process","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AccountDeviceModel":{"description":"Account Device (AccountDevice / BIF090)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account Number. The account at which the device is or was installed. (C_ACCOUNT)","type":"string"},"DeviceLoad":{"format":"double","description":"Device Load. The device load. (N_DEVICELOAD)","type":"number"},"Installed":{"format":"date-time","description":"Date Installed. The date the device was installed at the account. (D_INSTALLED)","type":"string"},"Removed":{"format":"date-time","description":"Date Removed. The date the device was removed or disconnected at the account. (D_REMOVED)","type":"string"},"Meter":{"description":"Attached Meter. The meter on which the device is attached. (C_METER)","type":"string"},"Radio":{"description":"Radio Serial #. The radio serial number at the device. (C_RADIO)","type":"string"},"RadioCode":{"description":"Radio Code. The radio code. (C_RADIOCODE)","type":"string"},"ExternalAntenna":{"description":"External Antenna. Indicates whether the device has an external antenna. (L_EXTERNALANTENNA)","type":"boolean"},"JunctionBox":{"description":"Junction Box. Indicates whether the device has a junction box. (L_JUNCTIONBOX)","type":"boolean"},"LastMaintenance":{"format":"date-time","description":"Last Preventative Maintenance Date. The last preventative maintenance date.  (D_LASTMAINTENANCE)","type":"string"},"DeviceUser1":{"description":"Device Variable Field 1. The device variable field 1. (C_DEVICEUSER1)","type":"string"},"DeviceUser2":{"description":"Device Variable Field 2. The device variable field 2. (C_DEVICEUSER2)","type":"string"},"DeviceUser3":{"description":"Device Variable Field 3. The device variable field 3. (C_DEVICEUSER3)","type":"string"},"DeviceUser4":{"description":"Device Variable Field 4. The device variable field 4. (C_DEVICEUSER4)","type":"string"},"DeviceUser5":{"description":"Device Variable Field 5. The device variable field 5. (C_DEVICEUSER5)","type":"string"},"DeviceUser6":{"description":"Device Variable Field 6. The device variable field 6. (C_DEVICEUSER6)","type":"string"},"Notes":{"description":"Notes. The notes about the device. (M_NOTES)","type":"string"},"DeviceType":{"description":"Device Type. The type of the device. (C_DEVICETYPE)","type":"string"},"RadioType":{"description":"Radio Type. The radio type. (C_RADIOTYPE)","type":"string"},"Service":{"description":"Service. The service type for this device. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountDeviceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountDeviceModel]"},"readOnly":true}}},"Operation[AccountDeviceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountEquipmentChangeModel":{"description":"AccountEquipment Change Model","type":"object","properties":{"ActionType":{"description":"Action type associated with this transaction data.  Valid types: 'C' = Meter; 'M' = Modify; 'R' = Remove; \"V\" = Move","type":"string"},"ChangeDate":{"format":"date-time","description":"Date equipment is changed or modified.","type":"string"},"ChangeCode":{"description":"Change code. The reason the equipment was changed (C_CHANGECODE)","type":"string"},"NewAccountEquipment":{"$ref":"#/definitions/AccountEquipmentModel","description":"New AccountEquipment associated with this data"}}},"AccountEquipmentModel":{"description":"Flat Rate/Rental Equipment (AccountEquipment / BIF014)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"SerialNumber":{"description":"Equipment Number. The equipment's number. (C_SERIALNUMBER)","type":"string"},"RateType":{"description":"Flat Rate Type. The equipment's flat rate type. (C_RATETYPE)\r\nEnum AdvancedUtility.Model.BIF014+RateTypeEnum:  Amount, FlatConsumption, Metered, None","type":"string"},"EquipmentId":{"format":"int64","description":"Equipment ID. The unique ID of the equipment. (I_EQUIPMENTID)","type":"integer"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date that the equipment was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date that the equipment was removed. (D_DATEREMOVED)","type":"string"},"OldSerialNumber":{"description":"Old Equipment Number. The serial number of the equipment removed from this service. (C_OLDSERIALNUMBER)","type":"string"},"PreviousReadingDate":{"format":"date-time","description":"Previous Date. The previous billing date. (D_PREVREADINGDATE)","type":"string"},"TotalDevices":{"format":"int32","description":"Total Devices. The total number of pieces of equipment. (I_TOTAL)","type":"integer"},"IsNotActive":{"description":"Not Active. Indicates if the equipment is inactive. (L_NOTACTIVE)","type":"boolean"},"Rate":{"format":"double","description":"Override Rate. The equipment's override rate. (Y_RATE)","type":"number"},"CallNumber":{"description":"Equipment Call Number. The equipment's call number. (C_CALLNUM)","type":"string"},"DeliveryCallNumber":{"description":"Equipment Delivery Call Number. The equipment's delivery call number. (C_DELIVERYCALLNUM)","type":"string"},"NextDateToBill":{"format":"date-time","description":"Next Date to Bill. The next date on which to bill the equipment. (D_NEXTDATETOBILL)","type":"string"},"LengthOfTerm":{"format":"int32","description":"Length of Term. The length of term that the equipment will be used. (I_LENGTHOFTERM)","type":"integer"},"TermType":{"description":"Term Type. The type of term that the equipment will be used for. (C_TERMTYPE)\r\nEnum AdvancedUtility.Model.BIF014+TermTypeEnum:  Day, Month, Year, None","type":"string"},"Installation":{"description":"Installation #. The equipment's installation number. (C_INSTALLATION)","type":"string"},"GaugeDials":{"format":"int32","description":"Tank Gauge Dials. The number of dials on the equipment's tank gauge. (I_GAUGEDIALS)","type":"integer"},"GaugeDecimals":{"format":"int32","description":"Tank Gauge Decimals. The number of decimals on the equipment's tank gauge. (N_GAUGEDECIMALS)","type":"integer"},"TankFillDials":{"format":"int32","description":"Tank Fill Dials. The number of dials used for the equipment's tank to fill. (I_TANKFILLDIALS)","type":"integer"},"TankFillDecimals":{"format":"int32","description":"Tank Fill Decimals. The number of decimals for the tank to fill. (N_TANKFILLDECIMALS)","type":"integer"},"Consumption":{"format":"double","description":"Consumption. The equipment's consumption rate. (N_CONSUMPTION)","type":"number"},"UseProfile":{"description":"Use Load Profile. Indicates whether to use the load profile for the equipment. (L_USEPROFILE)","type":"boolean"},"LoadProfile":{"format":"int64","description":"Load Profile. The equipment's load profile. (I_PROFILE)","type":"integer"},"UsedPercent":{"format":"double","description":"Used Percent. The used percent of the shared equipment. (N_PERCENTAGE)","type":"number"},"ServiceId":{"format":"int64","description":"Service ID. The equipment's service ID. (I_SERVICEID)","type":"integer"},"RouteId":{"format":"int64","description":"Route ID. The route ID. (I_ROUTEID)","type":"integer"},"Notes":{"description":"Notes. The notes about the container. (M_NOTES)","type":"string"},"Frequency":{"format":"int64","description":"Frequency. The number of container pickups for the selected Frequency Type. For example, if Frequency = 2, and Frequency Type = Monthly, then there will be 2 pickups per month. (N_FREQUENCY)","type":"integer"},"UDF_Char_1":{"description":"Equipment Character 1. The equipment character 1. (C_EQUIPMENTCHAR1)","type":"string"},"UDF_Date_1":{"format":"date-time","description":"Equipment Date 1. The equipment date 1. (D_EQUIPMENTDATE1)","type":"string"},"UDF_Bool_1":{"description":"Equipment Logical Field 1. Indicates the equipment logical field 1. (L_EQUIPMENTLOGICAL1)","type":"boolean"},"UDF_Amount_1":{"format":"double","description":"Equipment Amount Field 1. The equipment amount field 1. (N_EQUIPMENTAMOUNT1)","type":"number"},"UDF_Amount_2":{"format":"double","description":"Equipment Amount Field 2. The equipment amount field 2. (N_EQUIPMENTAMOUNT2)","type":"number"},"EquipmentChar2":{"description":"Equipment Character 2. The equipment character 2. (C_EQUIPMENTCHAR2)","type":"string"},"EquipmentCode2":{"description":"Equipment Code 2. The equipment code 2. (C_EQUIPMENTCODE2)","type":"string"},"ServiceOrder":{"format":"int64","description":"Service Order #. The service order number associated with this equipment. (I_SERVICEORDER)","type":"integer"},"FrequencyType":{"description":"Frequency Type. The frequency type to use for the specified container pickup Frequency. The options are \"Daily\", \"Weekly\", \"Biweekly\", \"Monthly\", \"Quarterly\" and \"Yearly\". For example, if Frequency Type = Biweekly, and Frequency = 4, then there will be 4 pickups every 2 weeks. (C_FREQUENCYTYPE)\r\nEnum AdvancedUtility.Model.BIF014+FrequencyTypeEnum:  Daily, Weekly, Biweekly, Monthly, Quarterly, Yearly, _blank","type":"string"},"ActivationDate":{"format":"date-time","description":"Date Reactivated. The date the equipment was reactivated. (D_ACTIVATIONDATE)","type":"string"},"DeactivationDate":{"format":"date-time","description":"Date Deactivated. The date the equipment was deactivated. (D_DEACTIVATIONDATE)","type":"string"},"NoPickup":{"description":"No Pickup. Indicates that the solid waste equipment can not be scheduled for pickup. (L_NOPICKUP)","type":"boolean"},"BillCode":{"description":"Equipment Billing Code. The equipment's billing code. (C_BILLCODE)","type":"string"},"Builder":{"description":"Builder Name. The name of the builder. (C_BUILDER)","type":"string"},"Category":{"description":"Equipment Category. Category of the equipment. (C_RENTAL)","type":"string"},"ChangeCode":{"description":"Change Reason. The reason the equipment was changed. (C_CHANGECODE)","type":"string"},"CheckShared":{"type":"boolean"},"ContainerType":{"description":"Container Type. The type of container. (C_CONTAINERTYPE)","type":"string"},"EquipmentChangeType":{"type":"string"},"GaugeReadType":{"description":"Tank Gauge Read Type. The type of gauge used on the equipment's tank. (C_GAUGEREADTYPE)","type":"string"},"GaugeUnits":{"description":"Tank Gauge Units. The measurement unit for the equipment's tank gauge. (C_GAUGEUNITS)","type":"string"},"Location":{"description":"Location. The pickup location. (C_LOCATION)","type":"string"},"Service":{"description":"Service. The equipment's service type. (C_SERVICE)","type":"string"},"SolidWasteType":{"description":"Service Type. The equipment's service type. (C_SOLIDWASTETYPE)","type":"string"},"TankFillReadType":{"description":"Tank Fill Read Type. The type of fill reading for the equipment's tank. (C_TANKFILLREADTYPE)","type":"string"},"TankFillUnits":{"description":"Tank Fill Units. The measurements units for the equipment's tank. (C_TANKFILLUNITS)","type":"string"},"UDF_Code_1":{"description":"Equipment Code 1. The equipment code 1. (C_EQUIPMENTCODE1)","type":"string"},"Units":{"description":"Units. The equipment's unit type. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_UpdateSolidWasteSharedAccounts":{"format":"int32","description":"Replace the container of all accounts sharing this container.  Only applies to existing solid waste services with equipment being replaced with new equipment. Only this account will be updated unless this option is resolved with yes(0). No(1) or Unresolved(-1) will not perform updates on other accounts sharing this equipment.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AccountEquipmentChangeResultModel":{"description":"AccountEquipment action result container","type":"object","properties":{"OldEquipment":{"$ref":"#/definitions/AccountEquipmentModel"},"NewEquipment":{"$ref":"#/definitions/AccountEquipmentModel"},"ActionType":{"description":"The action type requested. Supported equipment actions: Change, Modify, Remove, Move","type":"string"}}},"JsonPatchDocument[AccountEquipmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountEquipmentModel]"},"readOnly":true}}},"Operation[AccountEquipmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountFlatRateModel":{"description":"Flat Rate (AccountFlatRate / BIF013)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"SerialNumber":{"description":"Serial Number. The serial number. (C_SERIALNUMBER)","type":"string"},"Prorate":{"description":"Prorate. Indicates Whether to prorate. (L_PRORATE)","type":"boolean"},"JanuaryConsumption":{"format":"double","description":"Consumption January. The consumption value for January. (N_CONSUMJAN)","type":"number"},"FebruaryConsumption":{"format":"double","description":"Consumption February. The consumption value for February. (N_CONSUMFEB)","type":"number"},"MarchConsumption":{"format":"double","description":"Consumption March. The consumption value for March. (N_CONSUMMAR)","type":"number"},"AprilConsumption":{"format":"double","description":"Consumption April. The consumption value for April. (N_CONSUMAPR)","type":"number"},"MayConsumption":{"format":"double","description":"Consumption May. The consumption value for May. (N_CONSUMMAY)","type":"number"},"JuneConsumption":{"format":"double","description":"Consumption June. The consumption value for June. (N_CONSUMJUN)","type":"number"},"JulyConsumption":{"format":"double","description":"Consumption July. The consumption value for July. (N_CONSUMJUL)","type":"number"},"AugustConsumption":{"format":"double","description":"Consumption August. The consumption value for August. (N_CONSUMAUG)","type":"number"},"SeptemberConsumption":{"format":"double","description":"Consumption September. The consumption value for September. (N_CONSUMSEP)","type":"number"},"OctoberConsumption":{"format":"double","description":"Consumption October. The consumption value for October. (N_CONSUMOCT)","type":"number"},"NovemberConsumption":{"format":"double","description":"Consumption November. The consumption value for November. (N_CONSUMNOV)","type":"number"},"DecemberConsumption":{"format":"double","description":"Consumption December. The consumption value for December. (N_CONSUMDEC)","type":"number"},"IsEqualConsumption":{"description":"Usage Always the Same. Indicates whether the usage is always the same. (L_EQUALCONSUM)","type":"boolean"},"Consumption":{"format":"double","description":"Equal Consumption. The equal consumption value. (N_CONSUM)","type":"number"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date removed. (D_DATEREMOVED)","type":"string"},"OldSerialNumber":{"description":"Old Serial Number. The old serial number. (C_OLDSERIALNUMBER)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"Installation":{"description":"Installation Number. The installation number. (C_INSTALLATION)","type":"string"},"BillCode":{"description":"Flat Rate Bill Code. The flat rate bill code. (C_BILLCODE)","type":"string"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Units":{"description":"Units. The number of units. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountFlatRateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountFlatRateModel]"},"readOnly":true}}},"Operation[AccountFlatRateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountingOcrLinkModel":{"description":"Accounting/OCR Links Control (AccountingOcrLink / SYS021)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LinkType":{"description":"Link Type. The link type. (C_LINKTYPE)","type":"string"},"ObjectName":{"description":"Object Name. The object name. (C_OBJECT)","type":"string"},"FileName":{"description":"File Name. The file name. (C_FILENAME)","type":"string"},"AccountingSoftware":{"description":"Accounting Software. The accounting software. (C_ACCOUNTINGSW)","type":"string"},"AccountingSoftwareVersion":{"description":"Accounting Software Version. The accounting software version. (C_ACCOUNTNGSWVER)","type":"string"},"Description":{"description":"Description. The description about the software. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the accounting ocr link is disabled. (L_DISABLED)","type":"boolean"},"ARCode":{"description":"OCR A/R Code. The OCR A/R code. (C_ARCODE)","type":"string"},"CashType":{"description":"OCR Cash Type. The OCR cash type. (C_CASHTYPE)","type":"string"},"TransactionCodes":{"description":"Transaction Codes. The transaction codes. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountingOcrLinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountingOcrLinkModel]"},"readOnly":true}}},"Operation[AccountingOcrLinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountInterfaceModel":{"description":"Service Address Interface (AccountInterface / UTL002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number for the service address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number of the service address. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name for the service address. (C_STREET)","type":"string"},"PermitNumber":{"description":"Permit #. The permit number authorizing the construction of a structure, or use of a vehicle, machine, or building. (C_PERMIT)","type":"string"},"StreetSuffix":{"description":"Street Name Suffix. The street name suffix for the service address. (C_STREETSUFFIX)","type":"string"},"Apt":{"description":"Apartment #. The apartment number at the service address. (C_APT)","type":"string"},"Town":{"description":"City. The service address town/city name. (C_TOWN)","type":"string"},"State":{"description":"State. The state/province of the service address. (C_PROV)","type":"string"},"PostalCode":{"description":"Zip Code. The zip/postal code of the service address. (C_POSTCODE)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally by CIS. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix. (C_STREETPREFIX)","type":"string"},"StreetNumberSuffix":{"description":"Street Number Suffix. The street number suffix. (C_STRNUMSUFFIX)","type":"string"},"OldAccount":{"description":"Old Account. The old account number. (C_OLDACCOUNT)","type":"string"},"Plan":{"description":"Plan #. The plan number. (C_PLAN)","type":"string"},"Lot":{"description":"Lot #. The lot number. (C_LOT)","type":"string"},"Concession":{"description":"Concession. The concession number. (C_CONCESS)","type":"string"},"TaxProfile":{"description":"Tax Profile. The tax profile. (C_TAXPROFILE)","type":"string"},"UDF_Char_1":{"description":"Account User Field 1. The account user field 1. (C_SERVADDUSER1)","type":"string"},"UDF_Char_2":{"description":"Account User Field 2. The account user field 2. (C_SERVADDUSER2)","type":"string"},"UDF_Char_3":{"description":"Account User Field 3. The account user field 3. (C_SERVADDUSER3)","type":"string"},"UDF_Char_4":{"description":"Account User Field 4. The account user field 4. (C_SERVADDUSER4)","type":"string"},"UDF_Char_5":{"description":"Account User Field 5. The account user field 5. (C_SERVADDUSER5)","type":"string"},"POBox":{"description":"P.O. Box. The post office box number. (C_POBOX)","type":"string"},"Zone":{"description":"Zone. The service address zone. (C_ZONE)","type":"string"},"Station":{"description":"Nearest Weather Station. The nearest weather station. (C_STATION)","type":"string"},"MapCoordinates":{"description":"Map Coordinates (Internal). The internal map coordinates.  (C_MAPCOORDINATES)","type":"string"},"InspectionOrder":{"description":"Inspection Order. The inspection order. (C_INSPECTORDER)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Custom1":{"description":"Service Address Custom1 Flag. Indicates whether to include the service address custom1. (L_CUSTOM1)","type":"boolean"},"StructureType":{"description":"Structure Type. The structure type code. (C_STRUCTURETYPE)","type":"string"},"TaxRollNumber":{"description":"Tax Roll Number. The tax roll number of the service address. (C_ROLLNUMBER)","type":"string"},"MapReferenceNumber":{"description":"Map Reference #. The map reference number of the service address. (C_MAPREFERENCENUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountInterfaceModel]"},"readOnly":true}}},"Operation[AccountInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountManagerModel":{"description":"Account Manager Control (AccountManager / CON059)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccountManagerCode":{"description":"Account Manager Code. The account manager code. (C_ACCOUNTMANAGERCODE)","type":"string"},"AccountManagerDescription":{"description":"Account Manager. The name of the account manager. (C_ACCOUNTMANAGER)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountManagerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountManagerModel]"},"readOnly":true}}},"Operation[AccountManagerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountMeterModel":{"description":"Meter installed at an account (AccountMeter / BIF005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account number (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter number (C_METER)","type":"string"},"OldMeter":{"description":"Old meter number (C_OLDMETER)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date meter was installed (D_METERDATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date meter was removed (D_METERDATEREMOVED)","type":"string"},"MustReplace":{"description":"Must Replace (L_MUSTREPLACE)","type":"boolean"},"IsNotActive":{"description":"Not Active (L_NOTACTIVE)","type":"boolean"},"ServiceOrderNumber":{"format":"int64","description":"Service order number related to this meter, usually associated with the meter install (I_SONUM)","type":"integer"},"RemoteType":{"description":"Remote Type (C_REMOTETYPE)","type":"string"},"RemoteId":{"description":"Remote number (C_REMOTEID)","type":"string"},"RemoteDateInstalled":{"format":"date-time","description":"Remote Date Installed (D_REMOTEDATEINSTALLED)","type":"string"},"MeterId":{"format":"int64","description":"Unique system assigned meter id (I_METERID)","type":"integer"},"MustRead":{"description":"Must Read (L_MUSTREAD)","type":"boolean"},"IsLocked":{"description":"Locked (L_LOCKED)","type":"boolean"},"Longitude":{"description":"Longitude (C_LONGITUDE)","type":"string"},"Latitude":{"description":"Latitude (C_LATITUDE)","type":"string"},"Custom1":{"description":"Meter Custom Field 1 (C_METERCUSTOM1)","type":"string"},"Custom2":{"description":"Meter Custom Field 2 (C_METERCUSTOM2)","type":"string"},"CustomNum1":{"format":"int64","description":"Meter Custom Number 1 (I_CUSTOM1)","type":"integer"},"CustomNum2":{"format":"double","description":"Meter Custom Number 2 (N_CUSTOM2)","type":"number"},"IsOutForRead":{"description":"Meter Out For Read (L_OUTFORREAD)","type":"boolean"},"Installation":{"description":"Installation # (value) (C_INSTALLATION)","type":"string"},"SerialNumber":{"description":"A serial number for the meter from a related inventory","type":"string"},"UseRemoteInventory":{"description":"Indicates if remote inventory is used","type":"boolean"},"ChangeCode":{"description":"Change code. The reason the meter was changed (C_CHANGECODE)","type":"string"},"InventoryType":{"description":"Inventory type code to help distinguish meters with the same number but from different inventories.  Read-only.","type":"string"},"MeterInventoryLocation":{"description":"Meter inventory location. The inventory location of the meter (MEF617.C_LOCATION)","type":"string"},"AccountMeterReadTypeList":{"description":"Read types associated with this account meter.","type":"array","items":{"$ref":"#/definitions/AccountMeterReadTypeModel"}},"MeterChangeType":{"description":"The type of change for a Meter.\r\nEnum AdvancedUtility.Services.BusinessObjects.AccountMeter.ChangeType. Valid values: None, Add, Edit, Delete, Remove, Change, Modify","type":"string"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AccountMeterReadTypeModel":{"description":"Account Meter Read Type (AccountMeterReadType / BIF005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter #. The meter's number. (C_METER)","type":"string"},"StartDate":{"format":"date-time","description":"Date Meter Read Type Installed. The date the meter read type was installed. (D_DATEINSTALLED)","type":"string"},"EndDate":{"format":"date-time","description":"Date Meter Read Type Removed. The date the meter read type was removed. (D_DATEREMOVED)","type":"string"},"CallNumber":{"description":"Call #. The meter's call number. (C_CALLNUM)","type":"string"},"Dials":{"format":"int32","description":"Dials. The number of dials on the meter. (I_DIALS)","type":"integer"},"Decimals":{"format":"int32","description":"Decimals. The number of decimal places in the meter. (N_DECIMALS)","type":"integer"},"Multiplier":{"format":"double","description":"Billing Multiplier 1. The meter's billing multiplier. The amount by which the meter reading is multiplied to calculate the actual quantity of the service used. (N_MULTIPLIER)","type":"number"},"Multiplier2":{"format":"double","description":"Billing Multiplier 2. The meter's second billing multiplier. (N_MULTIPLIER2)","type":"number"},"ServiceEntranceId":{"format":"int64","description":"Service Entrance. Service entrance to which the item is (optionally) linked. (I_SERVICEENTRANCEID)","type":"integer"},"PreviousReading":{"format":"double","description":"Last Reading. The meter read type's last reading amount. (N_PREVREADING)","type":"number"},"RemoveReading":{"format":"double","description":"Removed Reading. The meter read type's reading amount before it was removed. (N_REMREADING)","type":"number"},"RemoteId":{"description":"Remote #. The meter's remote number. (C_REMOTEID)","type":"string"},"RemoteDateInstalled":{"format":"date-time","description":"Date Remote Installed. The date the remote was installed. (D_REMOTEDATEINSTALLED)","type":"string"},"MinimumRange":{"format":"int32","description":"Minimum Read. The meter's minimum read value. (N_MINRANGE)","type":"integer"},"MaximumRange":{"format":"int32","description":"Maximum Read. The meter's maximum read value. (N_MAXRANGE)","type":"integer"},"IsNotActive":{"description":"Not Active. Indicates if the meter is not active. (L_NOTACTIVE)","type":"boolean"},"ServiceOrderNumber":{"format":"int64","description":"S/O # Related. The meter's service order number. (I_SONUM)","type":"integer"},"MeterId":{"format":"int64","description":"Meter System ID. The meter's system ID. (I_METERID)","type":"integer"},"OldReadTypeId":{"format":"int64","description":"Old Read Type ID. The old Read Type ID. (I_OLDREADTYPEID)","type":"integer"},"BillCode":{"description":"Meter Bill Code. The meter's bill code. (C_BILLCODE)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The meter's service ID. (I_SERVICEID)","type":"integer"},"MeterMultiplier":{"format":"double","description":"Meter Multiplier. The meter multiplier value. (I_BASICMULTIPLE)","type":"number"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"IsMasterMeter":{"description":"Master Meter. Indicates this is the master meter with submeters. Submeters and stand-alone meters will not have this set. (L_MASTERMETER)","type":"boolean"},"ChannelNumber":{"description":"Channel Number. The channel number. (C_CHANNELNUM)","type":"string"},"ReadTypeId":{"format":"int64","description":"Read Type ID. Read Type ID. (I_READTYPEID)","type":"integer"},"EndPointId":{"description":"End Point ID. The unique identifier for the endpoint device within the AMI network. (C_ENDPOINTID)","type":"string"},"IntervalMeterType":{"description":"Interval Meter Type. The MIST or Most interval meter type. (C_INTERVALMETERTYPE)","type":"string"},"MeterChangeType":{"description":"The type of change. Enum AdvancedUtility.Services.BusinessObjects.AccountMeter.ChangeType. Valid values: None, Add, Edit, Delete, Remove, Change, Modify\r\nEnum AdvancedUtility.Services.BusinessObjects.AccountMeter+ChangeType:  None, Add, Edit, Delete, Remove, Change, Modify","type":"string"},"ReadType":{"description":"Read Type. The meter's read type. (C_READTYPE)","type":"string"},"RemoteType":{"description":"Remote Type. The meter's remote type. (C_REMOTETYPE)","type":"string"},"Units":{"description":"Units. The meter's units. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountMeterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountMeterModel]"},"readOnly":true}}},"Operation[AccountMeterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountMeterChangeModel":{"description":"AccountMeter Change Model","type":"object","properties":{"ActionType":{"description":"Action type associated with this transaction data.  Valid types: 'A' = Add Meter; 'C' = Change Meter; 'M' = Modify Meter; 'E' = Edit Meter; 'R' = Remove Meter","type":"string"},"ChangeDate":{"format":"date-time","description":"Date Meter is changed or modified.","type":"string"},"ChangeCode":{"description":"Change code. The reason the meter was changed (C_CHANGECODE)","type":"string"},"RemovedMeterInventoryStatus":{"description":"Inventory status. The inventory status of the meter changed (CON090.C_METERSTATUS)","type":"string"},"RemovedMeterInventoryLocation":{"description":"Meter inventory location. The location of the meter changed (MEF617.C_LOCATION)","type":"string"},"RemoveAccountMeterChangeInfo":{"description":"Information related to the existing AccountMeter associated with this data","type":"array","items":{"$ref":"#/definitions/RemoveReadTypeInfoModel"}},"NewAccountMeter":{"$ref":"#/definitions/AccountMeterModel","description":"New AccountMeter associated with this data"},"RemovedRemoteInventoryStatus":{"description":"Inventory status. The inventory status of the remote changed (CON090.C_METERSTATUS)","type":"string"}}},"RemoveReadTypeInfoModel":{"description":"Transaction History Item.\r\nContaining details about one transaction history detail line","type":"object","properties":{"ReadTypeId":{"format":"int64","description":"Read Type ID. Read Type Id. (I_READTYPEID)","type":"integer"},"RemoveReading":{"format":"double","description":"Removed Reading. The meter read type's reading amount before it was removed. (N_REMREADING)","type":"number"}}},"AccountMeterChangeResultModel":{"description":"AccountMeter action result container","type":"object","properties":{"OldMeter":{"$ref":"#/definitions/AccountMeterModel"},"NewMeter":{"$ref":"#/definitions/AccountMeterModel"},"ActionType":{"description":"The action type requested. Supported meter actions: Meter Change, Meter Modify, Meter Remove","type":"string"}}},"AccountMeterDeactivationModel":{"description":"Account Meter Deactivation (AccountMeterDeactivation / BIF204)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterId":{"format":"int64","description":"Meter ID. The meter ID. (I_METERID)","type":"integer"},"DeactivationDate":{"format":"date-time","description":"Deactivation Date. The date when the meter or read type was deactivated. (D_FROMDATE)","type":"string"},"ReactivationDate":{"format":"date-time","description":"Reactivation Date. The date when the meter or read type was reactivated. (D_TODATE)","type":"string"},"Reason":{"description":"Reason. The reason for the meter or read type being deactivated. (C_REASON)","type":"string"},"ReadTypeId":{"format":"int64","description":"Read Type ID. The ID of the deactivated read type for this meter. A value of 0 indicates that every read type associated with this meter is deactivated. (I_READTYPEID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountMeterDeactivationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountMeterDeactivationModel]"},"readOnly":true}}},"Operation[AccountMeterDeactivationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AccountMeterReadTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountMeterReadTypeModel]"},"readOnly":true}}},"Operation[AccountMeterReadTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AccountServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountServiceModel]"},"readOnly":true}}},"Operation[AccountServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AccountServiceGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountServiceGroupModel]"},"readOnly":true}}},"Operation[AccountServiceGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountServiceInterfaceModel":{"description":"Account Service Interface (AccountServiceInterface / UTL004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account#. The account number. (C_ACCOUNT)","type":"string"},"Service":{"description":"Service. The service attached to the account. (C_SERVICE)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Service Installed. The date when the service was installed. (D_DATEINSTALLED)","type":"string"},"BillCode":{"description":"Billing Code. The billing code for this service. (C_BILLCODE)","type":"string"},"BillCode1":{"description":"Bill Code 1. The bill code 1. (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Bill Code2. The bill code 2. (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Bill Code3. The bill code 3. (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Bill Code4. The bill code 4. (C_BILLCODE4)","type":"string"},"ServiceMultiplier1":{"description":"Service Multiplier Code 1. The service multiplier 1. (C_SERVICEMULTIPLIER1)","type":"string"},"ServiceMultiplier2":{"description":"Service Multiplier Code2. The service multiplier 2. (C_SERVICEMULTIPLIER2)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Internal Process Flag. Indicates whether the record was processed internally by CIS. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"Datetime":{"format":"date-time","description":"Date Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"Multiplier1":{"format":"double","description":"Basic Multiplier 1. The basic multiplier 1. (N_MULTIPLIER1)","type":"number"},"Multiplier2":{"format":"double","description":"Basic Multiplier 2. The basic multiplier 2. (N_MULTIPLIER2)","type":"number"},"UDF_Char_1":{"description":"Service User Field 1. The service user 1. (C_SERVICEUSER1)","type":"string"},"UDF_Char_2":{"description":"Service User Field 1. The service user 2. (C_SERVICEUSER2)","type":"string"},"UDF_Char_3":{"description":"Service User Field 1. The service user 3. (C_SERVICEUSER3)","type":"string"},"UDF_Char_4":{"description":"Service User Field 1. The service user 4. (C_SERVICEUSER4)","type":"string"},"UDF_Char_5":{"description":"Service User Field 1. The service user 5. (C_SERVICEUSER5)","type":"string"},"UDF_Date_1":{"format":"date-time","description":"User Date 1. The user specified service date 1 field. (D_SERVICEUSERDATE1)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Service Removed. The date when the service was removed. (D_DATEREMOVED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountServiceInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountServiceInterfaceModel]"},"readOnly":true}}},"Operation[AccountServiceInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountStatusModel":{"description":"Account Status Control (AccountStatus / CON015)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Account Status Code. The account status code. (C_ACCOUNTSTATUS)","type":"string"},"Description":{"description":"Account Status Description. The account status description. (C_DESCRIPTION)","type":"string"},"ChargePenalty":{"description":"Charge Penalty. Indicates whether there is a charge penalty for the account. (L_CHARGEPENALTY)","type":"boolean"},"SearchDefault":{"description":"Default Search Status. Indicates whether to search for the default status. (L_SEARCHDEFAULT)","type":"boolean"},"MassChange":{"description":"Available for Mass Change. Indicates whether a mass change is allowed on this account status. (L_MASSCHANGE)","type":"boolean"},"BillPrintGroup":{"description":"Available for Bill Print Group. Indicates whether accounts with this account status are added to the Bill Print Group. (L_BILLPRINTGROUP)","type":"boolean"},"IncludeToDci":{"description":"Include Account Status in Meter Reading Export File. Indicates whether to include the Account Status in the meter reading export file. (L_INCLUDETODCI)","type":"boolean"},"NoMoveActivity":{"description":"Prevent Move Out Activity. Indicates whether customer accounts with this account status should not allow a user to enter out activity. (L_NOMOVEACTIVITY)","type":"boolean"},"KeepOnMoves":{"description":"Keep Account Status During Moves. Indicates whether the account status will stay the same during Moves. (L_KEEPONMOVES)","type":"boolean"},"NoDepositTransfer":{"description":"Deposit Balance Transfer Not Allowed. Indicates whether Deposit Balance cannot be transfered to accounts with this account status (L_NODEPOSITTRANSFER)","type":"boolean"},"NoARTransfer":{"description":"AR Balance Transfer Not Allowed. Indicates whether A/R Balance cannot be transfered to accounts with this account status (L_NOARTRANSFER)","type":"boolean"},"NoMerchandiseTransfer":{"description":"Merchandise Balance Transfer Not Allowed. Indicates whether Merchandise Balance cannot be transfered to accounts with this account status (L_NOMERCHANDISETRANSFER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the account status is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountStatusModel]"},"readOnly":true}}},"Operation[AccountStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountTransformerModel":{"description":"Account Transformer Interface (AccountTransformer / UTL200)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Location":{"description":"Location. The location of the transformer. (C_LOCATION)","type":"string"},"Transformer":{"description":"Transformer. The transformer number. (C_TRANSFORMER)","type":"string"},"InstallDate":{"format":"date-time","description":"Install Date. The installation date. (D_INSTALLDATE)","type":"string"},"RemoveDate":{"format":"date-time","description":"Remove Date. The date that the transformer was removed. (D_REMOVEDATE)","type":"string"},"PrimaryVolt":{"description":"Primary Volt. The primary voltage of the transformer. (C_PRIMARYVOLT)","type":"string"},"SecondaryVolt":{"description":"Secondary Volt. The secondary voltage of the transformer. (C_SECONDARYVOLT)","type":"string"},"KvaSize":{"description":"KVA Size. The KVA size of the transformer. (C_KVASIZE)","type":"string"},"Phase":{"description":"Phase. The transformer phase. (C_PHASE)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"DateTime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"IsExternallyProcessed":{"description":"Externally Processed. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"DefaultType":{"description":"Transformer Type. The default transformer type. (C_DEFAULTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountTransformerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountTransformerModel]"},"readOnly":true}}},"Operation[AccountTransformerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountTypeModel":{"description":"Account Type Control (AccountType / CON013)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Account Type Code. The account type code. (C_ACCOUNTTYPE)","type":"string"},"Description":{"description":"Account Type Description. The account type description. (C_DESCRIPTION)","type":"string"},"DueDays":{"format":"int32","description":"Due Date. The number of due days of the account. (N_DUEDAYS)","type":"integer"},"MinimumBalance":{"format":"double","description":"Minimum Balance. The minimum balance allowed for the account. (Y_MINBAL)","type":"number"},"TransferConsolidated":{"description":"Transfer Consolidated Cycle/Book. Indicates if the consolidated cycle and book are transferred. (L_TRANSFERCONSOLIDATED)","type":"boolean"},"LowThreshold":{"format":"double","description":"Low Threshold Percentage for Billing Amount. The low threshold percentage for the billing amount. (N_LOWTHRESHOLD)","type":"number"},"HighThreshold":{"format":"double","description":"High Threshold Percentage for Billing Amount. The high threshold percentage for the billing amount. (N_HIGHTHRESHOLD)","type":"number"},"CheckFinal":{"description":"Check Final Bill Exception. Indicates whether an exception will be reported when this account type is being final billed within the billing period on the current bill (L_CHECKFINAL)","type":"boolean"},"DaysAfterFinal":{"format":"int32","description":"Final Date after Billing Date Exception. The number of days to final bill after bill date to be reported as an exception. (I_DAYSAFTERFINAL)","type":"integer"},"PapDaysBeforeFinal":{"format":"int32","description":"Do Not Draw if PAP Days is Before Final Bill. The number of pre-authorized payment days before the final billing day to draw the PAP amount. (I_PAPDAYSBEFOREFINAL)","type":"integer"},"MoveInCharge":{"format":"double","description":"Move In Charge Default Amount. The Move In charge. (N_MOVEINCHARGE)","type":"number"},"CheckMoveIn":{"description":"No Move In Exception. Indicates whether to check the Move In exception. (L_CHECKMOVEIN)","type":"boolean"},"CheckNoNameException":{"description":"Missing Customer Name Exception. Indicates whether to check if there is a No Name Exception. (L_NONAMEEXCEPTION)","type":"boolean"},"NoNameDescription":{"description":"Missing Customer Name Exception Description. The description of the 'no customer name exception'. (C_NONAMEDESCRIPTION)","type":"string"},"CreditDays":{"format":"int32","description":"Credit History Days. The number of credit days for the deposit account. (I_CREDITDAYS)","type":"integer"},"NotWeekendDueDate":{"description":"Not Weekend Due Date. Indicates whether due dates can fall on the weekend. (L_NOTWEEKENDDUEDATE)","type":"boolean"},"AgeDays1":{"format":"int32","description":"Aging Days 1. The first number of aged days. (N_AGEDAYS1)","type":"integer"},"AgeDays2":{"format":"int32","description":"Aging Days 2. The second number of aged days. (N_AGEDAYS2)","type":"integer"},"AgeDays3":{"format":"int32","description":"Aging Days 3. The third number of aged days. (N_AGEDAYS3)","type":"integer"},"AgeDays4":{"format":"int32","description":"Aging Days 4. The fourth number of aged days. (N_AGEDAYS4)","type":"integer"},"AgeDays5":{"format":"int32","description":"Aging Days 5. The fifth number of aged days. (N_AGEDAYS5)","type":"integer"},"ArrangementPercentage":{"format":"double","description":"Partially Kept Arrangement Percent. The payment arrangement percentage. (N_ARRANGEMENTPERCENTAGE)","type":"number"},"AssignToUserWhoMade":{"description":"Assign Task to User Who Made Arrangement. Indicates whether to assign the task to the user that created it. (L_ASSIGNTOUSERWHOMADE)","type":"boolean"},"CreditPoints":{"format":"int32","description":"Broken Arrangement Credit Points. The number of credit points of the account. (I_CREDITPOINTS)","type":"integer"},"CheckNoNameNoBill":{"description":"Missing Customer Name Exception No Bill. Indicates whether the account type is a no name no bill type. (L_NONAMENOBILL)","type":"boolean"},"CheckHighThresholdNoBill":{"description":"High Threshold  Exception No Bill. Indicates the no bill high threshold. (L_HIGHTHRESHOLDNOBILL)","type":"boolean"},"CheckLowThresholdNoBill":{"description":"Low Threshold  Exception No Bill. The No Bill low threshold. (L_LOWTHRESHOLDNOBILL)","type":"boolean"},"CheckFinalNoBill":{"description":"Check Final Exception No Bill. Indicates whether to check for final no bills. (L_CHECKFINALNOBILL)","type":"boolean"},"CheckDaysAfterFinalNoBill":{"description":"Final Date after Billing Date Exception No Bill. Indicates whether to process a no bill for the days after the final bill. (L_DAYSAFTERFINALNOBILL)","type":"boolean"},"CheckNoLastBillException":{"description":"Check First Bill Exception. Indicates whether the bill is a no last bill exception bill. (L_NOLASTBILLEXCEPTION)","type":"boolean"},"NoLastBillExceptionText":{"description":"Final Bill Exception Description. The no last bill exception reason. (C_NOLASTBILLEXCEPTION)","type":"string"},"CheckNoLastBillExceptionNoBill":{"description":"First Bill Exception No Bill. Indicates whether a no bill is processed for a no last bill exception on an account. (L_NOLASTBILLEXCEPTIONNOBILL)","type":"boolean"},"CheckExceptions":{"description":"Check Exceptions. Indicates whether to check exceptions. (L_CHECKEXCEPTIONS)","type":"boolean"},"MaximumBillAmount":{"format":"double","description":"Maximum Bill Amount Exception. The maximum amount that can be billed for the account. (Y_MAXBILLAMOUNT)","type":"number"},"CheckMaximumBillAmountNoBill":{"description":"Maximum Bill Exception No Bill. Indicates whether there is a maximum bill amount for the No Bill. (L_MAXBILLAMOUNTNOBILL)","type":"boolean"},"MinimumBillAmount":{"format":"double","description":"Minimum Bill Amount Exception. The minimum bill amount. (Y_MINBILLAMOUNT)","type":"number"},"CheckMinimumBillAmountNoBill":{"description":"Minimum Bill Exception No Bill. Indicates whether there is a minimum bill amount for the No Bill. (L_MINBILLAMOUNTNOBILL)","type":"boolean"},"CheckNoMoveInNoBill":{"description":"No Move In Exception No Bill. Indicates no bill if there is no move in customer. (L_NOMOVEINNOBILL)","type":"boolean"},"CanTransferARBalance":{"description":"Transfer A/R Balance. Indicates whether to transfer the accounts receivable balance to the account. (L_TRANSFERARBALANCE)","type":"boolean"},"CanTransferDepositBalance":{"description":"Transfer Deposit Balance. Indicates whether to transfer the deposit balance to the account. (L_TRANSFERDEPBALANCE)","type":"boolean"},"CanTransferMerchandiseBalance":{"description":"Transfer Merchandise Balance. Indicates whether to transfer the merchandise balance to the account. (L_TRANSFERMERBALANCE)","type":"boolean"},"AllowVacantAccount":{"description":"Allow Vacant Account. Indicates whether to allow the location of the account to be vacant. (L_ALLOWVACANTACCOUNT)","type":"boolean"},"UseAutoMoveInOwner":{"description":"Auto Move In Owner. Indicates whether to automatically assign an owner to the account after the original customer has moved out. (L_AUTOMOVEINOWNER)","type":"boolean"},"MinimumDaysAutoMoveIn":{"format":"int32","description":"Minimum Days for Auto Move In. The minimum number of days before the Auto Move In Owner is assigned to the account. (N_MINDAYSAUTOMOVEIN)","type":"integer"},"CanPickAutoMoveIn":{"description":"Pick Auto Move In Owner. Indicates whether the user can select from a list of owners when no default owner is set. (L_PICKAUTOMOVEIN)","type":"boolean"},"ApplyChargeToAutoMove":{"description":"Apply Move In Charge to Auto Move In. Indicates whether to apply a move in charge to the Auto Move In. (L_APPLYCHARGETOAUTOMOVE)","type":"boolean"},"IsCollectionExempt":{"description":"Collection Exempt. Indicates whether the account is exempt from collection. (L_COLLECTIONEXEMPT)","type":"boolean"},"VacantAccountName":{"description":"Vacant Account Name. The name assigned to the account if the associated property is vacant. (C_VACANTACCOUNTNAME)","type":"string"},"PlanMultiplier":{"format":"int64","description":"Plan Multiplier. The plan multiplier. (I_PLANMULTIPLIER)","type":"integer"},"ArrangementMadeCreditPoints":{"format":"int32","description":"Arrangement Made Credit Points. The number of points subtracted from a customer's credit rating when the customer makes a payment arrangement. (I_ARRMADECREDITPOINTS)","type":"integer"},"UseArrangementMadeRemovePoints":{"description":"Remove Arrangement Made Credit Points. Indicates whether to subtract credit points from a customer's credit rating when the customer makes make a payment arrangement. (L_ARRMADEREMOVEPOINTS)","type":"boolean"},"SystemAccountType":{"description":"System Account Type. The system account type. (C_SYSTEMACCOUNTTYPE)\r\nEnum AdvancedUtility.Model.CON013+SystemAccountTypeEnum:  Other, Residential, Commercial","type":"string"},"BillMessage":{"description":"Bill Message. The bill message. (C_BMESSAGE)","type":"string"},"UseTransferLoanPos":{"description":"Transfer Loan/POS. Indicates whether to transfer the loan/point of sale. (L_TRANSFERLOANPOS)","type":"boolean"},"ApplyCreditRefund":{"description":"Apply Credit Refund. Indicates whether to apply a credit refund to the account with a credit balance after the final bill is applied. (L_APPLYCREDITREFUND)","type":"boolean"},"CanAutoAddServices":{"description":"Services to Be Automatically Added. Indicates whether services are automatically added. (L_AUTOADDSERVICES)","type":"boolean"},"MinimumDaysSinceMoveIn":{"format":"int32","description":"Minimum Days since Move in Date. Indicates the minimum number of days since the move in date. (I_MINDAYSSINCEMOVEIN)","type":"integer"},"PostDateRefundDays":{"format":"int32","description":"Post Date Refund Days. The number of post date days before the refund day. (I_POSTDATEREFUNDDAYS)","type":"integer"},"UseDeactivatedServices":{"description":"Use Deactivated Services. Indicates if deactivated services are being used. (L_USEDEACTIVATEDSERVICES)","type":"boolean"},"CanTransferCustomerAccountCode1":{"description":"Transfer Customer/Account Code 1. Indicates whether to transfer the customer/account code 1. (L_TRANSCUSTACCTCODE1)","type":"boolean"},"KeepCustomerAccountCode1AtAccount":{"description":"Keep Customer/Account Code 1 at Account. Indicates that the customer/account code 1 will be kept at the account. (L_KEEPCUSTACCTCODE1)","type":"boolean"},"SplitMoveInCharge":{"description":"Split Move-In Charge by Service. Indicates whether the Move In charge is split by service. (L_SPLITMOVEINCHARGE)","type":"boolean"},"TransferMoveCharge":{"description":"Transfer Move Charge. Indicates whether the Move charge is transferred. (L_TRANSFERMOVECHARGE)","type":"boolean"},"TransferMoveDays":{"format":"int32","description":"Maximum Days for Transfer Move Charge. The move charge will be transferred if the move is within the number of days set here. (I_TRANSFERMOVEDAYS)","type":"integer"},"NoVacantAutoMoveIn":{"description":"Do Not Allow Vacant Account If Auto Move-In Present. Indicates whether accounts of this account type can be left vacant if an Auto Move-In Owner is defined. (L_NOVACANTAUTOMOVEIN)","type":"boolean"},"MinRefund":{"format":"double","description":"Minimum Refund. The minimum refund amount. (Y_MINREFUND)","type":"number"},"NoFinalReadProrate":{"description":"Prorate Without Final Read Flag. Indicates whether to prorate without the final read. (L_NOFINALREADPRORATE)","type":"boolean"},"CancelFinalAndFirstBills":{"description":"Cancel Subsequent Bills on Final Bill Cancel. Indicates that subsequent bills will be automatically cancelled when cancelling a final bill. (L_CANCELFINALANDFIRSTBILLS)","type":"boolean"},"ExcludeMasterAccountProrate":{"description":"Prorate Without Final Read Exclude Master Account Flag. Indicates whether to prorate without the final read excluding the master account. (L_EXCLUDEMASTERACCOUNTPRORATE)","type":"boolean"},"ProrateReadsBack":{"format":"int32","description":"Prorate Without Final Read Number of Reads Back. The number of reads back when prorating without the final read. (I_PRORATEREADSBACK)","type":"integer"},"DisallowHolidayMoveIn":{"description":"Do Not Allow Move In on Holidays. Indicates whether to disallow move-in on holidays. (L_DISALLOWHOLIDAYMOVEIN)","type":"boolean"},"DisallowHolidayMoveOut":{"description":"Do Not Allow Move Out on Holidays. Indicates whether to disallow move out on holidays. (L_DISALLOWHOLIDAYMOVEOUT)","type":"boolean"},"TransferLineExtension":{"description":"Transfer Line Extension. Transfer Line Extension to Moved In Customer (L_TRANSFERLINEEXTENSION)","type":"boolean"},"FinalBillExceptionNoBill":{"description":"No Bill if Final Bill Exception. Indicates whether to No Bill if the Auto Final Bill Proration Exception occurs.  (L_FINALBILLEXCEPTIONNOBILL)","type":"boolean"},"FinalBillPendingReadingNoBill":{"description":"No Bill if Pending Reading. Indicates whether to No Bill if the Pending Reading exists when the Auto Final Bill is created. (L_FINALBILLPENDINGREADINGNOBIL)","type":"boolean"},"TransferConsolidatedAutoMove":{"description":"Transfer Consolidated Cycle/Book for Auto Move. Indicates if the consolidated cycle and book are transferred for the default Auto move customer. (L_TRANSFERCONSOLIDATEDAUTOMOVE)","type":"boolean"},"TransferDeliveryInstructions":{"description":"Transfer Delivery Instructions. Transfer Delivery Instruction to new Account (L_TRANSFERDELIVERYINSTRUCTIONS)","type":"boolean"},"TransferMoveInServiceOrderOnDelete":{"description":"Transfer Move In Service Order to active customer when deleting the Move. Indicates whether to transfer the Move In service order to the active customer when deleting the Move. (L_TRANSFERMOVEINSOWHENDELETE)","type":"boolean"},"MoveInDateChangeAlert":{"description":"Move In Date Change Alert Type. Indicates the type of Move In Date Change Alert Type. (C_MOVEINDATECHANGEALERT)\r\nEnum AdvancedUtility.Model.CON013+MoveInDateChangeAlertEnum:  None, Alert, PrompttoModify","type":"string"},"MoveOutDateChangeAlert":{"description":"Move Out Date Change Alert Type. Indicates the type of Move Out Date Change Alert. (C_MOVEOUTDATECHANGEALERT)\r\nEnum AdvancedUtility.Model.CON013+MoveInDateChangeAlertEnum:  None, Alert, PrompttoModify","type":"string"},"MinimumBillExcludeCreditBalance":{"description":"Exclude Credit Balances. Exclude credit balances when checking the Lowest Bill Auto-No-Bill Exception. (L_MINBILLEXCLUDECRBALANCE)","type":"boolean"},"DisplayPapQuote":{"description":"Display a PAP Quote for Accounts Without Payment Plans. Indicates whether to obtain a PAP quote for accounts that are not on a payment plan when calculating a bill. (L_DISPLAYPAPQUOTE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether account type is disabled. (L_DISABLED)","type":"boolean"},"ApplyMultiplier":{"format":"int64","description":"Multiplier. The Basic Multiplier number to apply to the Maximum Bill Amount. (I_APPLYMULTIPLIER)","type":"integer"},"ExcludeFromMinimumBillCheck":{"description":"Exclude Payment Profile. Exclude accounts with payment profile from Minimum Bill check exception. (L_EXCLUDEFROMMINBILL)","type":"boolean"},"AllowAccountStatusChange":{"description":"Allow Account Status Change During Move In. Indicates whether the account status can be manually changed during a Move In. (L_ALLOWACCOUNTSTATUSCHANGE)","type":"boolean"},"FinalBillPendingSOExceptionNoBill":{"description":"No Bill if Final Bill Pending S/O Exception. Indicates whether to mark accounts as 'No Bill' if the final bill pending service order exception occurs. (L_FINALBILLPENDINGSOEXPNOBILL)","type":"boolean"},"PendingReadsInfoOnlyOnDateChange":{"description":"Pending Reads are Info Only on Move Out Date Change. Indicates whether pending reads will be marked as Info Only upon Move Out date change. (L_MOVEREADSONMOVEOUTCHANGE)","type":"boolean"},"ProcessFuturePaymentArrangements":{"description":"Process Future Payment Arrangements. Indicates whether or not to process the future payment arrangements on the account when the payments on the account satisfies the future payment arrangements amount. (L_PROCESSFUTUREARRANGEMENTS)","type":"boolean"},"DefaultMoveInDate":{"description":"Default Move In Date to Move Out Date. Indicates whether Move In Date defaults to Move Out Date. (L_DEFAULTMOVEINDATE)","type":"boolean"},"ActivateSOTypes":{"description":"Account Activation SO Types. The specific Service Order types required for the account to be activated. (C_ACTIVATESOTYPES)","type":"string"},"ActivateTransactionCodes":{"description":"Account Activation Transaction Codes (C_ACTIVATETRANSCODES)","type":"string"},"AdditionalAccountStatusesInBalanceTransfer":{"description":"Include Other Account Statuses in Final Balance Transfer. The list of Account Statuses that will be included when transferring account balances during final billing.  (C_ADDTLACCTSTATUSINBALTRANSFER)","type":"string"},"ArrangementPaymentTransactionTypes":{"description":"Arrangement Payment Transaction Types. The arrangement payment transaction types. (C_ARRANGEMENTPAYTRANSTYPE)","type":"string"},"AutoOwnerMoveInActionId":{"format":"int64","description":"Auto Owner Move In Action ID. The action ID for the auto owner move in action. (I_AUTOOWNERMOVEINACTION)","type":"integer"},"BillMessageCode":{"description":"Bill Message Code (C_BMESSAGECODE)","type":"string"},"BrokenArrangementActionId":{"format":"int64","description":"Broken Arrangement Action ID. The ID assigned to the action if the payment arrangement is broken. (I_BROKENARRACTIONID)","type":"integer"},"CheckFinalExceptionCode":{"format":"int64","description":"Final Bill Date before Billing Date. The description of the 'check final' exception. (I_CHECKFINALEXCEPTCODE)","type":"integer"},"CreditRefundTransactionCode":{"description":"Credit Refund Transaction Code. The transaction code used for the credit refund. (C_CREDITREFUNDTRANSCODE)","type":"string"},"DaysAfterFinalExceptionCode":{"format":"int64","description":"Final Date after Billing Date Exception Desc.. The days after the final exception code description. (I_DAYSAFTERFINALEXCEPTCODE)","type":"integer"},"DaysMoveInNotAllowed":{"description":"Days Excluded for Moving In. The number of days excluded for moving in. (C_DAYSMOVEINNOTALLOWED)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"DaysMoveOutNotAllowed":{"description":"Days Excluded for Moving Out. The number of days excluded for moving out. (C_DAYSMOVEOUTNOTALLOWED)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"FinalBillActionId":{"format":"int64","description":"Final Bill Action ID. The final bill action ID. (I_FINALBILLACTIONID)","type":"integer"},"FinalBillException":{"format":"int64","description":"Auto Final Bill Proration Exception. The proration  amount if the auto final bill proration exception occurs (i.e. if cannot prorate auto final bill). (I_FINALBILLEXCEPTION)","type":"integer"},"FinalBillPendingReadException":{"format":"int64","description":"Auto Final Bill - Pending Reading Exists. The pending reading when the auto final bill is created. (I_FINALBILLPENDINGREAD)","type":"integer"},"FinalBillPendingSOException":{"format":"int64","description":"Final Bill Pending S/O Exception. The final bill pending service order exception description. If this value is empty, the exception is ignored. (I_FINALBILLPENDINGSOEXCEPTION)","type":"integer"},"HighExceptionCode":{"format":"int64","description":"High Threshold Exception Desc.. The description of the high threshold exception. (I_HIGHEXCEPTCODE)","type":"integer"},"LowExceptionCode":{"format":"int64","description":"Low Threshold Exception Desc.. The description of the low threshold exception. (I_LOWEXCEPTCODE)","type":"integer"},"MaximumBillAmountExceptionCode":{"format":"int64","description":"Max. Bill Amount Exception Desc.. The description of the maximum bill amount exception. (I_MAXBILLAMOUNTEXCEPTCODE)","type":"integer"},"MinimumBillAmountExceptionCode":{"format":"int64","description":"Min. Bill Amount Exception Desc.. The description of the exception to the minimum bill amount. (I_MINBILLAMOUNTEXCEPTCODE)","type":"integer"},"MoveInActionId":{"format":"int64","description":"Move In Action ID. The ID of the Move In action. (I_MOVEINACTION)","type":"integer"},"MoveInActions":{"description":"Move In Actions. Actions selected in this mover list will be available for selection on the Comments and Actions page of the Move Process form when processing a Move In. (C_MOVEINACTIONS)","type":"string"},"MoveInExceptionCode":{"format":"int64","description":"No Move In Exception Desc.. The description of the Move-In exception. (I_MOVEINEXCEPTCODE)","type":"integer"},"MoveInNoMeterActionId":{"format":"int64","description":"Move In No Meter ActionID. The move-in no meter action id. (I_MOVEINNOMETERACTIONID)","type":"integer"},"MoveInTransactionCode":{"description":"Move In Charge Transaction Code. The Move In transaction code. (C_MOVEINTRANSCODE)","type":"string"},"MoveOutActionId":{"format":"int64","description":"Move Out Action ID. The ID of the Move Out action. (I_MOVEOUTACTION)","type":"integer"},"MoveOutActions":{"description":"Move Out Actions. Actions selected in this mover list will be available for selection on the Comments and Actions page of the Move Process form when processing a Move Out. (C_MOVEOUTACTIONS)","type":"string"},"NoLastBillExceptionCode":{"format":"int64","description":"First Bill Exception Desc.. The description of the 'no last bill' exception. (I_NOLASTBILLEXCEPTCODE)","type":"integer"},"NoNameExceptionCode":{"format":"int64","description":"Missing Customer Name Exception Desc.. The description of the 'no name' exception. (I_NONAMEEXCEPTCODE)","type":"integer"},"NsfLinkedNotice":{"format":"int64","description":"NSF Linked Notice Record. The non-sufficient funds linked notice record. (I_NSFLINKEDNOTICE)","type":"integer"},"OccupancyTypes":{"description":"Prorate Without Final Read Occupancy Types. The occupancy types used when prorating without the final read. (C_OCCUPANCYTYPES)","type":"string"},"PapType1":{"description":"PAP Estimate Type 1. The first estimating method used to calculate a pre-authorized payment quote. (C_PAPTYPE1)","type":"string"},"PapType2":{"description":"PAP Estimate Type 2. The second estimating method used to calculate a pre-authorized payment quote. (C_PAPTYPE2)","type":"string"},"PapType3":{"description":"PAP Estimate Type 3. The third estimating method used to calculate a pre-authorized payment quote. (C_PAPTYPE3)","type":"string"},"PapType4":{"description":"PAP Estimate Type 4. The fourth estimating method used to calculate a pre-authorized payment quote. (C_PAPTYPE4)","type":"string"},"ProrateExcludedReadStatuses":{"description":"Prorate Without Final Read Excluded Read Statuses. The excluded statuses used when prorating without the final read. (C_PRORATEEXCLUDEDREADSTATUSES)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group of the Basic Multiplier. (C_SERVICEGROUP)","type":"string"},"TenantMoveInActionId":{"format":"int64","description":"Tenant Move In Action ID. The action ID for the tenant move in action. (I_TENANTMOVEINACTION)","type":"integer"},"VacantMoveInActionId":{"format":"int64","description":"Vacant Action ID. The action ID for the account vacant move in action. (I_VACANTMOVEINACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountTypeModel]"},"readOnly":true}}},"Operation[AccountTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountTypeDepositModel":{"description":"Account Type Deposit Control (AccountTypeDeposit / CON103)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccrueInterestAfterDays":{"format":"int32","description":"Accrue Interest on Deposit After Days. The deposit will not accrue interest until after the number of days specified. (I_ACCRUEINTERESTAFTERDAYS)","type":"integer"},"AccrueRefundInterestAfterDays":{"format":"int32","description":"Accrue Interest on Deposit Refund After Days. The deposit refund will not accrue interest until after the number of days specified. (I_ACCRUEREFUNDINTAFTERDAYS)","type":"integer"},"ApplyDeposit":{"description":"Apply Deposit. Indicates whether to apply the deposit. (L_APPLYDEPOSIT)","type":"boolean"},"DepositInterestDays":{"format":"int32","description":"Deposit Interest Days. The number of days to be used in calculating the interest, only if the deposit has been on file for that many days. (I_DEPOSITINTERESTDAYS)","type":"integer"},"ApplyDepositRefund":{"description":"Apply Deposit Refund. Indicates whether to apply a deposit refund. (L_APPLYDEPOSITREFUND)","type":"boolean"},"DRCreditRating":{"format":"int32","description":"DR Min Credit Rating. The minimum credit rating before the deposit refund applies. (I_DRCREDITRATING)","type":"integer"},"DRDaysOnDeposit":{"format":"int32","description":"DR Min Days on Deposit. The minimum days on the deposit for a deposit refund. (I_DRDAYSONDEPOSIT)","type":"integer"},"WaiveDeposit":{"description":"Deposit Waiver Allowed. Indicates whether a deposit waiver is allowed. (L_WAIVEDEPOSIT)","type":"boolean"},"DWCreditRating":{"format":"int32","description":"Maximum Deposit Waiver Credit Points. The maximum credit points for a deposit waiver to be applied.  (I_DWCREDITRATING)","type":"integer"},"DWDaysPrevious":{"format":"int32","description":"Minimum Deposit Waiver Days at Previous. The minimum days based on the previous deposit before a deposit waiver is applied. (N_DWDAYSPREVIOUS)","type":"integer"},"DepositAmount":{"format":"double","description":"Deposit Amount. The deposit amount. (Y_DEPOSIT)","type":"number"},"DWNewCustomer":{"description":"Allow Deposit Waiver for New Customer. Indicates whether to allow a deposit waiver for a new customer. (L_DWNEWCUSTOMER)","type":"boolean"},"ApplyDepositRefundService":{"description":"Apply Deposit to Inactive Service. Indicates whether to apply a deposit to the inactive service. (L_APPLYDEPOSITREFUNDSERVICE)","type":"boolean"},"InterestPercent":{"format":"double","description":"Interest. The percent interest. (N_INTPERCENT)","type":"number"},"CreditPoints":{"format":"int32","description":"Credit Points. Minimum Credit points for Deposit Interest. (N_CREDITPOINTS)","type":"integer"},"CreditRatingDays":{"format":"int32","description":"Credit Rating Days. Credit rating days for Deposit Interest. (N_CREDITRATINGDAYS)","type":"integer"},"Id":{"format":"int64","description":"ID. The unique code. (I_ACCOUNTTYPEDEPOSITID)","type":"integer"},"NoDRDaysOnDepositOnFinalBill":{"description":"Ignore DR Min Days on Deposit on Final Bill. Indicates whether the check for minimum days on the deposit for a deposit refund will be ignored on Final Bill. (L_NOFINALDRDAYSONDEPOSIT)","type":"boolean"},"NoDRCreditRatingOnFinalBill":{"description":"Ignore DR Min Credit Rating on Final Bill. Indicates whether the check for minimum credit rating for a deposit refund will be ignored on Final Bill. (L_NOFINALDRCREDITRATING)","type":"boolean"},"KeepDepositPaymentTransactionCode":{"description":"Keep Original Transaction Code on Deposit Payment. Indicates whether to keep the original transaction code on the deposit payment. (L_KEEPDEPOSITPAYMENTTRANSCODE)","type":"boolean"},"InterestFromActualPayment":{"description":"Interest From Actual Payment Date. Indicates whether the interest from the actual payment is used. (L_INTERESTFROMACTUALPAYMENT)","type":"boolean"},"NoInterestUntilAllQuotePaid":{"description":"No Interest Until All Quote Paid. Indicates that no interest is applied until the entire quote amount is paid. (L_NOINTERESTUNTILALLQUOTEPAID)","type":"boolean"},"ApplyBillingFactorToQuote":{"description":"Apply Billing Factor to Quote. Indicates if the frequency factor is applied to the deposit quote. (L_APPLYBILLINGFACTORTOQUOTE)","type":"boolean"},"MinimumAmount":{"format":"double","description":"Minimum Allowed Limit. The minimum deposit amount. (Y_MINIMUMAMOUNT)","type":"number"},"MaximumAmount":{"format":"double","description":"Maximum Allowed Limit. The maximum deposit amount. (Y_MAXIMUMAMOUNT)","type":"number"},"RoundAmount":{"format":"double","description":"Deposit Rounding Amount. The deposit rounding amount. (Y_ROUNDAMOUNT)","type":"number"},"RoundType":{"description":"Rounding Type. Indicates the type of rounding used. (C_ROUNDTYPE)\r\nEnum AdvancedUtility.Model.CON103+RoundTypeEnum:  None, Truncate, Bumpup, Round","type":"string"},"DepositFinalDays":{"format":"int32","description":"Deposit Final Days. The deposit final days. (N_DEPOSITFINALDAYS)","type":"integer"},"ReverseUnpaidDeposit":{"description":"Reverse Unpaid Deposit. Indicates that the unpaid deposit will be reversed. (L_REVERSEUNPAIDDEPOSIT)","type":"boolean"},"UseNewInterestTransactionCodeInRefund":{"description":"Use New Interest Transaction Code in Refund. Indicates whether the new interest transaction code is included in the refund. (L_USENEWINTERESTTRANSCODEINREF)","type":"boolean"},"AllCompanies":{"description":"All Companies?. Indicates whether this Deposit setup is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order for this Deposit setup to apply. (C_DIVISIONS)","type":"string"},"MinimumDepositForInterest":{"format":"double","description":"Minimum Deposit Amount for Interest. The minimum deposit balance/amount for interest to be calculated. (Y_MINAMOUNTFORINTEREST)","type":"number"},"AvoidDepositRefund":{"description":"Do Not Apply Deposit Refund in Move In/Out process. Setting this flag on will cause deposits NOT to be refunded in the Move In/Out process if the customer is moving to the account that has no service that deposit was applied to. (L_AVOIDDEPOSITREFUND)","type":"boolean"},"RefundTransactionCreditRating":{"format":"int32","description":"Deposit Refund Max Credit Rating for Transactions. The deposit refund maximum credit rating for transactions. (I_DRTRANSCREDITRATING)","type":"integer"},"RefundTransactionDaysBack":{"format":"int32","description":"Deposit Refund Number of Days for Transaction Credit Rating. The deposit refund number of days for transaction credit rating. (I_DRTRANSDAYSBACK)","type":"integer"},"RefundNoticeCreditRating":{"format":"int32","description":"Deposit Refund Max Credit Rating for Notices. The deposit refund maximum credit rating for notices. (I_DRNOTICECREDITRATING)","type":"integer"},"RefundNoticeDaysBack":{"format":"int32","description":"Deposit Refund Number of Days for Notice Credit Rating. The deposit refund number of days for notice credit rating. (I_DRNOTICEDAYSBACK)","type":"integer"},"AdditionalCriteriaLink":{"description":"Additional Criteria Link. The additional criteria link information. (C_ADDITIONALCRITERIALINK)\r\nEnum AdvancedUtility.Model.CON103+AdditionalCriteriaLinkEnum:  Blank, And, Or","type":"string"},"SplitDeposit":{"description":"Split Deposit. Split Deposit (L_SPLITDEPOSIT)","type":"boolean"},"DepositAllocPercent":{"format":"double","description":"Deposit Allocation Percentage. Deposit Allocation Percentage (N_DEPOSITALLOCPERCENT)","type":"number"},"NoInterestOnDepositTransfer":{"description":"No Interest on Deposit Transfer. Setting this flag on will skip the calculation of interest during transfer of deposits to new account (L_NOINTERESTONDEPTRANSFER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the account type deposit is disabled. (L_DISABLED)","type":"boolean"},"RefundPartialPayments":{"description":"Refund Partial Payments?. Indicates whether partial deposit payments can be refunded. (L_REFUNDPARTIALPAYMENTS)","type":"boolean"},"NoAccruedInterestOnFinalBill":{"description":"Ignore Accrued Interest on Final Bill. Indicates whether the deposit interest accrued between the period of the last deposit interest and the final bill will be ignored during the final bill. (L_NOACCRUEDINTERESTONFINALBILL)","type":"boolean"},"AccountType":{"description":"Account Type Code. The account type code. (C_ACCOUNTTYPE)","type":"string"},"AccruedInterestTransactionCode":{"description":"Accrued Interest Transaction Code. The transaction code for the accrued interest. (C_ACCINTTRANSCODE)","type":"string"},"ARCode":{"description":"Deposit A/R Code. The deposit accounts receivable code (C_ARCODE)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order for this Deposit setup to apply. (C_COMPANY)","type":"string"},"DepositAction":{"format":"int64","description":"Deposit Action. The action applied to the deposit. (I_DEPOSITACTION)","type":"integer"},"DepositOwingAR":{"description":"Deposit Owing A/R. The accounts receivable for the deposit owing. (C_DEPOSITOWINGAR)","type":"string"},"DepositPaidTransactionCode":{"description":"Deposit Paid Transaction Code. The transaction code for the paid deposit. (C_DEPOSITPAIDTRANSCODE)","type":"string"},"DepositQuoteTransactionCode":{"description":"Deposit Quote Transaction Code. The transaction code for the deposit quote. (C_DEPOSITQUOTETRANSCODE)","type":"string"},"DepositTransactionCode":{"description":"Deposit Transaction Code. The deposit transaction code. (C_DEPOSITTRANSCODE)","type":"string"},"DepositType1":{"description":"Deposit Estimate Type 1. The deposit type 1. (C_DEPOSITTYPE1)","type":"string"},"DepositType2":{"description":"Deposit Estimate Type 2. The deposit type 2. (C_DEPOSITTYPE2)","type":"string"},"DepositType3":{"description":"Deposit Estimate Type 3. The deposit type 3. (C_DEPOSITTYPE3)","type":"string"},"DepositType4":{"description":"Deposit Estimate Type 4. The deposit type 4. (C_DEPOSITTYPE4)","type":"string"},"DRIntTransactionCode":{"description":"Deposit Refund Interest Transaction Code. The interest transaction code for the deposit refund. (C_DRINTTRANSCODE)","type":"string"},"DRTransactionCode":{"description":"Deposit Refund Transaction Code. The transaction code for the deposit refund. (C_DRTRANSCODE)","type":"string"},"DWAction":{"format":"int64","description":"Deposit Waiver Action. The action applied to the deposit waiver. (I_DWACTION)","type":"integer"},"FinalInterestTransactionCode":{"description":"Final Interest Transaction Code. The transaction code for the final interest. (C_FININTCODE)","type":"string"},"InterestAR":{"description":"Deposit Interest A/R. The accounts receivable for the deposit interest. (C_INTERESTAR)","type":"string"},"InterestTransactionCode":{"description":"Interest Transaction Code. The transaction code for the interest. (C_INTTRANSCODE)","type":"string"},"OccupancyCode":{"description":"Occupancy Code. Ownership Type (C_OCCUPANCYCODE)","type":"string"},"RefundNotices":{"description":"Deposit Refund Credit Rating Notices. The deposit refund credit rating notices. (C_DRNOTICES)","type":"string"},"RefundTransactions":{"description":"Deposit Refund Credit Rating Transactions. The deposit refund credit rating transactions. (C_DRTRANSACTIONS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountTypeDepositModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountTypeDepositModel]"},"readOnly":true}}},"Operation[AccountTypeDepositModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AccountTypeLossFactorModel":{"description":"Account Type Loss Factor (AccountTypeLossFactor / BIF406)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EffectiveDateTime":{"format":"date-time","description":"Effective Date Time. The effective date and time. (T_EFFECTIVEDATE)","type":"string"},"LossFactor":{"format":"double","description":"Loss Factor. The loss factor. (N_LOSSFACTOR)","type":"number"},"MeteringType":{"description":"Metering Type. The metering type. (C_METERINGTYPE)\r\nEnum AdvancedUtility.Model.BIF004+MeteringTypeEnum:  None, Primary, Secondary","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the account type - loss factor is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"Company":{"description":"Company. The utility company. (C_COMPANY)","type":"string"},"ServicesToApply":{"description":"Services to apply. The services to apply. (C_SERVICESAPPLY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AccountTypeLossFactorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AccountTypeLossFactorModel]"},"readOnly":true}}},"Operation[AccountTypeLossFactorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AchTransactionCodeModel":{"description":"ACH Transaction Code Control (AchTransactionCode / CON051)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AchCode":{"description":"ACH Transaction Code. The ACH (Automated Clearing House) code for the transaction. (C_ACHCODE)","type":"string"},"DebitCredit":{"description":"Debit/Credit. The debit or credit transaction type. (C_DEBITCREDIT)\r\nEnum AdvancedUtility.Model.CON051+DebitCreditEnum:  Debit, Credit","type":"string"},"PreNote":{"description":"Prenote. Indicates whether the Prenote has been sent to ACH (Automated Clearing House). (L_PRENOTE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the ACH transaction code is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AchTransactionCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AchTransactionCodeModel]"},"readOnly":true}}},"Operation[AchTransactionCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RunActionModel":{"type":"object","properties":{"TargetPks":{"type":"array","items":{"format":"int64","type":"integer"}},"Overrides":{"type":"object","additionalProperties":{"type":"object"}},"ActionId":{"format":"int64","type":"integer"}}},"ActionRunResultModel":{"description":"Result information for a CIS RunnableProcessResult.\r\nRepresents a CIS RunnableProcessResult structure","type":"object","properties":{"Success":{"description":"Indicates if the process completed successfully","type":"boolean"},"ProcessStart":{"format":"date-time","description":"Process start time","type":"string"},"ProcessEnd":{"format":"date-time","description":"Process complete time","type":"string"},"ProcessFeedback":{"description":"Feedback messages created by the process run","type":"object"},"ResultDetails":{"description":"Details message generated from the process.  May also be a failure message if the process did not end successfully.\r\nTypically a result summary message like \"500 items processed (with 2 errors).  Output printed to result file 'claude.pdf'\".","type":"string"},"OutputFile":{"description":"Output file location of optional file created by the process run","type":"string"},"LogSummaryForUser":{"description":"If summary message will be shown to the user.","type":"boolean"},"ProcessedCount":{"format":"int32","description":"Total number of processed records","type":"integer"},"SuccessfulCount":{"format":"int32","description":"Number of successfully processed records","type":"integer"},"FailedCount":{"format":"int32","description":"Number of records for which processing failed","type":"integer"},"SkippedCount":{"format":"int32","description":"Number of records skipped during processing","type":"integer"},"RunId":{"format":"int64","description":"Gets the process unique identifier (Run Id).  Read-only.","type":"integer"}}},"ActionDefinitionModel":{"description":"Action Control (ActionDefinition / CON115)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ActionDataSteps":{"description":"Action Details. Structure for the Action Workflow (M_ACTIONDATA)","type":"array","items":{"$ref":"#/definitions/ActionStepModel"}},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Description":{"description":"Action Description. The description of the action. (C_DESCRIPTION)","type":"string"},"AlwaysSubAction":{"description":"Run Subsequent Action Unconditionally. Indicates whether to run the subsequent action unconditionally, i.e. regardless of the status of the parent action.  (L_ALWAYSSUBACTION)","type":"boolean"},"DaysLimit":{"format":"int32","description":"Number of Days to Limit Action. The number of days in which to limit the same action. (N_DAYSLIMIT)","type":"integer"},"Type":{"description":"Type. The action type. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON115+TypeEnum:  _blank, Collections, Membership, ReconnectAction","type":"string"},"SubType":{"description":"Sub Type. The action sub type. (C_SUBTYPE)","type":"string"},"IsExternal":{"description":"Externally Referenced. Indicates that this action record is externally referenced. (L_EXTERNAL)","type":"boolean"},"Details":{"description":"Long Description. The long description or additional information about the action. (C_DETAILS)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates that this action is disabled (L_DISABLED)","type":"boolean"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"ActionData":{"description":"Action Details. Structure for the Action Workflow (M_ACTIONDATA)","type":"string"},"Creator":{"description":"Creator. The user who created this item (C_CREATOR)","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria ID. The criteria ID. (I_CRITERIAID)","type":"integer"},"CriteriaIdOld":{"description":"Criteria ID. The criteria ID. (C_CRITERIAID)","type":"string"},"CustomCriteria":{"description":"Custom Criteria. The custom criteria. (M_CRITERIA)","type":"string"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"SubActionId":{"format":"int64","description":"Subsequent Action ID. The ID of the subsequent action. (I_SUBACTIONID)","type":"integer"},"Target":{"description":"Target Environment. The target environment for this action (Root scope of the action) (C_TARGETTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ActionStepModel":{"description":"Tree that represents the definition of this action. Action is stored as an XML in the database.\r\nTo populate and retrieve a tree for a certain XML, call the CreateTree() method.","type":"object","properties":{"Type":{"description":"Type associated for this step. \r\nEnum AdvancedUtility.Services.Processes.Action+NodeType: Class, Script, DoAction, AimExport","type":"string"},"Mode":{"description":"Defines the type of mode an ActionTree node is. \r\nIt is used with NodeType.Class to determine if the class is being updated, added, or deleted. \r\nEnum AdvancedUtility.Services.Processes.Action+Mode: Add, Update, Delete","type":"string"},"Alias":{"description":"Alias associated for this node","type":"string"},"Description":{"description":"The Description associated for this node. This is generally used for the purpose of overriding the default description to show on the GUI.","type":"string"},"Source":{"description":"Source of value retrieved. Empty if value is not based off a source.","type":"string"},"AllowSkip":{"description":"Allows the user to prompt to skip the current action step.\r\nIf set to true - there will be a checkbox that appears. Otherwise the checkbox will be missing. \r\nThis is a GUI only setting. In CisV4 this is a treeview with a checkbox beside it","type":"boolean"},"DefaultSkipValue":{"description":"If AllowPromptForSkip is true - this determines the default value for the prompt for skip","type":"boolean"},"Name":{"description":"Name associated for this node. This name can represent the following:\r\nBusiness Name of a class (can find from AppDict.xml)\r\nProperty Name of a business object","type":"string"},"Script":{"description":"Script associated with this step when Type is Script","type":"string"},"ActionId":{"format":"int64","description":"ActionId associated with this step when Type is DoAction","type":"integer"},"Properties":{"description":"List of properties for the class node","type":"array","items":{"$ref":"#/definitions/ActionTreePropertyModel"}}}},"ActionTreePropertyModel":{"description":"Tree that represents the definition of this action. Action is stored as an XML in the database.\r\nTo populate and retrieve a tree for a certain XML, call the CreateTree() method.","type":"object","properties":{"Name":{"description":"Name associated for this node. This name can represent the following:\r\nBusiness Name of a class (can find from AppDict.xml)\r\nProperty Name of a business object","type":"string"},"Source":{"description":"Source of value retrieved. Empty if value is not based off a source.","type":"string"},"AssignmentSource":{"description":"The way this item will have its value assigned. The value can be assigned directly using \"Value\", another \"Source\", a PowerShell \"Script\", etc\r\nEnum AdvancedUtility.Services.Processes.Action+AssignType: Value, Source, Script","type":"string"},"Value":{"description":"Value assigned to this node","type":"string"},"Prompt":{"description":"Determines whether if this Action will prompt for a value. \r\nWILL ONLY PROMPT IF THIS VALUE IS NOT EMPTY","type":"string"},"ActualValue":{"description":"Actual value assigned to this node","type":"string"},"Description":{"description":"Actual value assigned to this node","type":"string"}}},"JsonPatchDocument[ActionDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ActionDefinitionModel]"},"readOnly":true}}},"Operation[ActionDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ActionInterfaceModel":{"description":"Action Interface (ActionInterface / UTL115)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ActionId":{"format":"int64","description":"Action Code. The action code. (I_ACTION)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether this action has been processed internally. (L_PROCESSED)","type":"boolean"},"Addnote":{"description":"Additional Note. Additional notes about the action. (M_ADDNOTE)","type":"string"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference. The external reference ID. (C_EXTREFERENCE)","type":"string"},"Timestamp":{"format":"date-time","description":"External Timestamp. The timestamp from the external source. (T_TIMESTAMP)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the transaction has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"RecordType":{"description":"Record Type. The record type. (C_RECORDTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ActionInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ActionInterfaceModel]"},"readOnly":true}}},"Operation[ActionInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ActionProcessingRunModel":{"description":"ActionProcessing process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Keys":{"description":"If this list is assigned, this action will run against all the pk keys in this list.\r\nThe pk list must apply to the target table of this action, or you will be very sorry.\r\nNull indicates that no pk list applies, and therefore an object list is going to be used.\r\nEither a Key list or an TargetCodes list is required.","type":"array","items":{"format":"int64","type":"integer"}},"TargetCodes":{"description":"Assign a list of O_Code for Business objects (eg. CustomerAccount) to be processed by this action.\r\nAssign null to indicate that no object list applies and a key list should be used.\r\nThe list of ocodes must match the target type of this action, or an error will result when the action is executed.\r\nEither a Key list or a list of oCodes is required.\r\nAssigning this list will automatically ignore the Keys list.","type":"array","items":{"type":"string"}},"Target":{"description":"Set the target/environment of the process. This should be the table model name of the main or target table of this action process.","type":"string"},"ActionDataSteps":{"description":"Action Details. Structure for the Action Workflow","type":"array","items":{"$ref":"#/definitions/ActionStepModel"}},"CustomCriteriaFilter":{"description":"Custom query criteria filter to be used for this process. This filter defines the items from the Keys/ObjectList that will be skipped.\r\nThis string should deserialize into a QueryTree with the same RootScope as the Target of this Action process.\r\nOverridden if ActionId is passed in or CriteriaId is assigned.","type":"string"},"CriteriaId":{"format":"int64","description":"Query criteria Id (CON206) to be used for this process. The criteria filter associated with this Id defines the items from the Keys/ObjectList that will be skipped.\r\nThe Criteria Id should be the same Target as the Target of this Action process.\r\nOverridden if ActionId or CustomCriteriaFilter is assigned","type":"integer"},"DaysLimit":{"format":"int32","description":"Number of days to wait before the action can be recreated for this business object. \r\nThe method to determine if limit is exceeded is on each BusinessBase override\r\nThe override method is called ActionDuplicate(int days...)","type":"integer"},"DuplicateCheckHandling":{"description":"Handling of Duplicate Items. Determines whether to continue or skip the action step.\r\nEnum AdvancedUtility.Services.Processes.Action+CheckDuplicatesEnum: Continue, Skip","type":"string"},"ActionId":{"format":"int64","description":"Action Id for this process. \r\nThe Action Id the Code for CON115 (ActionDefinition) table. Most of the information (Target Environment, Criteria, Days Limit, etc) needed to run the action process can be retrieved from this table.\r\nOverrides all other parameters used by process","type":"integer"},"SubActionId":{"format":"int64","description":"Subsequent Action Id for this process. \r\nThis action will run after the main action process has been completed. \r\nIf AlwaysSubAction is set to true, this SubActionId runs regardless (even if skipped). Otherwise, it skips the SubActionId as well.\r\nOverridden if ActionId is assigned","type":"integer"},"AlwaysSubAction":{"description":"Determines if SubActionId will run even if filtered by criteria. \r\nOverridden if ActionId is assigned","type":"boolean"},"SkipAliases":{"description":"List of Aliases to skip for the entire Action Process.","type":"array","items":{"type":"string"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AddMultipleAccountPaymentDetails_Parameters":{"description":"Parameter model","type":"object","properties":{"ExternalSource":{"type":"string"},"UniqueId":{"format":"double","type":"number"},"Items":{"type":"string"}}},"AddMultipleAccountPaymentDetails_Result":{"description":"Result model","type":"object","properties":{"Success":{"type":"boolean"}}},"AddonProfileModel":{"description":"Add-on Profile Control (AddonProfile / CON275)\r\nStores configuration settings for add-ons like Link. Can be used by third party addons as well.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Addon":{"description":"Add-on. Name of add-on product to which this profile applies. Avoid overlap with existing Advanced add-ons (i.e. LINK, MOBILE, BFPORTAL, etc.) (C_ADDON)","type":"string"},"Instance":{"description":"Instance. Optional instance code that distinguishes settings for multiple instances of the same add-on. (C_INSTANCE)","type":"string"},"Property":{"description":"Property. Property name of the profile setting. (C_PROPERTY)","type":"string"},"Type":{"description":"Type. Data type for the property value. Typically returns string data but can be used by the add-on code to supply a hint about the content type. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON275+TypeEnum:  Character, Datetime, Boolean, Number, Other","type":"string"},"Data":{"description":"Data. String representation of the property value. Values are always stored as string data but data varies based on add-on use-case and the type hint. (M_DATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AddonProfileModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AddonProfileModel]"},"readOnly":true}}},"Operation[AddonProfileModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AddPaymentParameters_Parameters":{"description":"Parameter model","type":"object","properties":{"ExternalSource":{"type":"string"},"Items":{"type":"string"}}},"AddPaymentParameters_Result":{"description":"Result model","type":"object","properties":{"Id":{"format":"double","type":"number"}}},"JsonPatchDocument[AddressModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AddressModel]"},"readOnly":true}}},"Operation[AddressModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AddressCorrectionExportRunModel":{"description":"AddressCorrectionExport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FileName":{"description":"Export file name","type":"string"},"OnlySpecificBillsBatch":{"description":"Flag indicating whether to select only addresses from selected bill batches","type":"boolean"},"OnlySpecificNoticesBatch":{"description":"Flag indicating whether to select only addresses from selected notice batches","type":"boolean"},"IncludeEBills":{"description":"Include eBills Addresses","type":"boolean"},"OnlyActiveAccounts":{"description":"Flag indicating whether to select only active accounts","type":"boolean"},"OnlyBillingAddresses":{"description":"Flag indicating whether to select only billing addresses","type":"boolean"},"UseIMBCode":{"description":"Flag indicating whether to populate the IMB code","type":"boolean"},"BillBatchPks":{"description":"List of selected BillBatch (BIF500) PKs","type":"array","items":{"format":"int64","type":"integer"}},"NoticeBatchPks":{"description":"List of selected NoticeBatch (BIF504) PKs","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AddressCorrectionImportRunModel":{"description":"AddressCorrectionImport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FileName":{"description":"Import file name","type":"string"},"DeleteImportFile":{"description":"Flag indicating whether to delete the import file after processing","type":"boolean"},"UpdateOnlyPostalCode":{"description":"Flag indicating whether to update only the postal code","type":"boolean"},"UpdateBillingSortOrder":{"description":"Flag indicating whether to update billing sort order","type":"boolean"},"UpdateNoticeSortOrder":{"description":"Flag indicating whether to update notices sort order","type":"boolean"},"UseIMBCode":{"description":"Flag indicating whether to use the IMB code","type":"boolean"},"InputData":{"format":"byte","description":"Import data; if provided, it will have priority over FileName file","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AddressLookupModel":{"description":"Address Lookup (AddressLookup / BIF216)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Town":{"description":"City. The city or town. (C_TOWN)","type":"string"},"Street":{"description":"Street Name. The street name. (C_STREET)","type":"string"},"StreetNumberFromOld":{"description":"Street Number from (Obsolete). The street number (starting) From value. (Obsolete) (C_STREETNUMFROM)","type":"string"},"StreetNumberFrom":{"format":"int64","description":"Street Number from. The street number (starting) From value. (N_STREETNUMFROM)","type":"integer"},"StreetNumberToOld":{"description":"Street Number to (Obsolete). The street number To (ending) value. (Obsolete) (C_STREETNUMTO)","type":"string"},"StreetNumberTo":{"format":"int64","description":"Street Number to. The street number To (ending) value.  (N_STREETNUMTO)","type":"integer"},"GPSLongitudeFrom":{"format":"double","description":"GPS Longitude from. The GPS longitude (starting) From value. (N_LONGFROM)","type":"number"},"GPSLongitudeTo":{"format":"double","description":"GPS Longitude to. The GPS longitude To (ending) value. (N_LONGTO)","type":"number"},"GPSLatitudeFrom":{"format":"double","description":"GPS Latitude from. The GPS latitude (starting) From value. (N_LATFROM)","type":"number"},"GPSLatitudeTo":{"format":"double","description":"GPS Latitude to. The GPS latitude To (ending) value. (N_LATTO)","type":"number"},"DefaultPostalCode":{"description":"Default Zip Code. The default postal code or ZIP code. (C_DEFPOSTCODE)","type":"string"},"StreetSide":{"description":"Street Side. The street side value. (C_STREETSIDE)\r\nEnum AdvancedUtility.Model.BIF216+StreetSideEnum:  _blank, Odd, Even","type":"string"},"RecordType":{"description":"Record Type. The address record type. (C_RECORDTYPE)\r\nEnum AdvancedUtility.Model.BIF216+RecordTypeEnum:  Manuallyadded, Imported","type":"string"},"ExternalReference":{"description":"External Reference. The external reference value. (C_EXTREFERENCE)","type":"string"},"LotNumber":{"description":"Lot Number. The lot number. (C_LOT)","type":"string"},"PlanNumber":{"description":"Plan Number. The plan number. (C_PLAN)","type":"string"},"Apt":{"description":"Apartment/Unit Number. The apartment or unit number. (C_APT)","type":"string"},"TaxRollNumber":{"description":"Tax Roll Number. The tax roll number. (C_ROLLNUMBER)","type":"string"},"StructureSize":{"format":"double","description":"Structure Size. The size of the structure. (N_STRUCTURESIZE)","type":"number"},"LotSize":{"format":"double","description":"Lot Size. The lot size. (N_LOTSIZE)","type":"number"},"Latitude":{"description":"GPS Latitude. The GPS latitude coordinates. (C_LATITUDE)","type":"string"},"Longitude":{"description":"GPS Longitude. The GPS longitude coordinates. (C_LONGITUDE)","type":"string"},"UDF_Char_1":{"description":"Service Address Custom Field 1 (C_SERVADDUSER1)","type":"string"},"UDF_Char_2":{"description":"Service Address Custom Field 2 (C_SERVADDUSER2)","type":"string"},"UDF_Char_3":{"description":"Service Address Custom Field 3 (C_SERVADDUSER3)","type":"string"},"UDF_Char_4":{"description":"Service Address Custom Field 4 (C_SERVADDUSER4)","type":"string"},"UDF_Char_5":{"description":"Service Address Custom Field 5 (C_SERVADDUSER5)","type":"string"},"DefaultTown":{"description":"Default City. The default city or town. (C_DEFTOWN)","type":"string"},"MapReferenceNumber":{"description":"Map Reference #. The map reference number. (C_MAPREFERENCENUMBER)","type":"string"},"Custom1":{"description":"Service Address Custom 1 Flag. Indicates whether this is the service address custom 1 flag. (L_CUSTOM1)","type":"boolean"},"CollectedBy":{"description":"Collected by. The solid waste collection company. (C_COLLECTEDBY)","type":"string"},"Concession":{"description":"Concession. The concession of the service address. (C_CONCESS)","type":"string"},"AddressSource":{"description":"Address Source. The origin of this address record (e.g. Imported from GIS system, Loaded from Canada Post CD, Entered manually). (C_SOURCE)\r\nEnum AdvancedUtility.Model.AddressValidationSource:  GIS, CanadaPost, ManualEntry","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the address lookup is disabled. (L_DISABLED)","type":"boolean"},"POBoxFrom":{"format":"int32","description":"PO Box From. The P.O. Box \"From\" or starting value. (N_POBOXFROM)","type":"integer"},"POBoxTo":{"format":"int32","description":"PO Box To. The P.O. Box \"To\" or ending value. (N_POBOXTO)","type":"integer"},"DeliveryInstallationName":{"description":"Delivery Installation Name. The name of the postal delivery installation, e.g. MAIN as in PO BOX 4001 STN MAIN. (C_DELIVERYINSTALLATIONNAME)","type":"string"},"DeliveryInstallationType":{"description":"Delivery Installation Type. The type of postal delivery installation, e.g. STN = Station, PO = Post Office, RPO = Retail Postal Outlet. (C_DELIVERYINSTALLATIONTYPE)","type":"string"},"State":{"description":"Province/State. The state or province. (C_PROV)","type":"string"},"Station":{"description":"Nearest Weather Station. The weather station located closest to the address (C_STATION)","type":"string"},"StreetNumberSuffix":{"description":"Street Number Suffix Code. The street number suffix code. (C_STRNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the service address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street's prefix value. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street's suffix value. (C_STREETSUFFIX)","type":"string"},"StructureType":{"description":"Structure Type Code. The structure type code. (C_STRUCTURETYPE)","type":"string"},"TaxProfile":{"description":"Tax Profile. The tax profile. (C_TAXPROFILE)","type":"string"},"Zone":{"description":"Service Address Zone. The service address zone. (C_ZONE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AddressLookupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AddressLookupModel]"},"readOnly":true}}},"Operation[AddressLookupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AddressLookupImportRunModel":{"description":"AddressLookupImport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ImportMethod":{"description":"Method used for populating Address Lookup Control. Override method removes all previous records before importing new ones. Refresh method updates existing records and adds new ones.\r\nEnum AdvancedUtility.Services.Processes.InterfaceTableSynchronization.AddressLookupImport+ImportMethodEnum: Refresh, Override","type":"string"},"UpdateManuallyAddedRecords":{"description":"Controls whether manually added records will be removed when using Override method","type":"boolean"},"LogChanges":{"description":"Indicates whether successfully processed information will be logged","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AddressSynchronizationRunModel":{"description":"AddressSynchronization process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UpdateAddressInfo":{"description":"Refresh address info where the external reference is found in CIS","type":"boolean"},"LogNoExtReference":{"description":"Log Addresses With No External Reference Id","type":"boolean"},"LogChanges":{"description":"Indicates whether successfully processed information will be logged","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AddressTypeModel":{"description":"Address Type Control (AddressType / CON001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Code. The unique code for the address type. (C_ADDTYPE)","type":"string"},"Description":{"description":"Description. The description of the address type. (C_ADDTDESC)","type":"string"},"AppliesTo":{"description":"Applies To. Indicates whether the address of this type is associated with the customer, or with the account, or both. (C_TYPE)\r\nEnum AdvancedUtility.Model.AppliesTo:  Account, Customer, Both","type":"string"},"UseName":{"description":"Use Name for Addressing. Indicates whether to use the name included with the address. (L_USENAME)","type":"boolean"},"MoveInOutAddress":{"description":"Move In/Out Type. The move in or move out address type.  (C_MOVEINOUTADDRESS)\r\nEnum AdvancedUtility.Model.CON001+MoveInOutAddressEnum:  NotUsed, MoveOut, MoveIn, Both","type":"string"},"IsPropertyOwner":{"description":"Property Owner Address Type. Indicates the property owner address type. (L_PROPERTYOWNER)","type":"boolean"},"Custom":{"description":"Address Type Custom Flag. Indicates whether to include the address type custom. (L_CUSTOM)","type":"boolean"},"AllowAddressDeleteInMove":{"description":"Allow Address Deletion During Move?. Indicates whether deleting addresses is allowed during Move Processing. (L_ALLOWMOVEDELETE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the address type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AddressTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AddressTypeModel]"},"readOnly":true}}},"Operation[AddressTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AddressValidationRunModel":{"description":"AddressValidation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ValidatedBefore":{"description":"Revalidate addresses validated before this date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ValidateActiveAddresses":{"description":"Validate Active Addresses","type":"boolean"},"ValidateAddressTypes":{"description":"Validate selected Address Types","type":"boolean"},"IncludeAddressesForNoticeCopies":{"description":"Include addresses for Notice copies","type":"boolean"},"IncludeAddressesForBillCopies":{"description":"Include addresses for Bill copies","type":"boolean"},"AddressTypes":{"description":"List of Address Type Codes to run the process","type":"array","items":{"type":"string"}},"AllAddressTypes":{"description":"Use all Address Types","type":"boolean"},"AccountStatuses":{"description":"List of Account Status Codes to run the process","type":"array","items":{"type":"string"}},"AllAccountStatuses":{"description":"Use all Account Statuses","type":"boolean"},"AccountTypes":{"description":"List of Account Type Codes to run the process","type":"array","items":{"type":"string"}},"AllAccountTypes":{"description":"Use all Account Types","type":"boolean"},"Cycles":{"description":"List of Cycle Codes to run the process","type":"array","items":{"type":"string"}},"AllCycles":{"description":"Use all Cycles","type":"boolean"},"BIF006PkList":{"description":"Customer Address (BIF006) PKs for validation (optional)","type":"array","items":{"format":"int64","type":"integer"}},"BIF002PkList":{"description":"Service Address (BIF002) PKs for validation (optional)","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AdjustmentRateElementModel":{"description":"Rate Element - Adjustment (AdjustmentRateElement / BIF111)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AdjustmentKey":{"format":"int64","description":"Adjustment Key. The adjustment key. (I_ADJUSTMENTKEY)","type":"integer"},"RateDetailKey":{"format":"int64","description":"Rate Detail Key. The rate detail key. (I_RATEDETAILKEY)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AdjustmentRateElementModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdjustmentRateElementModel]"},"readOnly":true}}},"Operation[AdjustmentRateElementModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AdjustReasonModel":{"description":"Adjust Reason Control (AdjustReason / CON165)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Adjust Code. The adjustment reason code. (C_ADJUSTREASON)","type":"string"},"Description":{"description":"Adjust Description. The description of the adjustment reason. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the adjust reason is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AdjustReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdjustReasonModel]"},"readOnly":true}}},"Operation[AdjustReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AdvancedExportInterfaceDefinitionModel":{"description":"Export Definition Control (AdvancedExportInterfaceDefinition / ITR028)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ConfigurationData":{"$ref":"#/definitions/ExportInterfaceConfigurationModel","description":"Configuration Data corresponding to Configuration in XML format. (C_CONFIGURATION)"},"Code":{"description":"Definition Code. The export definition code used. (C_CODE)","type":"string"},"Description":{"description":"Description. The export description. (C_DESCRIPTION)","type":"string"},"ExporterClass":{"description":"Export Processor. The export processor class. This implements export functionality and may add specialized features. It is available as the 'Processor' in the export environment. (C_EXPORTERCLASS)","type":"string"},"MainTable":{"description":"Main Table. The main table. (C_MAINTABLE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the export definition is disabled. (L_DISABLED)","type":"boolean"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"Configuration":{"description":"Configuration. The interface configuration in XML format. (C_CONFIGURATION)","type":"string"},"Creator":{"description":"Creator. The user who created this item (C_CREATOR)","type":"string"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"InterfaceType":{"description":"Interface Type. The export interface type. (C_INTERFACETYPE)","type":"string"},"ItronVersion":{"description":"Itron Version Code. The Itron version code, for meter reading exports. (C_ITRONVERSION)","type":"string"},"Parameters":{"description":"Parameters. The interface parameters. (C_PARAMETERS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ExportInterfaceConfigurationModel":{"description":"Advanced interface export configuration","type":"object","properties":{"Cursors":{"description":"The list of configured cursors keyed by alias","type":"object","additionalProperties":{"$ref":"#/definitions/InterfaceMappingModel"}},"Variables":{"description":"The list of configured variables","type":"object","additionalProperties":{"$ref":"#/definitions/InterfaceMappingModel"}},"DataSources":{"description":"The list of configured dataSources","type":"array","items":{"$ref":"#/definitions/ExportInterfaceDataSourceConfigurationModel"}},"Outputs":{"description":"The dictionary of configured outputs keyed by output name","type":"object","additionalProperties":{"$ref":"#/definitions/ExportInterfaceOutputModel"}},"Destinations":{"description":"The dictionary of configured destinations keyed by destination name","type":"object","additionalProperties":{"$ref":"#/definitions/ExportInterfaceDestination"}},"Scripts":{"description":"List of scripts to execute at various run points during the process.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceScriptModel"}},"CounterDefinitions":{"description":"The list including all counter definitions","type":"array","items":{"$ref":"#/definitions/ExportInterfaceCounterDefinitionModel"}},"DefaultLocation":{"description":"The default folder location for file destinations. Is optional and applies to all file destinations if multiple are configured. Can contain recognized tags (date, time, counter etcetera).","type":"string"}}},"InterfaceMappingModel":{"description":"Mapping functionality used by a processor to determine the value for a target field\r\nUsed by Import interface and Export Interface Models","type":"object","properties":{"IsCDATA":{"description":"Indication of whether the expression is character data, used for serialization.","type":"boolean"},"Type":{"description":"Mapping type","type":"string"},"Expression":{"description":"Mapping expression","type":"string"},"Translation":{"$ref":"#/definitions/ExportInterfaceTranslationModel","description":"Translation object to use"}}},"ExportInterfaceDataSourceConfigurationModel":{"description":"Used to define configuration information for an export datasource","type":"object","properties":{"Table":{"description":"Table the datasource is based on. Table, Script and SqlQuery are mutually exclusive.","type":"string"},"Alias":{"description":"User-defined alias for the datasource.","type":"string"},"GlobalNames":{"description":"Aliases the temporary tables (cursors) created using the Script can be referenced as; can only be set when Script is set; other dataSources can reference these names in their Table property.","type":"array","items":{"type":"string"}},"HeaderOutputs":{"description":"The list of header outputs to use for this datasource, if any, otherwise empty list","type":"array","items":{"type":"string"}},"TrailerOutputs":{"description":"The list of trailer outputs to use for this datasource, if any, otherwise empty list","type":"array","items":{"type":"string"}},"SortOrder":{"description":"The list of sort orders","type":"array","items":{"$ref":"#/definitions/ExportInterfaceSortModel"}},"Filter":{"description":"Filter to use for the datasource or null if not filtered. Standard serialized string representation of a query tree.","type":"string"},"PkFilter":{"description":"The script call to create a cursor containing a list of PK values which will be used as selection criteria for the datasource's table.","type":"string"},"Script":{"description":"The script call to create a cursor containing the data for the datasource. Table, Script and SqlQuery are mutually exclusive.","type":"string"},"SqlQuery":{"description":"The SQL query to create a cursor containing the data for the datasource. Table, Script and SqlQuery are mutually exclusive.","type":"string"},"Required":{"description":"Indication of whether the datasource is required; applies to lookups and determines if an error is generated or not if no match is found; defaulted to true.","type":"boolean"},"Relation":{"description":"AppDict relationship name representing the link between this table and its parent. Null if the table is the root of the hierarchy or the table is not an AppDict table.","type":"string"},"CustomRelation":{"$ref":"#/definitions/ExportInterfaceCustomRelationModel","description":"Custom relationship representing the link between this table and its parent. Alternative way of determining the relationship, if Relation is not specified. Null if the table is the root of the hierarchy or the table is not an AppDict table."},"DataSources":{"description":"List of nested (related) dataSources","type":"array","items":{"$ref":"#/definitions/ExportInterfaceDataSourceConfigurationModel"}},"AppDictModel":{"description":"Specifies the name of the AppDict model the datasource is based on. Optional, can be left empty in which case the datasource's model is the same \r\n            as the table name, if found in AppDict, otherwise datasource is considered to be based on a custom table (not a recognized AppDict table).","type":"string"},"Groups":{"description":"The group configured for the datasource","type":"array","items":{"$ref":"#/definitions/ExportInterfaceGroupConfigurationModel"}},"IterationMethod":{"description":"Specifies the method used to read and iterate through the data to be exported (reader, list or default determined at processing time)","type":"string"},"ShowProgress":{"description":"Whether to show progress for the datasource while reading data","type":"boolean"},"ProgressMessage":{"description":"Optional progress message suffix to display while reading data from the datasource; only applies if ShowProgress is set for the datasource, otherwise it is ignored.","type":"string"},"RelationFilterFields":{"description":"List of fields to include in the WHERE clause used as a filter when the datasource is joined to its child dataSources; optional, defaulted to an empty list. \r\n            <para>If empty then the WHERE clause used as a filter will only include a condition based on primary key.</para>","type":"array","items":{"type":"string"}},"Counters":{"description":"List of counters defined for the datasource. These counters are incremented every time record in the datasource is processed during the export.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceCounterDefinitionModel"}},"LoggingEnabled":{"description":"Enable debug logging for the datasource","type":"boolean"},"DataRequiredForExport":{"description":"If true indicates the export should not run if this datasource contains no data.\r\n            <para>Typically this would be set on the main datasource the export draws data from, in order to prevent an empty result file or a file only containing headers from being generated when there is no data to be exported.</para>","type":"boolean"},"HasData":{"description":"Whether the datasource is based on data or not","type":"boolean"},"TableOrScript":{"description":"The source the data comes from. Returns the Table if set, otherwise the Script if set otherwise the SqlQuery.","type":"string"},"Description":{"description":"The description of the data source.","type":"string"}}},"ExportInterfaceOutputModel":{"description":"Defines an advanced export interface output and contains layout information for the output","type":"object","properties":{"Records":{"description":"List of records the output consists of","type":"array","items":{"$ref":"#/definitions/ExportInterfaceRecordModel"}},"Destinations":{"description":"The output destination","type":"array","items":{"type":"string"}}}},"ExportInterfaceDestination":{"description":"The details for the file destination.","type":"object","properties":{"Type":{"description":"The destination type","type":"string"},"SummaryOrder":{"format":"int32","description":"The order to list the destination in the summary written to the log at the end of the process. If 0 (default) the destination is not included in the summary.","type":"integer"},"Description":{"description":"Optional caption used for summary display purposes, defaults to blank.","type":"string"},"Locale":{"description":"Specifies the locale to use for formatting purposes. It is optional and can be left blank, to use a default locale.\r\n<para>Examples of supported locale names: en-US - English (US), en-CA - English (Canadian), fr-CA - French (Canadian).</para>","type":"string"},"DatabaseProvider":{"description":"Applicable if destination is \"Table\"\r\nThe database provider; if blank or empty will use the current connection","type":"string"},"ExternalConnection":{"description":"Applicable if destination is \"Table\"\r\nThe external connection; if blank or empty will use the current connection","type":"string"},"IsTempTable":{"description":"Applicable if destination is \"Table\"\r\nWhether the table is temporary and should be deleted after export is complete","type":"boolean"},"FileNameConfig":{"$ref":"#/definitions/InterfaceMappingModel","description":"Applicable if destination is \"File\"\r\nThe file name; if blank or missing will have to be resolved at run-time"},"Append":{"description":"Applicable if destination is \"File\"\r\nWhether to append to an existing file or overwrite it.","type":"boolean"},"DeleteIfLesser":{"format":"int32","description":"Applicable if destination is \"File\"\r\nWhether to delete the file if its size is lesser than a specific value. 0 means don't delete.","type":"integer"},"Encoding":{"description":"Applicable if destination is \"File\"\r\nThe name of the character encoding to use","type":"string"},"BufferSize":{"format":"int32","description":"Applicable if destination is \"File\"\r\nThe size of the buffer to use when writing to the file, in KB. If not specified, or less than or equal to 0, writing will be done using a default buffer size of 1 KB (i.e. 1024 Bytes).","type":"integer"},"FileName":{"description":"Applicable if destination is \"File\"\r\nThe name of the file.","type":"string"},"OnExists":{"description":"Applicable if destination is \"File\"\r\nScript to execute if the file exists","type":"string"},"OnCreate":{"description":"Applicable if destination is \"File\"\r\nScript to execute when it is created (if it doesn't exist)","type":"string"},"Delimiter":{"description":"Applicable if destination is \"File\"\r\nThe delimiter to use around string data; defaulted to quote (\") when separator is set.","type":"string"},"Separator":{"description":"Applicable if destination is \"File\"\r\nThe field separator to use between two consecutive fields; optional and defaulted to empty string. If set the file is considered to be \"delimited format\" (or containing \"separated values\").","type":"string"},"DefaultDelimiterHandling":{"description":"Applicable if destination is \"File\"\r\nWhether or not string data is delimited by default. Defaulted to false.","type":"string"},"InsideDelimiterReplacement":{"description":"Applicable if destination is \"File\"\r\nThe string to use to replace any delimiters found inside field data; optional and defaulted to empty string; any inside delimiters will be doubled if this is empty.","type":"string"},"IsDelimited":{"description":"Applicable if destination is \"File\"\r\nWhether or not the file is in a delimited format.","type":"boolean"},"SeparatorValue":{"description":"Applicable if destination is \"File\"\r\nThe separator value to use at runtime with any tags resolved/evaluated","type":"string"},"InsideDelimiterReplacementValue":{"description":"Applicable if destination is \"File\"\r\nThe inside delimiter replacement value to use at runtime with any tags resolved/evaluated","type":"string"},"SheetName":{"description":"Applicable if destination is \"excel sheet\"\r\nThe sheet name within the spread sheet.","type":"string"},"Indent":{"description":"Applicable if destination is \"XML file\" \r\nThe character used for indentation.","type":"string"},"IndentDepth":{"format":"int32","description":"Applicable if destination is \"XML file\" \r\nThe number of indentation characters to use per indentation level.","type":"integer"},"RemoveEmpty":{"description":"Applicable if destination is \"XML file\" \r\nWhether or not to remove empty elements.","type":"boolean"},"RootName":{"description":"Applicable if destination is \"XML file\" \r\nThe name of the root element.","type":"string"},"RootAttributes":{"description":"Applicable if destination is \"XML file\" \r\nList of attributes to add to the root element.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceXmlAttribute"}}}},"ExportInterfaceScriptModel":{"description":"Used to organize scripts properties","type":"object","properties":{"RunPoint":{"type":"string"},"Expression":{"type":"string"}}},"ExportInterfaceCounterDefinitionModel":{"description":"Definition information for a counter","type":"object","properties":{"Name":{"description":"Counter name","type":"string"},"Description":{"description":"Counter description. Optional, used for display purposes.","type":"string"},"Start":{"format":"double","description":"Counter start value","type":"number"},"Step":{"$ref":"#/definitions/InterfaceMappingModel","description":"Counter step value"},"ResetMode":{"description":"Counter reset mode, values: None,Group","type":"string"},"Reset":{"description":"Reset level","type":"string"},"SummaryOrder":{"format":"int32","description":"The order to list the counter in the summary written to the log at the end of the process. If 0 (default) the counter is not included in the summary.","type":"integer"},"ProcessingOrder":{"format":"int32","description":"The order to process the counter in. Optional, defaulted to 0. Important when a counter is based on another counter - the dependent counter should be processed (incremented) after the one it depends on.","type":"integer"},"Format":{"description":"Optional formatting string to use for counter value display purposes.","type":"string"}}},"ExportInterfaceTranslationModel":{"description":"Model class for translation functionality","type":"object","properties":{"Expression":{"description":"Expression to use","type":"string"},"Type":{"description":"Translation type","type":"string"}}},"ExportInterfaceSortModel":{"description":"Used to implement an export sort order","type":"object","properties":{"FieldName":{"description":"Field name to sort base on it","type":"string"},"Direction":{"description":"Sort direction Ascending / Descending","type":"string"}}},"ExportInterfaceCustomRelationModel":{"description":"Relationship attributes used to specify a custom relationship between dataSources, as opposed to one defined in AppDict","type":"object","properties":{"Join":{"description":"Alternative join condition between this table and its parent, to use instead of the one determined using the Relation property","type":"string"},"Where":{"description":"Alternative where condition to use when joining this table and its parent, instead of the one determined using the Relation property","type":"string"},"Type":{"description":"Alternative relationship type to use when joining this table and its parent, instead of the one determined using the Relation property","type":"string"}}},"ExportInterfaceGroupConfigurationModel":{"description":"Group configuration for a datasource","type":"object","properties":{"Name":{"description":"Name","type":"string"},"HeaderOutputs":{"description":"List of header outputs","type":"array","items":{"type":"string"}},"TrailerOutputs":{"description":"List of trailer outputs","type":"array","items":{"type":"string"}},"Fields":{"description":"List of fields","type":"array","items":{"type":"string"}},"Counters":{"description":"List of counters defined for the group. Incremented every time the group changes during the export process.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceCounterDefinitionModel"}},"IncludeCondition":{"$ref":"#/definitions/InterfaceMappingModel","description":"Optional condition based on which the group will be processed or not. \r\n            <para>Can be any expression that evaluates to a boolean such as a value or a script.</para>"}}},"ExportInterfaceRecordModel":{"description":"Defines an advanced export interface output record and contains layout information for the record.","type":"object","properties":{"Terminator":{"description":"The record terminator. Optional, can be used to override the setting defined for the parent output. Defaults to System.Environment.NewLine (\\r\\n on non-Unix platforms, \\n on Unix platforms).","type":"string"},"Count":{"format":"int32","description":"Determines how many times the record will be shown within the parent. Not applicable to root records. Negative means repeat as many times as the number of records in the source table.","type":"integer"},"Fields":{"description":"List of child objects. An object can be either a field or an embedded record, recursive, used to repeat related data as part of the parent record.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceRecordFieldModel"}},"IncludeCondition":{"$ref":"#/definitions/InterfaceMappingModel","description":"Optional condition based on which the output will be executed or not. \r\n            <para>Can be any expression that evaluates to a boolean such as a value or a script.</para>"},"Name":{"description":"Optional name of the record.","type":"string"},"Source":{"description":"Optional alias of the main datasource the record is based on.","type":"string"},"Lookups":{"description":"Optional list of lookup datasource aliases the record is based on.","type":"array","items":{"type":"string"}},"Parent":{"$ref":"#/definitions/ExportInterfaceRecordModel","description":"The record's parent record or null for the root record."},"Counters":{"description":"List of counters configured for the record. Incremented every time the record is output.","type":"array","items":{"$ref":"#/definitions/ExportInterfaceCounterDefinitionModel"}},"Length":{"format":"int32","description":"Record length; only applies to fixed width text formats; if greater than 0 will result in record automatically being right-padded to this size if the defined fields fill less than this amount.","type":"integer"}}},"ExportInterfaceXmlAttribute":{"description":"Used to add attributes to XML export elements","type":"object","properties":{"Name":{"description":"Name of the attribute","type":"string"},"Value":{"description":"Value of the attribute","type":"string"}}},"ExportInterfaceRecordFieldModel":{"description":"Wrapper model, only one of its properties will be populated based on the type of record's field","type":"object","properties":{"Record":{"$ref":"#/definitions/ExportInterfaceRecordModel","description":"Will be populated if type is a child record"},"Field":{"$ref":"#/definitions/ExportInterfaceFieldModel","description":"Will be populated if type is a field"},"CompositeField":{"$ref":"#/definitions/ExportInterfaceCompositeFieldModel","description":"Will be populated if type is a composite field"},"ConditionalField":{"$ref":"#/definitions/ExportInterfaceConditionalFieldModel","description":"Will be populated if type is a conditional field"}}},"ExportInterfaceFieldModel":{"description":"Defines an advanced export interface output field and contains layout information for the field.","type":"object","properties":{"Name":{"description":"The field name; optional, defaulted to blank, can for example be used for the field name in a database table.","type":"string"},"Description":{"description":"The field description; optional, defaulted to blank.","type":"string"},"OutputType":{"description":"The field's abstract type; optional, defaulted to Char.","type":"string"},"Length":{"format":"int32","description":"The length of the field in the destination","type":"integer"},"Decimals":{"format":"int32","description":"Number of decimal places to the right of the decimal (scale).  Only applicable to numbers.","type":"integer"},"Format":{"description":"The standard formatting string to use to format the field in the output","type":"string"},"Separator":{"description":"The string that separates the field from the preceding field. Defaulted to blank.","type":"string"},"Start":{"description":"The string to precede the field by. Defaulted to blank.","type":"string"},"End":{"description":"The string that follows the field. Defaulted to blank.","type":"string"},"Value":{"$ref":"#/definitions/InterfaceMappingModel","description":"The expression mapping to use to determine the field value."},"Align":{"description":"Alignment to use for the field.","type":"string"},"PadChar":{"description":"Character to use for padding. If null any padding to the length will be done with spaces.","type":"string"},"Nullable":{"description":"Whether the field is nullable or not. Optional, defaulted to false. Only applies to table fields.","type":"boolean"},"DelimiterHandling":{"description":"Specifies how to handle field delimiters","type":"string"},"XmlType":{"description":"Specifies if the field is an element or an attribute of the record (for XML only).","type":"string"}}},"ExportInterfaceCompositeFieldModel":{"description":"Defines an advanced export interface composite output field consisting in multiple fields.","type":"object","properties":{"Fields":{"type":"array","items":{"$ref":"#/definitions/ExportInterfaceFieldModel"}},"Name":{"description":"The field name; optional, defaulted to blank, can for example be used for the field name in a database table.","type":"string"},"Description":{"description":"The field description; optional, defaulted to blank.","type":"string"},"OutputType":{"description":"The field's abstract type; optional, defaulted to Char.","type":"string"},"Length":{"format":"int32","description":"The length of the field in the destination","type":"integer"},"Decimals":{"format":"int32","description":"Number of decimal places to the right of the decimal (scale).  Only applicable to numbers.","type":"integer"},"Format":{"description":"The standard formatting string to use to format the field in the output","type":"string"},"Separator":{"description":"The string that separates the field from the preceding field. Defaulted to blank.","type":"string"},"Start":{"description":"The string to precede the field by. Defaulted to blank.","type":"string"},"End":{"description":"The string that follows the field. Defaulted to blank.","type":"string"},"Value":{"$ref":"#/definitions/InterfaceMappingModel","description":"The expression mapping to use to determine the field value."},"Align":{"description":"Alignment to use for the field.","type":"string"},"PadChar":{"description":"Character to use for padding. If null any padding to the length will be done with spaces.","type":"string"},"Nullable":{"description":"Whether the field is nullable or not. Optional, defaulted to false. Only applies to table fields.","type":"boolean"},"DelimiterHandling":{"description":"Specifies how to handle field delimiters","type":"string"},"XmlType":{"description":"Specifies if the field is an element or an attribute of the record (for XML only).","type":"string"}}},"ExportInterfaceConditionalFieldModel":{"description":"Contains the data and functionality for determining which fields to be used.","type":"object","properties":{"Condition":{"$ref":"#/definitions/InterfaceMappingModel","description":"Condition used to determine which field should be used: if Condition then Field else AltField.\r\n            <para>Can be any expression that evaluates to a boolean such as a value or a script.</para>"},"Field":{"$ref":"#/definitions/ExportInterfaceFieldModel","description":"The primary field."},"AltField":{"$ref":"#/definitions/ExportInterfaceFieldModel","description":"The alternative field."}}},"JsonPatchDocument[AdvancedExportInterfaceDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdvancedExportInterfaceDefinitionModel]"},"readOnly":true}}},"Operation[AdvancedExportInterfaceDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AdvancedExportInterfaceTypeModel":{"description":"Export Interface Type Control (AdvancedExportInterfaceType / ITR019)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InterfaceType":{"description":"Interface Type Code. The interface type code. (C_INTERFACETYPE)","type":"string"},"Description":{"description":"Description. The interface description. (C_DESCRIPTION)","type":"string"},"ExportType":{"description":"Export Type. The type of export interface (C_EXPORTTYPE)\r\nEnum AdvancedUtility.Model.ITR019+ExportTypeEnum:  GenericExport, GlExport, MeterReadingExport, PapExport, APExport, EBPExport, CAExport, AssistanceBillExport","type":"string"},"InterfaceClass":{"description":"Interface Class. The interface class used for this export interface type (C_INTERFACECLASS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the export interface type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AdvancedExportInterfaceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdvancedExportInterfaceTypeModel]"},"readOnly":true}}},"Operation[AdvancedExportInterfaceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AdvancedImportInterfaceDefinitionModel":{"description":"Import Definition Control (AdvancedImportInterfaceDefinition / ITR027)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ConfigurationData":{"$ref":"#/definitions/ImportInterfaceConfigurationModel","description":"Configuration Data corresponding to Configuration in serialized form (XML or JSON). (C_CONFIGURATION)"},"LayoutData":{"description":"Layout Data corresponding to Layout in serialized form (XML or JSON). (C_LAYOUT)","type":"array","items":{"$ref":"#/definitions/ImportInterfaceLayoutModel"}},"Code":{"description":"Import Code. The import code used. (C_CODE)","type":"string"},"Description":{"description":"Description. The inventory type description. (C_DESCRIPTION)","type":"string"},"IsExport":{"description":"Used for Exports. Indicates that the meter is used for exports. (L_EXPORT)","type":"boolean"},"IsImport":{"description":"Used for Imports. Indicates that the meter is used for imports. (L_IMPORT)","type":"boolean"},"ImportProcess":{"description":"Import Process. The import process description. (C_IMPORTPROCESS)","type":"string"},"ExportProcess":{"description":"Export Process. The export process description. (C_EXPORTPROCESS)","type":"string"},"ObjectName":{"description":"Import Processor. The import processor class. This implements import functionality and may add specialized features. It is available as the 'Processor' in the import environment. (C_OBJECT)","type":"string"},"DefaultLocation":{"description":"Default Location. The default location. (C_DEFAULTLOCATION)","type":"string"},"SelectionBy":{"description":"Selection By. The selection by value. (C_SELECTIONBY)","type":"string"},"TableToUpdate":{"description":"Table to Update. The name of the table to be updated. (C_TABLETOUPDATE)","type":"string"},"UpdateType":{"description":"Update Type. The type of update. (C_UPDATETYPE)","type":"string"},"IsTrialRunSupport":{"description":"Trial Run Supported. Indicates whether trial run is supported. (L_TRIALRUNSUPPORT)","type":"boolean"},"DefaultLogFile":{"description":"Default Log File. The default log file. (C_DEFAULTLOGFILE)","type":"string"},"DefaultLogFileHandling":{"description":"Log File Handling. The default log file handling. (C_DEFAULTLOGFILEHANDLING)\r\nEnum AdvancedUtility.Model.ITR027+DefaultLogFileHandlingEnum:  Nologfile, Overwrite, Append, Incremental","type":"string"},"AllowReviewChanges":{"description":"Review Changes. Indicates whether reviewing changes is allowed. (L_REVIEWCHANGES)","type":"boolean"},"CreateImportExceptionFile":{"description":"Create Import Exception File. Indicates that an import exception file exists. (L_IMPORTEXCEPTIONFILE)","type":"boolean"},"ImportExceptionFileName":{"description":"Import Exception File Name/Location. The import exception filename or location. (C_IMPORTEXCEPTIONFILE)","type":"string"},"ExcludeFromProcessList":{"description":"Exclude from Process List. Indicates whether this meter inventory record is excluded from the Process list. (L_EXCLUDEFROMPROCESSLIST)","type":"boolean"},"ImportExport":{"description":"Import and Export. Indicates  whether to allow file import and export. (L_IMPORTEXPORT)","type":"boolean"},"LayoutType":{"description":"Layout Type. The file layout type (C_LAYOUTTYPE)\r\nEnum AdvancedUtility.Model.ITR027+LayoutTypeEnum:  TextFile, XMLFile, ExcelSpreadsheet, DBFFile, SQLQuery, FunctionCall, WebService","type":"string"},"IsMultiLayout":{"description":"Is Multi-Layout?. Indicates whether the interface utilizes multiple layouts. (L_ISMULTILAYOUT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the import definition control is disabled. (L_DISABLED)","type":"boolean"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"Choices":{"description":"Default selection values. The default selection values. (M_CHOICES)","type":"string"},"Configuration":{"description":"Configuration. The interface configuration in XML format (C_CONFIGURATION)","type":"string"},"Creator":{"description":"Creator. The user who created this item (C_CREATOR)","type":"string"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"InterfaceType":{"description":"Interface Type. The meter import/export interface type. (C_INTERFACETYPE)","type":"string"},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"ItronVersion":{"description":"Itron Version Code. The Itron version code. (C_ITRONVERSION)","type":"string"},"Layout":{"description":"File Layout. The file layout definition in XML format (C_LAYOUT)","type":"string"},"Parameters":{"description":"Parameters. The parameters. (C_PARAMETERS)","type":"string"},"SQL":{"description":"SQL. The SQL command string value. (M_SQL)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ImportInterfaceConfigurationModel":{"description":"The configuration settings needed for the processor to be able to process the data it receives from the reader.","type":"object","properties":{"Aliases":{"description":"Dictionary keyed on alias where the value is a TableInfo structure. The alias is a user-defined string assigned to a target table.","type":"object","additionalProperties":{"$ref":"#/definitions/InterfaceTableInfoModel"}},"Mappings":{"description":"List of targets with their corresponding mapping objects.","type":"array","items":{"$ref":"#/definitions/InterfaceTargetedMappingModel"}},"Hierarchy":{"description":"Dictionary keyed on record name where the value is a RecordInfo object.","type":"object","additionalProperties":{"$ref":"#/definitions/InterfaceRecordInfoModel"}},"Scripts":{"description":"List of scripts to execute at various run points during the process.","type":"array","items":{"$ref":"#/definitions/InterfaceScriptModel"}},"Cursors":{"description":"List of cursors used in the process keyed by alias.","type":"object","additionalProperties":{"$ref":"#/definitions/InterfaceCursorConfigModel"}},"Prompts":{"description":"Contains prompt data configured for the interface","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"UseCustomImport":{"description":"Whether the export is based on an alternate, custom, flow or uses the standard import processing flow","type":"boolean"}}},"ImportInterfaceLayoutModel":{"description":"Represents a layout definition","type":"object","properties":{"Type":{"description":"Layout type, acceptable Values: TextFile, XMLFile, ExcelSpreadsheet, DBFFile, SQLQuery, FunctionCall, WebService","type":"string"},"Quotes":{"description":"If not empty serves as indication of whether strings are quoted or not and contains all the applicable characters that can be used as quotes. Optional - can contain 0 or more items.","type":"string"},"DateFormat":{"description":"Date format","type":"string"},"TimeFormat":{"description":"Time format","type":"string"},"ErrorThreshold":{"format":"int32","description":"The maximum number of consecutive data read errors before a process abort is triggered:\r\n<para>0 (default) or negative: first error will cause a process abort;</para><para>1: second error will cause a process abort;</para><para>2: third error will cause a process abort; and so on...</para><para>Set to sufficiently large value (e.g. 2147483647, Int.MaxValue) to log all errors and never abort.</para>","type":"integer"},"Encoding":{"description":"The name of the character encoding to use when reading data from the input using this layout. Not case sensitive.","type":"string"},"DefaultStringCaseHandling":{"description":"Specifies if any casing conversion should be done for string data, for the whole layout; can be overridden for each field.\r\nAcceptable Values: SystemDefault, Upper, Lower, Proper, Unchanged","type":"string"},"Records":{"description":"The records belonging to the layout","type":"array","items":{"$ref":"#/definitions/ImportInterfaceRecordModel"}},"IsMultiRecord":{"description":"Convenience property that indicates whether the layout is multi record (true) or single record (false)","type":"boolean"},"Name":{"description":"Optional layout name; required in multi-file/layout scenarios","type":"string"},"UnitsOfWork":{"description":"List of record Ids identifying the beginning of a unit of work - a group of records to be processed together","type":"array","items":{"$ref":"#/definitions/ImportInterfaceRecordModel"}},"SheetName":{"description":"Sheet name\r\nOnly Applicable for ExcelLayoutModel","type":"string"},"SheetPosition":{"format":"int32","description":"Sheet position, if the sheet name is variable, sheet position is used to determine which sheet is imported\r\nOnly Applicable for ExcelLayoutModel","type":"integer"},"Query":{"description":"The query string the layout is based on\r\nOnly Applicable for SqlQueryLayout","type":"string"},"ExternalConnection":{"description":"The External Connection is the connection to be used to import data from.It needs to be a valid code in ExternalDbConnection(SYS101) table.\r\nOnly Applicable for SqlQueryLayout","type":"string"},"FormatType":{"description":"Format type\r\nOnly Applicable for TextLayout\r\nAcceptable Values: FixedWidth, Delimited","type":"string"},"Delimiters":{"description":"List of delimiters; only used for the Delimited layout type\r\nOnly Applicable for TextLayout","type":"array","items":{"type":"string"}},"DelimitersValue":{"description":"The separator value to use at runtime with any tags resolved/evaluated\r\nOnly Applicable for TextLayout","type":"array","items":{"type":"string"}},"CommentTokens":{"description":"Defines comment tokens, i.e. strings that when placed at the beginning of a line, indicate that the line is a comment and should be ignored by the parser\r\nOnly Applicable for TextLayout","type":"array","items":{"type":"string"}},"TrimWhiteSpace":{"description":"Indicates whether leading and trailing white space should be trimmed from field values\r\nOnly Applicable for TextLayout","type":"boolean"},"FileName":{"description":"File name; required in multi-file/layout scenarios\r\nOnly Applicable for TextLayout","type":"string"},"IsRecordTypeExplicit":{"description":"Whether the layout's record type is explicit or not. Should be overridden in subclasses.\r\nOnly Applicable for TextLayout","type":"boolean"},"MalformedLineExceptionTextId":{"description":"The text id to use to identify the fields that need adjustment in case of a malformed line exception\r\nOnly Applicable for TextLayout","type":"string"},"IdFieldPos":{"format":"int32","description":"Record Id field position (1-based)\r\nOnly applicable if Layout is TextLayout and FixedWidthLayout","type":"integer"},"IdFieldSize":{"format":"int32","description":"Record Id field size\r\nOnly applicable if Layout is TextLayout and FixedWidthLayout","type":"integer"},"IdFieldNumber":{"format":"int32","description":"Record Id field number (1-based)\r\nOnly applicable if Layout is TextLayout and DelimitedLayout","type":"integer"}}},"InterfaceTableInfoModel":{"description":"Structure containing alias attributes","type":"object","properties":{"Table":{"description":"Table name","type":"string"},"Mode":{"description":"Indicates whether an insert, an update or a combined update/insert operation will be executed to import the data\r\nAcceptable Values: Update, UpdateOrInsert, DeleteOrInsert, Delete","type":"string"},"DelayedReset":{"description":"Indicates whether delayed reset occurs","type":"boolean"},"BusinessName":{"description":"Business name","type":"string"}}},"InterfaceTargetedMappingModel":{"description":"Model class to pass information about targeted mapping","type":"object","properties":{"Target":{"$ref":"#/definitions/InterfaceMappingTargetModel","description":"Mapping Target"},"Mapping":{"$ref":"#/definitions/InterfaceMappingModel","description":"Mapping Details"}}},"InterfaceRecordInfoModel":{"description":"Record information containing nesting level, reset levels and an indication of whether a reset is needed.","type":"object","properties":{"Level":{"format":"int32","description":"Nesting level","type":"integer"},"ResetLevels":{"description":"List of reset levels","type":"array","items":{"$ref":"#/definitions/InterfaceResetLevelModel"}},"ToBeReset":{"description":"Indication of whether a reset is needed","type":"boolean"}}},"InterfaceScriptModel":{"description":"Used for script processing","type":"object","properties":{"RunPoint":{"description":"Defines when to run the script\r\nAcceptable Values: \r\nBeforeImport, AfterImport, BeforeRecordProcessed, AfterRecordProcessed, BeforeAliasReset, AfterAliasReset, \r\nBeforeMappingsExecuted, AfterMappingsExecuted, BeforeSave, AfterSave, AfterLoadFromDB, PostProcessing, BeforeImportData","type":"string"},"Expression":{"description":"Script expression","type":"string"},"UseForAlias":{"description":"Alias to apply this script to","type":"string"},"Order":{"format":"int32","description":"Script order","type":"integer"}}},"InterfaceCursorConfigModel":{"description":"Cursor configuration information","type":"object","properties":{"Alias":{"description":"Alias the cursor is known as","type":"string"},"SourceType":{"description":"The type of source data originates from; defaulted to Input.\r\nAcceptable Values: Input, Record, Script","type":"string"},"SourceName":{"description":"The name of the source data originates from","type":"string"},"Type":{"description":"The type of cursor; defaulted to Local.\r\nAcceptable Values: CurrentDB, LocalDB","type":"string"}}},"ImportInterfaceRecordModel":{"description":"Represents a layout record","type":"object","properties":{"Id":{"description":"Record Id - unique record identifier within the layout; used to identify a record when reading/parsing the input file","type":"string"},"Name":{"description":"Record Name - user-defined record name; used to identify the record when processing the read/parsed data","type":"string"},"IsRequired":{"description":"Indicates whether the record is required","type":"boolean"},"MinCount":{"format":"int32","description":"Indicates the minimum number of times the record can appear in the file","type":"integer"},"MaxCount":{"format":"int32","description":"Indicates the maximum number of times the record can appear in the file","type":"integer"},"MaxCountString":{"description":"Indicates the maximum number of times the record can appear in the file; string version, for serialization purposes (cannot serialize nullable/complex values as attributes)","type":"string"},"Description":{"description":"A short description for the record","type":"string"},"Comment":{"description":"A comment for the record","type":"string"},"IsUnitOfWork":{"description":"Indicates whether the record starts a unit of work; this is an indication that the previous unit of work that was parsed can be processed.","type":"boolean"},"Skip":{"description":"Whether the record should be skipped or processed. If true any data contained in such a record will be skipped otherwise will be imported. Defaulted to false.","type":"boolean"},"FileName":{"description":"The name of each file when the layout is used for an interface that creates multiple files","type":"string"},"Fields":{"description":"List of layout field belonging to this record","type":"array","items":{"$ref":"#/definitions/ImportInterfaceRecordFieldModel"}},"Records":{"description":"List of \"child\" records belonging to this record","type":"array","items":{"$ref":"#/definitions/ImportInterfaceRecordModel"}},"HasRepetitiveFields":{"description":"Indicates whether there it has repetitive fields","type":"boolean"},"NonRepetitiveFieldCount":{"format":"int32","description":"Number of non repetitive fields","type":"integer"}}},"InterfaceMappingTargetModel":{"description":"Specifies the target that will receive the value of a mapping by alias and field name.","type":"object","properties":{"Alias":{"description":"The user-defined alias","type":"string"},"Field":{"description":"The field name; can be empty for script mappings that perform actions rather than returning values.","type":"string"},"IsKey":{"description":"Whether or not the field will be considered the key when the import mode for the alias is Update or UpdateOrInsert.\r\n            <para>Default is false.</para>","type":"boolean"},"UseForInsert":{"description":"Whether or not the mapping for this target should be used when inserting a new record.\r\n            <para>Default is true.</para>","type":"boolean"},"UseForUpdate":{"description":"Whether or not the mapping for this target should be used when updating an existing record.\r\n            <para>Default is false.</para>","type":"boolean"},"Order":{"format":"int32","description":"Determines the ascending order in which mappings will be applied; important when a mapping relies on other mappings.\r\n            <para>Default is 0.</para>","type":"integer"},"LocationId":{"format":"int32","description":"If greater than 0 indicates the target serves as a location id - a field used for identifying the source of an error - and specifies the order it should appear in.\r\n            <para>Default is 0 which means it is not a location Id.</para>","type":"integer"}}},"InterfaceResetLevelModel":{"description":"Used to manage properties to use in reset level","type":"object","properties":{"Order":{"format":"int32","description":"The order to reset the alias in.\r\n            <para>Default is 0.</para>","type":"integer"},"Alias":{"description":"The alias to reset","type":"string"},"Create":{"description":"Whether to create a new object instance for it when resetting the alias.\r\n            <para>Default is true.</para>","type":"boolean"},"Retrieve":{"description":"Whether to load an object instance from DB for it when resetting the alias.\r\n            <para>Default is true.</para>","type":"boolean"},"Load":{"description":"Whether to load the object from the import file by executing mappings against it when resetting the alias.\r\n            <para>Default is true.</para>","type":"boolean"},"Save":{"description":"Whether to save the object when resetting the alias.\r\n            <para>Default is true.</para>","type":"boolean"}}},"ImportInterfaceRecordFieldModel":{"description":"Field or RepetitiveField belong to a Record - Only one of the properties will be populated","type":"object","properties":{"Field":{"$ref":"#/definitions/ImportInterfaceFieldModel","description":"Interface Layout Field"},"RepetitiveField":{"$ref":"#/definitions/ImportInterfaceRepetitiveFieldModel","description":"Interface Layout Repetitive Field"}}},"ImportInterfaceFieldModel":{"type":"object","properties":{"Name":{"description":"Field name (Tag in V3)","type":"string"},"IsRequired":{"description":"Whether a value is required for the field","type":"boolean"},"FieldType":{"description":"The field type, Acceptable Values: Character, Date, Time,  Numeric","type":"string"},"Decimals":{"format":"int32","description":"The number of decimals when the field type is Decimal","type":"integer"},"DecimalPoint":{"description":"The character used as decimal point","type":"string"},"DefaultValue":{"description":"The default value for the field","type":"string"},"Format":{"description":"The format for the field","type":"string"},"Trimming":{"description":"Trim flag - Acceptable Values: None, Start, End or All","type":"string"},"Description":{"description":"The field description","type":"string"},"Length":{"format":"int32","description":"The length of the field; only used for the fixed file format","type":"integer"},"Source":{"description":"The source or destination for the field data","type":"string"},"BlankValues":{"description":"Comma delimited list of values considered and handled as blank","type":"string"},"IsCursorField":{"description":"Whether or not the data in this field should be loaded into the cursor when a cursor is used","type":"boolean"},"IsNullable":{"description":"Whether or not the data in this field accepts null values or not; only applies when this is a cursor field (IsCursorField=true)","type":"boolean"},"Case":{"description":"Indicates what case conversion to apply to the data in this field if it is character data.\r\n            Acceptable Values: Default, Upper, Lower, Proper, SystemDefault, Unchanged","type":"string"},"IgnoreErrors":{"description":"Whether or not to ignore errors that occur while the field is parsed and converted into the the defined type","type":"boolean"}}},"ImportInterfaceRepetitiveFieldModel":{"description":"Used to organize a group of one or more repetitive fields","type":"object","properties":{"Name":{"description":"Record Name - user-defined record name; used to identify the record when processing the read/parsed data","type":"string"},"Fields":{"description":"List of layout fields the group consists of","type":"array","items":{"$ref":"#/definitions/ImportInterfaceFieldModel"}},"Count":{"format":"int32","description":"The number of times repetitive fields occur in the record","type":"integer"},"GetCount":{"description":"Script to use for determining repetitive field count. If set will be used to set the Count.","type":"string"},"CountFieldPosition":{"format":"int32","description":"The starting position of the field containing the repetitive field count (1-based). If this and CountFieldSize are both set they will both be used to set the Count.","type":"integer"},"CountFieldSize":{"format":"int32","description":"The size of the field containing the repetitive field count. If this and CountFieldPos are both set they will both be used to set the Count.","type":"integer"},"CurrentCount":{"format":"int32","description":"The number of times fields belonging to the group occur in the input (calculated at run time)","type":"integer"}}},"JsonPatchDocument[AdvancedImportInterfaceDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdvancedImportInterfaceDefinitionModel]"},"readOnly":true}}},"Operation[AdvancedImportInterfaceDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AdvancedImportInterfaceTypeModel":{"description":"Import Interface Type Control (AdvancedImportInterfaceType / ITR018)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InterfaceType":{"description":"Interface Type Code. The interface type code. (C_INTERFACETYPE)","type":"string"},"Description":{"description":"Description. The interface description. (C_DESCRIPTION)","type":"string"},"DefinitionTable":{"description":"Definition Table. The definition table. (C_DEFINITIONTABLE)\r\nEnum AdvancedUtility.Model.ITR018+DefinitionTableEnum:  MeterReading, AdvancedInterface, Collection","type":"string"},"ImportType":{"description":"Import Type. The type of import interface (C_IMPORTTYPE)\r\nEnum AdvancedUtility.Model.ITR018+ImportTypeEnum:  GenericImport, TransactionImport, MeterReadingImport, MeterInventoryImport, AssistanceAgencyCreditAuthorizationImport, AssistanceAgencyPaymentImport, NewAccountServiceImport","type":"string"},"InterfaceClass":{"description":"Interface Class. The interface class used for this interface type (C_INTERFACECLASS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the import interface type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AdvancedImportInterfaceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AdvancedImportInterfaceTypeModel]"},"readOnly":true}}},"Operation[AdvancedImportInterfaceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AgedArrearsReportRunModel":{"description":"AgedArrears report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AgedasofDate":{"type":"object"},"ARs":{"type":"object"},"AccountStatus":{"type":"string"},"AccountType":{"type":"string"},"Company":{"type":"string"},"Cycle":{"type":"string"},"Book":{"type":"object"},"Amount":{"format":"double","type":"number"},"ReportTitle":{"type":"string"},"IsAged1":{"type":"boolean"},"IsAged2":{"type":"boolean"},"IsAged3":{"type":"boolean"},"IsAged4":{"type":"boolean"},"IsAged5":{"type":"boolean"},"IsAged6":{"type":"boolean"},"AmountOperator":{"type":"string"},"ExcludePAPPlan":{"type":"boolean"},"ReportOnPAPPlan":{"type":"boolean"},"NotAgeCredit":{"type":"boolean"},"ReportGroupbyAR":{"type":"boolean"},"DetailReport":{"type":"string"},"AsofUpdateDate":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ReportParameterModel":{"description":"Report general parameter item","type":"object","properties":{"Name":{"description":"Parameter's name","type":"string"},"Value":{"description":"Parameter's value","type":"string"},"Type":{"description":"Parameter's type\r\nEnum AdvancedUtility.Services.ReportEnvironment+ParameterTypeEnum: Boolean,Date,DateTime,String,Long,Decimal","type":"string"}}},"ReportDataExportModel":{"description":"Report data export request details","type":"object","properties":{"FileName":{"description":"Name of the export file.","type":"string"},"FileType":{"description":"Data type of the export file.\r\nEnum AdvancedUtility.Services.Reports+DataExportType: SQLite,XLSX,XML,CSV","type":"string"}}},"AgreementTypeModel":{"description":"Agreement Type Control (AgreementType / CON121)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Agreement Type Code. The agreement type code. (C_AGREEMENTTYPE)","type":"string"},"Description":{"description":"Agreement Type Description. The description of the agreement type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the agreement type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AgreementTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AgreementTypeModel]"},"readOnly":true}}},"Operation[AgreementTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertModel":{"description":"Alert Control (Alert / CON309)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The alert Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The alert description. (C_DESCRIPTION)","type":"string"},"Criteria":{"description":"Criteria. Customer Eligibility Criteria. (M_CRITERIA)","type":"string"},"Rules":{"description":"Rules. Alert rules script. (M_RULES)","type":"string"},"Frequency":{"format":"int32","description":"Frequency. The alert frequency. (I_FREQUENCY)","type":"integer"},"IntervalType":{"description":"Interval Type. The Interval Type (Day, Hour, Month) (C_INTERVALTYPE)\r\nEnum AdvancedUtility.Model.CON309+IntervalTypeEnum:  Day, Hour, Month","type":"string"},"Disabled":{"description":"Disabled. Indicates whether alert is disabled. (L_DISABLED)","type":"boolean"},"MaxNumberOfNotificationRetries":{"format":"int32","description":"Max Number of Notification Retries. Maximum number of retry attempts to send notification. (I_MAXNOTIFICATIONRETRIES)","type":"integer"},"Details":{"description":"Details. Detailed information of the alert. (M_DETAILS)","type":"string"},"SendNow":{"description":"Send Notification Immediately. Indicates whether the alert notification will be sent immediately after being saved when this is selected, or sent later when left unchecked. (L_SENDNOW)","type":"boolean"},"AddressTypes":{"description":"Address Types. The address types allowed for alert channels. (C_ADDRESSTYPES)","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria ID. The criteria ID. (I_CRITERIAID)","type":"integer"},"Group":{"description":"Group. Lookup to Alert Group, optional. (C_GROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertModel]"},"readOnly":true}}},"Operation[AlertModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertGroupModel":{"description":"Alert Group Control (AlertGroup / CON308)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The alert group Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The alert group description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether alert group is disabled. (L_DISABLED)","type":"boolean"},"IsMandatory":{"description":"Mandatory. Indicates whether the alert group type is mandatory. (L_MANDATORY)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The Action ID to run when mandatory alerts cannot be added. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertGroupModel]"},"readOnly":true}}},"Operation[AlertGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertParameterModel":{"description":"Alert Parameter Control (AlertParameter / CON310)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The alert parameter Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The alert parameter description. (C_DESCRIPTION)","type":"string"},"DefaultValue":{"description":"Default Value. Serialized parameter value. (C_DEFAULTVALUE)","type":"string"},"Type":{"description":"Data Type (C_VALUETYPE)\r\nEnum AdvancedUtility.Model.CON310+TypeEnum:  Number, Date, DateTime, Character, Boolean, Integer","type":"string"},"Length":{"format":"int32","description":"Maximum Length. Data length of the parameter value (max length if a string, max digits if a number, N/A otherwise. (I_VALUELEN)","type":"integer"},"MinimumValue":{"description":"Minimum Value. Set Minimum value to send alarm when ValueType is Number/ Integer. (C_MINVALUE)","type":"string"},"MaximumValue":{"description":"Maximum Value. Set Maximum value to send alarm when ValueType is Number/ Integer. (C_MAXVALUE)","type":"string"},"ApplyMaxMin":{"description":"Apply Max and Min Values. Use Min/Max Values. (L_APPLYMAXMIN)","type":"boolean"},"Decimals":{"format":"int32","description":"Number of Decimals. Number of decimals in the parameter value, if it is a number, else N/A. (I_VALUEDEC)","type":"integer"},"IsCustomerManaged":{"description":"Customer Managed. Parameter is available/visible to customer. (L_CUSTOMERMANAGED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether alert group is disabled. (L_DISABLED)","type":"boolean"},"Alert":{"description":"Alert. The lookup to Alert. (C_ALERT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertParameterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertParameterModel]"},"readOnly":true}}},"Operation[AlertParameterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertProcessingRunModel":{"description":"AlertProcessing process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AlertCode":{"description":"Select the alert code for which the process will run","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AlertSubscriptionModel":{"description":"Alert Subscription (AlertSubscription / BIF092)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer. Lookup to Customer. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account. The account number. (C_ACCOUNT)","type":"string"},"StartDateTime":{"format":"date-time","description":"Date/Time Started (T_START)","type":"string"},"EndDateTime":{"format":"date-time","description":"Date/Time Ended (T_END)","type":"string"},"SubscriptionId":{"format":"int64","description":"Subscription ID. Unique ID for this record. (I_SUBSCRIPTIONID)","type":"integer"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID (I_CUSTACCTID)","type":"integer"},"Alert":{"description":"Alert. Lookup to Alert. (C_ALERT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertSubscriptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertSubscriptionModel]"},"readOnly":true}}},"Operation[AlertSubscriptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertSubscriptionChannelModel":{"description":"Alert Subscription Channel (AlertSubscriptionChannel / BIF093)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer. Lookup to Customer. (C_CUSTOMER)","type":"string"},"Method":{"description":"Communication Method (C_METHOD)\r\nEnum AdvancedUtility.Model.CON311+MethodEnum:  Fax, Email, SMS, PhoneCall","type":"string"},"SubscriptionId":{"format":"int64","description":"Subscription ID. Subscription ID for this record. (I_SUBSCRIPTIONID)","type":"integer"},"ContactInfoId":{"format":"int64","description":"Contact Info ID. Contact Info ID for this record. (I_CONTACTINFOID)","type":"integer"},"Channel":{"description":"Channel. Lookup to BIF010.C_PHONETYPE (C_CHANNEL)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertSubscriptionChannelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertSubscriptionChannelModel]"},"readOnly":true}}},"Operation[AlertSubscriptionChannelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertSubscriptionParameterModel":{"description":"Alert Subscription Parameter (AlertSubscriptionParameter / BIF094)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Value":{"description":"Value. Override parameter value. (C_VALUE)","type":"string"},"UpdateDatetime":{"format":"date-time","description":"Date/Time Updated. DateTime parameter was last updated. Also populated on creation. (T_DATETIME)","type":"string"},"SubscriptionId":{"format":"int64","description":"Subscription ID. The ID of the parent alert subscription. (I_SUBSCRIPTIONID)","type":"integer"},"NotUsed":{"description":"Not Used. Indicates whether alert parameter is used or not. (L_NOTUSED)","type":"boolean"},"Parameter":{"description":"Parameter. Required. Lookup to CON310.C_CODE. (C_PARAMETER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertSubscriptionParameterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertSubscriptionParameterModel]"},"readOnly":true}}},"Operation[AlertSubscriptionParameterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AlertTemplateModel":{"description":"Alert Template (AlertTemplate / CON311)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The alert template Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The alert template description. (C_DESCRIPTION)","type":"string"},"Method":{"description":"Communication Method (C_METHOD)\r\nEnum AdvancedUtility.Model.CON311+MethodEnum:  Fax, Email, SMS, PhoneCall","type":"string"},"Body":{"description":"Body. Text document using bookmarks; similar to eBill templates. (M_BODY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether alert template is disabled. (L_DISABLED)","type":"boolean"},"Subject":{"description":"Subject. Notification subject, it supports bookmarks. (C_SUBJECT)","type":"string"},"IsDefault":{"description":"Default. Indicates the default communication method to use for mandatory alerts. (L_DEFAULT)","type":"boolean"},"Alert":{"description":"Alert. Lookup to Alert Control. (C_ALERT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AlertTemplateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AlertTemplateModel]"},"readOnly":true}}},"Operation[AlertTemplateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AllocationRankGroupModel":{"description":"Payment Allocation Rank Group Control (AllocationRankGroup / CON234)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Rank Group. The rank group. (C_CODE)","type":"string"},"Description":{"description":"Rank Description. The rank description. (C_DESCRIPTION)","type":"string"},"Sequence":{"format":"int32","description":"Sequence. The sequence number. (I_SEQ)","type":"integer"},"AllocationType":{"description":"Allocation Type. The allocation type. (C_ALLOCTYPE)\r\nEnum AdvancedUtility.Model.CON234+AllocationTypeEnum:  Priority, Percentage, Date","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the allocation rank group is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AllocationRankGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AllocationRankGroupModel]"},"readOnly":true}}},"Operation[AllocationRankGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"APExportInterfaceRunModel":{"description":"Account Payable export process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"The Id of the transaction (cash) batch the process should run against","type":"integer"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ApplicationModel":{"description":"Model for the main CIS application object (CisApplication)","type":"object","properties":{"EncryptedFields":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}},"BuildDate":{"format":"date-time","type":"string"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Version":{"description":"Version of the CIS Services API library.\r\nThis is the version associated with the main Services API library. Associated DLLs may have different version numbers.\r\nRead only.","type":"string"},"ConnectionConfigString":{"description":"Database connection configuration code (used by CisDbManager to identify the connection details).\r\nRead only.","type":"string"},"ConnectionString":{"description":"Database connection info.\r\nRead only.","type":"string"},"ConnectionSchema":{"description":"Database connection schema.\r\nRead only.","type":"string"},"ConfigurationFile":{"description":"Current configuration file being used by the application.\r\nRead only.","type":"string"},"DisplayName":{"description":"Site customized name of this system.\r\nRead only.","type":"string"},"HomeDir":{"description":"Main directory (home folder) of the CIS installation.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"ReportDir":{"description":"Directory containing CIS report definitions.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"ExtensionDir":{"description":"Directory containing Criteria API.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"DocumentDir":{"description":"Directory containing CIS document files.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"BillImageDir":{"description":"Directory containing CIS bill images (PDF or HTML).\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"AttachmentDir":{"description":"Directory containing CIS attachment files.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"LetterDir":{"description":"Directory containing CIS generated letter files.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"NoticeDir":{"description":"Directory containing CIS generated notice files.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"DictionaryDir":{"description":"Directory containing language dictionaries for spell checking.\r\nDoes not contain a trailing separator.\r\nRead only.","type":"string"},"IsMultiAR":{"description":"Is this CIS a multiple A/R system?\r\nRead only.","type":"boolean"},"AllocationAR":{"description":"The summary A/R in a multi A/R system, or the billed A/R in a single A/R system.\r\nRead only.","type":"string"},"IsMultiCompany":{"description":"Are multiple companies or multiple divisions configured in this CIS system?\r\nRead only.","type":"boolean"},"IsMultiCompanyAR":{"description":"Are multiple company/division A/Rs configured in this CIS system?\r\nRead only.","type":"boolean"},"ServerTimeOffset":{"format":"int32","description":"Offset between CIS application/session host time and database server time in milliseconds.\r\nThis value is used to normalize session expiry calculations and possibly some logging timestamps.\r\nGenerate a standardized server time by ADDING this offset to the application/session/workstation local time.\r\nNOTE: In a 3-tier environment, this is the session host time, not necessarily the local workstation time.\r\nIn a 2-tier (fat client) environment, this is the offset between the database server and user workstation.\r\nRead only.","type":"integer"},"SqlLogging":{"description":"Get/Set the SQL logging mode for the currently configured SQL log target named \"SQLLog\"\r\nSetting this value requires administrator access to the CIS Web API application (see AdvancedWebApi.config AdminLogin setting).","type":"boolean"},"FormulaProcDate":{"format":"date-time","description":"The last change date associated with the currently available formulaproc library.\r\nNULL if formulaproc is not available.\r\nRead only.","type":"string"},"FormulaProcRevision":{"format":"int32","description":"The revision associated with the currently available formulaproc library.\r\nNULL if formulaproc is not available.\r\nRead only.","type":"integer"},"PowerShellVersion":{"description":"Version of PowerShell available in the CIS formula host.\r\nRead only.","type":"string"},"IdleSeconds":{"format":"int32","description":"Number of seconds the application has been idle.\r\nIdleness is determined by the lack of explicit work being performed by any session or process associated with this application object.\r\nThe idle time granularity is 5 seconds.\r\nThis value does not account for any activity of higher level users of the application - for example the Web API.\r\nAn idle time of zero indicates the application is not idle right now.\r\nAny PUT to the application object will reset the idle timer to zero.","type":"integer"}}},"JsonPatchDocument[ApplicationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ApplicationModel]"},"readOnly":true}}},"Operation[ApplicationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ApplicationDictionaryModel":{"description":"AppDict contains the basic data dictionary information for the system. The code definitions exist embedded within the AdvancedUtility.Model project and can be accessed by creating an AppDict object.\r\nAdditional site level changes can be integrated into the system appdict by using the SYS001.C_APPDICTPATCH feature. \r\nStandard AppDict format XML is taken from the SYS001.C_APPDICTPATCH and merged in with the base appdict to produce the reference instance used by the running CIS system.\r\nPatch items are merged based on matching names (Table Name, Field Name, Relation Name, Index Name) and matching parent where applicable (Field, Index).\r\nUse the LoadXml(), SaveXml() methods to restore and persist appdict patch data. Use AddField(), AddIndex(), AddTable(), AddRelation() to record new non-base patch item additions.","type":"object","properties":{"Name":{"description":"Product name","type":"string"},"Version":{"description":"Full version number string of the application dictionary in the form \"Major.Minor.Build.Revision\".\r\nCompare to the CisVersion (SYS001) DataVersion value to detect mismatches.","type":"string"},"VersionHash":{"description":"Hash of the application dictionary.\r\nUsed to identify the exact version fingerprint of the application dictionary.\r\nIncludes application dictionary patches in the fingerprint calculation - therefore identifies and detects exact configurations and configuration changes.\r\nCompare to the CisVersion (SYS001) DataSignature value to detect mismatches.","type":"string"},"Tables":{"description":"Data tables defined in the application dictionary","type":"array","items":{"$ref":"#/definitions/AppDictTableModel"}},"Relations":{"description":"Relationships defined in the application dictionary","type":"array","items":{"$ref":"#/definitions/AppDictRelationModel"}},"Locale":{"description":"Indicates the captions in this appdict instance have been localized to the specified locale.\r\nOnce translations have been applied, the table and field TranslatedCaption and relation TranslatedDescription items will include all localizations for the session locale.\r\nOnly at that point will this locale value be populated, making it a flag as well as a locale value indicator.","type":"string"},"LocalizedVersionHash":{"description":"Version hash of this AppDict instance.\r\nAssigned once localization of the captions has been completed.\r\nThis allows tracking of the AppDict translation against changes in translation resource (Localization Control) in order to detect old AppDict versions.","type":"string"}}},"AppDictTableModel":{"description":"Application Dictionary Table","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Name":{"description":"SQL name for this table","type":"string"},"CodeName":{"description":"Code name for this table","type":"string"},"BusinessName":{"description":"Name of the business class associated with this table/model. Blank if no business object is available.","type":"string"},"WebName":{"description":"Name of the resource published via the REST web API. Blank if the item is not published to the web api.","type":"string"},"Caption":{"description":"Short description string for this table.\r\nIf the appdict has been translated by a parent session or application, then this will be the description localized to that locale, else it will be the native appdict description.","type":"string"},"BuiltInCaption":{"description":"Short description string for this table.\r\nThis is the native description loaded directly from the appdict source.\r\nThis will supply the description to the item's Caption unless there is an override applied to the TranslatedCaption.","type":"string"},"Comment":{"description":"Long description for this table","type":"string"},"Type":{"description":"Usage pattern for this table. Defaults to 'Data'\r\nEnum AdvancedUtility.Model.AppDict.Table+TableType:  \"Data\", \"Control\", \"Config\"","type":"string"},"Fields":{"description":"Dictionary of SQL field names and the associated AppDict.Field objects belonging to this table.\r\nThe field name key is case insensitive.","type":"array","items":{"$ref":"#/definitions/AppDictFieldModel"}},"Indexes":{"description":"Dictionary of SQL index names and the associated AppDict.Index objects belonging to this table.\r\nThe table name key is case insensitive.","type":"array","items":{"$ref":"#/definitions/AppDictIndexModel"}},"SecurityId":{"format":"int64","description":"Security task id associated with this table","type":"integer"},"Reportable":{"description":"Approximate length of an item from this table (in characters)","type":"boolean"},"Filterable":{"description":"Can the table be used when constructing user filter expressions (adhoc queries)","type":"boolean"},"Importable":{"description":"Can the table be loaded from external sources by user level imports","type":"boolean"},"Exportable":{"description":"Is the table available for selection and output from user level exports","type":"boolean"},"Maintain":{"description":"Is this table managed or maintained by the core system (eg. does SQLDIFF create or alter the item)","type":"boolean"},"Custom":{"description":"Indicates that this table is not a standard CIS base table and was manually added by the site or dynamically added (by eg Asset Inventory).\r\nOnly items marked custom are saved into and restored from SYS001.C_APPDICTPATCH.","type":"boolean"},"RecordSecurity":{"description":"Specifies which record level security types this table supports. Also see the Security_* properties which name the SQL field names of the fields that implement that security.\r\nValid values are \"A\" (Access) and/or \"M\" (Manage).\r\nRead only.","type":"array","items":{"type":"string"}},"Security_Creator":{"description":"SQL field name of the record level security \"owner/creator\" field.  Only applies to tables with record level security defined.\r\nRead only.","type":"string"},"Security_Accessor":{"description":"SQL field name of the record level security \"accessor\" field.  Only applies to tables with record level security defined.\r\nRead only.","type":"string"},"Security_AccessorRights":{"description":"SQL field name of the record level security \"accessor rights\" field.  Only applies to tables with record level security defined.\r\nRead only.","type":"string"},"Security_EveryoneRights":{"description":"SQL field name of the record level security \"everyone rights\" field.  Only applies to tables with record level security defined.\r\nRead only.","type":"string"}}},"AppDictRelationModel":{"description":"Application Dictionary Relation","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Name":{"description":"Logical name of this relationship.  This name is unique among all relationships","type":"string"},"Description":{"description":"Short description for this relationship.  Takes into account the direction of the relationship and describes it in user terms.\r\nIf the appdict has been translated by a parent session or application, then this will be the description localized to that locale, else it will be the native appdict description.","type":"string"},"BuiltInDescription":{"description":"Short description for this relationship.  Takes into account the direction of the relationship and describes it in user terms.\r\nThis is the native description loaded directly from the appdict source.\r\nThis will supply the description to the item's Description unless there is an override applied to the TranslatedDescription.","type":"string"},"Comment":{"description":"User comment note for this relationship.  Takes into account the direction of the relationship and explains the relationship in detailed form in user terms.","type":"string"},"FromTable":{"description":"Source or From table of the join relationship","type":"string"},"ToTable":{"description":"Target or To table of the relationship","type":"string"},"Join":{"description":"Join expression.  Uses {From} and {To} keys to represent the source/from and target/to table names so they can be substituted at use time to produce actual joins","type":"string"},"Type":{"description":"Type of join relationship\r\nEnum AdvancedUtility.Model.AppDict+JoinType:  ManyToMany, ManyToOne, OneToMany, OneToOne","type":"string"},"Multivalue":{"description":"Indicates that this is a multivalue relationship at the source.  The source table field represents a comma separated list of linking values, each of which should link to the target table.","type":"boolean"},"IntegrityCheck":{"description":"Indicates whether this relationship should be used for integrity check purposes (such as in the delete referential integrity check of business objects).  Defaults to true.","type":"boolean"},"Where":{"description":"Optional WHERE filter expression.  Uses {From} and {To} keys to code additional filtering on the relationship.  This filter is applied on the result of the join (the SQL Where clause)","type":"string"},"Filterable":{"description":"Indicates whether this relationship should be used for adhoc query builder purposes.  Defaults to true.","type":"boolean"},"Custom":{"description":"Indicates that this relation is not a standard CIS base relation and was manually added by the site or dynamically added (by eg Asset Inventory).\r\nOnly items marked custom are saved into and restored from SYS001.C_APPDICTPATCH.","type":"boolean"}}},"AppDictFieldModel":{"description":"Application Dictionary Field","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Name":{"description":"SQL field name","type":"string"},"CodeName":{"description":"Model / Business class property name","type":"string"},"Caption":{"description":"Short description string for this field.\r\nIf the appdict has been translated by a parent session or application, then this will be the description localized to that locale, else it will be the native appdict description.","type":"string"},"BuiltInCaption":{"description":"Short description string for this field.\r\nThis is the native description loaded directly from the appdict source.\r\nThis will supply the description to the item's Caption unless there is an override applied to the TranslatedCaption.","type":"string"},"FieldType":{"description":"Logical field type.  \r\nEnum AdvancedUtility.Model.BasicFieldType: Bool, Char, Datetime, Date, Number","type":"string"},"Length":{"format":"int32","description":"Logical field length required.  Includes any decimal places AND the decimal point itself, if needed.\r\nOptional and ignored for Bool, Date, Datetime types because they default as needed.\r\nWhen a Char is set to zero length, it defines as an unlimited length VARCHAR/CLOB.","type":"integer"},"Decimals":{"format":"int32","description":"Number of decimal places required","type":"integer"},"Nullable":{"description":"Indicates whether the field can store a null value.  Affects the database field definition and the c# variable type","type":"boolean"},"Reportable":{"description":"Can the field be included in user reports (ie. included on adhoc reports)","type":"boolean"},"Filterable":{"description":"Can the field be used when constructing user filter expressions","type":"boolean"},"Auditable":{"description":"Is the field available to the auditing subsystem","type":"boolean"},"Importable":{"description":"Can the field be loaded from external sources by user level AIM imports","type":"boolean"},"Exportable":{"description":"Is the field available for selection and output from user AIM exports","type":"boolean"},"Multivalue":{"description":"Does the field store a comma separated list of code values","type":"boolean"},"KeyType":{"description":"Indicates that the field is part of a key for this table.  \"Primary\" indicates that the field is the primary key on its table.\r\nOther single letters indicate a unique key field.  Two character values indicate a compound key grouped on the common first character.","type":"string"},"Counter":{"description":"Name of the counter associated with this field.  \"+\" indicates that the counter is an identity (SQLServer) or database sequence (Oracle) value.","type":"string"},"Comment":{"description":"Long description of the field","type":"string"},"Values":{"description":"Defined code/description values valid for this field.  Applies when the values are a hard-coded list of code/descriptions without a linked table or enums.","type":"object","additionalProperties":{"type":"string"}},"Maintain":{"description":"Is this field managed by the core system (eg. does SQLDIFF create or alter the item).\r\nIf the field belongs to an unmaintained table, then the field is also automatically unmaintained.","type":"boolean"},"ParentTable":{"description":"SQL table name to which this field belongs","type":"string"},"SecurityId":{"format":"int64","description":"Security task id associated with this field","type":"integer"},"DisplayOrder":{"description":"Character value which determines sort order of this field within the list of fields in this table.  Used for logical display ordering only.","type":"string"},"IsValueList":{"description":"Shows whether the field accepts values from a specified list only.","type":"boolean"},"EnumType":{"description":"If this field is constrained by a value list, then this is the Enum type associated with it, else null","type":"string"},"Custom":{"description":"Indicates that this field is not a standard CIS base field and was manually added by the site or dynamically added (by eg Asset Inventory).\r\nOnly items marked custom are saved into and restored from SYS001.C_APPDICTPATCH.","type":"boolean"},"Lookup":{"description":"Field that the current field has a lookup into, in the form \"businessClass.PropertyName\".","type":"string"},"Currency":{"description":"Indicates that this field holds a currency value and should be displayed as a currency when possible.\r\nNote that you should not assume decimals are 2, since a currency rate could also be flagged and it could have other precision values.","type":"boolean"}}},"AppDictIndexModel":{"description":"Application Dictionary Index","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Name":{"description":"SQL index name","type":"string"},"Unique":{"description":"Indicates that this is a unique index","type":"boolean"},"PK":{"description":"Indicates that this is a Primary Key index.  This builds a PK constraint in the database rather than an index","type":"boolean"},"Fields":{"description":"Ordered list of fields included in this index","type":"array","items":{"type":"string"}},"ParentTable":{"description":"SQL name of the table to which this index belongs","type":"string"},"Custom":{"description":"Indicates that this index is not a standard CIS base index and was manually added by the site or dynamically added (by eg Asset Inventory).\r\nOnly items marked custom are saved into and restored from SYS001.C_APPDICTPATCH.","type":"boolean"}}},"JsonPatchDocument[AppDictTableModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AppDictTableModel]"},"readOnly":true}}},"Operation[AppDictTableModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AppDictFieldModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AppDictFieldModel]"},"readOnly":true}}},"Operation[AppDictFieldModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AppDictIndexModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AppDictIndexModel]"},"readOnly":true}}},"Operation[AppDictIndexModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AppDictRelationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AppDictRelationModel]"},"readOnly":true}}},"Operation[AppDictRelationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ApplicationSecuredDataModel":{"description":"Secured Data Control Model (SYS115)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_Code":{"description":"Unique code string associated with this object.","type":"string"},"Description":{"description":"Details about the use of this item","type":"string"},"Creator":{"description":"The user who created this item","type":"string"},"Accessor":{"description":"Optional user or department with access to this item","type":"string"},"AccessorRights":{"description":"Rights that access user/group has to this item","type":"string"},"EveryoneRights":{"description":"Rights that everyone has to this item","type":"string"},"AccessType":{"description":"Access Type","type":"string"},"Category":{"description":"Category","type":"string"},"Name1":{"description":"The top level name of this item","type":"string"},"Name2":{"description":"The optional second level name of this item","type":"string"},"Name3":{"description":"The optional third level name of this item","type":"string"},"Data":{"description":"The stored data associated with this item","type":"string"},"IsDefault":{"description":"Exactly one item with the given name(s) must be the default item","type":"boolean"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"}}},"SecurityProfileModel":{"description":"CIS security profile object.\r\nRepresents the security rights of the user for which the profile is created.\r\nAlso acts as the interface to the security subsystem for that user.","type":"object","properties":{"Groups":{"type":"array","items":{"type":"string"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsValid":{"description":"Is the current security profile valid (ie. not tampered with and fully configured).\r\nOnly valid profiles can be used to initialize a login session.","type":"boolean"},"Authenticated":{"description":"Has the user associated with this security profile supplied a valid password yet?\r\nOnly authenticated security profiles can be used to initialize a login session.","type":"boolean"},"IsSuperUser":{"description":"Is the user associated with this profile an administrative user who has full system rights.\r\nSuper users do not validate against security information stored in the security tables - they are given automatic access to all functions in the system.","type":"boolean"},"IsSupportUser":{"description":"Is this user the Advanced support user.\r\nThe support user does not take a license key from the pool of available login licenses.","type":"boolean"},"UserId":{"description":"UserId associated with this security profile.  Will be empty for an application level profile.","type":"string"},"IsModel":{"description":"Has the user associated with this profile been set as the model user.\r\nThe model user is used as a template for any user that is added, either manually or automatically.\r\nSettings like group assignments, password policy, and security rights, and more are all copied from the model.","type":"boolean"},"IsDisabled":{"description":"Has the user associated with this profile been flagged disabled by a user administrator?","type":"boolean"},"IsReadOnly":{"description":"Has the user associated with this profile been set to \"read only\" mode, which only allows read access to data and control tables","type":"boolean"},"MustChangePassword":{"description":"Indicates that the user associated with this profile must change their password during the next authentication request","type":"boolean"},"CanChangePassword":{"description":"Indicates that the user associated with this profile is allowed to change his own password","type":"boolean"},"FailedPasswordAttempts":{"format":"int32","description":"Tracks the number of failed password attempts within the period defined by the system administrator for tracking such failures.\r\nFailed attempts are reset to zero if they occurred outside the tracking period set by the administrator.\r\nFailed attempts can also be explicitly set to 0 by a security admin by sending 0 on an update.","type":"integer"},"LastFailedPasswordAttempt":{"format":"date-time","description":"Date and time of the last failed authentication attempt.\r\nRead only, but will be reset to null when failed attempt counts are reset.","type":"string"},"MaximumSessions":{"format":"int32","description":"The number of concurrent sessions allowed for this profile.  Default of zero implies no limit.  API, web, and utility (CISCommand) sessions count towards this as well.","type":"integer"},"ExternalReference":{"description":"The external user login reference. Optionally used by AD or LDAP authentication modes as the account on that database to authenticate against.\r\nIf not populated, it defaults to the CIS userid.","type":"string"},"SecurityProviderEnum":{"description":"Supported values for the security provider interface","type":"string"},"SecurityProvider":{"description":"Currently configured authentication type.  Set by the administrator.","type":"string"},"SecurityMode":{"description":"Currently configured default rights.  Used when no explicit rights are found for a given security item.","type":"string"},"MinPasswordLength":{"format":"int32","description":"Minimum password length.  Zero means no minimum is enforced.","type":"integer"},"MaxPasswordLength":{"format":"int32","description":"Maximum password length.  Zero means no maximum is enforced.","type":"integer"},"PasswordRequiresMixedCase":{"description":"Indicates whether passwords must have a mix of upper and lower case characters.","type":"boolean"},"PasswordRequiresDigits":{"description":"Indicates whether numeric digits are required in the password","type":"boolean"},"PasswordRequiresSpecials":{"description":"Indicates whether special characters are required in the password","type":"boolean"},"AllowAutoUser":{"description":"Indicates that automatic new user adds are allowed","type":"boolean"},"MaxPasswordRetries":{"format":"int32","description":"Number of incorrect password attempts that are allowed within the password retry period before the user profile is disabled.\r\nSet to zero to disable this feature.","type":"integer"},"CustomerAccountAccessCriteria":{"description":"Customer Account Access Criteria\r\n<para>The criteria that specifies which Customer Account objects can be accessed by a user.</para><para>(M_CRITERIA)</para>","type":"string"},"PasswordChangeTimespan":{"format":"int32","description":"The amount of time in days before a password must be changed again by the user.\r\nSet to 0 to disable password expiry functionality.","type":"integer"},"PasswordRetriesResetTimespan":{"format":"int32","description":"The amount of time in minutes before incorrect password attempts are forgotten.\r\nUsed with the LastFailedPasswordAttempt of a user to clear out the failed password attempt count after this amount of time has passed.\r\nSet to 0 to disable reset of failed password counts.","type":"integer"},"NewPassword":{"description":"New password, updated by the user","type":"string"},"Version":{"format":"int64","description":"A version token for the security subsystem.\r\nRepresents the state of the security subsystem at the time this security data was generated.\r\nCan be used to compare the state of the security subsystem at different times to detect changes.\r\nRead only.","type":"integer"}}},"JsonPatchDocument[SecurityProfileModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityProfileModel]"},"readOnly":true}}},"Operation[SecurityProfileModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ApplicationSecurityUserChangePasswordModel":{"description":"Change password for the current user","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldPassword":{"description":"Old password.\r\nValidates the user to confirm the password change.","type":"string"},"NewPassword":{"description":"New password to change to","type":"string"}}},"SecurityGroupModel":{"description":"Group (SecurityGroup / SYS006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerAccountAccessCriteria":{"description":"Customer Account Access Criteria. The criteria that specifies which Customer Account objects can be accessed by a group. (M_CRITERIA)","type":"string"},"GroupDescription":{"description":"Group Description. The group description. (C_GROUPDESCRIPTION)","type":"string"},"GroupId":{"description":"Group ID. The group ID. (C_GROUPID)","type":"string"},"Notes":{"description":"Notes. The notes about the group. (M_NOTES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SecurityGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityGroupModel]"},"readOnly":true}}},"Operation[SecurityGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ApplicationSecurityExplainRightModel":{"description":"Explain effective right associated with a user for a security task","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Owner":{"description":"Owner ID associated with this explanation item.","type":"string"},"OwnerType":{"description":"Owner type of the OwnerId for this explanation item.\r\nValid values are: System, User, Group.","type":"string"},"Change":{"description":"Type of change: '+' for a grant, '-' for a revoke","type":"string"}}},"ApplicationUserProfileModel":{"description":"CIS generic profile data (SYS015)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"O_Code":{"description":"Unique code value for this item (resource id).  Read only.","type":"string"},"Userid":{"description":"User ID to which this profile item belongs. Items with user #CIS# are system profile entries.","type":"string"},"Name1":{"description":"First level key of this profile item","type":"string"},"Name2":{"description":"Second level key of this profile item","type":"string"},"Name3":{"description":"Third level key of this profile item","type":"string"},"Type":{"description":"Data type code associated with the data value.\r\nValid codes are: S (String), L (Long), M (Decimal), T (DateTime), B (Boolean), I (Integer), D (Double), F (Float), H (Hex/Binary), X (Null), O (raw object data)","type":"string"},"Data":{"description":"Value of the profile item.\r\nMust match acceptable format as implied by the type code.\r\n\"H\" (binary) data can be sent raw, as a base64 encoded string, or as an array of 0-255 numbers.\r\n\"T\" (DateTime) data can be sent raw or as a string in ISO 8601 format (YYYY-MM-DD, YYYY-MM-DDThh:mm:ss, etc)","type":"object"}}},"ARModel":{"description":"A/R Control (AR / CON091)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"ARDescription":{"description":"A/R Code Description. The description of the accounts receivable code. (C_ARDESCRIPTION)","type":"string"},"UpdateBif042":{"description":"Update to Bill. Indicates whether to update BIF042. (L_BIF042)","type":"boolean"},"IsSummary":{"description":"Summary. Indicates whether the accounts receivable is a summary accounts receivable. (L_SUMMARY)","type":"boolean"},"IsAllocationAR":{"description":"System Allocation A/R. Indicates whether this A/R is the one system allocation A/R (Total A/R) (L_ALLOCATION)","type":"boolean"},"SystemOpeningBalance":{"format":"double","description":"System Opening Balance. The system opening balance. (Y_SYSTEMOPENINGBALANCE)","type":"number"},"Sort":{"description":"Display Order. The display order. (C_SORT)","type":"string"},"IsMerchandise":{"description":"Merchandise. Indicates whether the accounts receivable type is for merchandise. (L_MERCHANDISE)","type":"boolean"},"IsWriteOff":{"description":"Write Off. Indicates whether this accounts receivable is a 'write-off' account receivable. (L_WRITEOFF)","type":"boolean"},"IsDepositPaid":{"description":"Deposit Paid A/R. Indicates whether the accounts receivable is a deposit paid accounts receivable. (L_DEPOSITPAID)","type":"boolean"},"IsDepositOwing":{"description":"Deposit Owing A/R. Indicates whether the accounts receivable is a deposit owing accounts receivable. (L_DEPOSITOWING)","type":"boolean"},"IsDepositInterest":{"description":"Deposit Interest A/R. Indicates whether the accounts receivable is a deposit interest accounts receivable. (L_DEPOSITINTEREST)","type":"boolean"},"AllowCredit":{"description":"Allow Credits. Indicates whether to allow credits for the account. (L_ALLOWCREDIT)","type":"boolean"},"CreditPercent":{"format":"int32","description":"Credit Allocation Percent. The credit allocation percent. (N_CREDITPERCENT)","type":"integer"},"RankingSequence":{"format":"int32","description":"Sequence within Rank Group. The sequence within the rank group. (I_RANKINGSEQ)","type":"integer"},"ApplyPenalty":{"description":"Apply Penalty to A/R Balance. Indicates whether penalty will be applied to the A/R balance. (L_APPLYPENALTY)","type":"boolean"},"IgnoreCredits":{"description":"Ignore Credit Balance from Penalties. Indicates whether the credit balance from the penalties will be ignored. (L_IGNORECREDITS)","type":"boolean"},"IsDonation":{"description":"Donation A/R. Indicates whether to use the donation accounts receivable. (L_DONATION)","type":"boolean"},"DonationCap":{"format":"double","description":"Max. Donation Amount. The maximum donation amount allowed. (Y_DONATIONCAP)","type":"number"},"DonationFloor":{"format":"double","description":"Min. Donation Amount. The minimum donation amount allowed. (Y_DONATIONFLOOR)","type":"number"},"IsAssistanceAR":{"description":"Assistance A/R. Indicates whether to use the payment assistance accounts receivable. (L_ASSISTANCEAR)","type":"boolean"},"IsMembership":{"description":"Membership A/R. Indicates whether this is a membership A/R. (L_MEMBERSHIP)","type":"boolean"},"IsTransferable":{"description":"Transfer A/R. .T. if the AR's balance should be transferred when AR Balances are being transferred, .F. otherwise.\\n (L_TRANSFERABLE)","type":"boolean"},"IsCollectionAgency":{"description":"Collection agency A/R. Indicates whether there is a collection agency A/R. (L_COLAGENCY)","type":"boolean"},"TransferType":{"description":"Balance Transfer Type. The A/R balance transfer type. (C_TRANSFERTYPE)\r\nEnum AdvancedUtility.Model.CON091+TransferTypeEnum:  _blank, Account, Customer, EitherCustomerorAccount","type":"string"},"IsProjectCredits":{"description":"Project credits A/R. The project credits accounts receivable. (L_PROJECTCREDITS)","type":"boolean"},"IncludeInCashReceipt":{"description":"Include in Cash Receipt Balance. Indicates whether the credit amount will be included in the cash receipt balance. (L_CASHRECEIPT)","type":"boolean"},"UnderpayCreditTolerance":{"format":"double","description":"Credit on Underpayment Tolerance Amount. The credit on underpayment tolerance amount. (N_UNDERPAYCREDITTOLERANCE)","type":"number"},"Display":{"description":"Display in Transaction History. Transactions will display in the Transaction History tab depending on which of the options is selected (C_DISPLAY)\r\nEnum AdvancedUtility.Model.CON091+DisplayEnum:  Always, Onlywhenbalanceisnonzero, Whentransactionsexist","type":"string"},"AllowOnlyPaymentsAllocation":{"description":"Allocate Only Payments. Indicates whether to allow only payments allocation. (L_ALLOWONLYPAYMENTSALLOCATION)","type":"boolean"},"IsCapitalCredit":{"description":"Capital Credit A/R. Indicates whether there is a capital credit A/R. (L_CAPITALCREDIT)","type":"boolean"},"IncludeDepositOwingAR":{"description":"Include Deposit Owing A/R. Include deposit owing A/R. (L_INCLUDEDEPOSITOWINGAR)","type":"boolean"},"OverPayDonation":{"description":"Overpayment to Donation Amount(s). Overpayment to Donation Amount(s). (C_OVERPAYDONATION)","type":"string"},"AllocateInBalanceReconciliation":{"description":"Allocate only in Reconcile Batch. Indicates whether to allocate if batch type is balance reconciliation. (L_ALLOCATEINBALANCERECONCILE)","type":"boolean"},"DoNotUpdateBillTransactions":{"description":"Do Not Update Bill Transactions. Indicates not to update bill transactions to customer A/R (L_DONOTUPDATEBILLTRANSACTIONS)","type":"boolean"},"NoAllocationToUnbilledTransactions":{"description":"No Allocation To Unbilled Transactions. Indicates whether there will be no payment allocation to the unbilled transactions in this A/R (L_NOALLOCATIONTOUNBILLEDTRANS)","type":"boolean"},"BadDebtTransactionCode":{"description":"Bad Debt Reinstatement Transaction Code. This transaction code is used to reinstate bad debt balances to the active receivable prior to them being transferred to a different customer/account. (C_BADDEBTTRANSCODE)","type":"string"},"CreditElementNumber":{"description":"Element Number. The element number. (C_ELEMENTNUM)","type":"string"},"CreditElementNumber2":{"description":"Element Number 2. The credit element number 2. (C_CREDITELEMENTNUM2)","type":"string"},"CreditGLNumber":{"description":"G/L Number. The general ledger number which must be entered. (C_GLNUM)","type":"string"},"CreditGLNumber2":{"description":"G/L Number 2. The credit general Ledger number 2. (C_CREDITGLNUM2)","type":"string"},"CreditRefundTransactionCode":{"description":"Credit Refund Transaction Code. The transaction code used for the credit refund. (C_CREDITREFUNDTRANSCODE)","type":"string"},"CreditTransactionCode":{"description":"Credit Transaction Code. The credit transaction code. (C_CREDITTRANSCODE)","type":"string"},"DebitElementNumber":{"description":"Debit Element Number. The debit element number. (C_DEBITELEMENTNUM)","type":"string"},"DebitElementNumber2":{"description":"Debit Element Number 2. The debit element number 2. (C_DEBITELEMENTNUM2)","type":"string"},"DebitGLNumber":{"description":"Debit G/L Number. The debit G/L number. (C_DEBITGLNUM)","type":"string"},"DebitGLNumber2":{"description":"Debit G/L Number 2. The debit general ledger number 2. (C_DEBITGLNUM2)","type":"string"},"DebitTransactionCode":{"description":"Debit Transaction Code. The debit transaction code. (C_DEBITTRANSCODE)","type":"string"},"DonationValidStatus":{"description":"Donation Account Statuses. The donation account status. (C_DONATIONVALIDSTATUS)","type":"string"},"InterestTransactionCode":{"description":"Interest Transaction Code. The interest transaction code. (C_INTERESTTRANSCODE)","type":"string"},"PenaltyReversalTransactionCode":{"description":"Penalty Reversal Transaction Code. The penalty reversal transaction code. (C_PENALTYREVERSALTRANSCODE)","type":"string"},"PenaltyTransactionCode":{"description":"Penalty Transaction Code. The penalty transaction code for accounts receivable. (C_PENALTYTRANSACTIONCODE)","type":"string"},"ProjectTransactionCode":{"description":"Project Transaction Code. The project transaction code. (C_PROJECTTRANSCODE)","type":"string"},"Ranking":{"description":"Payment Rank Group. The payment or credit ranking order. (C_RANKING)","type":"string"},"SubARs":{"description":"A/Rs Belonging to This Summary. The accounts receivables which belong to this summary (C_SUBARS)","type":"string"},"TransferInTransactionCode":{"description":"A/R Transfer In Transaction Code. The transaction code assigned to transfer into the accounts receivable account. (C_TRANSFERINTRANSCODE)","type":"string"},"TransferOutTransactionCode":{"description":"A/R Transfer Out Transaction Code. The transaction code assigned to transfer out of the accounts receivable account. (C_TRANSFEROUTTRANSCODE)","type":"string"},"UnderpayCreditTransactionCode":{"description":"Credit on Underpayment Transaction Code (C_UNDERPAYCREDITTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_MoveDonationFlag":{"format":"int32","description":"Confirms whether IsDonation flag should be allowed to be moved to this record and removed from the previous record. Valid values are: 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ARModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ARModel]"},"readOnly":true}}},"Operation[ARModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ARBalanceModel":{"description":"Customer/Account AR Balance (ARBalance / BIF040)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CurrentBalance":{"format":"double","description":"A/R Balance. The accounts receivable balance. (Y_CURRENTBALANCE)","type":"number"},"ARCode":{"description":"A/R. The accounts receivable code. (C_ARCODE)","type":"string"},"CustomerAccountId":{"format":"int64","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ARBalanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ARBalanceModel]"},"readOnly":true}}},"Operation[ARBalanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ARCompanyModel":{"description":"Multi-Company A/R Control (ARCompany / CON098)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ARDescription":{"description":"A/R Code Description. The accounts receivable description. (C_ARDESCRIPTION)","type":"string"},"Sort":{"description":"Sort Order. The sort order of the accounts receivable. (C_SORT)","type":"string"},"RankingSequence":{"format":"int32","description":"Sequence within Rank Group. The sequence within the rank group. (I_RANKINGSEQ)","type":"integer"},"Display":{"description":"Display in Transaction History (C_DISPLAY)\r\nEnum AdvancedUtility.Model.CON091+DisplayEnum:  Always, Onlywhenbalanceisnonzero, Whentransactionsexist","type":"string"},"IsSummary":{"description":"Summary. Indicates whether the accounts receivable is a summary accounts receivable (L_SUMMARY)","type":"boolean"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Company":{"description":"Company Code. The company code. (C_COMPANY)","type":"string"},"CreditElementNumber":{"description":"Element Number. The element number (C_ELEMENTNUM)","type":"string"},"CreditElementNumber2":{"description":"Element Number 2. The credit element number 2. (C_CREDITELEMENTNUM2)","type":"string"},"CreditGLNumber":{"description":"G/L Number. The general ledger number. (C_GLNUM)","type":"string"},"CreditGLNumber2":{"description":"G/L Number 2. The credit general ledger number 2. (C_CREDITGLNUM2)","type":"string"},"DebitElementNumber":{"description":"Debit Element Number. The debit element number. (C_DEBITELEMENTNUM)","type":"string"},"DebitElementNumber2":{"description":"Debit Element Number 2. The debit element number 2. (C_DEBITELEMENTNUM2)","type":"string"},"DebitGLNumber":{"description":"Debit G/L Number. The debit G/L number. (C_DEBITGLNUM)","type":"string"},"DebitGLNumber2":{"description":"Debit G/L Number 2. The debit general ledger number 2. (C_DEBITGLNUM2)","type":"string"},"Division":{"description":"Division Code. The division code. (C_DIVISION)","type":"string"},"Ranking":{"description":"Payment Rank Group. The payment or credit ranking order. (C_RANKING)","type":"string"},"SubARs":{"description":"A/Rs belonging to this Summary. The accounts receivables which belong to this summary. (C_SUBARS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ARCompanyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ARCompanyModel]"},"readOnly":true}}},"Operation[ARCompanyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ArrangementPayAtModel":{"description":"Arrangement Pay At Control (ArrangementPayAt / CON077)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Arrangement Pay At Code. The arrangement Pay-At code. (C_CODE)","type":"string"},"Description":{"description":"Arrangement Pay At Description. The description of the Pay At control. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the arrangement pay at code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ArrangementPayAtModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ArrangementPayAtModel]"},"readOnly":true}}},"Operation[ArrangementPayAtModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ArrangementProcessingRunModel":{"description":"ArrangementProcessing process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.ArrangementProcessing+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"ProcessingDateFormula":{"description":"Processing date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ARCode":{"description":"A/R Code","type":"string"},"AllArrangementTypes":{"description":"Whether or not all arrangement type codes should be processed","type":"boolean"},"ArrangementTypes":{"description":"List of arrangement type codes to process","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Whether or not all companies are considered","type":"boolean"},"Company":{"description":"The company code to process arrangements for","type":"string"},"AllDivisions":{"description":"Whether or not arrangements are processed for all divisions","type":"boolean"},"Divisions":{"description":"The division codes to process arrangements for","type":"array","items":{"type":"string"}},"ProcessingData":{"description":"List of payment arrangement keys to process","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PaymentArrangementModel":{"description":"Payment Arrangement (PaymentArrangement / BIF007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. Customer number to which this arrangement applies (C_CUSTOMER)","type":"string"},"UseBillDueDateAsArrangementDate":{"description":"Use Bill Due Date as Arrangement Date. Indicates whether or not the arrangement date will be updated to match the bill due date when the bill is updated. Only arrangement dates earlier than the due date will be updated. (L_USEBILLDUEDATEASARRANGEDATE)","type":"boolean"},"Account":{"description":"Account #. Account number to which this arrangement applies (C_ACCOUNT)","type":"string"},"BillNumber":{"format":"int64","description":"Bill Number. Populates the bill number of the bill for which payment arrangement was created. These arrangement amounts are used in notice balance owing calculations when the flag 'Exclude Bill Arrangements' is set in CIS Infinity control(BIF000) (I_BILLNUMBER)","type":"integer"},"DatetimeEntered":{"format":"date-time","description":"Date/Time Entered. Date/Time the arrangement was created (T_DATETIME)","type":"string"},"Date":{"format":"date-time","description":"Arrangement Date. Arrangement date (D_ARRANGE)","type":"string"},"Amount":{"format":"double","description":"Arrangement Amount. Arrangement amount (Y_AMOUNT)","type":"number"},"ActualPayment":{"format":"double","description":"Actual Payment. Amount actually paid on this arrangement (Y_ACTUALPAYMENT)","type":"number"},"Notes":{"description":"Notes. Notes about this payment arrangement. (M_NOTES)","type":"string"},"ArrangementGroupId":{"format":"int64","description":"Group ID. Group key that associates several related payment arrangements (I_GROUP)","type":"integer"},"ProcessAsGroup":{"description":"Process as Group. Indicates that the related payments should be processed as a group (L_GROUPPROCESS)","type":"boolean"},"IncludeBillAmount":{"description":"Include Bill Amount in Arrangement (L_INCLUDEBILLAMOUNT)","type":"boolean"},"ARCode":{"description":"A/R Code (C_ARCODE)","type":"string"},"CreateBrokenArrangementCreditItem":{"type":"boolean"},"GroupBalance":{"format":"double","description":"Group Balance. Indicates the total group arrangement amount that is still due (the difference between the total arrangement amount and the total amount actually paid).","type":"number"},"GroupStatus":{"description":"Group Status. Status of the payment arrangement group (C_GROUPSTATUS)","type":"string"},"PaymentLocation":{"description":"Pay At. Type of location where the payment was made (C_PAYAT)","type":"string"},"PaymentMethod":{"description":"Payment Method. Type of payment that was made (C_PAYMENTMETHOD)","type":"string"},"RemainingInstallments":{"format":"int32","description":"Remaining Installments. Indicates the number of arrangements that are still due (all the arrangements that are in initial status or partially kept status).","type":"integer"},"Status":{"description":"Status. Arrangement status (C_STATUS)","type":"string"},"Type":{"description":"Payment Arrangement Type (C_ARRANGEMENTTYPE)","type":"string"},"UserId":{"description":"Created By. User who created the arrangement (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_AllowSaveAdditionalArrangementsForABill":{"format":"int32","description":"Confirms to add additional payment arrangements for a bill. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ArrangementStatusModel":{"description":"Arrangement Status Control (ArrangementStatus / COL104)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Arrangement Status. The arrangement status. (C_ARRANGEMENTSTATUS)","type":"string"},"Description":{"description":"Description. The arrangement status description. (C_DESCRIPTION)","type":"string"},"AsInitial":{"description":"Initial Status. Indicates whether the arrangement is in its initial status. (L_INITIAL)","type":"boolean"},"AsBroken":{"description":"Broken Status. Indicates whether the arrangement has been broken. (L_BROKEN)","type":"boolean"},"AsKept":{"description":"Kept Status. Indicates whether the arrangement has been kept. (L_KEPT)","type":"boolean"},"AsPartial":{"description":"Partially Kept Status. Indicates whether the arrangement has been partially kept. (L_PARTIAL)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ArrangementStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ArrangementStatusModel]"},"readOnly":true}}},"Operation[ArrangementStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ArrangementTypeModel":{"description":"Arrangement Type Control (ArrangementType / COL108)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Arrangement Type Code. The arrangement type code. (C_ARRANGEMENTTYPE)","type":"string"},"MarkAsKeptIncludingBill":{"description":"Mark As Kept Including Bill Amount. Indicates whether or not the future payment arrangements which are set to include the bill amount should be marked as 'Kept' based on current updated bill amount when the payments on the account satisfies the future payment arrangement amount. (L_MARKASKEPTINCLUDINGBILL)","type":"boolean"},"UseBillDueDateAsArrangementDate":{"description":"Use Bill Due Date as Arrangement Date. Indicates whether or not the arrangement date will be updated to match the bill due date when the bill is updated. Only arrangement dates earlier than the due date will be updated. This sets the default for arrangements of this type, but can be overridden on an individual arrangement. (L_USEBILLDUEDATEASARRANGEDATE)","type":"boolean"},"ApplyExcessPaymentFinalArrangement":{"description":"Apply Excess Payments to Final Arrangement. Indicates whether or not to apply excess payment amounts to the future arrangements, beginning with the final arrangement when the system is configured to process future payment arrangements. (L_APPLYPAYMENTFINALARRANGE)","type":"boolean"},"Description":{"description":"Arrangement Type Description. The arrangement type description. (C_DESCRIPTION)","type":"string"},"PapDraw":{"description":"PAP Draw. Indicates whether there is an active pre-authorized draw. (L_PAPDRAW)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"DefaultPastDueAmount":{"description":"Apply Past Due to Default Arrangement Amount. Indicates whether to apply Past Due Amount to be the default Arrangemnt Amount. (L_DEFAULTPASTDUEAMOUNT)","type":"boolean"},"DeductType":{"description":"Arrangement Deduction Type. Deduction Type for the Arrangement (C_DEDUCTTYPE)","type":"string"},"DeductValue":{"format":"double","description":"Arrangement Deduction Value. Deduction Value for the Arrangement (Y_DEDUCTVALUE)","type":"number"},"Action":{"format":"int64","description":"Arrangement Action. The action that will be triggered when making an arrangement of this type. (I_CREATEARRACTIONID)","type":"integer"},"BrokenArrangementCollectionStatus":{"description":"Broken Arrangement Collection Status. The broken arrangement collection status. (C_BROKENARRCOLSTAT)","type":"string"},"PayAt":{"description":"Arrangement Type Pay At. The location where the customer will make the payment arrangement. (C_PAYAT)","type":"string"},"PayMethod":{"description":"Arrangement Type Payment Method. The payment method. (C_PAYMETHOD)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ArrangementTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ArrangementTypeModel]"},"readOnly":true}}},"Operation[ArrangementTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssetModel":{"description":"Asset Inventory (Asset / MEF105)","type":"object","properties":{"AdditionalData":{"type":"object","additionalProperties":{"type":"object"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssetId":{"format":"int64","description":"Asset ID. Auto-generated ID for this table (I_ASSETID)","type":"integer"},"SerialNumber":{"description":"Serial Number. The serial number of this asset (C_SERIALNUMBER)","type":"string"},"PurchasePrice":{"format":"double","description":"Purchase Price. The price of the purchased asset (Y_PURCHASEPRICE)","type":"number"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date of the purchased asset (D_PURCHASEDATE)","type":"string"},"InstalledDate":{"format":"date-time","description":"Installed Date. The date this asset was installed on (D_INSTALLED)","type":"string"},"ReplacementDate":{"format":"date-time","description":"Replacement Date. The date the asset will be replaced (D_REPLACEMENT)","type":"string"},"AssetType":{"description":"Asset Type. The asset type code (C_ASSETTYPE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer of this asset (C_MANUFACTURER)","type":"string"},"Model":{"description":"Model. The model of this asset (C_MODEL)","type":"string"},"Service":{"description":"Service. The service linked to this asset (C_SERVICE)","type":"string"},"Status":{"description":"Status. The status of this asset (C_STATUS)","type":"string"},"WarrantyType":{"description":"Warranty Type. The warranty type code (C_WARRANTYTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssetModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssetModel]"},"readOnly":true}}},"Operation[AssetModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssetModelModel":{"description":"Asset Model Control (AssetModel / MEF102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Asset Model Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Asset Model Description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssetModelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssetModelModel]"},"readOnly":true}}},"Operation[AssetModelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssetTypeModel":{"description":"Asset Type Control (AssetType / MEF103)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssetTypeDetails":{"description":"The AssetTypeDetail child records. This list must be used to manage the details associated with the current AssetType record.\r\nWhen an AssetType is created, updated, or deleted, the AssetTypeDetails list is compared to the existing data and the proper AssetTypeDetail updates are executed. \r\nAn AssetTypeDetail item passed in the current list and not found in the existing data, will be added.\r\nAn AssetTypeDetail item passed in the current list and found in the existing data, will update the existing record.\r\nAn existing AssetTypeDetail item not found in the passed list, will be deleted.","type":"array","items":{"$ref":"#/definitions/AssetTypeDetailModel"}},"Code":{"description":"Code. The unique code that identifies the asset type (C_CODE)","type":"string"},"Description":{"description":"Description. The asset type description (C_DESCRIPTION)","type":"string"},"LinkedTo":{"description":"Linked To. Specifies whether the asset type is linked to the Customer, to the Account, to Both or to None (C_LINKEDTO)\r\nEnum AdvancedUtility.Model.MEF103+LinkedToEnum:  None, Customer, Account, Both","type":"string"},"UseSerialNumber":{"description":"Use Serial Number. Specifies whether the asset type is tracked by serial number or only by generic equipment type, manufacturer, model (L_USESERIALNUMBER)","type":"boolean"},"IsConservationResource":{"description":"Is Conservation Resource. Specifies whether the asset type is used for Conservation purposes (L_CONSERVATION)","type":"boolean"},"TableName":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AssetTypeDetailModel":{"description":"Asset Type Details Control (AssetTypeDetail / MEF104)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FieldId":{"format":"int64","description":"User Defined Field ID. The user defined field ID. (I_FIELDID)","type":"integer"},"FieldName":{"description":"Field Name. The asset type details field name. (C_FIELD)","type":"string"},"Caption":{"description":"Caption. The asset type details caption. (C_CAPTION)","type":"string"},"Type":{"description":"Type. The asset type details data type (C_TYPE)\r\nEnum AdvancedUtility.Model.MEF104+TypeEnum:  Character, Date, Logical, Numeric, DateTime","type":"string"},"Length":{"format":"int32","description":"Length. The asset type details length value. (N_LENGTH)","type":"integer"},"Decimals":{"format":"int32","description":"Decimals. The asset type details decimals value. (N_DECIMALS)","type":"integer"},"DisplayOrder":{"format":"int32","description":"Display Order. The other in which the field will show on the form (N_DISPLAYORDER)","type":"integer"},"IsMultiValue":{"description":"Multi Value Field. Indicates whether the current lookup field is a multi value (moverlist) (L_MULTIVALUE)","type":"boolean"},"IsRequired":{"description":"Required. Field value is required upon saving (L_REQUIRED)","type":"boolean"},"IsNullable":{"description":"Nullable. Determines if this field can be nullable (L_NULLABLE)","type":"boolean"},"LookupTable":{"description":"Lookup Table. The asset type details lookup table. (C_LOOKUPTABLE)","type":"string"},"LookupField":{"description":"Lookup  Field. The asset type details lookup field. (C_LOOKUPFIELD)","type":"string"},"AssetType":{"description":"Asset Type. The asset type code. (C_ASSETTYPE)","type":"string"},"CodeName":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssetTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssetTypeModel]"},"readOnly":true}}},"Operation[AssetTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[AssetTypeDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssetTypeDetailModel]"},"readOnly":true}}},"Operation[AssetTypeDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssetWarrantyTypeModel":{"description":"Asset Warranty Type Control (AssetWarrantyType / MEF101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Asset Warranty Type Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Asset  Warranty Type Description. (C_DESCRIPTION)","type":"string"},"WarrantyDays":{"format":"int32","description":"Warranty Days. The Warranty Days. (I_WARRANTYDAYS)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssetWarrantyTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssetWarrantyTypeModel]"},"readOnly":true}}},"Operation[AssetWarrantyTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceAgencyModel":{"description":"Assistance Agency Control (AssistanceAgency / CON343)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Agency Code. The assistance agency code. (C_CODE)","type":"string"},"Description":{"description":"Agency Description. The assistance agency description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the assistance agency is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceAgencyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceAgencyModel]"},"readOnly":true}}},"Operation[AssistanceAgencyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceAgencyPledgeModel":{"description":"Assistance Agency Pledge (AssistanceAgencyPledge / BIF143)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Comment":{"description":"Notes. Notes about this pledge. (C_COMMENT)","type":"string"},"PledgeDate":{"format":"date-time","description":"Pledge Date. The date the pledge was made. (D_PLEDGEDATE)","type":"string"},"PledgeAmount":{"format":"double","description":"Pledge Amount. The pledge amount. (Y_PLEDGEAMOUNT)","type":"number"},"HoursToWork":{"format":"double","description":"Number of Hours to Work. The number of hours to work. (N_HOURSTOWORK)","type":"number"},"CompleteDate":{"format":"date-time","description":"Date Work Completed. The date that the work was completed. (D_COMPLETEHOURS)","type":"string"},"PaymentReceived":{"format":"double","description":"Payment Received Amount. The amount of the payment received. (Y_PAYMENTRECEIVED)","type":"number"},"PaymentDate":{"format":"date-time","description":"Payment Received Date. The date that the payment was received. (D_PAYMENTDATE)","type":"string"},"PaymentTransactionNumber":{"format":"int64","description":"Payment TransNum. The transaction number of the payment. (I_PAYMENTTRANSNUM)","type":"integer"},"CaseNo":{"description":"Case Number. The case number. (C_CASENO)","type":"string"},"RecipientName":{"description":"Recipient Name. The recipient's name. (C_RECIPIENTNAME)","type":"string"},"Balance":{"format":"double","description":"Balance. The balance remaining. (Y_BALANCE)","type":"number"},"CurrentAmountApplied":{"format":"double","description":"Current Amount Applied. The current amount applied. (Y_CURRENTAMOUNTAPPLIED)","type":"number"},"EndDate":{"format":"date-time","description":"End Date. The assistance pledge end date.  (D_ENDDATE)","type":"string"},"AssistanceId":{"format":"int64","description":"Assistance ID. The unique ID associated with the application. (I_ASSISTANCEID)","type":"integer"},"Status":{"description":"Status. The application status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF143+StatusEnum:  Requested, Approved, OnHold, Rejected, Completed, Cancelled","type":"string"},"ApplicationDate":{"format":"date-time","description":"Application Date. The date the application was made on. (D_APPLICATIONDATE)","type":"string"},"RecertificationIndex":{"format":"int32","description":"Recertification Number. The current number of enrollment recertifications performed for the application. (I_RECERTIFICATIONINDEX)","type":"integer"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the pledge was updated on. (T_LASTUPDATE)","type":"string"},"CertificationDate":{"format":"date-time","description":"Certification Date. The date the enrollment was recertified. (D_CERTIFICATIONDATE)","type":"string"},"NumberOfPeople":{"format":"int32","description":"Number of People. The number of people in the household. (I_NUMBEROFPEOPLE)","type":"integer"},"HouseholdIncome":{"format":"int32","description":"Household Income. The household income. (N_INCOME)","type":"integer"},"CertificationReference":{"description":"Certification Reference. The certfication reference. (C_CERTIFICATIONREFERENCE)","type":"string"},"ApplicationSource":{"description":"Application Source. The source of the application. (C_APPLICATIONSOURCE)","type":"string"},"ApprovalUserId":{"description":"Approval User Id. The user ID of the person who approved the assistance application. (C_APPROVALUSERID)","type":"string"},"ARCode":{"description":"A/R Code. The A/R code. (C_ARCODE)","type":"string"},"AssistanceCode":{"description":"Assistance Code. The assistance code. (C_ASSISTANCECODE)","type":"string"},"CertificationAuthorities":{"description":"Certification Authorities. The certification authorities for the assistance enrolment. (C_CERTIFICATIONAUTHORITIES)","type":"string"},"RejectReason":{"description":"Rejection Reason. The rejection reason when status is Rejected. (C_REJECTREASON)","type":"string"},"UpdateUserId":{"description":"Updated By. The user ID of the person who last updated the pledge. (C_UPDATEUSERID)","type":"string"},"UserId":{"description":"Created By. The ID of the user that created this pledge. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceAgencyPledgeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceAgencyPledgeModel]"},"readOnly":true}}},"Operation[AssistanceAgencyPledgeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceApplicationRejectionReasonModel":{"description":"Assistance Rejection Reason Control (AssistanceApplicationRejectionReason / CON346)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The assistance application rejection reason code. (C_CODE)","type":"string"},"Description":{"description":"Description. The assistance application rejection reason description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the rejection reason is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action Id. The action id to run when an enrollment application is rejected with this reason. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceApplicationRejectionReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceApplicationRejectionReasonModel]"},"readOnly":true}}},"Operation[AssistanceApplicationRejectionReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceApplicationSourceModel":{"description":"Assistance Application Source Control (AssistanceApplicationSource / CON345)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The assistance application source code. (C_CODE)","type":"string"},"Description":{"description":"Description. The assistance application source description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the application source is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceApplicationSourceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceApplicationSourceModel]"},"readOnly":true}}},"Operation[AssistanceApplicationSourceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceBillCodeModel":{"description":"Assistance Bill Code Control (AssistanceBillCode / CON347)\r\nStores [regular bill code, assisted bill code] mappings for a given assistance program and service group.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsDisabled":{"description":"Disabled. Indicates whether the bill code mapping is disabled. (L_DISABLED)","type":"boolean"},"AssistanceCode":{"description":"Program Code. The program code the bill codes apply to. (C_ASSISTANCECODE)","type":"string"},"AssistedBillCode":{"description":"Assisted Bill Code. The bill code that applies when the customer/account is certified on this assistance program. (C_ASSISTEDBILLCODE)","type":"string"},"BillCode":{"description":"Regular Bill Code. The bill code that applies when the customer/account is not on any assistance program. (C_BILLCODE)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group the bill codes apply to. (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceBillCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceBillCodeModel]"},"readOnly":true}}},"Operation[AssistanceBillCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceBillExportInterfaceRunModel":{"description":"Meter reading export base process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DateFrom":{"format":"date-time","description":"From Date","type":"string"},"DateTo":{"format":"date-time","description":"ToDate","type":"string"},"AssistanceCode":{"description":"AssistanceCode","type":"string"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AssistanceCertificationAuthorityModel":{"description":"Assistance Certification Authority Control (AssistanceCertificationAuthority / CON348)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The assistance certification authority code. (C_CODE)","type":"string"},"Description":{"description":"Description. The certification authority description. (C_DESCRIPTION)","type":"string"},"AllowAssistanceApproval":{"description":"Allow Assistance Approval. Indicates whether the certfication authority allows assistance programs to be approved. (L_ALLOWAPPROVAL)","type":"boolean"},"IsDisabled":{"description":"Disabled. Indicates whether the certification authority is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceCertificationAuthorityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceCertificationAuthorityModel]"},"readOnly":true}}},"Operation[AssistanceCertificationAuthorityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistanceCreditAuthorizationImportInterfaceRunModel":{"description":"AssistanceCreditAuthorizationImportInterface request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssistanceCode":{"description":"Assistance code","type":"string"},"DateTo":{"format":"date-time","description":"End / To date","type":"string"},"DateFrom":{"format":"date-time","description":"Start / From date","type":"string"},"ExceptionsReportOutput":{"description":"Output of the exception reports","type":"string"},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AssistanceGroupModel":{"description":"Assistance Group Control (AssistanceGroup / CON344)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The assistance group code. (C_CODE)","type":"string"},"Description":{"description":"Description. The assistance group description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the assistance group is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action Id. The action id to run when a customer is automatically enrolled in other programs based on successful enrolment in one program within the group. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AssistanceGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AssistanceGroupModel]"},"readOnly":true}}},"Operation[AssistanceGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AssistancePaymentImportInterfaceRunModel":{"description":"AssistancePaymentImportInterface request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssistanceCode":{"description":"Assistance","type":"string"},"DateTo":{"format":"date-time","description":"End / To date","type":"string"},"DateFrom":{"format":"date-time","description":"Start / From date","type":"string"},"ServiceTypeCode":{"description":"Service type's code","type":"string"},"Amount":{"format":"double","description":"Amount","type":"number"},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"AttachmentModel":{"description":"Attachment (Attachment / BIF119)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AttachmentData":{"format":"byte","description":"Attachment data.\r\nThis is raw binary data containing the attached document.\r\nSending data here implies a replacement or update of the attached document.\r\nOnly include data here in the special case when you want to update or replace or add the actual attached document.\r\nA null value here implies keeping the existing document.","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"Description":{"description":"Description. The attachment description. (C_DESCRIPTION)","type":"string"},"AttachedFile":{"description":"Attached File. The attached file. (C_ATTACHMENT)","type":"string"},"Table":{"description":"Table Name. The table name. (C_TABLE)","type":"string"},"CandidateKey":{"description":"Candidate Key. The candidate key. (C_VALUE)","type":"string"},"Timestamp":{"format":"date-time","description":"Date/Time Attached. The date/time attached. (T_TIMESTAMP)","type":"string"},"Notes":{"description":"Notes. Additional notes regarding the attachment. (M_NOTES)","type":"string"},"TableFk":{"format":"int64","description":"Linked Table PK. The information from the linked table. (I_TABLEFK)","type":"integer"},"Type":{"description":"Attachment Type. The attachment type (C_TYPE)\r\nEnum AdvancedUtility.Model.BIF119+TypeEnum:  User, Quote","type":"string"},"AttachedDataSize":{"format":"int64","type":"integer"},"DeleteOriginalFile":{"description":"Indicates if the original attachment file will be deleted after copying to Attachments folder during an attachment add or update operation","type":"boolean"},"DocumentType":{"description":"Document Type. The document Type. (C_DOCUMENTTYPE)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_DeleteChoice":{"format":"int32","description":"If multiple links exist to the attachment being deleted, should all links be deleted (yes) or only the current link (no): Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_FileExists":{"format":"int32","description":"If the selected file already exists in attachments folder, should it be overwritten (yes/true) or cancel the upload (no/false)","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AttachmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AttachmentModel]"},"readOnly":true}}},"Operation[AttachmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AuditFieldModel":{"description":"Audit Fields (AuditField / SYS208)\r\nConfiguration for which fields are to be audited. A table+field entry here causes that field to be audited. Missing items are not audited. Some fields are never auditable, based on application dictionary (AppDict) definitions.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Table":{"description":"Table Name. The applicable table name. (C_TABLE)","type":"string"},"Field":{"description":"Field Name. The applicable field name. (C_FIELD)","type":"string"},"Mode":{"description":"Audit Mode. The audit mode. (C_MODE)\r\nEnum AdvancedUtility.Model.SYS208+ModeEnum:  _blank, SiteSelectedField, SystemMandatory","type":"string"},"ModeShort":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AuditFieldModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AuditFieldModel]"},"readOnly":true}}},"Operation[AuditFieldModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"AutoMoveInOwnerModel":{"description":"Auto Move In Owner (AutoMoveInOwner / BIF902)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer#. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account#. The account number. (C_ACCOUNT)","type":"string"},"Start":{"format":"date-time","description":"Start Date. The start date. (D_START)","type":"string"},"End":{"format":"date-time","description":"End Date. The end date. (D_END)","type":"string"},"Notes":{"description":"Notes. The notes about the owner or the move. (M_NOTES)","type":"string"},"AutoMoveInServices":{"description":"Auto Move-In Services. List of account services that remain active when the owner auto-moves-in. The other services at account to be deactivated by default. (C_AUTOMOVEINSERVICES)","type":"string"},"InternalLoop":{"type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[AutoMoveInOwnerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[AutoMoveInOwnerModel]"},"readOnly":true}}},"Operation[AutoMoveInOwnerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillConsumptionModel":{"description":"Contains the bill information needed to calculate reading consumption and possible service consumption.","type":"object","properties":{"Bill":{"$ref":"#/definitions/BillModel","description":"The bill model (BIF951)"},"ValidateReading":{"description":"Option to validate the bill reading information when calculating consumption.","type":"boolean"},"ServiceId":{"format":"int64","description":"Service ID of the bill service to calculate consumption.","type":"integer"},"ReadTypeId":{"format":"int64","description":"Meter Read Type ID of the bill reading to calculate consumption.","type":"integer"}}},"BillModel":{"description":"Bill (Bill / BIF951)\r\nThe bill master table contains an item for each pending, processed, or cancelled bill in the system. All bills belong to a batch from the Bill Batch header table.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CancelOrRebillAllowed":{"description":"Checks if the current bill is allowed to cancel and/or rebill.","type":"boolean"},"CancelOrRebillFeedback":{"description":"Checks if the current bill is allowed to cancel and/or rebill.","type":"array","items":{"$ref":"#/definitions/ApiFeedbackItem"}},"RemoveCancelRequest":{"description":"If true removes the Cancel/Rebill request status of all bills of the account.","type":"boolean"},"IsCancelAllowed":{"description":"Is Cancel allowed for this bill?","type":"boolean"},"IsRebillAllowed":{"description":"Is Rebill allowed for this bill?","type":"boolean"},"Services":{"description":"BillService (BIF952) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillServiceModel"}},"Transactions":{"description":"Transaction (BIF955) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillTransactionModel"}},"TaxDetails":{"description":"Tax Details (BIF972) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/TaxDetailModel"}},"PosItems":{"description":"BillPOS (BIF925) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillPosModel"}},"Penalties":{"description":"BillPenalty (BIF954) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillPenaltyModel"}},"Actions":{"description":"BillActions (TMP034) objects associated with the currently loaded Bill.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillActionModel"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Account":{"description":"Account. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer. The customer's ID number. (C_CUSTOMER)","type":"string"},"BillDate":{"format":"date-time","description":"Bill Date. The bill date. (D_BILLDATE)","type":"string"},"DueDate":{"format":"date-time","description":"Due Date. The due date of the bill. (D_DUEDATE)","type":"string"},"DueDate2":{"format":"date-time","description":"Second Draw Date. The second draw date. (D_DUEDATE2)","type":"string"},"PenaltyTransaction":{"format":"int64","description":"Penalty Transaction. The penalty transaction number. (I_PENTRANS)","type":"integer"},"NoBill":{"description":"No Bill. Indicates whether this customer did not receive a bill. (L_NOBILL)","type":"boolean"},"CurrentTransactions":{"format":"double","description":"Current Transactions. The amount of the current transactions. (Y_CURRENTTRANSACTIONS)","type":"number"},"TransactionsSinceLastBill":{"format":"double","description":"Transactions Since Last Bill. The amount of transactions since the last bill. (Y_TRANSACTIONSSINCELASTBILL)","type":"number"},"BalanceForward":{"format":"double","description":"Balance Forward. The forwarded balance on the bill. (Y_BALANCEFORWARD)","type":"number"},"PreviousBilling":{"format":"double","description":"Previous Billing. The previously billed amount. (Y_PREVIOUSBILLING)","type":"number"},"CancelledBilling":{"format":"double","description":"Cancelled Billing. The cancelled billed amount. (Y_CANCELLEDBILLING)","type":"number"},"AmountDueBeforeDueDate":{"format":"double","description":"Amount Due Before Due Date (Y_AMOUNTDUEBEFOREDUEDATE)","type":"number"},"PenaltyTransactions":{"format":"double","description":"Penalty Transactions. The penalty transactions on the bill. (Y_PENALTYTRANSACTIONS)","type":"number"},"AmountDueAfterDueDate":{"format":"double","description":"Amount Due After Due Date. The total net amount of the bill. (Y_AMOUNTDUEAFTERDUEDATE)","type":"number"},"PenaltyAmount":{"format":"double","description":"Penalty Amount. The penalty amount on the bill. (Y_PENAMNT)","type":"number"},"DrawAmount":{"format":"double","description":"Draw Amount. The amount withdrawn from the customer's account. (Y_DRAWAMT)","type":"number"},"AppliedDeposit":{"description":"Deposit. Indicates whether the deposit was applied to the bill. (L_DEPOSIT)","type":"boolean"},"AddDraw":{"format":"double","description":"Add Draw. Additional amount to be included in draw amount. (Y_ADDDRAW)","type":"number"},"EqualAmount":{"format":"double","description":"Equal Amount. The equal billing amount. (Y_EQAMOUNT)","type":"number"},"Reconciled":{"description":"Reconciled. Indicates if this bill is reconciled. (L_RECONCIL)","type":"boolean"},"DrawDay":{"format":"int32","description":"Draw Day. The day of the month that the amount is withdrawn from the customer's account. (I_DRAWDAY)","type":"integer"},"ReconciliationStatus":{"description":"Reconciliation Status. The reconciliation status. (C_RSTATUS)\r\nEnum AdvancedUtility.Model.BIF951+ReconciliationStatusEnum:  _blank, Owed, Credit, None","type":"string"},"NewDrawAmount":{"format":"double","description":"New Draw Amount. The new equalized amount to be withdrawn from the bank for equalized payment plan customers. (Y_NDRAWAMT)","type":"number"},"Cancelled":{"description":"Cancelled. Indicates whether the bill was cancelled. (L_CANCEL)","type":"boolean"},"YTDCharges":{"format":"double","description":"YTD Charges. The year to date charges. (Y_YTDCHG)","type":"number"},"YTDCredits":{"format":"double","description":"YTD Credits. The year to date credit. (Y_YTDCRED)","type":"number"},"OriginalGrossAmount":{"format":"double","description":"Original Gross Amount. The original gross amount. (Y_ORGGROSS)","type":"number"},"PlanBill":{"format":"double","description":"Plan Bill. The plan bill amount. (Y_PLANBILL)","type":"number"},"PlanCredit":{"format":"double","description":"Plan Credit. The plan credit amount. (Y_PLANCRED)","type":"number"},"ServiceOrderNumber":{"format":"int64","description":"Service Order #. The service order number. (I_SONUM)","type":"integer"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"BillOfLadingNumber":{"description":"Bill Of Lading #. The bill of lading number. (C_BILLOFLA)","type":"string"},"RefineryInvoiceNumber":{"description":"Refinery Invoice #. The refinery invoice number. (C_REFINVNU)","type":"string"},"ChargesOwed":{"format":"double","description":"Change Owed. The changed owed. (Y_CHGOWNED)","type":"number"},"ChargesBilled":{"format":"double","description":"Billed Amount. The bill amount. (Y_CHGBILL)","type":"number"},"PenaltyApplied":{"format":"double","description":"Penalty Applied. The penalty applied to the bill. (Y_PENAPPLIED)","type":"number"},"Pk":{"format":"int64","description":"BIF951 Record Key. The unique record identifier. (I_BIF951PK)","type":"integer"},"PaymentAssistanceRemaining":{"format":"double","description":"Payment Assistance Remaining. The remaining payment assistance. (Y_PALEFT)","type":"number"},"NewDueDate":{"format":"date-time","description":"New Due Date. The new due date. (D_NEWDUEDATE)","type":"string"},"DueDateChangedTimestamp":{"format":"date-time","description":"Due Date Changed Timestamp. The date and time that the due date was change. (T_DATECHANGE)","type":"string"},"ARBalance":{"format":"double","description":"A/R Balance. The balance of the accounts receivables. (Y_ARBALANCE)","type":"number"},"DepositPercent":{"format":"double","description":"Deposit Percent. The deposit percentage. (N_DEPOSITP)","type":"number"},"LastInterestDate":{"format":"date-time","description":"Last Interest Date. The last interest date. (D_LASTINTERESTDATE)","type":"string"},"BillUpdateTimestamp":{"format":"date-time","description":"Bill Update Timestamp. The date and time the bill was updated. (T_TIMESTAMP)","type":"string"},"DrawFinalBillAmount":{"description":"Draw Final Bill Amount. Indicates whether to draw the final bill amount. (L_DRAWFINAL)","type":"boolean"},"BillCreateTimestamp":{"format":"date-time","description":"Bill Create Timestamp. The date and time when the bill was created. (T_CREATED)","type":"string"},"BillCalculateTimestamp":{"format":"date-time","description":"Bill Calculate Timestamp. The date and time when the bill was calculated. (T_CALC)","type":"string"},"SystemHiddenTransactionTotal":{"format":"double","description":"System Hidden Transaction Total. The system hidden transactions. (Y_SYSHIDDENTRANSACTIONS)","type":"number"},"IsMasterAccount":{"description":"Is Master Account?. Indicates the master account. (L_MASTER)","type":"boolean"},"OriginalBillNumber":{"format":"int64","description":"Original Bill #. The original bill. (I_ORGBILL)","type":"integer"},"Processed":{"description":"Processed. Indicates whether the bill is processed. (L_PROCESSED)","type":"boolean"},"Report":{"description":"Report?. Indicates whether a report is printed. (L_REPORT)","type":"boolean"},"YTDPlanApplicableCharges":{"format":"double","description":"Plan Applicable Charges to Date (Y_YTDPLANAPPLICABLECHARGES)","type":"number"},"IsBillLiened":{"description":"Bill Liened. Indicates a whether this is a lien billing. (L_LIENBILL)","type":"boolean"},"BillLienAmount":{"format":"double","description":"Bill Lien Amount. The bill lien amount. (Y_LIENAMOUNT)","type":"number"},"YTDEqualizedPlanAmount":{"format":"double","description":"YTD Plan Equalized Amount. The year-to-date plan equalized amount. (Y_YTDEQUALAMOUNT)","type":"number"},"RequiresPayment":{"description":"Balance Remaining. Indicates is more payment allocation is required. (L_NEEDSPAYMENT)","type":"boolean"},"RequiredPaymentAmount":{"format":"double","description":"Required Payment Amount. The bill balance used to determine payment amount. (Y_NEEDSPAYMENTAMOUNT)","type":"number"},"MinimumPaymentAmount":{"format":"double","description":"Minimum Payment Amount. The minimum payment amount. (Y_MINPAYAMOUNT)","type":"number"},"Col004fk":{"format":"int64","description":"Foreign Key to COL004. The foreign key from COL004. (I_COL004FK)","type":"integer"},"DrawPickupTimestamp":{"format":"date-time","description":"Draw Pickup Timestamp. The timestamp for the draw pickup. (T_DRAWPICKUP)","type":"string"},"RepopulateBif042":{"description":"Repopulate Pending Bill Transactions. Indicates whether the Accounts Receivable Holding File table will be repopulated with billing/cash transactions. (L_REPOPULATEBIF042)","type":"boolean"},"PlanAdjustment":{"format":"double","description":"Payment Plan Adjustment. The cash transactions that adjust the payment plan amount. (Y_PLANADJUSTMENT)","type":"number"},"PresortSequence":{"format":"int32","description":"Presort Sequence Number. The pre-sort sequence (tray number) for the mailing address in the batch. (I_PRESORTSEQUENCE)","type":"integer"},"Collection":{"format":"int64","description":"Collect # (I_COLLECT)","type":"integer"},"Address1":{"description":"Address1 (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address2 (C_ADDRESS2)","type":"string"},"Address3":{"description":"Address3 (C_ADDRESS3)","type":"string"},"Address4":{"description":"Address4 (C_ADDRESS4)","type":"string"},"Address5":{"description":"Address5 (C_ADDRESS5)","type":"string"},"Address6":{"description":"Address6 (C_ADDRESS6)","type":"string"},"ServiceAddress":{"description":"Service Address (C_SERADD)","type":"string"},"BillMessage1":{"description":"Bill Message 1 (C_BILLMSG1)","type":"string"},"BillMessage2":{"description":"Bill Message 2 (C_BILLMSG2)","type":"string"},"BillMessage3":{"description":"Bill Message 3 (C_BILLMSG3)","type":"string"},"BillMessage4":{"description":"Bill Message 4 (C_BILLMSG4)","type":"string"},"DeliveryMode":{"description":"Delivery Mode (C_MODE)","type":"string"},"AccountException":{"description":"Account Exception (C_AEXCEPT)","type":"string"},"AccountNobillReason":{"description":"No Bill Reason (C_ANOBILLR)","type":"string"},"IsException":{"description":"Exception? (L_EXCEPT)","type":"boolean"},"Name":{"description":"Name (C_NAME)","type":"string"},"IgnoreException":{"description":"Ignore Exceptions? (L_IGNOREEX)","type":"boolean"},"NoEnvelope":{"description":"No Envelope? (L_NOENVEL)","type":"boolean"},"RebillServices":{"description":"Rebill Services (C_REBILSRV)","type":"string"},"SortOrder":{"description":"Address Correction Sort Order (C_SORTORDER)","type":"string"},"IsMessageChanged1":{"description":"Bill message 1 changed. Set to .T. if user changed Bill Message 1 (L_BMESSAGECHANGED1)","type":"boolean"},"IsMessageChanged2":{"description":"Bill message 2 changed. Set to .T. if user changed Bill Message 2 (L_BMESSAGECHANGED2)","type":"boolean"},"IsMessageChanged3":{"description":"Bill message 3 changed. Set to .T. if user changed Bill Message 3 (L_BMESSAGECHANGED3)","type":"boolean"},"IsMessageChanged4":{"description":"Bill message 4 changed. Set to .T. if user changed Bill Message 4 (L_BMESSAGECHANGED4)","type":"boolean"},"OrderBy":{"description":"Order By (C_ORDERBY)","type":"string"},"VerifyAddressLine1":{"description":"Verify Address Line 1. Address Line 1 for address verification (contains Street Number + Street Name with Suffix). (C_VERIFYADDRESSLINE1)","type":"string"},"VerifyAddressLine2":{"description":"Verify Address Line 2. Address Line 2 for address verification (contains Suite + P.O.Box). (C_VERIFYADDRESSLINE2)","type":"string"},"VerifyAddressLastLine":{"description":"Verify Address Last Line. Address Last Line for address verification (contains City, State and ZIP Code). (C_VERIFYADDRESSLASTLINE)","type":"string"},"Imb":{"description":"Intelligent Mailer Barcode. Intelligent mailer barcode (IMB) (C_IMBCODE)","type":"string"},"DisconnectDate":{"format":"date-time","description":"Expected Disconnect Date. Expected Disconnect Date if the bill is not paid (D_EXPECTEDDISCONNECTDATE)","type":"string"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"AddressType":{"description":"Address Type. Address Type Code of the Billing Address (C_ADDTYPE)","type":"string"},"AllExceptions":{"description":"All exceptions of the bill. Includes bill exceptions, service exceptions, and reading exceptions. Read Only.","type":"string"},"AlternateBook":{"description":"Alternate Book. The alternate billing book. (C_ALTBOOK)","type":"string"},"AlwaysEstimate":{"description":"Always estimate the readings in bill, ignore pending readings. Applies during bill calculation. Not saved.","type":"boolean"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"ArOutTransactionCode":{"description":"Transaction code for the accounts receivable. Read Only.","type":"string"},"BillingBook":{"description":"Billing Book. The billing book. (C_BILLINGBOOK)","type":"string"},"BillingCycle":{"description":"Billing Cycle. The billing cycle. (C_BILLINGCYCLE)","type":"string"},"BillMessageCode1":{"description":"Bill Message Code 1. The first bill message code. (C_BMESSAGECODE1)","type":"string"},"BillMessageCode2":{"description":"Bill Message Code 2. The second bill message code. (C_BMESSAGECODE2)","type":"string"},"BillMessageCode3":{"description":"Bill Message Code 3. The third bill message code. (C_BMESSAGECODE3)","type":"string"},"BillMessageCode4":{"description":"Bill Message Code 4. The fourth bill message code. (C_BMESSAGECODE4)","type":"string"},"BillPrintCode":{"description":"Bill Print Code. The printing code of the bill. (C_BILLPRINT)","type":"string"},"BillPrintGroup":{"description":"Bill Print Group. The bill print group. (C_BILLGROUP)","type":"string"},"BillStatus":{"description":"Bill Status. The bill status. (C_BILLSTAT)","type":"string"},"BillStatusChangedManually":{"description":"Determines if the bill status was changed manually on this bill. If it is set manually, the bill status does not get set in the CheckExceptions method in the BeforeSave() method. If not set - default status is set. Not saved.","type":"boolean"},"BillTypeCode":{"description":"Bill Type. The bill type. (C_BILLTYPE)","type":"string"},"Book":{"description":"Book. The billing book. (C_BOOK)","type":"string"},"CalculateBillAllowed":{"description":"Indicates that the bill charges should be calculated during the save of the bill. Not saved.","type":"boolean"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"Company":{"description":"Company. The utility company. (C_COMPANY)","type":"string"},"CreatedByUserId":{"description":"Created By. The user ID. (C_USERID)","type":"string"},"Cycle":{"description":"Cycle. The billing cycle. (C_CYCLE)","type":"string"},"DefaultReadingDate":{"format":"date-time","description":"The default read date used to calculate service data on bill calculate. Not saved.","type":"string"},"DepositOutTransactionCode":{"description":"Transaction code for the deposit. Read Only.","type":"string"},"Division":{"description":"Division. The utility division. (C_DIVISION)","type":"string"},"DueDateChangedBy":{"description":"Due Date Changed By. The ID of the user that changed the due date. (C_DATECHANGEUSERID)","type":"string"},"DueDateChangeReason":{"description":"Due Date Change Reason. The reason for the change in due date. (C_DATECHANGEREASON)","type":"string"},"ExceptionCode":{"description":"Exception Codes (C_EXCEPTCD)","type":"string"},"ForceNoBill":{"description":"Indicates whether to force a bill. Not saved.","type":"boolean"},"IsBillPending":{"description":"Indicates if the bill is not updated yet. Read Only.","type":"boolean"},"IsFinalRebill":{"description":"Is this bill a rebill of a final bill. Read only.","type":"boolean"},"IsFirstBill":{"description":"Is this bill the first bill of this customer/account? Read Only.","type":"boolean"},"IsFormulaError":{"description":"Indicates that there was a formula error during the bill calculation.","type":"boolean"},"IsProrated":{"type":"boolean"},"IsQuote":{"description":"Is this bill a quote? Read Only.","type":"boolean"},"IsTimeOutError":{"description":"Indicates whether a time-out error occurred. Applies during bill calculation. Not saved.","type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the bill was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"LockFailure":{"description":"Indicates whether the bill lock has failed. Read Only.","type":"boolean"},"MerchandiseOutTransactionCode":{"description":"Transaction code for the merchandise. Read Only.","type":"string"},"ModifiedByUserId":{"description":"Modified By. The edited user ID. (C_EDITUSERID)","type":"string"},"NewDrawAmountChangeAllowed":{"type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OriginalPlanType":{"description":"Original Plan Type (C_OPLANTYP)","type":"string"},"PaymentProfile":{"description":"Payment Profile. The payment profile. (C_PAYMENTPROFILE)","type":"string"},"PlanType":{"description":"Plan Type. The payment plan type. (C_PLANTYPE)","type":"string"},"PnConsumption":{"format":"double","description":"Consumption to be used in bill calculation. Can be set by formula to override the metered consumption. Not saved.","type":"number"},"PopulateTotalsOnly":{"description":"Indicates that only the bill totals should be calculated during the save of the bill. Not saved.","type":"boolean"},"RevenueClass":{"description":"Revenue Class. The revenue class. (C_REVENUECLASS)","type":"string"},"SalesPerson":{"description":"Sales Person. The salesperson ID. (C_SALESMAN)","type":"string"},"TruckDriver":{"description":"Truck Driver #. The truck driver number. (C_TRUCKDRV)","type":"string"},"UpdateStatusOnly":{"description":"Indicates that only the bill header's status field is changed. Not saved.","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_DisplayStoredImage":{"format":"int32","description":"When a stored bill image is found, the user will be asked to confirm that they want to display the stored image.  Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_PrintMultipleCopies":{"format":"int32","description":"When the stored image is not used and the customer/account has been setup to print more than one copy of the bill, the user will be asked to confirm that they want create those additional copies.  Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_PrintThirdPartyCopies":{"format":"int32","description":"When the stored image is not used and the customer/account has third parties setup to receive a copy of the bill, the user will be asked to confirm that they want create copies for those third parties.  Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ApiFeedbackItem":{"description":"General feedback item.\r\nFeedback items are used to return information from many places in CIS, including business object validations.\r\nResults are either exception items or option items - both are terminal and the source operation will not have succeeded.\r\nOption feedback items are identified by the additional OptionDetail data.\r\nOption feedbacks need to be resolved and the operation retried.","type":"object","properties":{"Field":{"type":"string"},"Message":{"type":"string"},"Value":{"type":"object"},"Topic":{"type":"string"},"OptionDetail":{"$ref":"#/definitions/ApiFeedbackOption"}}},"BillServiceModel":{"description":"Bill Service (BillService / BIF952)\r\nChild of the bill table which breaks down the bill by services billed and their date ranges","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Readings":{"description":"Billed reading (BIF953) objects associated with the currently loaded Bill Service.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillReadingModel"}},"BillRates":{"description":"BillRate (BIF966) objects associated with the currently loaded Bill Service.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillRateModel"}},"Equipment":{"description":"BillEquipment (BIF959) objects associated with the currently loaded Bill Service.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillEquipmentModel"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"PreviousReadingDate":{"format":"date-time","description":"Previous Read Date. The previous reading date. (D_PRDATE)","type":"string"},"ReadDate":{"format":"date-time","description":"Reading Date. The current reading date. (D_RDATE)","type":"string"},"Days":{"format":"int32","description":"Days. The number of days between readings. (I_DAYS)","type":"integer"},"LoadFactor":{"format":"double","description":"Load Factor. The load factor. (N_LF)","type":"number"},"PowerFactor":{"format":"double","description":"Power Factor. The power factor. (N_PF)","type":"number"},"NoBill":{"description":"No Bill. Indicates if the customer did not receive a bill. (L_NOBILL)","type":"boolean"},"Status":{"description":"Cancel Status. Indicates if the bill was cancelled. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF952+StatusEnum:  _blank, CancelRequest, Cancelled, CancelServiceRequest, ServiceCancelled, RebillRequest, Rebilled","type":"string"},"Reason":{"description":"Cancel Reason. The reason that the bill was cancelled. (C_REASON)","type":"string"},"MinimumBill":{"description":"Minimum Bill. The minimum bill amount. (L_MINBILL)","type":"boolean"},"Consumption":{"format":"double","description":"Consumption. The consumption rate. (N_CONSUM)","type":"number"},"ServiceMultiplier1":{"format":"double","description":"Service Multiplier 1. The first billing service multiplier. (N_SERVICEMULTIPLIER1)","type":"number"},"ServiceMultiplier2":{"format":"double","description":"Service Multiplier 2. The second billing service multiplier. (N_SERVICEMULTIPLIER2)","type":"number"},"Pk":{"format":"int64","description":"BIF952 Record Key. The unique record identifier. (I_BIF952PK)","type":"integer"},"DisplayOnly":{"description":"Display Only. Indicates whether records that are being cancelled are marked as Read Only. (C_DISPLAYONLY)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The account service ID. (I_SERVICEID)","type":"integer"},"AppliedDeposit":{"description":"Deposit?. Indicates whether a deposit is made. (L_DEPOSIT)","type":"boolean"},"MasterMeter":{"description":"Master Meter. Indicates the master meter service. (L_MASTERM)","type":"boolean"},"SubConsumption":{"format":"double","description":"Sub-Meter Consumption. The consumption from the sub-meter. (N_SUBCONS)","type":"number"},"LinkedMeterConsumption":{"format":"double","description":"Linked Meter Consumption. The consumption from the linked meters. (N_LINKEDCONS)","type":"number"},"CancelDatetime":{"format":"date-time","description":"Cancel Date/Time. Indicates whether the bill is cancelled. (T_CANCEL)","type":"string"},"SkipUsage":{"description":"Usage Not Billed (L_SKIPUSAGE)","type":"boolean"},"ServiceProrateReason":{"format":"int32","description":"Service Prorated Reason. Used in service deactivation/reactivation (N_SERVPROR)","type":"integer"},"BPCustomVar1":{"description":"Bill Print Custom Variable 1. Custom field 1 to be used on bill print (C_BP1)","type":"string"},"BPCustomVar2":{"description":"Bill Print Custom Variable 2. Custom field 2 to be used on bill print (C_BP2)","type":"string"},"BPCustomVar3":{"description":"Bill Print Custom Variable 3. Custom field 3 to be used on bill print (C_BP3)","type":"string"},"BPCustomVar4":{"description":"Bill Print Custom Variable 4. Custom field 4 to be used on bill print (C_BP4)","type":"string"},"BillCode":{"description":"Bill Code. The billing code. (C_BILLCODE)","type":"string"},"BillCode1":{"description":"Bill Code 1. The bill code 1. (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Bill Code 2. The bill code 2. (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Bill Code 3. The bill code 3. (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Bill Code 4. The bill code 4. (C_BILLCODE4)","type":"string"},"CreditCode":{"description":"Credit Code. The credit code. (C_CREDITCODE)","type":"string"},"DiscountCode":{"description":"Discount Code. The discount code. (C_DISCOUNTCODE)","type":"string"},"ExceptionCodes":{"description":"Exception Codes (C_EXCEPTCD)","type":"string"},"Exceptions":{"description":"Exceptions (M_EXCEPT)","type":"string"},"InactiveDays":{"format":"int32","type":"integer"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the bill service was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"NoChangeInChildTables":{"description":"Set this true if the bill is updated and only this service record changes","type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The service group ID. (I_SERVGRPID)","type":"integer"},"Supplier":{"description":"Supplier. The supplier of the service. (C_SUPPLIER)","type":"string"},"UserId":{"description":"Cancelled By. The user who generated this billing. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillTransactionModel":{"description":"Bill Transaction (BillTransaction / BIF955)\r\nChild of the bill table which contains transactions included on this bill","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number. The bill number attached to the invoice when the bill is generated. (I_BILLNUMBER)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The billing batch ID. (I_BATCHID)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (T_TRANSDT)","type":"string"},"Amount":{"format":"double","description":"Amount. The amount of the transaction. (N_AMOUNT)","type":"number"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"ExternalTransaction":{"description":"BIF042. Indicates whether the transaction came from the pending transactions table. (L_BIF042)","type":"boolean"},"SummaryFlag":{"format":"int32","description":"Summary Flag. The ID of the summary transaction in which the transaction is included. (N_SUMFLAG)","type":"integer"},"IsPenalty":{"description":"Penalty. Indicates if the transaction is to be included in a penalty calculation. (L_PENALTY)","type":"boolean"},"IsHidden":{"description":"Hidden. Indicates whether the transaction should not appear in the printed bill. (L_HIDDEN)","type":"boolean"},"IsSystemHidden":{"description":"System Hidden. Indicates whether the transaction is a system hidden transaction. (L_SYSHIDE)","type":"boolean"},"CancelSection":{"description":"Cancelled Section. Indicates whether the current transaction belongs to the cancelled section of a cancel and re-bill. (L_CANCELSECTION)","type":"boolean"},"Wap":{"format":"double","description":"WAP. The rate used in the calculation. (N_WAP)","type":"number"},"OriginalTransactionNumber":{"format":"int64","description":"Original Transaction Number. The original transaction code (I_ORIGTRAN)","type":"integer"},"Sort":{"format":"int32","description":"Sort Order. The transaction sort order number. (N_SORT)","type":"integer"},"Taxed":{"description":"Already Taxed. Indicates if the transaction amount is already taxed. (L_TAXED)","type":"boolean"},"LoanNumber":{"format":"int64","description":"Loan Number. The loan number. (I_LOANNUM)","type":"integer"},"OriginalBillNumber":{"format":"int64","description":"Original Bill Number. The original bill number. (I_ORIGBILL)","type":"integer"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Service":{"description":"Service. The service that the transaction is related to. (C_SERVICE)","type":"string"},"SupplierCode":{"description":"Supplier. The ID code of the supplier or retailer in a deregulated environment. (C_SUPPLIER)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"Created By. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"TaxDetailModel":{"description":"Bill/Transaction Tax Detail (TaxDetail / BIF972)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"BatchType":{"description":"Batch Type. The batch type. (C_BATCHTYPE)\r\nEnum AdvancedUtility.Model.BatchTypeEnum:  Billing, Transaction","type":"string"},"TransactionType":{"description":"Transaction Type. The transaction type. (C_TRANSACTIONTYPE)\r\nEnum AdvancedUtility.Model.BIF972+TransactionTypeEnum:  Tax, AutoGenerated","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number of the tax transaction. (I_TRANSNUM)","type":"integer"},"OriginalTransactionNumber":{"format":"int64","description":"Original Transaction Number. The original transaction's number that the tax is calculated on. (I_ORIGTRAN)","type":"integer"},"TaxCode":{"description":"Tax Code. The tax code. (C_TAXCODE)","type":"string"},"ChargeAmount":{"format":"double","description":"Charge Amount. The base charge amount. (N_CHARGE)","type":"number"},"Consumption":{"format":"double","description":"Consumption. The consumption amount. (N_CONSUM)","type":"number"},"TaxAmount":{"format":"double","description":"Tax Amount. The tax amount. (N_TAXAMOUNT)","type":"number"},"IsCancelSection":{"description":"Cancel Section. Indicates that the section is canceled. (L_CANCELSECTION)","type":"boolean"},"Bif972fk":{"format":"int64","description":"Base Transaction Record. The base transaction record. (I_BIF972FK)","type":"integer"},"Pk":{"format":"int64","description":"Primary Key. The unique record identifier. (I_BIF972PK)","type":"integer"},"TimeStamp":{"format":"date-time","description":"Timestamp. The timestamp of when the transaction was made. (T_TIMESTAMP)","type":"string"},"ARCode":{"description":"A/R Code. The A/R code. (C_ARCODE)","type":"string"},"Service":{"description":"Service Code. The service code used. (C_SERVICE)","type":"string"},"ServiceGroup":{"description":"Service Group Code. The service group code used. (C_SERVICEGROUP)","type":"string"},"Supplier":{"description":"Supplier. The name of the supplier. (C_SUPPLIER)","type":"string"},"TaxCodeId":{"format":"int64","description":"Tax Code ID. The foreign key to Tax Code Control (CON011) table. (I_TAXCODEID)","type":"integer"},"TaxDetailId":{"format":"int64","description":"CON211 Foreign Key. The foreign key from CON211. (I_TAXDETAILID)","type":"integer"},"TransactionCode":{"description":"Transaction Code. The tax transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillPosModel":{"description":"Bill POS Item (BillPos / BIF925)\r\nBill detail items related to point of sale transactions","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (T_TRANSDT)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number. (C_SERIALN)","type":"string"},"Quantity":{"format":"double","description":"Quantity. The number of items. (N_QTY)","type":"number"},"Amount":{"format":"double","description":"Amount. The currency amount. (Y_AMOUNT)","type":"number"},"Price":{"format":"double","description":"Price. The price of the item. (Y_OPRICE)","type":"number"},"Rebate":{"format":"double","description":"Rebate. The applied rebate. (Y_REBATE)","type":"number"},"SaleNumber":{"format":"int64","description":"Sale Number. The sale number. (I_SALENUM)","type":"integer"},"Hidden":{"description":"Hidden. Indicates whether the transaction is hidden. (L_HIDDEN)","type":"boolean"},"Remarks":{"description":"Remarks/Description. Notes about the point of sale item. (C_REMARKS)","type":"string"},"IsDeleted":{"description":"Deleted. Indicates whether this point of sale item has been deleted. (L_DELETED)","type":"boolean"},"Receipt":{"format":"int64","description":"Receipt #. The receipt number. (I_RECEIPT)","type":"integer"},"TimeStamp":{"format":"date-time","description":"Timestamp. The timestamp of the receipt. (T_STAMP)","type":"string"},"BatchType":{"description":"Batch Type. The batch type. (C_BATCHTYPE)\r\nEnum AdvancedUtility.Model.BatchTypeEnum:  Billing, Transaction","type":"string"},"Name":{"description":"Name. The POS item name. (C_NAME)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"StockCode":{"description":"Stock Code. The stock code. (C_STOCKCD)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillPenaltyModel":{"description":"Bill Penalty (BillPenalty / BIF954)\r\nChild of the bill table that contains penalty details","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Customer":{"description":"Customer. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account. The account number. (C_ACCOUNT)","type":"string"},"ARBalanceAtTimeOfBilling":{"format":"double","description":"A/R Balance (Time of Bill). The accounts receivable balance at the time of the bill. (Y_ARBALANCETIMEOFBILLING)","type":"number"},"ARPenaltyCurrentBill":{"format":"double","description":"A/R Penalty ( current bill ). The accounts receivable penalty for the current bill. (Y_ARPENALTYCURRENTBILL)","type":"number"},"ARPenaltyBalanceForward":{"format":"double","description":"A/R Penalty Balance Forward. The accounts receivable penalty balance forwarded. (Y_ARPENALTYBALANCEFORWARD)","type":"number"},"ARLastTransactionNumber":{"format":"int64","description":"A/R Last Transaction Number. This is the last transaction number of the accounts receivable transaction. (I_ARLASTTRANS)","type":"integer"},"ShowOnly":{"description":"Show Only. Indicates whether penalty information is shown. (L_SHOWONLY)","type":"boolean"},"OriginalARPenaltyBalanceForward":{"format":"double","description":"Original AR Penalty Balance Forward. The original A/R penalty balance forward amount. (Y_OARPBF)","type":"number"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Processed":{"description":"Processed Flag. Indicates whether the penalties were applied. (L_PROCESSED)","type":"boolean"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"Type":{"description":"Type. The payment type. (C_TYPE)\r\nEnum AdvancedUtility.Model.BIF954+TypeEnum:  _blank, MinPaymentDiscountrecord","type":"string"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the penalty detail was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"Service":{"description":"Service. The services which are included when calculating the charges on which the discount will be applied. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillActionModel":{"description":"Bill Exception Action (Temp) (BillAction / TMP034)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number (I_BILLNUMBER)","type":"integer"},"Process":{"description":"(L_PROCESS)","type":"boolean"},"Complete":{"description":"(L_COMPLETE)","type":"boolean"},"Customer":{"description":"(C_CUSTOMER)","type":"string"},"Account":{"description":"(C_ACCOUNT)","type":"string"},"CustomerAccountId":{"format":"int64","description":"(I_CUSTACCT)","type":"integer"},"Date":{"format":"date-time","description":"(D_DATE)","type":"string"},"BatchId":{"format":"int64","description":"Batch ID (I_BATCHID)","type":"integer"},"Meter":{"description":"Meter Number (C_METER)","type":"string"},"ActionId":{"format":"int64","description":"(I_ACTIONID)","type":"integer"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the exception action was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ApiFeedbackOption":{"description":"Feedback Option details container.\r\nUsed to return option details for a feedback item representing an option.","type":"object","properties":{"Type":{"type":"string"},"Resolved":{"type":"boolean"},"Default":{"format":"int32","type":"integer"},"Result":{"format":"int32","type":"integer"},"Caption":{"type":"string"},"Tag":{"type":"object"},"Choices":{"type":"array","items":{"$ref":"#/definitions/ApiFeedbackOptionChoice"}}}},"BillReadingModel":{"description":"Bill Reading (BillReading / BIF953)\r\nChild of the bill service table which contains reads and read periods for each applicable service in the bill","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IntervalReadings":{"description":"BillIntervalReading (BIF969) objects associated with the currently loaded Bill Reading.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillIntervalReadingModel"}},"SubMeters":{"description":"BillSubMeterConsumption (BIF971) objects associated with the currently loaded Bill Reading.\r\nWill never be null, but may be empty.","type":"array","items":{"$ref":"#/definitions/BillSubMeterConsumptionModel"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"ReadTypeId":{"format":"int64","description":"Read Type ID (I_READTYPEID)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Dials":{"format":"int32","description":"Dials. The number of dials on the meter. (I_DIALS)","type":"integer"},"Decimals":{"format":"int32","description":"Decimals. The number of meter decimals. (I_DECIMALS)","type":"integer"},"Multiplier":{"format":"double","description":"Multiplier. The amount by which the meter reading is multiplied to calculate the actual quantity of the service used. (N_MULTI)","type":"number"},"Multiplier2":{"format":"double","description":"Multiplier2. The second multiplier. (N_MULTI2)","type":"number"},"PreviousReading":{"format":"double","description":"Previous Read. The previous meter reading value. (N_PREVRD)","type":"number"},"Reading":{"format":"double","description":"Current Read. The current meter reading value. (N_CURRD)","type":"number"},"Consumption":{"format":"double","description":"Consumption. The consumption amount for which the meter has been billed in the current bill. (N_CONSUM)","type":"number"},"MC":{"description":"Meter Change. Indicates a meter change. This is set on the removal reading for the old meter. (L_MC)","type":"boolean"},"ConsumptionDiscount":{"format":"double","description":"Consumption Discount. The consumption discount. (N_DISCON)","type":"number"},"InstallDate":{"format":"date-time","description":"Date Installed. The date that the meter was installed. (D_INSDATE)","type":"string"},"RemoveDate":{"format":"date-time","description":"Date Removed. The date that the meter was removed. (D_REMDATE)","type":"string"},"Pk":{"format":"int64","description":"BIF953 Record Key. The unique record identifier. (I_BIF953PK)","type":"integer"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"Allocation":{"format":"double","description":"Allocation. The reading allocation. (N_ALLOCATION)","type":"number"},"Factor":{"format":"double","description":"Factor. The reading factor. (N_FACTOR)","type":"number"},"ActualReadingDate":{"format":"date-time","description":"Actual Read Date. The actual date that the meter was read. (T_ACTREADDT)","type":"string"},"ActualReading":{"format":"double","description":"Actual Reading. The actual amount of the reading. (N_ACTREAD)","type":"number"},"NoEstimating":{"description":"No Estimate?. If True, do not estimate a reading. (L_NOEST)","type":"boolean"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"DisplayOnly":{"description":"Display Only. Indicates whether the transaction is display only. (C_DISPLAYONLY)","type":"string"},"IsInterval":{"description":"Interval Reading. Indicates whether the reading is an interval reading. (L_INTERVAL)","type":"boolean"},"Details":{"description":"Details. Indicates the meter details. (L_DETAILS)","type":"boolean"},"Installation":{"description":"Installation Number. The installation number. (C_INSTALLATION)","type":"string"},"MeterMultiplier":{"format":"double","description":"Meter Multiplier. The meter multiplier. (I_BASICMULTIPLE)","type":"number"},"OldReadTypeId":{"format":"int64","description":"Old Read Type ID (I_OLDREADTYPEID)","type":"integer"},"DemandFactor":{"format":"double","description":"Demand Factor. The load factor or power factor of the demand meter. (N_DEMFACTOR)","type":"number"},"OverrideConsumption":{"format":"double","description":"Override Consumption. The override consumption. (N_OVERRIDECONSUMPTION)","type":"number"},"UseBilledOverrideConsumption":{"description":"Use Override Consumption. Indicates whether to use the override consumption. (L_USEORCON)","type":"boolean"},"MasterMeter":{"description":"Master Meter. Indicates the master meter service. (L_MASTERM)","type":"boolean"},"SubmeterConsumption":{"format":"double","description":"Sub-Meter Consumption. The consumption from the sub-meter. (N_SUBCONS)","type":"number"},"LinkedMeterConsumption":{"format":"double","description":"Linked Meter Consumption. Increase the master meter consumption by this linked meter’s consumption (N_LINKEDCONS)","type":"number"},"ReadFromDt":{"format":"date-time","description":"Read From DateTime. The read From date. (T_READFROM)","type":"string"},"ReadingDate":{"format":"date-time","description":"Read DateTime. The read To date. (T_READDATE)","type":"string"},"IsInfoOnly":{"description":"Info Only. Indicates whether the readings are for information purposes only. (L_INFOONLY)","type":"boolean"},"EstimatedType":{"description":"Estimated Using. The type of estimate used. (C_ESTTYPE)","type":"string"},"Channel":{"description":"Channel (C_CHANNEL)","type":"string"},"ExceptionType":{"description":"Exception Type (C_EXTYPE)","type":"string"},"MeterExceptions":{"description":"Meter Exceptions (C_MEXCEPT)","type":"string"},"CompareUsage":{"format":"double","description":"Compare Usage (N_COMPUSE)","type":"number"},"EstimatedAverageUsage":{"format":"double","description":"Estimated Average Usage. Estimated Average Usage used in Exception Checking (N_ESTAVRG)","type":"number"},"BilledConsumption":{"format":"double","description":"Billed Consumption. The current billed consumption. (Adjusted by unit of measure and billing factors) (N_BCON)","type":"number"},"UnbilledConsumption":{"format":"double","description":"Unbilled Consumption. The accumulated unbilled consumption due to truncating, rounding of the metered usage. This unbilled consumption will be added to the next reading's usage in the next bill. (N_UNBILLEDCONSUM)","type":"number"},"BPCustomVar1":{"description":"Bill Print Custom Variable 1. Custom field 1 to be used on bill print (C_MBP1)","type":"string"},"BPCustomVar2":{"description":"Bill Print Custom Variable 2. Custom field 2 to be used on bill print (C_MBP2)","type":"string"},"BPCustomVar3":{"description":"Bill Print Custom Variable 3. Custom field 3 to be used on bill print (C_MBP3)","type":"string"},"BPCustomVar4":{"description":"Bill Print Custom Variable 4. Custom field 4 to be used on bill print (C_MBP4)","type":"string"},"BillingPeriod":{"format":"int32","description":"Billing Period. The billing period the reading is applied to the charges when the service is configured to 'Bill By Period'. The value will be 1 when the service is not configured to 'Bill By Period'. (I_PERIOD)","type":"integer"},"PreviousReadingDate":{"format":"date-time","description":"Previous Read Date. The previous reading date. (D_PREVDATE)","type":"string"},"BillCode":{"description":"Bill Code. The billing code. (C_BILLCODE)","type":"string"},"BilledOverrideConsumptionReason":{"description":"Override Consumption Reason. The override consumption reason code (C_ORCONREASON)","type":"string"},"BillingInterval":{"description":"Billing Interval. The billing interval code. (C_BILLINGINTERVAL)","type":"string"},"DiscountedMeterConsumption":{"format":"double","type":"number"},"ExceptionCodes":{"description":"Exception Codes (C_EXCEPTCD)","type":"string"},"InactiveDays":{"format":"int32","type":"integer"},"IsFlatRate":{"type":"boolean"},"MeteredConsumption":{"format":"double","type":"number"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ReadStatus":{"description":"Read Status. The status of the meter reading. (C_RDSTAT)","type":"string"},"ReadType":{"description":"Read Type. The meter reading type. (C_RDTYPE)","type":"string"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Trouble1":{"description":"Meter Reading Trouble Code 1. The meter reading trouble code 1. (C_TROUBLE1)","type":"string"},"Trouble2":{"description":"Meter Reading Trouble Code 2. The meter reading trouble code 2. (C_TROUBLE2)","type":"string"},"Units":{"description":"Units. The units of the meter. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillRateModel":{"description":"Bill Block (BillRate / BIF966)\r\nChild of the bill table that contains items for each bill code (rate) and period in the bill. If a rate change or other rate break event occurred in the bill, then multiple periods could exist for the full bill period.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RateDetails":{"description":"BillRateDetails (BIF967) objects associated with the current BillRate","type":"array","items":{"$ref":"#/definitions/BillRateDetailModel"}},"Pk":{"format":"int64","description":"BIF966 Record Key. The unique record identifier. (I_BIF966PK)","type":"integer"},"RawUsage":{"format":"double","type":"number"},"SerialNumber":{"description":"Serial Number. The serial number of the equipment. (C_SERIALNM)","type":"string"},"Account":{"description":"Account #. The customer/account ID number. (C_ACCOUNT)","type":"string"},"FromDate":{"format":"date-time","description":"From Date. The starting date of the billed service. (T_FMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The end date of the billed service. (T_TODATE)","type":"string"},"Days":{"format":"int32","description":"Days. The number of days to use when calculating the bill. (I_DAYS)","type":"integer"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The date from which the rate is effective. (T_EFDATE)","type":"string"},"UseTime":{"description":"Use Time. Indicates whether the bill block is based on a time interval. (L_USETIME)","type":"boolean"},"Credit":{"format":"double","description":"Credit. The credit amount of the bill. (Y_CREDIT)","type":"number"},"ServiceId":{"format":"int64","description":"Service ID. The bill service ID. (I_SERVICEID)","type":"integer"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"MeterId":{"format":"int64","description":"Meter ID. The meter ID. (I_METERID)","type":"integer"},"NoBill":{"description":"No Bill Flag. Indicates whether the customer/account is not billed. (L_NOBILL)","type":"boolean"},"RateKey":{"format":"int64","description":"Rate Key. The rate key. (I_RATEKEY)","type":"integer"},"BilledConsumption":{"format":"double","description":"Billed Consumption. The billed consumption. (N_BCON)","type":"number"},"Consumption":{"format":"double","description":"Raw Consumption. The raw or actual consumption. (N_CONSUM)","type":"number"},"DisplayOnly":{"description":"Display Only. When this value is not empty, it indicates the \"cancel\" portion of the billed charges during the cancel and rebill of individual services and also prevents bill recalculation for services.  (C_DISPLAYONLY)","type":"string"},"BillingPeriod":{"format":"int32","description":"Billing Period. The billing period for the charges when the service is configured to 'Bill By Period'. The value will be 1 when the service is not configured to 'Bill By Period'. (I_PERIOD)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID for the invoice. (I_BATCHID)","type":"integer"},"BillCode":{"description":"Bill Code. The rate code applied to the service. (C_BILLCODE)","type":"string"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number applied to the invoice when the bill is generated. (I_BILLNUMBER)","type":"integer"},"DaysRatio":{"format":"double","type":"number"},"Exception":{"format":"int64","description":"Zero Charge Exception. The zero charge exception. (I_EXCEPT)","type":"integer"},"InactiveDays":{"format":"int32","type":"integer"},"IsChangeRate":{"type":"boolean"},"IsProrateMax":{"type":"boolean"},"IsProrateMin":{"type":"boolean"},"IsRateChangeNewRate":{"type":"boolean"},"IsSeasonChange":{"type":"boolean"},"IsSeasonChangeInBill":{"type":"boolean"},"IsSeasonChangeNewSeason":{"type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ProrateRatio":{"format":"double","type":"number"},"ProrationProfile":{"format":"int64","description":"Proration Profile (I_PRORATION)","type":"integer"},"Service":{"description":"Service. The customer's service type. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillEquipmentModel":{"description":"Bill Flat Rate/Rental Equipment (BillEquipment / BIF959)\r\nChild of the bill table that contains an entry for each equipment and bill period billed on the bill","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial Number. The serial number of the equipment. (C_SERIALNM)","type":"string"},"EquipmentId":{"format":"int64","description":"Equipment ID. The unique ID of the equipment. (I_EQUIPMENTID)","type":"integer"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"RateType":{"description":"Rate Type. The transaction rate type. (C_RATETYPE)\r\nEnum AdvancedUtility.Model.BIF014+RateTypeEnum:  Amount, FlatConsumption, Metered, None","type":"string"},"FromDate":{"format":"date-time","description":"From Date. The date on which the equipment rental began. (D_FMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The date on which the equipment rental ended. (D_TODATE)","type":"string"},"Days":{"format":"int32","description":"Days. The number of days used in bill calculation. (I_DAYS)","type":"integer"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The date from which the rate is effective. (D_EFDATE)","type":"string"},"FlatAmount":{"format":"double","description":"Flat Amount. The flat rate amount for the equipment. (Y_FLATAMNT)","type":"number"},"RentalAmount":{"format":"double","description":"Rental Amount. The rental rate for the equipment. (Y_RENTAMNT)","type":"number"},"Total":{"format":"int32","description":"Total. The total number of devices. (I_TOTAL)","type":"integer"},"DisplayOnly":{"description":"Display Only. Indicates whether the transaction is display only. (C_DISPLAYONLY)","type":"string"},"Frequency":{"format":"int64","description":"Frequency. The frequency of the pickup. (N_FREQUENCY)","type":"integer"},"FrequencyType":{"description":"Frequency Type. The frequency type for this equipment. (C_FREQUENCYTYPE)\r\nEnum AdvancedUtility.Model.BIF959+FrequencyTypeEnum:  Daily, Weekly, Biweekly, Monthly, Quarterly, Yearly, _blank","type":"string"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillCode":{"description":"Bill Code. The transaction billing code. (C_BILLCODE)","type":"string"},"BillNumber":{"format":"int64","description":"Bill Number. The billing number. (I_BILLNUMBER)","type":"integer"},"Category":{"description":"Equipment Category. Indicates if the equipment is owned or rented. (C_RENTAL)","type":"string"},"FlatTransactionCode":{"description":"Flat Transaction Code. The transaction flat rate code. (C_TRANSFLT)","type":"string"},"InactiveDays":{"format":"int32","type":"integer"},"RentalTransactionCode":{"description":"Rental Transaction Code. The transaction rental code. (C_TRANSRNT)","type":"string"},"Service":{"description":"Service. The transaction service. (C_SERVICE)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ApiFeedbackOptionChoice":{"description":"An individual choice for an \"option\" type feedback item.\r\nSee WebFeedbackOption.Choices","type":"object","properties":{"Text":{"type":"string"},"Selected":{"type":"boolean"},"Reference":{"type":"object"}}},"BillIntervalReadingModel":{"description":"Bill Interval Reading (BillIntervalReading / BIF969)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID of the meter. (I_READINGID)","type":"integer"},"ReadingDateTime":{"format":"date-time","description":"Reading Date Time. The date and time of the reading. (T_READINGDATETIME)","type":"string"},"Reading":{"format":"double","description":"Reading. The reading amount. (N_READING)","type":"number"},"Pk":{"format":"int64","description":"BIF969 Record Key. The unique record identifier. (I_BIF969PK)","type":"integer"},"Channel":{"description":"MV90 Channel Number. The MV90 channel number. (C_CHANNEL)","type":"string"},"BIF953FK":{"format":"int64","description":"Foreign key to BIF953. The foreign key from BIF953. (I_BIF953FK)","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillSubMeterConsumptionModel":{"description":"Bill Sub-Meter Consumption (BillSubMeterConsumption / BIF971)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"MasterBillNumber":{"format":"int64","description":"Master Service Bill Number. The master bill number. (I_MASTERBILLNUM)","type":"integer"},"MasterMeterId":{"format":"int64","description":"Master Meter Read Type ID. The meter read type of the master meter item associated with this consumption. (I_MASTERMETER)","type":"integer"},"MasterServiceId":{"format":"int64","description":"Master Service ID. The master service ID. (I_MASTERSERVICE)","type":"integer"},"SubmeterBillNumber":{"format":"int64","description":"Sub Meter Bill Number. The sub meter bill number. (I_SUBBILLNUM)","type":"integer"},"SubmeterId":{"format":"int64","description":"Sub Meter ID. The sub meter ID. (I_SUBMETER)","type":"integer"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"Consumption":{"format":"double","description":"Consumption. The total consumption of all meters. (N_CONSUM)","type":"number"},"IsCancelled":{"description":"Sub Bill Cancelled. Indicates whether the sub bill was cancelled. (L_CANCEL)","type":"boolean"},"IsRebilled":{"description":"Re-billed. Indicates whether the account is to be re-billed. (L_REBILLED)","type":"boolean"},"LinkType":{"description":"Link Type. The master-sub meter link type. (C_LINKTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillRateDetailModel":{"description":"Bill Block Detail (BillRateDetail / BIF967)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Adjustments":{"description":"BillAdjustment (BIF970) objects associated with the currently loaded BillRateDetail.\r\nWill never be null, but may be empty.\r\nFor performance, a previously loaded BillAdjustment objects for the current bill rate detail can be assigned manually here.","type":"array","items":{"$ref":"#/definitions/BillAdjustmentModel"}},"IntervalCharges":{"description":"BillIntervalCharges (BIF968) objects associated with the currently loaded BillRateDetail.\r\nWill never be null, but may be empty.\r\nFor performance, a previously loaded BillIntervalCharge objects for the current bill block detail can be assigned manually here.","type":"array","items":{"$ref":"#/definitions/BillIntervalChargeModel"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Pk":{"format":"int64","description":"BIF967 Record Key. The unique record identifier. (I_BIF967PK)","type":"integer"},"BIF966FK":{"format":"int64","description":"Billed Block Key. The foreign key from BIF966. (I_BIF966FK)","type":"integer"},"Counter":{"format":"int32","description":"Counter. The number of the block for charges that have a block structure. (I_COUNTER)","type":"integer"},"BilledConsumption":{"format":"double","description":"Consumption. The consumption amount on the bill. (N_BCON)","type":"number"},"Charge":{"format":"double","description":"Charge. The charge amount of the bill. (Y_CHARGE)","type":"number"},"Discount":{"format":"double","description":"Adjustment. The bill adjustment. (Y_DISCOUNT)","type":"number"},"IsMinBill":{"description":"Minimum Bill. Indicates if the bill code is for a minimum charge. (L_MINBILL)","type":"boolean"},"MinBillCode":{"format":"int32","description":"Minimum Bill Code. The minimum bill general ledger code. (I_MINBILL)","type":"integer"},"Settlement":{"description":"Apply To Settlement. Indicates whether to apply the settlement amount to the bill. (L_SETTLEMENT)","type":"boolean"},"SubAccount":{"description":"Settlement Subaccount. The sub-account of the settlement amount. (C_SUBACCOUNT)","type":"string"},"SettlementAmount":{"format":"double","description":"Settlement Amount. The settlement amount. (N_SETTLAMNT)","type":"number"},"Wap":{"format":"double","description":"Rate. The bill rate. (N_WAP)","type":"number"},"Consumption":{"format":"double","description":"Actual Consumption. The actual consumption amount. (N_CONSUM)","type":"number"},"Multiplier":{"format":"int64","description":"Basic Multiplier. The billing basic multiplier ID. (I_MULTIPLIER)","type":"integer"},"MultiplierValue":{"format":"double","description":"Basic Multiplier Value. The billing multiplier amount applied to this item. It is the value taken from the related billing multiplier record at the time of calculation. (N_BASICMULTIPLE)","type":"number"},"Factor":{"format":"double","description":"Factor Value. The factor value. (N_FACTOR)","type":"number"},"Action":{"description":"Basic Multiplier Action. The basic multiplier action. (C_ACTION)\r\nEnum AdvancedUtility.Model.BIF967+ActionEnum:  NoAction, Add, Insert, Subtract, Replace, Delete, End, UpdateAllocation, InsertAllocation","type":"string"},"IsCap":{"description":"Cap Flag. Indicates a cap amount. (L_CAP)","type":"boolean"},"Cap":{"format":"int32","description":"Cap. The cap amount. (I_CAP)","type":"integer"},"IsFloor":{"description":"Floor Flag. Indicates a floor amount. (L_FLOOR)","type":"boolean"},"Floor":{"format":"int32","description":"Floor. The floor amount. (I_FLOOR)","type":"integer"},"AddInfo":{"format":"double","description":"Additional Info. Additional information such as block size for block information. (N_ADDINFO)","type":"number"},"RecurringCharge":{"format":"int64","description":"Recurring Charge. The foreign key from the Recurring Charge (BIF114) table. (I_RECURRINGCHARGEID)","type":"integer"},"AdjustTransCode":{"description":"Adjustment Transaction Code. The transaction code of the adjustment. (C_TRANDISC)","type":"string"},"BIF110ID":{"format":"int64","description":"Custom Rate Foreign Key. The foreign key from the Custom Rate (BIF110) table. (I_BIF110ID)","type":"integer"},"ChargeDescription":{"type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OriginalCharge":{"format":"double","type":"number"},"ProrationElement":{"format":"int64","description":"Proration Element (I_PRORATIONELEMENT)","type":"integer"},"RateDetailKey":{"format":"int64","description":"Rate Detail Key. The rate detail key. (I_RATEDETAILKEY)","type":"integer"},"TransactionCode":{"description":"Transaction Code. The billing transaction code. (C_TRANSCODE)","type":"string"},"Type":{"description":"Charge Type. The bill charge type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillAdjustmentModel":{"description":"Bill Adjustment (BillAdjustment / BIF970)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BIF967FK":{"format":"int64","description":"Charge Key. The foreign key from BIF967. (I_BIF967FK)","type":"integer"},"RateCounter":{"format":"int64","description":"Rate Counter. The rate key/ID. (I_RATEID)","type":"integer"},"Adjustment":{"format":"double","description":"Adjustment Amount. The bill adjustment amount. (Y_ADJUSTMENT)","type":"number"},"Multiplier":{"format":"int64","description":"Basic Multiplier ID. The billing multiplier code. (I_MULTIPLIER)","type":"integer"},"MultiplierValue":{"format":"double","description":"Basic Multiplier Value. The billing multiplier value. (N_BASICMULTIPLE)","type":"number"},"RateAdjustmentKey":{"format":"int64","description":"Rate Detail Key. The adjustment rate detail key from the Rate Detail table.  (I_RATEDETAILKEY)","type":"integer"},"TransCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Type":{"description":"Adjustment Type. The bill adjustment type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillIntervalChargeModel":{"description":"Bill Interval Charge (BillIntervalCharge / BIF968)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BIF967FK":{"format":"int64","description":"Billed Block Detail Key. The foreign key from BIF967. (I_BIF967FK)","type":"integer"},"BIF969FK":{"format":"int64","description":"Interval ID. The foreign key from BIF969. (I_BIF969FK)","type":"integer"},"Rate":{"format":"double","description":"Rate. The bill rate. (N_RATE)","type":"number"},"Charge":{"format":"double","description":"Charge. The bill charge. (N_CHARGE)","type":"number"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillReadingConsumptionCalculationModel":{"description":"Contains the bill information needed to calculate reading consumption and possible service consumption.","type":"object","properties":{"Bill":{"$ref":"#/definitions/BillModel","description":"The bill model containing the information to use for the bill reading calculation"},"ActualReadingDate":{"format":"date-time","description":"When populated, triggers a proration reading calculation and returns the prorated consumption using BillReading.CalcProratedConsumption().\r\nWhen not populated, just returns the normal reading (re)calculation using BillReading.CalcConsumption().","type":"string"},"ServiceId":{"format":"int64","description":"Service ID of the bill service to calculate consumption for","type":"integer"},"ReadTypeId":{"format":"int64","description":"Meter Read Type ID of the bill reading to calculate consumption for","type":"integer"}}},"BackflowDeviceModel":{"description":"Backflow Device (BackflowDevice / MEF321)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Device":{"description":"Device #. The backflow device number. (C_DEVICE)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the backflow device. (C_SERIALNUMBER)","type":"string"},"LastTest":{"format":"date-time","description":"Last Test Date. The date that the device was last tested. (D_LASTTEST)","type":"string"},"NextTest":{"format":"date-time","description":"Next Due Test Date. The date of the next scheduled test date for the device. (D_NEXTTEST)","type":"string"},"TestFrequency":{"description":"Test Frequency. The frequency at which the device should be tested. (C_TESTFREQUENCY)","type":"string"},"Pressure":{"format":"double","description":"Line Pressure. The line pressure of the device. (N_PRESSURE)","type":"number"},"Location":{"description":"Location. The location where the backflow device is installed. (C_LOCATION)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the device was scrapped. (D_SCRAPPED)","type":"string"},"Notes":{"description":"Notes. The notes about the device. (M_NOTES)","type":"string"},"FreezeProtection":{"description":"Freeze Protection. Indicates whether the device has freeze protection. (L_FREEZEPROTECTION)","type":"boolean"},"Vertical":{"description":"Vertical. Indicates whether the device positioned vertically. (L_VERTICAL)","type":"boolean"},"AboveGround":{"description":"Above Ground. Indicates whether the device is located above the ground. (L_ABOVEGROUND)","type":"boolean"},"UtilityTest":{"description":"Utility Test (L_UTILITYTEST)","type":"boolean"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The date when the warranty will expire. (D_WARRANTYEXPIRY)","type":"string"},"PurchaseOrder":{"description":"Purchase Order. The purchase order number. (C_PURCHASEORDER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date when the purchase was made. (D_PURCHASEDATE)","type":"string"},"PurchaseCost":{"format":"double","description":"Purchase Price. The cost for the purchase. (Y_PURCHASECOST)","type":"number"},"LastRebuild":{"format":"date-time","description":"Last Rebuild Date. The last re-build date. (D_LASTREBUILD)","type":"string"},"NextRebuild":{"format":"date-time","description":"Next Rebuild Date. The next re-build date. (D_NEXTREBUILD)","type":"string"},"BIF020FK":{"format":"int64","description":"BIF020FK. The foreign key from the Letter History table (BIF020) which links to the Backflow Device.  (I_BIF020FK)","type":"integer"},"PreviousTestLetterDate":{"format":"date-time","description":"Previous Letter Date. The previous Test Letter date. (D_PREVTESTLETTER)","type":"string"},"ActiveAccount":{"type":"string"},"ActiveCustomer":{"type":"string"},"Contaminate":{"description":"Contaminate. The contamination code. (C_CONTAMINATE)","type":"string"},"DeviceUse":{"description":"Device Use. The device use code. (C_DEVICEUSE)","type":"string"},"HazardCondition":{"description":"Hazard Condition. The hazard type. (C_HAZARDTYPE)","type":"string"},"LastTestStatus":{"description":"Last Test Status. The status of the last test. (C_LASTTESTSTATUS)","type":"string"},"PreviousLetterCode":{"description":"Previous Letter Code. The previous Letter code used. (C_PREVLETTERCODE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the device was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The status of the backflow device. (C_STATUS)","type":"string"},"Subgroup":{"description":"Subgroup. The backflow device subgroup. (C_SUBGROUP)","type":"string"},"Type":{"description":"Type. The type of backflow device. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceModel]"},"readOnly":true}}},"Operation[BackflowDeviceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceCategoryModel":{"description":"Backflow Device Category Control (BackflowDeviceCategory / MEF325)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Category. The backflow device category. (C_CATEGORY)","type":"string"},"TestAppliesToCategory":{"description":"Testing Rules Apply To. Indicates whether the test applies to a category level. (C_TESTAPPLIESTOCATEGORY)\r\nEnum AdvancedUtility.Model.MEF325+TestAppliesToCategoryEnum:  Category, DeviceType","type":"string"},"NextTestBasedOnDueDate":{"description":"Next Test Date Option. Indicates whether the next test date option is used. (C_NEXTTESTDATEOPTION)\r\nEnum AdvancedUtility.Model.MEF325+NextTestBasedOnDueDateEnum:  TestDueDate, ActualTestDate","type":"string"},"Description":{"description":"Description. The description of the backflow device category. (C_DESCRIPTION)","type":"string"},"FirstCheckValveMinimum":{"format":"double","description":"First Check Valve Minimum Value. The minimum value acceptable for check valve 1. (N_MINCHECKVALVE1)","type":"number"},"SecondCheckValveMinimum":{"format":"double","description":"Second Check Valve Minimum Value. The minimum value acceptable for check valve 2. (N_MINCHECKVALVE2)","type":"number"},"ReliefValveMinimum":{"format":"double","description":"Relief Valve Minimum Value. The minimum value acceptable for the relief valve. (N_MINRELIEF)","type":"number"},"AirInletMinimum":{"format":"double","description":"Air Inlet Minimum Value. The minimum value acceptable for the air inlet. (N_MINAIRINLET)","type":"number"},"FirstCheckValveMaximum":{"format":"double","description":"First Check Valve Maximum Value. The maximum value acceptable for check valve 1. (N_MAXCHECKVALVE1)","type":"number"},"SecondCheckValveMaximum":{"format":"double","description":"Second Check Valve Maximum Value. The maximum value acceptable for check valve 2. (N_MAXCHECKVALVE2)","type":"number"},"ReliefValveMaximum":{"format":"double","description":"Relief Valve Maximum Value. The maximum value acceptable for the relief valve. (N_MAXRELIEF)","type":"number"},"AirInletMaximum":{"format":"double","description":"Air Inlet Maximum Value. The maximum value acceptable for the air inlet. (N_MAXAIRINLET)","type":"number"},"TestFrequency":{"description":"Test Frequency (Months). The test frequency. (C_TESTFREQUENCY)","type":"string"},"UseFirstCheckValve":{"description":"Use Check Valve #1 Test. Indicates whether the check valve 1 test is used. (L_USECHECKVALVE1)","type":"boolean"},"UseSecondCheckValve":{"description":"Use Check Valve #2 Test. Indicates whether the check valve 2 test is used. (L_USECHECKVALVE2)","type":"boolean"},"UseReliefValve":{"description":"Use Relief Valve Test. Indicates whether the relief valve test is used. (L_USERELIEFVALVE)","type":"boolean"},"UseAirInlet":{"description":"Use Air Inlet Test. Indicates whether the air inlet test is used. (L_USEAIRINLET)","type":"boolean"},"UseStaticPressure":{"description":"Use Static Pressure. Indicates whether the static pressure test is used. (L_USESTATICPRESSURE)","type":"boolean"},"RebuildFrequencyInMonths":{"format":"int32","description":"Device Rebuild Frequency (Months). The device's rebuild frequency. (N_REBUILDMONTHS)","type":"integer"},"FailTestOnCheckValve1Leak":{"description":"Failed if Check Valve #1 Leaking. Indicates that the Test Result will be changed to Failed if the Check Valve #1 is leaking. (L_FAILIFLEAKEDCHECKVALVE1)","type":"boolean"},"FailTestOnCheckValve2Leak":{"description":"Failed if Check Valve #2 Leaking. Indicates that the Test Result will be changed to Failed if the Check Valve #2 is leaking. (L_FAILIFLEAKEDCHECKVALVE2)","type":"boolean"},"FailTestOnReliefValveLeak":{"description":"Failed if Relief Valve Leaking. Indicates that the Test Result will be changed to Failed if the Relief Valve is leaking. (L_FAILIFLEAKEDRELIEFVALVE)","type":"boolean"},"FailTestOnReliefValveNotOpening":{"description":"Failed if Relief Valve Did not Open. Indicates that the Test Result will be changed to Failed if the Relief Valve did not open. (L_FAILIFRELIEFVALVENOTOPENED)","type":"boolean"},"FailTestOnLeakedAirInlet":{"description":"Failed if Air Inlet Is Leaking. Indicates that the Test Result will be changed to Failed if the Air Inlet is leaking. (L_FAILIFLEAKEDAIRINLET)","type":"boolean"},"TestResultsMandatory":{"description":"Applicable Test Results Mandatory. Do not allow empty test values if Applicable Test Results Mandatory is checked. (L_TESTRESULTSMANDATORY)","type":"boolean"},"FailnotClosedTightValve1":{"description":"Failed if Check Valve #1 not Tightly Closed. Test Result Failed if Check Valve #1 not tightly closed (L_FAILNOTCLOSEDTIGHTVALVE1)","type":"boolean"},"FailnotClosedTightValve2":{"description":"Failed if Check Valve #2 not Tightly Closed. Test Result Failed if Check Valve #2 not tightly closed (L_FAILNOTCLOSEDTIGHTVALVE2)","type":"boolean"},"UseShutoffValve1":{"description":"Use Shut-Off Valve 1 Test. Use Shut-off Valve 1 Test (L_USESHUTOFFVALVE1)","type":"boolean"},"UseShutoffValve2":{"description":"Use Shut-Off Valve 2 Test. Use Shut-off Valve 2 Test (L_USESHUTOFFVALVE2)","type":"boolean"},"FailifLeakedShutoffValve1":{"description":"Failed if Shut-Off Valve #1 Leaking. Test Result Failed if Shut-off Valve #1 Leaking (L_FAILIFLEAKEDSHUTOFFVALVE1)","type":"boolean"},"FailifLeakedShutoffValve2":{"description":"Failed if Shut-Off Valve #2 Leaking. Test Result Failed if Shut-off Valve #2 Leaking (L_FAILIFLEAKEDSHUTOFFVALVE2)","type":"boolean"},"FailnotClosedTightSOValve1":{"description":"Failed if Shut-Off Valve #1 not Tightly Closed. Test Result Failed if Shut-off Valve #1 not tightly closed (L_FAILNOTCLOSEDTIGHTSOVALVE1)","type":"boolean"},"FailnotClosedTightSOValve2":{"description":"Failed if Shut-Off Valve #2 not Tightly Closed. Test Result Failed if Shut-off Valve #2 not tightly closed (L_FAILNOTCLOSEDTIGHTSOVALVE2)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the backflow device category is disabled. (L_DISABLED)","type":"boolean"},"FailIfAirInletNotFullyOpened":{"description":"Fail If Air Inlet Not Fully Opened. Indicates whether the backflow device test will fail if the air inlet is not fully opened (L_FAILIFAIRINLETNOTFULLYOPENED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceCategoryModel]"},"readOnly":true}}},"Operation[BackflowDeviceCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceConfigModel":{"description":"Backflow Device Control (BackflowDeviceConfig / MEF320)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AutoGenerateDeviceNumber":{"description":"Auto Generate Device Number. Indicates whether to automatically generate the device number.  (L_GENERATEDEVICENUM)","type":"boolean"},"AutoGenerateTestNumber":{"description":"Auto Generate Test Number. Indicates whether to automatically generate the test number. (L_GENERATETESTNUM)","type":"boolean"},"AutoSetTestStatus":{"description":"Auto Set Test Status. Indicates whether to automatically set the test status. (L_AUTOSETTESTSTATUS)","type":"boolean"},"PopulateFieldWorkerInformationInTestNotes":{"description":"Populate Field Worker Information in Test Notes. Indicates whether the field worker information is populated in the test notes. (L_FIELDWORKERTESTNOTES)","type":"boolean"},"MultiTestResults":{"description":"Enter Multiple Devices Test Results for One Account. Indicates whether to enter multiple devices test results for one account. (L_MULTITESTRESULTS)","type":"boolean"},"DeviceNumberMatchesSerialNumber":{"description":"Device Number Matches Serial Number. Indicates whether the device number is the same as the serial number. (L_DEVICENUMBERMATCHESSERIALNUM)","type":"boolean"},"RestrictTestResults":{"description":"Restrict Test Results on Overdue Kits. Indicates whether the test results are restricted when the test kit is overdue for calibration. (L_RESTRICTTESTRESULTS)","type":"boolean"},"AllowWeekendCalibrationDueDates":{"description":"Allow Weekend Calibration Due Dates. Indicates whether weekends and holidays are considered when calculating the test kit calibration due date. (L_ALLOWWEEKENDCALIBRATIONDUE)","type":"boolean"},"GenerateCompanyCode":{"description":"Generate Company Code. Indicates whether the company code is automatically generated. (L_GENERATECOMPANYCODE)","type":"boolean"},"LinkModelToManufacturer":{"description":"Link Model to Manufacturer. Indicates whether to restrict the list of available backflow device models by selected backflow device manufacturer. (L_LINKMODELTOMANUFACTURER)","type":"boolean"},"DisableExpiredCertificate":{"description":"Prevent Login with Expired Certificate. Indicates the login credentials will be disabled for field workers with at least one expired certificate, when this checkbox is selected. When this is unchecked, field workers with at least one expired certificate can still login with their valid certificates. (L_DISABLEEXPIREDCERTIFICATE)","type":"boolean"},"PendingNoticeDaysInAdvance":{"format":"int32","description":"Pending Notice Days In Advance. The number of days in advance at which point we want to start handling communication with the customer that they have an upcoming backflow device test. (N_PENDINGNOTICEDAYSINADVANCE)","type":"integer"},"DefaultTestType":{"description":"Default Test Type. The default test type of the backflow test. (C_DEFAULTTESTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceConfigModel]"},"readOnly":true}}},"Operation[BackflowDeviceConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceContaminateModel":{"description":"Backflow Device Contaminate Control (BackflowDeviceContaminate / MEF331)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The contamination code. (C_CONTAMINATE)","type":"string"},"Description":{"description":"Description. The contamination description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the backflow device contaminate is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceContaminateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceContaminateModel]"},"readOnly":true}}},"Operation[BackflowDeviceContaminateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceInstallationChangeModel":{"description":"BackflowDeviceInstallation Change Model","type":"object","properties":{"DateOldDeviceRemoved":{"format":"date-time","description":"Date old device is removed","type":"string"},"DateNewDeviceInstalled":{"format":"date-time","description":"Date new device is installed","type":"string"},"ExistingBackflowDevice":{"$ref":"#/definitions/BackflowDeviceModel","description":"New BackflowDevice associated with this data"},"NewBackflowDevice":{"$ref":"#/definitions/BackflowDeviceModel","description":"New BackflowDevice associated with this data"}}},"BackflowDeviceInstallationChangeResultModel":{"description":"BackflowDeviceInstallation change result container","type":"object","properties":{"OldBackflowDevice":{"$ref":"#/definitions/BackflowDeviceInstallationModel"},"NewBackflowDevice":{"$ref":"#/definitions/BackflowDeviceInstallationModel"}}},"BackflowDeviceInstallationModel":{"description":"Backflow Device Installation (BackflowDeviceInstallation / BIF310)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Device":{"description":"Device Number. The device number of the backflow device. (C_DEVICE)","type":"string"},"InstallationId":{"format":"int64","description":"Installation ID. The installation ID. (I_INSTALLATIONID)","type":"integer"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date that the backflow device was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date that the backflow device was removed. (D_DATEREMOVED)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"Account":{"description":"Account Number. The account number for the service address that this device is installed at. (C_ACCOUNT)","type":"string"},"PreviousDevice":{"description":"Previous Device #. The previous device number at this account. (C_PREDEVICE)","type":"string"},"Meter":{"description":"Linked Meter #. Meter linked to the backflow device. (C_METER)","type":"string"},"ServiceEntranceId":{"format":"int64","description":"Service Entrance ID. The service entrance ID. (I_SERVICEENTRANCEID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceInstallationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceInstallationModel]"},"readOnly":true}}},"Operation[BackflowDeviceInstallationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceInterfaceModel":{"description":"Backflow Device Interface (BackflowDeviceInterface / UTL321)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Device":{"description":"Backflow Device. The backflow device. (C_DEVICE)","type":"string"},"Service":{"description":"Service Code. The service code for the backflow device. (C_SERVICE)","type":"string"},"SerialNumber":{"description":"Backflow Device Serial Number. The serial number of the backflow device.  (C_SERIALNUMBER)","type":"string"},"PipeSize":{"format":"double","description":"Water Pipe Size. The water pipe size. (N_PIPESIZE)","type":"number"},"Type":{"description":"Backflow Device Type. The backflow device type. (C_TYPE)","type":"string"},"Model":{"description":"Backflow Device Model. The backflow device model. (C_MODEL)","type":"string"},"Size":{"description":"Backflow Device Size. The backflow device size. (C_SIZE)","type":"string"},"LastTest":{"format":"date-time","description":"Last Test Date. The last test date. (D_LASTTEST)","type":"string"},"Manufacturer":{"description":"Backflow Device Manufacturer. The backflow device manufacturer. (C_MANUFACTURER)","type":"string"},"Install":{"format":"date-time","description":"New Meter Install Date. The new meter installation date. (D_INSTALL)","type":"string"},"RemoveDate":{"format":"date-time","description":"Old Meter Remove Date. The old meter removal date. (D_REMOVE)","type":"string"},"HazardType":{"description":"Hazard Type. The hazard type. (C_HAZARDTYPE)","type":"string"},"Location":{"description":"Backflow Device Location. The backflow device location. (C_LOCATION)","type":"string"},"RecordType":{"description":"Record Type. The record type. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record has been processed internally. (L_PROCESSED)","type":"boolean"},"Notes":{"description":"Notes. The notes about the backflow device. (C_NOTES)","type":"string"},"DateTimestamp":{"format":"date-time","description":"Date/Time. The date and time that the record was processed. (T_DATETIME)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates the record has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ActionType":{"description":"Action Type. The action type that is triggered. (C_ACTIONTYPE)\r\nEnum AdvancedUtility.Model.UTL321+ActionTypeEnum:  BackflowDeviceInstall, BackflowDeviceRemoval","type":"string"},"TypeDescription":{"description":"Backflow Device Type Description. The backflow device type description. (C_TYPEDESC)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceInterfaceModel]"},"readOnly":true}}},"Operation[BackflowDeviceInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceModelModel":{"description":"Backflow Device Model Control (BackflowDeviceModel / MEF323)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The backflow device model code. (C_MODEL)","type":"string"},"Description":{"description":"Description. The description of the backflow device model code. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the backflow device model is disabled. (L_DISABLED)","type":"boolean"},"ManufacturerCode":{"description":"Manufacturer. The code of manufacturer who produces this model (optional). (C_MANCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceModelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceModelModel]"},"readOnly":true}}},"Operation[BackflowDeviceModelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceRepairModel":{"description":"Backflow Device Repair (BackflowDeviceRepair / MEF329)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Device":{"description":"Device Number. The device number. (C_DEVICE)","type":"string"},"RepairDate":{"format":"date-time","description":"Repair Date. The date that the device was repaired. (D_REPAIRDATE)","type":"string"},"TestNumber":{"description":"Test Number. The test number. (C_TESTNO)","type":"string"},"TimeToRepair":{"format":"int32","description":"Repair Time. The time required to repair the device. (N_TIMETOREPAIR)","type":"integer"},"Part":{"description":"Repaired Part. The part of the device that was repaired. (C_PART)","type":"string"},"Notes":{"description":"Notes. Notes about this repair. (M_NOTES)","type":"string"},"RepairedBy":{"description":"Repaired By. The name of the person who repaired the device. (C_REPAIREDBY)","type":"string"},"RepairType":{"description":"Repair Types. The type of repair done on the device. (C_REPAIRTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceRepairModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceRepairModel]"},"readOnly":true}}},"Operation[BackflowDeviceRepairModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceSizeModel":{"description":"Backflow Device Size Control (BackflowDeviceSize / MEF324)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The backflow device size code. (C_SIZE)","type":"string"},"Description":{"description":"Description. The backflow device size code description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the backflow device size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceSizeModel]"},"readOnly":true}}},"Operation[BackflowDeviceSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceSubgroupModel":{"description":"Backflow Device Subgroup Control (BackflowDeviceSubgroup / MEF327)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Sub Group Code. The sub group ID. (C_SUBGROUP)","type":"string"},"Name":{"description":"Sub Group Name. The sub group name. (C_SUBGROUPNAME)","type":"string"},"FirstSealYear":{"format":"int32","description":"Seal Year 1. The first seal year for the meters in this sub group. (N_SEALYEAR1)","type":"integer"},"SecondSealYear":{"format":"int32","description":"Seal Year 2. The second seal year for the meters in this sub group. (N_SEALYEAR2)","type":"integer"},"PendingTestYear":{"format":"int32","description":"Pending Test Year. The next year in which a sample testing should be done. (N_PENDINGTESTYEAR)","type":"integer"},"OriginalPopulation":{"format":"int32","description":"Original Population. The number of meters in the group when they were first added to inventory. (I_ORIGINALPOPULATION)","type":"integer"},"Notes":{"description":"Notes. The notes about the sub group. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the backflow device subgroup is disabled. (L_DISABLED)","type":"boolean"},"FirstMeterType":{"description":"Meter Type 1. The first meter type in this sub group. (C_DEVICETYPE1)","type":"string"},"FourthMeterType":{"description":"Meter Type 4. The fourth meter type in this sub group. (C_DEVICETYPE4)","type":"string"},"SecondMeterType":{"description":"Meter Type 2. The second meter type in this sub group. (C_DEVICETYPE2)","type":"string"},"ThirdMeterType":{"description":"Meter Type 3. The third meter type in this sub group. (C_DEVICETYPE3)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceSubgroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceSubgroupModel]"},"readOnly":true}}},"Operation[BackflowDeviceSubgroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceTestModel":{"description":"Backflow Device Test (BackflowDeviceTest / MEF328)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestKitNumber":{"description":"Test Kit/Gauge Number. The test kit or gauge number (C_TESTKITNO)","type":"string"},"Device":{"description":"Device Number. The device number. (C_DEVICE)","type":"string"},"TestNumber":{"description":"Test Number. The test number. (C_TESTNO)","type":"string"},"TestDate":{"format":"date-time","description":"Test Date. The date the device was tested. (D_TESTDATE)","type":"string"},"CheckValve1":{"format":"double","description":"Held At. The initial value that the device was held at. (N_INITIALHELD)","type":"number"},"ReliefValvePressure":{"format":"double","description":"Opened At. The initial value that the device was opened at. (N_INITIALOPEN)","type":"number"},"Finalheld":{"format":"double","description":"Final Held At. The final value that the device was held at. (N_FINALHELD)","type":"number"},"Finalopen":{"format":"double","description":"Final Open At. The final value that the device was opened at. (N_FINALOPEN)","type":"number"},"ClosedCheckValve1":{"description":"Closed Check Valve #1. Indicates whether Check Valve #1 was closed. (L_CLOSEDCV1)","type":"boolean"},"ClosedCheckValve2":{"description":"Closed Check Valve #2. Indicates whether Check Valve #2 was closed. (L_CLOSEDCV2)","type":"boolean"},"LeakedCheckValve1":{"description":"Leaked Check Valve #1. Indicates whether Check Valve #1 leaked. (L_LEAKEDCV1)","type":"boolean"},"LeakedCheckValve2":{"description":"Leaked Check Valve #2. Indicates whether Check Valve #2 leaked. (L_LEAKEDCV2)","type":"boolean"},"CleanedCheckValve1":{"description":"Cleaned Check Valve #1. Indicates whether Check Valve #1 was cleaned. (L_CLEANEDCV1)","type":"boolean"},"CleanedCheckValve2":{"description":"Cleaned Check Valve #2. Indicates whether Check Valve #2 was cleaned. (L_CLEANEDCV2)","type":"boolean"},"NotOpenReliefPressure":{"description":"Did Not Open Relief Pressure. Indicates whether the RP (Pressure Relief) is not open. (L_NOTOPENRP)","type":"boolean"},"LeakedReliefPressure":{"description":"Leaked Relief Pressure. Indicates whether the RP (Pressure Relief) leaked. (L_LEAKEDRP)","type":"boolean"},"CleanedReliefPressure":{"description":"Cleaned Relief Pressure. Indicates whether the RP (Pressure Relief) is cleaned. (L_CLEANEDRP)","type":"boolean"},"FinalClosedCheckValve1":{"description":"Final Closed Check Valve #1. Indicates whether the Check Valve #1 was final closed. (L_FINALCLOSEDCV1)","type":"boolean"},"FinalClosedCheckValve2":{"description":"Final Closed Check Valve #2. Indicates whether the Check Valve #2 was final closed. (L_FINALCLOSEDCV2)","type":"boolean"},"Notes":{"description":"Notes. The notes about the backflow device test. (M_NOTES)","type":"string"},"CheckValve2":{"format":"double","description":"Held At. The check valve 2. (N_CHECKVALVE2)","type":"number"},"AirInlet":{"format":"double","description":"Opened At. The air inlet valve. (N_AIRINLET)","type":"number"},"StaticPressure":{"format":"double","description":"Static Pressure. The static pressure reading. (N_STATICPRESSURE)","type":"number"},"AirInletLeaked":{"description":"Air Inlet Leaked. Indicates whether Air inlet Leaked. (L_AIRINLETLEAKED)","type":"boolean"},"AirInletClosed":{"description":"Air Inlet Closed. Indicates whether the Air inlet was closed. (L_AIRINLETCLOSED)","type":"boolean"},"AirInletCleaned":{"description":"Air Inlet Cleaned. Indicates whether the Air inlet was cleaned. (L_AIRINLETCLEANED)","type":"boolean"},"ShutoffValve1Closed":{"description":"Shut-Off Valve 1 Closed. Shut-off Valve 1 Tightly Closed (L_SHUTOFFVALVE1CLOSED)","type":"boolean"},"ShutoffValve2Closed":{"description":"Shut-Off Valve 2 Closed. Shut-off Valve 2 Tightly Closed (L_SHUTOFFVALVE2CLOSED)","type":"boolean"},"ShutoffValve1Leaked":{"description":"Shut-Off Valve 1 Leaked. Shut-off Valve 1 Leaking (L_SHUTOFFVALVE1LEAKED)","type":"boolean"},"ShutoffValve2Leaked":{"description":"Shut-Off Valve 2 Leaked. Shut-off Valve 2 Leaking (L_SHUTOFFVALVE2LEAKED)","type":"boolean"},"AirInletFullyOpened":{"description":"Air Inlet Fully Opened . Indicates whether the air inlet was fully opened when performing the backflow device test. (L_AIRINLETFULLYOPENED)","type":"boolean"},"Company":{"description":"Contractor Company. The company code. (C_COMPANY)","type":"string"},"FailureType":{"description":"Failure Types. The code for the type of failure. (C_FAILURETYPE)","type":"string"},"TestedBy":{"description":"Tested By. The field worker who performed the test. (C_TESTER)","type":"string"},"TestStatus":{"description":"Test Results Status. The status of the test results. (C_TESTSTATUS)","type":"string"},"TestType":{"description":"Test Type. The type of test for the backflow device. (C_TESTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceTestModel]"},"readOnly":true}}},"Operation[BackflowDeviceTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceTypeModel":{"description":"Backflow Device Type Control (BackflowDeviceType / MEF322)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The backflow device type code. (C_TYPE)","type":"string"},"Description":{"description":"Description. The description of the backflow device type. (C_DESCRIPTION)","type":"string"},"Notes":{"description":"Notes. The notes about the backflow device type. (M_NOTES)","type":"string"},"FirstCheckValveMinimum":{"format":"double","description":"Check Valve #1 Minimum Value. The minimum value to check for at valve #1. (N_MINCHECKVALVE1)","type":"number"},"SecondCheckValveMinimum":{"format":"double","description":"Check Valve #2 Minimum Value. The minimum value to check for at valve #2. (N_MINCHECKVALVE2)","type":"number"},"ReliefValveMinimum":{"format":"double","description":"Relief Valve Minimum Value. The minimum value for the relief valve. (N_MINRELIEF)","type":"number"},"AirInletMinimum":{"format":"double","description":"Air Inlet Minimum Value. The minimum value for the air inlet. (N_MINAIRINLET)","type":"number"},"FirstCheckValveMaximum":{"format":"double","description":"Check Valve #1 Maximum Value. The maximum value to check for at valve #1. (N_MAXCHECKVALVE1)","type":"number"},"SecondCheckValveMaximum":{"format":"double","description":"Check Valve #2 Maximum Value. The maximum value to check for at valve #2. (N_MAXCHECKVALVE2)","type":"number"},"ReliefValveMaximum":{"format":"double","description":"Relief Valve Maximum Value. The maximum value for the relief valve. (N_MAXRELIEF)","type":"number"},"AirInletMaximum":{"format":"double","description":"Air Inlet Maximum Value. The maximum value for the air inlet. (N_MAXAIRINLET)","type":"number"},"TestFrequency":{"description":"Test Frequency. The test frequency for the device. (C_TESTFREQUENCY)","type":"string"},"ApprovalDate":{"format":"date-time","description":"Device Approval Date. The date the device was approved. (D_APPROVAL)","type":"string"},"UseFirstCheckValve":{"description":"Use Check Valve #1 Test. Indicates whether to use the check valve 1 test kit. (L_USECHECKVALVE1)","type":"boolean"},"UseSecondCheckValve":{"description":"Use Check Valve #2 Test. Indicates whether to use the check valve 2 test kit. (L_USECHECKVALVE2)","type":"boolean"},"UseReliefValve":{"description":"Use Relief Valve Test. Indicates whether to use the relief valve test kit. (L_USERELIEFVALVE)","type":"boolean"},"UseAirInlet":{"description":"Use Air Inlet Test. Indicates whether to use the air inlet test kit. (L_USEAIRINLET)","type":"boolean"},"UseStaticPressure":{"description":"Use Static Pressure. Indicates whether the static pressure test kit is to be used. (L_USESTATICPRESSURE)","type":"boolean"},"IsSameMonthDay":{"description":"Same Month Day. Indicates that the same month and day will be used. (L_SAMEMONTHDAY)","type":"boolean"},"FailTestOnCheckValve1Leak":{"description":"Failed if Check Valve #1 Leaking. Indicates that the Test Result will be changed to Failed if the Check Valve #1 Is Leaking. (L_FAILIFLEAKEDCHECKVALVE1)","type":"boolean"},"FailTestOnCheckValve2Leak":{"description":"Failed if Check Valve #2 Leaking. Indicates that the Test Result will be changed to Failed if the Check Valve #2 is leaking. (L_FAILIFLEAKEDCHECKVALVE2)","type":"boolean"},"FailTestOnReliefValveLeak":{"description":"Failed if Relief Valve Leaking. Indicates that the Test Result will be changed to Failed if the Relief Valve is leaking. (L_FAILIFLEAKEDRELIEFVALVE)","type":"boolean"},"FailTestOnReliefValveNotOpening":{"description":"Failed if Relief Valve Did not Open. Indicates that the Test Result will be changed to Failed if the Relief Valve did not open. (L_FAILIFRELIEFVALVENOTOPENED)","type":"boolean"},"FailTestOnLeakedAirInlet":{"description":"Failed if Air Inlet Is Leaking. Indicates that the Test Result will be changed to Failed if the Air Inlet is leaking. (L_FAILIFLEAKEDAIRINLET)","type":"boolean"},"TestResultsMandatory":{"description":"Applicable Test Results Mandatory. Do not allow empty test values if Applicable Test Results Mandatory is checked. (L_TESTRESULTSMANDATORY)","type":"boolean"},"FailnotClosedTightValve1":{"description":"Failed if Check Valve #1 not Tightly Closed. Test Result Failed if Check Valve #1 not tightly closed (L_FAILNOTCLOSEDTIGHTVALVE1)","type":"boolean"},"FailnotClosedTightValve2":{"description":"Failed if Check Valve #2 not Tightly Closed. Test Result Failed if Check Valve #2 not tightly closed (L_FAILNOTCLOSEDTIGHTVALVE2)","type":"boolean"},"UseShutoffValve1":{"description":"Use Shut-Off Valve 1 Test. Use Shut-off Valve 1 Test (L_USESHUTOFFVALVE1)","type":"boolean"},"UseShutoffValve2":{"description":"Use Shut-Off Valve 2 Test. Use Shut-off Valve 2 Test (L_USESHUTOFFVALVE2)","type":"boolean"},"FailifLeakedShutoffValve1":{"description":"Failed if Shut-Off Valve #1 Leaking. Test Result Failed if Shut-off Valve #1 Leaking (L_FAILIFLEAKEDSHUTOFFVALVE1)","type":"boolean"},"FailifLeakedShutoffValve2":{"description":"Failed if Shut-Off Valve #2 Leaking. Test Result Failed if Shut-off Valve #2 Leaking (L_FAILIFLEAKEDSHUTOFFVALVE2)","type":"boolean"},"FailnotClosedTightSOValve1":{"description":"Failed if Shut-Off Valve #1 not Tightly Closed. Test Result Failed if Shut-off Valve #1 not tightly closed (L_FAILNOTCLOSEDTIGHTSOVALVE1)","type":"boolean"},"FailnotClosedTightSOValve2":{"description":"Failed if Shut-Off Valve #2 not Tightly Closed. Test Result Failed if Shut-off Valve #2 not tightly closed (L_FAILNOTCLOSEDTIGHTSOVALVE2)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the backflow device type is disabled. (L_DISABLED)","type":"boolean"},"FailIfAirInletNotFullyOpened":{"description":"Fail If Air Inlet Not Fully Opened. Indicates whether the backflow device test will fail if the air inlet is not fully opened. (L_FAILIFAIRINLETNOTFULLYOPENED)","type":"boolean"},"Category":{"description":"Category. The backflow device category. (C_CATEGORY)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the backflow device. (C_MANUFACTURER)","type":"string"},"Model":{"description":"Model. The backflow device model. (C_MODEL)","type":"string"},"Size":{"description":"Size. The backflow device size. (C_SIZE)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the backflow device. (C_STOCKCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceTypeModel]"},"readOnly":true}}},"Operation[BackflowDeviceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowDeviceUseModel":{"description":"Backflow Device Use Control (BackflowDeviceUse / MEF332)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The device use code (C_DEVICEUSE)","type":"string"},"Description":{"description":"Description. The device use description (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the backflow device use is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowDeviceUseModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowDeviceUseModel]"},"readOnly":true}}},"Operation[BackflowDeviceUseModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowHazardConditionModel":{"description":"Backflow Hazard Condition Control (BackflowHazardCondition / MEF326)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The backflow hazard type code. (C_HAZARD)","type":"string"},"Description":{"description":"Description. The description of the backflow hazard type code. (C_DESCRIPTION)","type":"string"},"Priority":{"format":"int32","description":"Priority. Indicates the hazard priority value. (N_PRIORITY)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the backflow hazard condition is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowHazardConditionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowHazardConditionModel]"},"readOnly":true}}},"Operation[BackflowHazardConditionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowTestNoticeReportReportRunModel":{"description":"BackflowTestNoticeReport report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BackflowTestNotificationModel":{"description":"Backflow Test Notification Control (BackflowTestNotification / CON244)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"NotifyCode":{"description":"Notification Code. The notification code. (C_NOTIFYCODE)","type":"string"},"Description":{"description":"Notification Description. The notification description. (C_DESCRIPTION)","type":"string"},"Priority":{"format":"int32","description":"Priority. The priority of applying notification codes to backflow testing notifications. (I_PRIORITY)","type":"integer"},"ActiveOnly":{"description":"Active Accounts Only. Indicates whether this Notification Code applies to active accounts only. (L_ACTIVEONLY)","type":"boolean"},"TestDateType":{"description":"Test Date. The Test Date Type (e.g. Next Test, Last Test). (C_TESTDATE)\r\nEnum AdvancedUtility.Model.CON244+TestDateTypeEnum:  _blank, LastTestDate, NextTestDate, PreviousNoticeDate","type":"string"},"Days":{"format":"int32","description":"Days from Test Date. The number of days from either the last test date or the next test date. (I_DAYS)","type":"integer"},"DocumentType":{"description":"Document Type. The document type. (C_DOCUMENTTYPE)\r\nEnum AdvancedUtility.Model.CON244+DocumentTypeEnum:  _blank, Crystal, Word","type":"string"},"DocumentName":{"description":"Document Name. The name of the document. (C_DOCUMENTNAME)","type":"string"},"NameFormat":{"description":"Customer Name Format. Customer Name Format. (C_NAMEFORMAT)\r\nEnum AdvancedUtility.Model.CON244+NameFormatEnum:  LastNameFirstName, FirstNameLastName","type":"string"},"GenerateLetterPerDevice":{"description":"Letter Per Device. Indicates whether one notification per device or per account is generated. (L_LETTERPERDEVICE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"Action":{"format":"int64","description":"Action. The action which is automatically generated by this type of notification. (I_ACTION)","type":"integer"},"DeviceCategory":{"description":"Device Category. The backflow device category. (C_DEVICECATEGORY)","type":"string"},"HazardCondition":{"description":"Hazard Condition. The Backflow Device hazard condition. (C_HAZARDCONDITION)","type":"string"},"LetterCode":{"description":"Letter Type. The ID code of the letter. (C_LETTERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BackflowTestNotificationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BackflowTestNotificationModel]"},"readOnly":true}}},"Operation[BackflowTestNotificationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BackflowTestNotificationProcessRunModel":{"description":"AddressValidation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CreateLetter":{"description":"Create new letter for each device for which test notice is created.","type":"boolean"},"PkList":{"description":"List of the primary keys to use","type":"array","items":{"format":"int64","type":"integer"}},"DocumentType":{"description":"File type of output document (Crystal Reports, Word, HTML)\r\nEnum AdvancedUtility.Model.CON244+DocumentTypeEnum: _blank, Crystal, Word","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"PrinterName":{"description":"The name of the printer.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BalanceTransferRunModel":{"description":"AddressValidation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllCompanies":{"description":"Don't search by specific company","type":"boolean"},"Company":{"description":"Search by specific company.\r\nOnly applies when AllCompanies is not set.","type":"string"},"AllDivisions":{"description":"Don't search by specific division(s)","type":"boolean"},"Division":{"description":"Multivalue list of divisions associated with the selected company to use.\r\nOnly applies when AllDivisions is not set.","type":"string"},"BalanceStaysWithOption":{"description":"Balance Stays With Account or Customer enum option\r\nEnum AdvancedUtility.Services.Processes.BalanceTransfer+BalanceStaysWith: Account, Customer","type":"string"},"TransferArTypesOption":{"description":"Transfer A/R types enum option\r\nEnum AdvancedUtility.Services.Processes.BalanceTransfer+TransferArTypes: All, AR, Deposit, Merchandise","type":"string"},"AllOccupancyTypesFrom":{"description":"Don't search by Occupancy Types","type":"boolean"},"OccupancyTypesFrom":{"description":"List of all Occupancy Types to be included in selection of source of the balance transfer in standard CIS comma separated format","type":"string"},"AllOccupancyTypesTo":{"description":"Don't search by Occupancy Types","type":"boolean"},"OccupancyTypesTo":{"description":"List of all Occupancy Types to be included in selection of destination of the balance transfer, in standard CIS comma separated format","type":"string"},"AllowTransferToCustomer":{"description":"Allow Transfer to other Customers","type":"boolean"},"AllowTransferToIncoming":{"description":"Allow Transfer to incoming Customers","type":"boolean"},"ExclAccPendingActivity":{"description":"Exclude Accounts with Pending Activity","type":"boolean"},"TransferDebitBalances":{"description":"Debit Balances Transfer","type":"boolean"},"TransferCreditBalances":{"description":"Credit Balances Transfer","type":"boolean"},"ReinstateBadDebt":{"description":"Allow to Reinstate Bad Debt Balances","type":"boolean"},"AllowMultiBatch":{"description":"Allow Creating Batch with an existing transfer batch","type":"boolean"},"DateToUse":{"description":"Move Out Date (M) or Final Bill Due Date (F)\r\nEnum AdvancedUtility.Services.Processes.BalanceTransfer+BalanceTransferDateToUse: MoveOut, FinalBill","type":"string"},"FromDate":{"description":"From Date of date range to search by.\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date of date range to search by.\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BankModel":{"description":"Bank Control (Bank / CON026)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BankCounter":{"description":"Counter. The bank counter. (C_BANKCOUNTER)","type":"string"},"Description":{"description":"Bank Name. The name of the banking institution. (C_DESCRIPTION)","type":"string"},"BankNum":{"description":"Bank Number. The bank number. (C_BANKNUM)","type":"string"},"CreditObject":{"description":"Credit File Object Name. The object which creates the bank file used to credit an account. (C_CREDITOBJECT)","type":"string"},"DebitObject":{"description":"Debit File Object Name. The object which creates the bank file used to debit an account. (C_DEBITOBJECT)","type":"string"},"OutPutFile":{"description":"Output File Created. Indicates whether an output file is to be created for this account. (L_OUTPUTFILE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the bank is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankModel]"},"readOnly":true}}},"Operation[BankModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankAccountTypeModel":{"description":"Bank Account Type Control (BankAccountType / CON050)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccountType":{"description":"Account Type Code. The account type code, which is customizable. (C_ACCOUNTTYPE)","type":"string"},"Description":{"description":"Account Type Description. The account type description. (C_DESCRIPTION)","type":"string"},"CcAuthOnline":{"description":"CC-Authorize Online. Indicates whether credit card authorization is online. (L_CCAUTHONLINE)","type":"boolean"},"PapGroup":{"description":"PAP Group. The pre-authorization group. (C_PAPGROUP)\r\nEnum AdvancedUtility.Model.CON050+PapGroupEnum:  Default, CreditCardAuthorization","type":"string"},"Type":{"description":"Type. The name of the account, which is hard-coded.  (C_TYPE)\r\nEnum AdvancedUtility.Model.CON050+TypeEnum:  Checking, Saving, CreditCard","type":"string"},"PapEntryType":{"description":"PAP Entry Type. The PAP Entry Type to be used in the ACH file, if the \"ACH Entry Type By Account Type\" checkbox is selected in the PAP Bank Control form. (C_PAPENTRYTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the bank account type is disabled. (L_DISABLED)","type":"boolean"},"IsCheckAccount":{"type":"boolean"},"IsCreditCardAccount":{"type":"boolean"},"IsOnlineAuthorizationSetUp":{"type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankAccountTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankAccountTypeModel]"},"readOnly":true}}},"Operation[BankAccountTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankBranchModel":{"description":"Branch Control (BankBranch / CON237)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BranchNumber":{"description":"Branch Number. The branch number. (C_BRANCHNUM)","type":"string"},"Description":{"description":"Branch Description. The branch description. (C_BRANCHDESC)","type":"string"},"RoutingNumber":{"description":"Routing Number. The bank routing number. (C_ROUTINGNUM)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the bank branch is disabled. (L_DISABLED)","type":"boolean"},"BankNumber":{"description":"Bank Number. The bank/ institution number. (C_BANKNUM)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankBranchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankBranchModel]"},"readOnly":true}}},"Operation[BankBranchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankDepositModel":{"description":"Bank Deposit Integration (BankDeposit / INT002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DepositId":{"format":"int64","description":"Bank Deposit ID. The bank deposit ID. (I_DEPOSITID)","type":"integer"},"Description":{"description":"Description. The bank deposit description. (C_DESCRIPTION)","type":"string"},"BankNumber":{"description":"Bank Number. The bank number. (C_BANKNUM)","type":"string"},"PostingDate":{"format":"date-time","description":"Posting Date. The posting date. (D_POSTDATE)","type":"string"},"Amount":{"format":"double","description":"Amount. The bank deposit amount. (Y_AMOUNT)","type":"number"},"PaymentType":{"description":"Payment Type. The payment type. (C_PAYTYPE)","type":"string"},"CheckbookId":{"description":"Checkbook ID. The chequebook ID. (C_CHECKBOOKID)","type":"string"},"Status":{"description":"Status. The status of the bank deposit. (C_STATUS)","type":"string"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time of the deposit. (T_DATETIME)","type":"string"},"BatchCount":{"format":"int32","description":"Batch Count. The total batch count. (I_BATCHCOUNT)","type":"integer"},"ExternalDepositId":{"description":"External Deposit ID. The deposit ID for 3rd party applications. (C_EXTDEPOSITID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankDepositModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankDepositModel]"},"readOnly":true}}},"Operation[BankDepositModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankruptcyModel":{"description":"Customer Bankruptcy (Bankruptcy / COL007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BankruptcyTransactionItems":{"description":"List of bankruptcy transaction items.","type":"array","items":{"$ref":"#/definitions/BankruptcyTransactionItemModel"}},"TransactionMessage":{"description":"Message as a result of creating transactions","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"BankruptcyDate":{"format":"date-time","description":"Date of Bankruptcy. The bankruptcy date. (D_BANKRUPTCY)","type":"string"},"DateClaimFiled":{"format":"date-time","description":"Date Claim Filed. The date that the bankruptcy claim was filed. (D_CLAIMFILED)","type":"string"},"Amount":{"format":"double","description":"Amount of Bankruptcy. The amount of the bankruptcy declared. (Y_AMOUNT)","type":"number"},"Trustee":{"description":"Bankruptcy Trustee. The name of the bankruptcy trustee. (C_TRUSTEE)","type":"string"},"Notes":{"description":"Notes. The notes about the bankruptcy. (M_NOTES)","type":"string"},"OriginalBalance":{"format":"double","description":"Balance Before Bankruptcy was Entered. The actual balance before bankruptcy was entered. (Y_ORIGINALBALANCE)","type":"number"},"DatetimeEntered":{"format":"date-time","description":"Date/Time. The date and time when the bankruptcy record was updated. (T_DATETIME)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"BankruptcyActionGenerated":{"type":"boolean"},"BankruptType":{"description":"Bankruptcy Type. The bankruptcy type. (C_BANKRUPTTYPE)","type":"string"},"CollectionTransactionCreated":{"type":"boolean"},"GenerateBankruptcyTransactions":{"type":"boolean"},"IsMultiARTrans":{"type":"boolean"},"UserId":{"description":"User ID. The ID of the user that entered the bankruptcy. (C_USERID)","type":"string"},"ChangeCollectionStatus_AllowLowerPriority":{"format":"int32","description":"When a collection status change contains a lower priority code than the current one, indicate whether it should be allowed or not.  Valid values are: 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"ChangeCollectionStatus_ApplyRankingRules":{"format":"int32","description":"Indicates whether to apply priority ranking rules in a collection status change. Possible values: -1 = Unresolved, 0 = Yes (apply rules), 1 = No (ignore rules).","type":"integer"},"ChangeCollectionStatus_ProcessActions":{"format":"int32","description":"Indicates whether action processing is allowed on a collection status change. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_DeleteTransactions":{"format":"int32","description":"Indicates whether to delete the transactions on a bankruptcy delete.Valid values are 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_GenerateTransactions":{"format":"int32","description":"Determines if system will still generate bankruptcy transactions even though there are matching transactions created in the last 30 days. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BankruptcyTransactionItemModel":{"description":"Bankruptcy Transaction Item model","type":"object","properties":{"ARCode":{"description":"AR Code","type":"string"},"CurrentBalance":{"format":"double","description":"Current Balance","type":"number"},"AdjustmentAmount":{"format":"double","description":"Adjustment Amount","type":"number"},"ARBalanceAdj":{"format":"double","description":"AR Balance Adjustment","type":"number"},"TransCode":{"description":"Transaction Code","type":"string"}}},"JsonPatchDocument[BankruptcyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankruptcyModel]"},"readOnly":true}}},"Operation[BankruptcyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankruptcyTypeModel":{"description":"Bankruptcy Type Control (BankruptcyType / COL110)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bankruptcy Type. The bankruptcy type. (C_BANKRUPTTYPE)","type":"string"},"Description":{"description":"Bankruptcy Type Description. The bankruptcy type description. (C_DESCRIPTION)","type":"string"},"Prorate":{"description":"Prorate Bankruptcy Amount. Indicates that the bankruptcy amount is prorated. (L_PRORATEAMOUNT)","type":"boolean"},"UseCurrentDate":{"description":"Use Current Date For Bankruptcy Transaction. Indicates whether the current date is used for the bankruptcy transaction. (L_USECURRENTDATE)","type":"boolean"},"IncludePostPetitionCredits":{"description":"Include Post-Petition Credits in Pre-Petition Amount (L_INCLUDEPOSTPETITIONCREDITS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"BankruptActionId":{"format":"int64","description":"Bankruptcy Action. The bankruptcy action.  (I_BANKRUPTACTION)","type":"integer"},"BankruptTransactionCode":{"description":"Bankruptcy Transaction Code. The bankruptcy transaction code. (C_BANKRUPTTRANSCODE)","type":"string"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankruptcyTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankruptcyTypeModel]"},"readOnly":true}}},"Operation[BankruptcyTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BankruptcyTypeTransactionModel":{"description":"Bankruptcy Type Transaction Control (BankruptcyTypeTransaction / COL117)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates whether bankruptcy transaction is disabled. (L_DISABLED)","type":"boolean"},"ARCode":{"description":"A/R Code. The affected A/R code. (C_ARCODE)","type":"string"},"BankruptcyType":{"description":"Bankruptcy Type. The bankruptcy type. (C_BANKRUPTTYPE)","type":"string"},"Company":{"description":"Company. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division. The division code. (C_DIVISION)","type":"string"},"TransactionCode":{"description":"Bankruptcy Transaction Code. The bankruptcy transaction code used. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BankruptcyTypeTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BankruptcyTypeTransactionModel]"},"readOnly":true}}},"Operation[BankruptcyTypeTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BasicMultiplierModel":{"description":"Basic Multiplier Control (BasicMultiplier / CON110)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Multiplier":{"format":"int64","description":"Multiplier. The basic multiplier number. (I_MULTIPLIER)","type":"integer"},"Description":{"description":"Multiplier Description. The basic multiplier description. (C_DESCRIPTION)","type":"string"},"MultiplierKey":{"format":"int64","description":"Multiplier Key. The unique record identifier. (I_CON110ID)","type":"integer"},"ApplyBasicZero":{"description":"Apply Basic Zero. Indicates whether to apply basic zero. (L_BASICZERO)","type":"boolean"},"IsProrate":{"description":"Prorate Multiplier. Indicates whether to prorate the multiplier. (L_PRORATE)","type":"boolean"},"DefaultValue":{"format":"double","description":"Multiplier Default Value. The default value for the multiplier. (N_DEFAULTVALUE)","type":"number"},"UseHidden":{"description":"Hidden Multiplier. Indicates whether to use the hidden multiplier.  (L_HIDDEN)","type":"boolean"},"MoveWithCustomer":{"description":"Move Multiplier with Customer. Indicates whether the multiplier stays with the customer when the customer moves out from this account. (L_MOVEWITHCUSTOMER)","type":"boolean"},"IsInfoOnly":{"description":"Info Only. Indicates this multiplier is for information only. (L_INFOONLY)","type":"boolean"},"RestrictedMultipliers":{"description":"Restrict Multipliers Move. Indicates whether the new customer moving into this account is restricted from using specific multipliers. (L_RESTRICTMULTIPLIERSMOVE)","type":"boolean"},"ApplyDefaultValue":{"description":"Apply Default Value in Average Volume Pickup. Indicates whether the default value is applied in the average volume pickup. (L_APPLYDEFAULTVALUE)","type":"boolean"},"ApplyDefaultToNewCustomers":{"description":"Apply Multiplier Default for New Customers. Indicates whether the default value of the multiplier will be applied for new customers. (L_APPLYDEFAULTTONEWCUSTOMERS)","type":"boolean"},"StartMonth":{"description":"Start Month. The period start month to apply the default winter average volume to new customers. (N_STARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"StartDay":{"format":"int32","description":"Start Day. The period start day to apply the default winter average volume to new customers. (N_STARTDAY)","type":"integer"},"EndMonth":{"description":"End Month. The period end month to apply the default winter average volume to new customers. (N_ENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"EndDay":{"format":"int32","description":"End Day. The period end day to apply the default winter average volume to new customers. (N_ENDDAY)","type":"integer"},"UseEndMonth":{"description":"Use End Month. The end day of the current active multiplier set by the final bill update. (N_USEENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"UseEndDay":{"format":"int32","description":"Use End Day. The end month of the current active multiplier set by the final bill update. (N_USEENDDAY)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether basic multiplier is disabled. (L_DISABLED)","type":"boolean"},"BasicZeroValue":{"format":"double","description":"Basic Zero Value. The value to return when the Basic Zero flag is checked and the service does not have this Basic Multiplier. (N_BASICZEROVALUE)","type":"number"},"LinkedMultipliers":{"description":"Linked Multipliers. The linked multipliers. (C_LINKEDMULTIPLIERS)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group. (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BasicMultiplierModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BasicMultiplierModel]"},"readOnly":true}}},"Operation[BasicMultiplierModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BatchActionTypeModel":{"description":"Transaction Batch Action Type Control (BatchActionType / CON245)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ActionType":{"description":"Action Type. The cash batch action type. (C_BATCHACTIONTYPE)","type":"string"},"Description":{"description":"Description. The cash batch action type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BatchActionTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BatchActionTypeModel]"},"readOnly":true}}},"Operation[BatchActionTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillModel]"},"readOnly":true}}},"Operation[BillModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillCancelOrRebillRequestModel":{"description":"Bill cancel/rebill request","type":"object","properties":{"ActionType":{"description":"Action type associated with this transaction data.  Valid types: PartialCancelRebill, Rebill, PartialCancelBill, CancelBill","type":"string"},"CancelWholeGroup":{"description":"Boolean indicates to cancel the Service Group together.","type":"boolean"},"DoNotCancelLinkedAccount":{"description":"Boolean indicates not to cancel services at Linked Account.","type":"boolean"},"Services":{"description":"List of service codes to cancel","type":"array","items":{"type":"string"}},"DeletePendingReads":{"description":"Flag indicating whether to delete pending readings.","type":"boolean"},"PendingReads":{"description":"List of new pending reads to be used in rebill.","type":"array","items":{"$ref":"#/definitions/MeterReadingModel"}},"CancelReason":{"description":"Reason of the bill cancellation.","type":"string"},"RepopulateBIF042":{"description":"Boolean indicates if the Pending Transactions table should be repopulated when the Cancel Bill is updated.","type":"boolean"},"RecalculateMultipliers":{"description":"Boolean indicates whether or not to recalculate the Basic Multipliers.","type":"boolean"},"IsFirstBillAllowed":{"description":"Indicates whether the first bill is allowed to cancel/rebill.","type":"boolean"}}},"MeterReadingModel":{"description":"Reading (MeterReading / BIF016)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter. The meter number. (C_METER)","type":"string"},"Reading":{"format":"double","description":"Current Reading. The meter reading. (N_READING)","type":"number"},"BillType":{"description":"Bill Type. The bill type. (C_BILLTYPE)\r\nEnum AdvancedUtility.Model.BIF016+BillTypeEnum:  AutoFinalBill, RemovedMeterRead, RegularBill, CancelRebill, MasterFinalBill, ScheduledRead","type":"string"},"Book":{"description":"Book. The reading book. (C_BOOK)","type":"string"},"ReadingDate":{"format":"date-time","description":"Reading Date. Simple reads apply to midnight of the day before the read date. Interval reads apply to the exact date and time of the read date value.  Simple reads usually have a time of 00:00:00, but can contain a time, but it is only for reference and does not affect the actual read time value used in billing, which is always midnight of the previous day. (T_READDATE)","type":"string"},"CallNumber":{"description":"New Sequence Number. The new sequence number. (C_CALLNUM)","type":"string"},"DateTimeOfPeak":{"format":"date-time","description":"Date Time Of Peak. The date and time of peak. (D_DATETIMEOFPEAK)","type":"string"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"IsProcessed":{"description":"Processed. Indicates whether the reading was billed or processed. (L_PROCESSED)","type":"boolean"},"Customer":{"description":"Customer. The customer number. (C_CUSTOMER)","type":"string"},"PreviousReading":{"format":"double","description":"Previous Reading. The previous reading. (N_PREVREAD)","type":"number"},"Notes":{"description":"Notes. The notes about the read. (M_NOTES)","type":"string"},"Consumption":{"format":"double","description":"Consumption. The consumption. (N_CONSUMPTION)","type":"number"},"Multiplier":{"format":"double","description":"Multiplier 1. The first multiplier. (N_MULTIPLIER)","type":"number"},"Multiplier2":{"format":"double","description":"Multiplier 2. The second multiplier. (N_MULTIPLIER2)","type":"number"},"Channel":{"description":"MV90 Channel. The MV90 channel. (C_CHANNEL)","type":"string"},"LossFactor":{"format":"double","description":"Loss Factor. The loss factor. (N_LOSSFACTOR)","type":"number"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"PreviousReadingDate":{"format":"date-time","description":"Previous Reading Date. The previous reading date and time. (T_PREVREADDATE)","type":"string"},"IsInterval":{"description":"Interval. Indicates whether to process the interval readings. (L_INTERVAL)","type":"boolean"},"ServiceOrder":{"format":"int64","description":"Service Order. The service order. (I_SERVICEORDER)","type":"integer"},"IsReadingValidated":{"description":"Validated. Indicates that the reading is validated. (L_VALIDATED)","type":"boolean"},"BilledDays":{"format":"int32","description":"Days. The number of days that the reading covers. (I_DAYS)","type":"integer"},"BilledDemandFactor":{"format":"double","description":"Demand Factor. The demand factor. (N_DEMFACTOR)","type":"number"},"IsBillCancelled":{"description":"Cancelled?. Indicates whether to cancel the reading. (L_CANCEL)","type":"boolean"},"BilledServiceMultiplier1":{"format":"double","description":"Service Multiplier 1. A service multiplier. (N_SERVICEMULTIPLIER1)","type":"number"},"BilledServiceMultiplier2":{"format":"double","description":"Service Multiplier 2. The second service multiplier. (N_SERVICEMULTIPLIER2)","type":"number"},"BilledConsumptionDiscount":{"format":"double","description":"Consumption Discount. The amount of consumption discounted. (N_DISCON)","type":"number"},"BilledAllocation":{"format":"double","description":"Allocation. The allocation factor. (N_ALLOCATION)","type":"number"},"BilledFactor":{"format":"double","description":"Factor. The reading factor. (N_FACTOR)","type":"number"},"BilledOverrideConsumption":{"format":"double","description":"Override Consumption. The override consumption value. (N_ORCON)","type":"number"},"UseBilledOverrideConsumption":{"description":"Use Override Consumption. Indicates whether to use the override consumption value. (L_USEORCON)","type":"boolean"},"BilledConsumption":{"format":"double","description":"Billed Consumption. The billed consumption. (N_BCON)","type":"number"},"IsBilled":{"description":"Is Billed. Indicates whether this reading was actually used in bill calculation. (L_BILLED)","type":"boolean"},"RawUsage":{"format":"double","description":"Raw usage calculated between previous and current readings.  Null if the ReadStatus is not defined.  Read-Only.","type":"number"},"BilledDiscountCode":{"description":"Discount Code. The discount code. (C_DISCODE)","type":"string"},"BilledOverrideConsumptionReason":{"description":"Override Consumption Reason. The override consumption reason code (C_ORCONREASON)","type":"string"},"BillingInterval":{"description":"Billing Interval. The billing interval code. (C_BILLINGINTERVAL)","type":"string"},"BillNumber":{"format":"int64","description":"Bill Number. Indicates that this reading belongs to the billing period of the bill. (I_BILLNUMBER)","type":"integer"},"CalculationMode":{"description":"Determines whether or not the Consumption or Reading values are automatically calculated when the other value changes.\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+CalculationModeEnum:  None, Consumption, Reading","type":"string"},"ConsumptionCalculated":{"type":"boolean"},"Cycle":{"description":"Cycle. The reading cycle. (C_CYCLE)","type":"string"},"IsFutureInformationalReading":{"type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the reading was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"ManualReading":{"type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ReadStatus":{"description":"Read Status. The read status. (C_READSTATUS)","type":"string"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"ReadTypeId":{"format":"int64","description":"Read Type ID. The Read Type ID. (I_READTYPEID)","type":"integer"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"Supplier":{"description":"Supplier. The supplier code. (C_SUPPLIER)","type":"string"},"Trouble1":{"description":"Meter Reading Trouble Code 1. The meter reading trouble code 1. (C_TROUBLE1)","type":"string"},"Trouble2":{"description":"Meter Reading Trouble Code 2. The meter reading trouble code 2. (C_TROUBLE2)","type":"string"},"Units":{"description":"Unit Of Measure. The unit of measure. (C_UNITS)","type":"string"},"WorkerCode":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowDuplicateReading":{"format":"int32","description":"Confirms that duplicate reading is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_AllowSaveReadingDateLessThanPrevious":{"format":"int32","description":"Confirms that saving a reading with a date earlier than previous reading date is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowSaveReadingLessThanPrevious":{"format":"int32","description":"Confirms that saving a reading less than previous reading is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_HandleMultipleReads":{"format":"int32","description":"Select the option to handle the new reading if the meter has multiple readings within the minimum days between reading dates. Valid options are: 0 = Store, 1 = Skip, 2 = Replace, 3 = Store if higher, 4 = Replace if higher, 5 = Exception, 6 = Default, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"BillReprintRequestModel":{"description":"Bill reprint request","type":"object","properties":{"Option_DisplayStoredImage":{"format":"int32","type":"integer"},"Option_PrintThirdPartyCopies":{"format":"int32","type":"integer"},"Option_PrintMultipleCopies":{"format":"int32","type":"integer"}}},"JsonPatchDocument[BillActionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillActionModel]"},"readOnly":true}}},"Operation[BillActionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillAdjustmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillAdjustmentModel]"},"readOnly":true}}},"Operation[BillAdjustmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillAllocationDetailModel":{"description":"Bill Allocation Detail (BillAllocationDetail / BIF043)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Amount":{"format":"double","description":"Allocated Amount. The allocated amount. (Y_AMOUNT)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillAllocationDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillAllocationDetailModel]"},"readOnly":true}}},"Operation[BillAllocationDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillAutoFinalBatchRunModel":{"description":"BillAutoFinalBatch process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DueDate":{"description":"Bill Due Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ReadingDate":{"description":"Reading Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AdvanceBillToDate":{"description":"Advance Reading Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"CutoffDate":{"description":"Expected Cutoff Date of the service in case of the new payment\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"MatchMoveDate":{"description":"Indicates whether to match move date","type":"boolean"},"SelectCompany":{"description":"Indicates whether to select company","type":"boolean"},"CompanyToSelect":{"description":"Company name to select","type":"string"},"ImmediateProcess":{"description":"Indicates whether it is an immediate process","type":"boolean"},"Cycle":{"description":"Cycle to use for billing","type":"string"},"Books":{"description":"Books to use for billing","type":"string"},"IsAlternateBook":{"description":"Indicates whether to use an alternate book","type":"boolean"},"IsStatement":{"description":"Indicates whether the bill is a statement","type":"boolean"},"Reconcile":{"description":"Indicates whether it is reconcile","type":"boolean"},"DoNotBillWithoutReading":{"description":"Indicates whether issue bill for account without reading","type":"boolean"},"DoNotProrateFinalBill":{"description":"Indicates whether to prorate the final bill","type":"boolean"},"BillMessage1":{"description":"Bill's message 1","type":"string"},"BillMessage2":{"description":"Bill's message 2","type":"string"},"BillMessage3":{"description":"Bill's message 3","type":"string"},"BillMessage4":{"description":"Bill's message 4","type":"string"},"BillMessageCode1":{"description":"The code of the bill's message 1","type":"string"},"BillMessageCode2":{"description":"The code of the bill's message 2","type":"string"},"BillMessageCode3":{"description":"The code of the bill's message 3","type":"string"},"BillMessageCode4":{"description":"The code of the bill's message 4","type":"string"},"ServiceGroupsToBill":{"description":"Service groups to issue bills for them","type":"string"},"SortOrder":{"description":"The order of the sort","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LockingInfoModel":{"description":"Details about a CIS logical lock","type":"object","properties":{"ObjectName":{"description":"Process name or business type that this lock represents.\r\nIdentifies a unique lock when combined with object ID.","type":"string"},"ObjectId":{"description":"Unique ID associated with the object name of the lock.\r\nIdentifies a unique lock when combined with object name.","type":"string"},"UserId":{"description":"User ID of the lock owner","type":"string"},"SessionId":{"format":"int64","description":"Session ID of the CIS session owning the lock","type":"integer"},"Datetime":{"format":"date-time","description":"Date/time the lock was placed","type":"string"},"LockId":{"format":"int64","description":"Unique key (PK) of this lock.","type":"integer"}}},"BillBatchModel":{"description":"Bill Batch (BillBatch / BIF500)\r\nBill batch header contains an entry for each pending or processed billing batch","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"BillingDate":{"format":"date-time","description":"Billing Date. The billing date. (D_BILLINGDATE)","type":"string"},"Description":{"description":"Batch Description. The description of the batch. (C_DESCRIPTION)","type":"string"},"IsInUse":{"description":"In Use?. Indicates whether the batch is in use. (L_INUSE)","type":"boolean"},"Status":{"description":"Status. The status of the batch. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF500+StatusEnum:  Empty, InProgress, ProcessingBatch, ErrorProcessing, ErrorOCCChargeBatch, ErrorTransferBatch, ErrorDepositBatch, ErrorRefundBatch, ErrorPenaltyBatch, ErrorReconcileBatch, ErrorPaymentBatch, BillsPrinted, Updated","type":"string"},"ReadingDate":{"format":"date-time","description":"Reading Date. The reading date on the bill. (D_READINGDATE)","type":"string"},"DueDate":{"format":"date-time","description":"Due Date. The due date. (D_DUEDATE)","type":"string"},"StationId":{"description":"Station ID. The station ID. (C_STATIONID)","type":"string"},"AreExceptionsDone":{"description":"Exceptions Checked. Indicates whether exceptions are checked. (L_EXCEPTIONSDONE)","type":"boolean"},"IsReconcilliation":{"description":"Reconciliation. Indicates if this billing is reconciled. (L_RECONCILLIATION)","type":"boolean"},"BillMessage1":{"description":"Message1. The first message line for the batch. (C_BMESSAGE1)","type":"string"},"BillMessage2":{"description":"Message2. The second message line for the batch. (C_BMESSAGE2)","type":"string"},"BillMessage3":{"description":"Message3. The third message line for the batch. (C_BMESSAGE3)","type":"string"},"BillMessage4":{"description":"Message4. The fourth message line for the batch. (C_BMESSAGE4)","type":"string"},"AlternateBooks":{"description":"Alternate Books. Indicates whether there are alternate books in this batch. (L_ALTERNATEBOOKS)","type":"boolean"},"IsProcessed":{"description":"Batch Processed. Indicates whether the batch was processed. (L_PROCESSED)","type":"boolean"},"IsExceptionsBatch":{"description":"Exceptions Batch. Indicates whether the batch is an exceptions batch. (L_EXCEPTIONSBATCH)","type":"boolean"},"UseStuffingDevice1":{"description":"Stuffing Device 1. Indicates whether the stuffing device was used. (L_USEDEV1)","type":"boolean"},"UseStuffingDevice2":{"description":"Stuffing Device 2. Indicates whether the second stuffing device was used. (L_USEDEV2)","type":"boolean"},"UseStuffingDevice3":{"description":"Stuffing Device 3. Indicates whether the third stuffing device was used. (L_USEDEV3)","type":"boolean"},"UseStuffingDevice4":{"description":"Stuffing Device 4. Indicates whether the fourth stuffing device was used. (L_USEDEV4)","type":"boolean"},"UseStuffingDevice5":{"description":"Stuffing Device 5. Indicates whether the fifth stuffing device was used. (L_USEDEV5)","type":"boolean"},"Message":{"description":"Message. Message notes for the batch. (M_MESSAGE)","type":"string"},"SuppressOffsetCharges":{"description":"Suppress Offsetting Charges. Indicates if offset charges are suppressed. (L_SUPPRESSOFFSETCHARGES)","type":"boolean"},"IsFromBatchCancel":{"description":"From Mass Cancel. Indicates if the batch is in the list of batches to be mass cancelled. (L_FROMBATCHCANCEL)","type":"boolean"},"CreateDateTime":{"format":"date-time","description":"Date/Time Created. The date and time when the batch was updated. (T_DATETIME)","type":"string"},"MergedBooks":{"description":"Merged Batches Books. The books included in the merged batches.  (M_MERGEDBOOKS)","type":"string"},"IsBlocksummaryUpdated":{"description":"Block Summary Updated. Indicates whether the block summary is updated. (L_BLOCKSUMMARYUPDATED)","type":"boolean"},"CutoffDate":{"format":"date-time","description":"Cut-off Date for Service Disconnection. The cut-off date for the service disconnection. (D_CUTOFFDATE)","type":"string"},"AdvanceBillToDate":{"format":"date-time","description":"Advance Bill To Date. The Reading Date to be used for services billed in advance. (D_ADVANCEBILLTODATE)","type":"string"},"AddressValidatedDatetime":{"format":"date-time","description":"Addresses Validated DateTime Stamp. The date and time when the addresses in the batch were last validated. (T_ADDRESSVALIDATED)","type":"string"},"IsAddressValidated":{"description":"Addresses Validated. Indicates whether the mailing addresses in the batch have been validated. (L_ADDRESSVALIDATED)","type":"boolean"},"SharedBatch":{"description":"Shared. Indicates if the billing batch is shared. (L_SHAREDBATCH)","type":"boolean"},"CancelBillAllUsers":{"description":"Cancel Bills of All Users. Indicates if the cancel bills are for all users. (L_CANCELBILLALLUSERS)","type":"boolean"},"CancelBillAllCompanies":{"description":"Cancel Bills of All Companies. Indicates if the cancel bills are for all companies. (L_CANCELBILLALLCOMPANIES)","type":"boolean"},"MatchMoveDate":{"description":"Match Move Date. Indicates if the move out date should match the batch's reading date in auto-final batch. (L_MATCHMOVEDATE)","type":"boolean"},"CancelledBatch":{"description":"Is Cancelled. Indicates if the whole batch cancelled (L_CANCEL)","type":"boolean"},"FullAccessUsers":{"description":"Users with Full Access. List of users who has full access to this batch. (C_FULLACCESS)","type":"string"},"MinimumPayment":{"description":"Minimum Payment Process. Indicates if the Minimum Payment Amount is allowed in the batch. (L_MINIMUMPAYMENT)","type":"boolean"},"ReadOnlyUsers":{"description":"Users with Read Only Access. List of users who has read only access to this batch. (C_READONLY)","type":"string"},"DoNotBillWithoutReading":{"description":"Do Not Bill Accounts Without Readings. Do not bill the account if there is no reading for the billing period. (L_DONOTBILLWITHOUTREADING)","type":"boolean"},"IsStatement":{"description":"Bills are Statements. Indicates whether the bills in this batch are statements. (L_STATEMENT)","type":"boolean"},"BillsCalculated":{"description":"Bills are Calculated. Indicates whether the bills in the shared cycle batch already calculated. (L_BILLSCALCULATED)","type":"boolean"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"BillCount":{"format":"int64","type":"integer"},"BillMessageCode1":{"description":"Bill Message Code 1. The first bill message code. (C_BMESSAGECODE1)","type":"string"},"BillMessageCode2":{"description":"Bill Message Code 2. The second bill message code. (C_BMESSAGECODE2)","type":"string"},"BillMessageCode3":{"description":"Bill Message Code 3. The third bill message code. (C_BMESSAGECODE3)","type":"string"},"BillMessageCode4":{"description":"Bill Message Code 4. The fourth bill message code. (C_BMESSAGECODE4)","type":"string"},"BillType":{"description":"Bill Type. The billing type of the batch (C_BILLTYPE)","type":"string"},"Books":{"description":"Books. The batch books. (C_BOOKS)","type":"string"},"CancelBillCompany":{"description":"Cancel Bills of Company. The company of the cancel bill. (C_CANCELBILLCOMPANY)","type":"string"},"CriteriaId":{"format":"int64","description":"Custom Criteria ID. The custom's criteria ID. (I_CRITERIAID)","type":"integer"},"CurrentMonth":{"type":"string"},"CurrentYear":{"type":"string"},"CustomCriteria":{"description":"Custom Criteria. The custom criteria. (M_CRITERIA)","type":"string"},"Cycle":{"description":"Cycle. The batch cycle. (C_CYCLE)","type":"string"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"ExceptionsBillCount":{"format":"int64","type":"integer"},"FormulaErrorCnt":{"format":"int32","type":"integer"},"FormulaErrorMax":{"format":"int32","type":"integer"},"IsBatchEmpty":{"type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the batch was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"NoBillBillsCount":{"format":"int64","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OrderBy":{"description":"Ordered By. The way in which the accounts are sorted in the bill print. (C_ORDERBY)","type":"string"},"PendingBillCount":{"format":"int64","type":"integer"},"ServiceGroups":{"description":"Service Groups. The service groups in this batch. (C_SERVICEGROUPS)","type":"string"},"TimeOutErrorCnt":{"format":"int32","type":"integer"},"UpdatedBillCount":{"format":"int64","type":"integer"},"UpdateUserId":{"description":"Updated By. The updated user ID. (C_UPDATEUSERID)","type":"string"},"UserId":{"description":"Created By. The user ID. (C_USERID)","type":"string"},"UserOnCancelBill":{"description":"Cancel Bills of User. The user ID on the cancelled bill. (C_USERONCANCELBILL)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"UpdateBillDatesOption":{"format":"int32","description":"Indicates whether a bill date change should be propagated to the all existing bills in the batch. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"UpdateBillDueDatesOption":{"format":"int32","description":"Indicates whether a bill due date change should be propagated to all the existing bills in the batch. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"UpdateBillMessagesOption":{"format":"int32","description":"Indicates whether a bill message change should be propagated to all the existing bills in the batch. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"UpdateBillPrintOption":{"format":"int32","description":"Indicates whether a bill print format change should be propagated to all the existing bills in the batch. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"UpdateBillSortOption":{"format":"int32","description":"Indicates whether a bill print sort change should be propagated to all the existing bills in the batch. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillBatchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillBatchModel]"},"readOnly":true}}},"Operation[BillBatchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillBatchDueDateModel":{"description":"Billing Batch Due Date (BillBatchDueDate / BIF510)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DueDate":{"format":"date-time","description":"Due Date. The due date for the account type. (D_DUEDATE)","type":"string"},"Modified":{"description":"Modified. Indicates whether the Due Date was modified? (L_MODIFIED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type code. (C_ACCOUNTTYPE)","type":"string"},"BatchId":{"format":"int64","description":"Batch ID. The billing batch ID. (I_BATCHID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_UpdateBillDueDates":{"format":"int32","description":"Update the due date of all related bills in the batch. This option applies when the value of the due date field is changed and the option is resolved YES. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillBatchDueDateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillBatchDueDateModel]"},"readOnly":true}}},"Operation[BillBatchDueDateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillBatchValidationRunModel":{"description":"BillBatchValidation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","type":"integer"},"OnlyNewAccounts":{"description":"Indicates whether to only calculate the bill for the new accounts","type":"boolean"},"DoNotBillWithoutReading":{"description":"Indicates whether issue bill for account without reading for an Auto final bill batch.","type":"boolean"},"SelectCompany":{"description":"Indicates whether to select company","type":"boolean"},"CompanyToSelect":{"description":"Selected company for bill calculation.","type":"string"},"DoNotProrateFinalBill":{"description":"Indicates whether to prorate the final bill.","type":"boolean"},"MatchMoveDate":{"description":"Indicates whether to match move date.","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillBlockSummaryModel":{"description":"Monthly Block Summary (BillBlockSummary / BIF907)\r\nMonthly summary of all processed billing transactions by bill code (rate)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Month":{"description":"Month. The month. (C_MONTH)","type":"string"},"Year":{"description":"Year. The year. (C_YEAR)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date. (D_EFFDATE)","type":"string"},"Minimum":{"description":"Minimum. Indicates if there is a minimum bill. (L_MINIMUM)","type":"boolean"},"Count":{"format":"int32","description":"Count. The number of bills created for the billing code in the batch. (I_COUNT)","type":"integer"},"Days":{"format":"int32","description":"Days. The number of days used in the billing code. (I_DAYS)","type":"integer"},"HeaderKey":{"format":"int64","description":"Header Key. A system-generated sequential number for a batch of bills. (I_HEADERKEY)","type":"integer"},"MinimumChr":{"description":"Minimum(T/F). Indicates if there is a minimum bill. (C_MINIMUM)","type":"string"},"BillCount":{"format":"int32","description":"Bill Count. The number of bills billed for the G/L year/month, billing code, cycle/book, account type and bill type. (I_BILLS)","type":"integer"},"AccountCount":{"format":"int32","description":"Account Count. The number of accounts billed for the G/L year/month, billing code, cycle/book, account type and bill type. (I_ACCOUNTS)","type":"integer"},"CustomerCount":{"format":"int32","description":"Customer Count. The number of customers billed for the G/L year/month, billing code, cycle/book, account type and bill type. (I_CUSTOMERS)","type":"integer"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"BillCode":{"description":"Bill Code. The billing code. (C_BILLCODE)","type":"string"},"BillingBook":{"description":"Billing Book. The billing book. (C_BILLINGBOOK)","type":"string"},"BillingCycle":{"description":"Billing Cycle. The billing cycle. (C_BILLINGCYCLE)","type":"string"},"BillType":{"description":"Bill Type. The bill type. (C_BILLTYPE)","type":"string"},"Book":{"description":"Book. The book in the cycle. (C_BOOK)","type":"string"},"Company":{"description":"Company. The actual name of the utility company. (C_COMPANY)","type":"string"},"Cycle":{"description":"Cycle. The cycle containing the book. (C_CYCLE)","type":"string"},"Division":{"description":"Division. The division of the utility company. (C_DIVISION)","type":"string"},"RateKey":{"format":"int64","description":"Rate Key. The rate key. (I_RATEKEY)","type":"integer"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"Supplier":{"description":"Supplier Code. The ID code of the supplier. (C_SUPPLIER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillBlockSummaryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillBlockSummaryModel]"},"readOnly":true}}},"Operation[BillBlockSummaryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillBlockSummaryDetailModel":{"description":"Monthly Block Summary Detail (BillBlockSummaryDetail / BIF917)\r\nMonthly summary breakdowns of all processed billing transactions by bill code and block (rate detail)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"HeaderKey":{"format":"int64","description":"Header Key. A system-generated sequential number for a batch of bills. (I_HEADERKEY)","type":"integer"},"Sequence":{"format":"int64","description":"Sequence. The rate sequence. (I_SEQUENCE)","type":"integer"},"Consumption":{"format":"double","description":"Consumption. The total consumption amount. (N_CONSUMP)","type":"number"},"Charges":{"format":"double","description":"Charges. The calculated charge. (Y_CHARGES)","type":"number"},"Discount":{"format":"double","description":"Discount. The discounted amount. (Y_DISCOUNT)","type":"number"},"MinimumBill":{"format":"int64","description":"Minimum Bill. The minimum bill amount. (I_MINBILL)","type":"integer"},"RateDetailKey":{"format":"int64","description":"Rate Detail Key. The rate detail key. (I_RATEDETAILKEY)","type":"integer"},"Type":{"description":"Type. The rate type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillBlockSummaryDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillBlockSummaryDetailModel]"},"readOnly":true}}},"Operation[BillBlockSummaryDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillCancelBatchRunModel":{"description":"BillCancelBatch process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Billing Batch Id of the Cancel Batch","type":"integer"},"RepopulatePendingTransactions":{"description":"Indicates whether to repopulate pending transactions","type":"boolean"},"OriginalBatchId":{"format":"int64","description":"Billing Batch Id of the Original Batch to cancel","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillCancelRebillBatchRunModel":{"description":"BillCancelRebillBatch process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"OnlyNewAccounts":{"description":"Indicates whether to only do the re-bill for the new accounts","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillCodeModel":{"description":"Bill Code Control (BillCode / CON100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bill Code. The bill code. (C_BILLCODE)","type":"string"},"Description":{"description":"Description. The bill code description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillCodeModel]"},"readOnly":true}}},"Operation[BillCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillCycleBatchRunModel":{"description":"Cycle Billing batch creation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillDate":{"description":"Bill Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"DueDate":{"description":"Bill Due Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ReadingDate":{"description":"Reading Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AdvanceBillToDate":{"description":"Advance Reading Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"CutoffDate":{"description":"Expected Cutoff Date of the service in case of the new payment\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"OnlyNewAccounts":{"description":"Indicates whether to only do the bill for the new accounts","type":"boolean"},"IsImport":{"description":"Indicates whether the process is import process","type":"boolean"},"Cycle":{"description":"Cycle to use in the process","type":"string"},"Books":{"description":"Books to use in the process","type":"string"},"IsAlternateBook":{"description":"Is it an alternate book?","type":"boolean"},"IsStatement":{"description":"Is it statement?","type":"boolean"},"Reconcile":{"description":"Indicates whether to reconcile","type":"boolean"},"BillMessage1":{"description":"Bill message 1","type":"string"},"BillMessage2":{"description":"Bill message 2","type":"string"},"BillMessage3":{"description":"Bill message 3","type":"string"},"BillMessage4":{"description":"Bill message 4","type":"string"},"BillMessageCode1":{"description":"Bill message code 1","type":"string"},"BillMessageCode2":{"description":"Bill message code 2","type":"string"},"BillMessageCode3":{"description":"Bill message code 3","type":"string"},"BillMessageCode4":{"description":"Bill message code 4","type":"string"},"ServiceGroupsToBill":{"description":"Service groups included in the bill","type":"string"},"SortOrder":{"description":"Sort order","type":"string"},"ImmediateProcess":{"description":"Is it an immediate process?","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[BillEquipmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillEquipmentModel]"},"readOnly":true}}},"Operation[BillEquipmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillExportRunModel":{"description":"BillExport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"NewBatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"OldBatchId":{"format":"int64","description":"Old batch's Id","type":"integer"},"ExceptionTransfer":{"description":"Indicates whether to transfer exception","type":"boolean"},"NoBillsOnly":{"description":"Indicates whether to export no bills only","type":"boolean"},"MergeBatches":{"description":"Indicates whether to merge batches","type":"boolean"},"ContinueOnError":{"description":"Indicates whether to continue on error","type":"boolean"},"BillFilter":{"description":"Filter to use in billing process","type":"string"},"Keys":{"description":"If this list is assigned, this action will run against all the pk keys in this list.\r\nThe pk list must apply to the target table of this action, or you will be very sorry.\r\nNull indicates that no pk list applies, and therefore an object list is going to be used.\r\nEither a Key list or an Object list is required.\r\nAssigning a key list will automatically ignore the filter.","type":"array","items":{"format":"int64","type":"integer"}},"BatchDescription":{"description":"Batch's description","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillGetNewReadsRunModel":{"description":"BillGetNewReads process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"BillNumber":{"format":"int64","description":"Optional Bill Number. If specified the process runs for that one bill only","type":"integer"},"BillFilter":{"description":"Query string to select the bills for the process to run for.","type":"string"},"BillNumbers":{"description":"If this list is assigned, this action will run against all the bill of the BillNumbers in this list.\r\nNull indicates that no BillNumber list applies, and therefore an object list is going to be used.\r\nEither a BillNumbers list or an Object list is required to run the process.\r\nAssigning a BillNumbers list will automatically ignore the filter.","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillGroupCodeModel":{"description":"Bill Grouping Control (BillGroupCode / CON094)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The sort code for the bill grouping. (C_SORTORDER)","type":"string"},"Description":{"description":"Description. The bill sort description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillGroupCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillGroupCodeModel]"},"readOnly":true}}},"Operation[BillGroupCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingAdjustmentPickupRunModel":{"description":"BillUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date of the adjustable period\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date of the adjustable period\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"EffectiveDate":{"description":"Effective Date of the Adjustment\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"IncludePreviousAccount":{"description":"Include History of Previous Account of the Customer if moved within the selected date range","type":"boolean"},"AdjustedConsumption":{"description":"Use Adjusted Consumption instead of Metered Consumption","type":"boolean"},"LogExceptions":{"description":"Log Exceptions for reporting","type":"boolean"},"Account":{"description":"Run the process for the set account only","type":"string"},"AccountTypes":{"description":"List of Account Type Codes to run the process","type":"array","items":{"type":"string"}},"Cycles":{"description":"List of Cycles to run the process","type":"array","items":{"type":"string"}},"Service":{"description":"Code of the Service to run the process","type":"string"},"TransCode":{"description":"Transaction Code to use in the Adjustment Transaction","type":"string"},"GenericControlId":{"format":"int64","description":"Id of the Generic Control table entry to use in the process (GenericId)","type":"integer"},"DateToUse":{"description":"Which Date to use in Adjustment calculation\r\nEnum BillingAdjustmentPickup+BillAdjDateToUse:  BillDate, ReadingDate","type":"string"},"BatchDescription":{"description":"Description of the Adjustment Transaction Batch","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillingAndRateStatisticsReportRunModel":{"description":"BillingAndRateStatistics report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillingFactorModel":{"description":"Billing Factor Control (BillingFactor / CON131)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Year":{"description":"Year. The allocation year. (C_YEAR)","type":"string"},"Month":{"description":"Month. The allocation month. (C_MONTH)\r\nEnum AdvancedUtility.Model.CON131+MonthEnum:  _blank, _01, _02, _03, _04, _05, _06, _07, _08, _09, _10, _11, _12","type":"string"},"Factor":{"format":"double","description":"Factor. The allocation factor. (N_FACTOR)","type":"number"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the allocation. (T_EFFECTIVEDATE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the billing factor is disabled. (L_DISABLED)","type":"boolean"},"Cycle":{"description":"Cycle. The allocation cycle. (C_CYCLE)","type":"string"},"Month_Value":{"type":"string"},"Type":{"format":"int64","description":"Billing Factor Type. The allocation code. (I_ALLOCATIONCODE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingFactorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingFactorModel]"},"readOnly":true}}},"Operation[BillingFactorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingFactorTypeModel":{"description":"Billing Factor Type Control (BillingFactorType / CON150)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"int64","description":"Code. The billing factor allocation code. (I_ALLOCATIONCODE)","type":"integer"},"Description":{"description":"Description. The description of the billing factor allocation. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether billing factor type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingFactorTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingFactorTypeModel]"},"readOnly":true}}},"Operation[BillingFactorTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingFrequencyModel":{"description":"Billing Frequency Control (BillingFrequency / CON145)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillingFrequencyCode":{"format":"int32","description":"Billing Frequency. The billing frequency. (I_BILLINGFREQUENCY)","type":"integer"},"Description":{"description":"Description. The billing frequency description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether billing frequency is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingFrequencyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingFrequencyModel]"},"readOnly":true}}},"Operation[BillingFrequencyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIndexModel":{"description":"Index (BillingIndex / BIF103)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"int64","description":"Index Code. The index code. (I_INDEXCODE)","type":"integer"},"Description":{"description":"Description. The index description. (C_DESCRIPTION)","type":"string"},"Interval":{"description":"Interval. The time interval. (C_INTERVAL)\r\nEnum AdvancedUtility.Model.BIF100+IntervalTypeEnum:  None, Day, Hour, Month, Minute, Year","type":"string"},"LengthOfInterval":{"format":"int32","description":"Length Of Interval. The length of the interval. (I_LENGTHOFINTERVAL)","type":"integer"},"Notes":{"description":"Notes. The notes about the index. (M_NOTES)","type":"string"},"ImportObject":{"description":"CIS object to import prices. The name of the object to import the prices. (C_IMPORTOBJECT)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the index. (D_EFFECTIVEDATE)","type":"string"},"ProrateRateChange":{"description":"Prorate if Rate Change. Indicates if the index price change is a rate change. (L_RATECHANGE)","type":"boolean"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"TimeZone":{"description":"Time Zone. The time zone. (C_TIMEZONE)","type":"string"},"Units":{"description":"Price Unit. The price unit code. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIndexModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIndexModel]"},"readOnly":true}}},"Operation[BillingIndexModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIndexDetailModel":{"description":"Index Detail (BillingIndexDetail / BIF104)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"int64","description":"Code. The index code. (I_CODE)","type":"integer"},"IndexCode":{"format":"int64","description":"Index Code. The index code description. (I_INDEXCODE)","type":"integer"},"EffectiveDatetime":{"format":"date-time","description":"Effective Date Time. The effective date and time. (T_EFFECTIVEDATETIME)","type":"string"},"Rate":{"format":"double","description":"Rate. The rate. (N_RATE)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIndexDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIndexDetailModel]"},"readOnly":true}}},"Operation[BillingIndexDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIntervalModel":{"description":"Billing Interval Control (BillingInterval / CON195)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Period":{"format":"int32","description":"Period. The number of periods to use. (I_PERIOD)","type":"integer"},"StartMonth":{"description":"Season Start Month. The period start month. (N_STARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"StartDay":{"format":"int32","description":"Season Start Day. The period start day. (N_STARTDAY)","type":"integer"},"EndMonth":{"description":"Season End Month. The period end month. (N_ENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"EndDay":{"format":"int32","description":"Season End Day. The period end day. (N_ENDDAY)","type":"integer"},"IntervalId":{"format":"int64","description":"Billing Interval ID. The unique record identifier. (I_CON195ID)","type":"integer"},"IntervalGroupId":{"format":"int64","description":"Billing Interval Group. The billing interval group foreign key. (I_INTGROUPID)","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIntervalModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIntervalModel]"},"readOnly":true}}},"Operation[BillingIntervalModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIntervalCodeModel":{"description":"Billing Interval Code Control (BillingIntervalCode / CON192)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Billing Interval Code. The billing interval code. (C_BILLINGINTERVAL)","type":"string"},"Description":{"description":"Billing Interval Description. The description of the billing interval. (C_DESCRIPTION)","type":"string"},"DemandFactor":{"format":"int32","description":"Demand Multiplier. The demand factor used in the bill calculation. (I_DEMANDFACTOR)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether billing interval code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIntervalCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIntervalCodeModel]"},"readOnly":true}}},"Operation[BillingIntervalCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIntervalDailyTimetableModel":{"description":"Billing Interval Daily Timetable Control (BillingIntervalDailyTimetable / CON196)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DayOfWeek":{"description":"Day of Week. The day of the week. (C_DAYOFWEEK)\r\nEnum AdvancedUtility.Model.CON196+DayOfWeekEnum:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, Holiday","type":"string"},"StartTime":{"description":"Start Time. The billing interval's start time. (C_STARTTIME)","type":"string"},"EndTime":{"description":"End Time. The billing interval's end time. (C_ENDTIME)","type":"string"},"BillingInterval":{"description":"Billing Interval. The billing interval code. (C_BILLINGINTERVAL)","type":"string"},"IntervalId":{"format":"int64","description":"Billing Interval. The billing interval code foreign key. (I_CON195ID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIntervalDailyTimetableModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIntervalDailyTimetableModel]"},"readOnly":true}}},"Operation[BillingIntervalDailyTimetableModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIntervalGroupModel":{"description":"Billing Interval Group (BillingIntervalGroup / CON194)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EffectiveDate":{"format":"date-time","description":"Effective Date. The billing interval group effective date. (T_EFFECTIVEDATE)","type":"string"},"Periods":{"format":"int32","description":"Number of Periods. The number of interval periods. (I_PERIODS)","type":"integer"},"IntervalGroupId":{"format":"int64","description":"Billing Interval Group ID. The unique record identifier. (I_INTGROUPID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether billing interval group is disabled. (L_DISABLED)","type":"boolean"},"GroupCode":{"description":"Billing Interval Group. The billing interval group code. (C_BILLINGINTERVALGROUP)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIntervalGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIntervalGroupModel]"},"readOnly":true}}},"Operation[BillingIntervalGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingIntervalGroupCodeModel":{"description":"Billing Interval Group Control (BillingIntervalGroupCode / CON193)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Billing Interval Group Code. The billing interval group. (C_BILLINGINTERVALGROUP)","type":"string"},"Description":{"description":"Billing Interval Group Description. The billing interval group description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether billing interval group code is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type Code. The account type. (C_ACCOUNTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingIntervalGroupCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingIntervalGroupCodeModel]"},"readOnly":true}}},"Operation[BillingIntervalGroupCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingRateDetailModel":{"description":"Billing Rate Detail (BillingRateDetail / BIF107)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Rate":{"format":"double","description":"Rate. The actual rate. (N_RATE)","type":"number"},"EffectiveDatetime":{"format":"date-time","description":"Effective Date Time. The effective date and time of the rate. (T_EFFECTIVEDATE)","type":"string"},"ProrateOnRateChange":{"description":"Prorate if Rate Change (L_PRORATERATE)","type":"boolean"},"DisplayConsumptionOnRateChange":{"description":"Prorate Consumption. Indicates if the old and new rates are displayed with the consumption when a rate change has occurred. (L_PRORATECONSUMPTION)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the billing rate detail is disabled. (L_DISABLED)","type":"boolean"},"BillingInterval":{"description":"Billing Interval. The billing interval. (C_BILLINGINTERVAL)","type":"string"},"RateDetailKey":{"format":"int64","description":"Rate Detail Key. The rate detail key. (I_RATEDETAILKEY)","type":"integer"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillingRateDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillingRateDetailModel]"},"readOnly":true}}},"Operation[BillingRateDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillingScheduleCreationRunModel":{"description":"BillingScheduleCreation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"NumberOfCopies":{"format":"int32","description":"Number of copies","type":"integer"},"ValidBillingDays":{"description":"List of billing days","type":"array","items":{"type":"string"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[BillIntervalChargeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillIntervalChargeModel]"},"readOnly":true}}},"Operation[BillIntervalChargeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillIntervalReadingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillIntervalReadingModel]"},"readOnly":true}}},"Operation[BillIntervalReadingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillJournalReportRunModel":{"description":"BillJournal report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","type":"integer"},"FilteredBIF951":{"type":"string"},"IncludeItrTables":{"type":"boolean"},"SortBy":{"type":"string"},"GroupByCycleAndBook":{"type":"boolean"},"DisplayIntervalReadings":{"type":"boolean"},"SummaryOnly":{"type":"boolean"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillMessageModel":{"description":"Bill Message (BillMessage / BIF118)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/ account ID. (I_CUSTACCTID)","type":"integer"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The bill message effective date. (D_EFFECTIVEDATE)","type":"string"},"ExpiryDate":{"format":"date-time","description":"Expiry Date. The bill message expiry date. (D_EXPIRYDATE)","type":"string"},"Message":{"description":"Bill Message. The bill message. (C_BMESSAGE)","type":"string"},"FilterId":{"description":"Filter ID. The filter ID. (C_FILTERID)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTION)","type":"integer"},"BillMessageCode":{"description":"Bill Message Code. The bill message code. (C_BMESSAGECODE)","type":"string"},"Filter":{"description":"Filter Generator. The description of the filter generator. (M_FILTER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillMessageModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillMessageModel]"},"readOnly":true}}},"Operation[BillMessageModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillMessageCodeModel":{"description":"Bill Message Code Control (BillMessageCode / CON157)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bill Message Code. The bill message code. (C_CODE)","type":"string"},"Description":{"description":"Bill Message Description. The bill message description. (C_DESCRIPTION)","type":"string"},"Priority":{"description":"Bill Message Priority. The bill message priority. (C_PRIORITY)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the bill message.  (D_EFFECTIVE)","type":"string"},"ExpiryDate":{"format":"date-time","description":"Expiry Date. The expiry date of the bill message. (D_EXPIRY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether bill message code is disabled. (L_DISABLED)","type":"boolean"},"Type":{"description":"Bill Message Type. The bill message type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillMessageCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillMessageCodeModel]"},"readOnly":true}}},"Operation[BillMessageCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillMessageTypeModel":{"description":"Bill Message Type Control (BillMessageType / CON156)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bill Message Type. The bill message type. (C_TYPE)","type":"string"},"Description":{"description":"Bill Message Type Description. The bill message type description. (C_DESCRIPTION)","type":"string"},"Priority":{"description":"Bill Message Type Priority. The bill message type priority. (C_PRIORITY)","type":"string"},"DisabledForSharedBatch":{"description":"Disabled For Shared Batches. This bill message type is not available for Shared Batches. (L_DISABLEDFORSHAREDBATCH)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether bill message type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillMessageTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillMessageTypeModel]"},"readOnly":true}}},"Operation[BillMessageTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillNewTransactionsRunModel":{"description":"BillNewTransactions process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"BillFilter":{"description":"Filter string","type":"string"},"Keys":{"description":"If this list is assigned, this action will run against all the pk keys in this list.\r\nThe pk list must apply to the target table of this action, or you will be very sorry.\r\nNull indicates that no pk list applies, and therefore an object list is going to be used.\r\nEither a Key list or an Object list is required.\r\nAssigning a key list will automatically ignore the filter.","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[BillPenaltyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillPenaltyModel]"},"readOnly":true}}},"Operation[BillPenaltyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillPosModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillPosModel]"},"readOnly":true}}},"Operation[BillPosModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillPrintModel":{"description":"Bill Print Format Control (BillPrint / CON069)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bill Print Code. The code for the bill print. (C_BILLPRINT)","type":"string"},"Description":{"description":"Bill Print Description. The description of the bill print. (C_DESCRIPTION)","type":"string"},"Filename":{"description":"Bill Print File Name. The bill print report file name for a physical bill print, or the definition code of the AIM EBP export definition for a EBP file export. (C_FILENAME)","type":"string"},"IsStatement":{"description":"Statement. Indicates whether this bill print is a statement. (L_STATEMENT)","type":"boolean"},"Type":{"description":"Printed/Electronic Format. The printed or electronic format. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON069+TypeEnum:  Printed, Electronic, EBPforRegisteredUsers, ElectronicMeter, eBill, Interface, Html","type":"string"},"IsDefault":{"description":"Default Bill Print. Indicates whether to use the default bill print. (L_DEFAULT)","type":"boolean"},"IsConsolidated":{"description":"Consolidated Bill Print. Indicates whether the bill is consolidated. (L_CONSOLIDATED)","type":"boolean"},"OutputFilename":{"description":"Output File Name. The name specified for the output file. (C_OUTPUTFILENAME)","type":"string"},"MonthsOfHistory":{"format":"int32","description":"Number of Months of Reading History. The number of months of reading history. (I_NUMBEROFHISTORY)","type":"integer"},"IncludeHistoryByMeter":{"description":"Include Meter Number in the History. Indicates whether the history is by meter. (L_HISTORYBYMETER)","type":"boolean"},"IncludeEquipmentDetails":{"description":"Include Equipment Details. Indicates that the equipment details are included. (L_EQUIPMENT)","type":"boolean"},"IncludeAdjustedConsumptionAndCharges":{"description":"Include Adjusted Consumption and Charges in EBP History. Indicates whether the adjusted consumption and charges are included in the EBP history. (L_ADJUSTEDCONSCHARGES)","type":"boolean"},"IncludeYTDCharges":{"description":"Include YTD Charges in EBP. Indicates whether to include year-to-date charges in the EBP file. (L_YTDCHARGES)","type":"boolean"},"IncludeChargeHistory":{"description":"Include Charge History. Indicates whether to include the charge history. (L_CHARGEHISTORY)","type":"boolean"},"BudgetOptions":{"description":"Budget Options. The budget options. (C_BUDGETOPTIONS)","type":"string"},"IncludeCashOnlyFlag":{"description":"Include Cash Only Flag. Indicates whether the cash only flag is enabled in bill print. (L_EBPCASHONLY)","type":"boolean"},"IncludeSubAccountServiceAddress":{"description":"Subaccount Service Address in Bill Print. Indicates that the service address of the subaccount is included in the bill print. (L_SUBACCOUNTSERVADDR)","type":"boolean"},"CombineConsumptionInGraph":{"description":"Combine Consumption in Bill Graph for Meter Change. Indicates that the consumption is combined in the bill graph for the meter change.  (L_COMBINECONSUMPTION)","type":"boolean"},"IncludeTransactionNotes":{"description":"Include Transaction Notes. Indicates that transaction notes are included. (L_INCLUDETRANSACTIONNOTES)","type":"boolean"},"UsePreviousCustomer":{"description":"Use Bill History of Previous Customer. Indicates that the bill history of the previous customer is being used. (L_USEPREVIOUSCUSTOMER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the bill print is disabled. (L_DISABLED)","type":"boolean"},"KeepOriginalAccountInBalanceTransfers":{"description":"Keep Original Account Information in Balance Transfers. Indicates whether the original account information will be kept in balance transfers. (L_KEEPORIGINALACCOUNT)","type":"boolean"},"SkipPreview":{"description":"Skip Screen Preview for E-Bills. Indicates whether to skip the screen preview of electronic bills (e-bills). (L_SKIPPREVIEW)","type":"boolean"},"IncludeEBillsInEBP":{"description":"Include E-Bills in EBP. Include bills in EBP even if the customer signed up for e-bills. (L_INCLUDEEBILLSINEBP)","type":"boolean"},"EbpBillPrintCode":{"description":"EBP Bill Print Code. EBP Bill Print Code for E-Bills. (C_EBPBILLPRINTCODE)","type":"string"},"HistoryByBillDate":{"description":"History Graph by Bill Date. Indicates whether to use the Bill Date instead of the Reading Date in the History Graph on the Bill Print. (L_HISTORYBYBILLDATE)","type":"boolean"},"ConsolidatedBillsInEbp":{"description":"Consolidated Bills in EBP. Indicates whether to include the consolidated bill header and footer along with grouping the bills together for a consolidated bill. (L_CONSOLIDATEDBILLSINEBP)","type":"boolean"},"CutOffDate":{"description":"Show Cutoff Date. Show the Cutoff Date for the previous bill. (L_CUTOFFDATE)","type":"boolean"},"BilledBlockHistory":{"format":"int32","description":"Billed Blocks - Number of Months in the History. The billed blocks number of months in the history.  (I_BILLEDBLOCKHISTORY)","type":"integer"},"PrintInCareOfName":{"description":"Print In Care of Name in Bill. Indicates whether the \"In Care of\" name is printed on the bill. (L_PRINTINCAREOFNAME)","type":"boolean"},"IncludeDuplicateBillIndicator":{"description":"Include Duplicate Bill Indicator. Indicates whether to include the duplicate bill indicator in the EBP file when the bill is a copy of the original. (L_INCLUDEDUPLICATEBILLIND)","type":"boolean"},"ReprintByBooks":{"description":"Reprint by Books. Indicates whether to allow selecting the book for the bill reprint from the Bill Batch Archive form. (L_REPRINTBYBOOKS)","type":"boolean"},"UseEbpDecimalsForBtrConsumption":{"description":"Use Decimals in EBP Readings for BTR Consumption. Indicates whether to use Decimals in EBP Readings for the BTR consumption. (L_USEEBPDECIMALSFORBTRCONS)","type":"boolean"},"ArrangementDaysBefore":{"format":"int32","description":"Arrangement Days Before Bill Date. Include in the bill arrangements made no earlier than this number of days before bill date. (I_ARRANGEMENTDAYSBEFORE)","type":"integer"},"ArrangementDaysAfter":{"format":"int32","description":"Arrangement Days After Bill Due Date. Include in the bill arrangements made no later than this number of days after bill due date. (I_ARRANGEMENTDAYSAFTER)","type":"integer"},"CreateBillImage":{"description":"Create Bill Image. Indicates whether the bill image is also created when the bill is printed. (L_CREATEBILLIMAGE)","type":"boolean"},"KeepOriginalCustomerInBalanceTransfers":{"description":"Keep Original Customer Information in Balance Transfers. Indicates whether the original customer information will be kept in balance transfers. (L_KEEPORIGINALCUSTOMER)","type":"boolean"},"EBillGraceDays":{"format":"int32","description":"eBill Grace Days. To allow the designation of eBill Grace Days. (I_EBILLGRACEDAYS)","type":"integer"},"EBillAvailableDays":{"format":"int32","description":"eBill Available Days. To allow the designation of eBills Available Days. (I_EBILLAVAILABLEDAYS)","type":"integer"},"StoreBillImageInFolder":{"description":"Store Bill Image In Folder. Store Bill Image In Folder (L_STOREBILLIMAGEINFOLDER)","type":"boolean"},"RefreshAddressOnReprint":{"description":"Refresh Address on Reprint. Refreshes the Name and Address on a reprint (L_REFRESHADDRONREPRINT)","type":"boolean"},"ExcludeEBill":{"description":"Exclude eBills. Exclude e-bill Flag (L_EXCLUDEEBILL)","type":"boolean"},"KeepOriginalNameAndAddressInBalanceTransfers":{"description":"Keep Original Name And Address In Balance Transfers. Indicates whether the original customer name and address information will be kept in balance transfers. (L_KEEPORIGINALNAMEANDADDRESS)","type":"boolean"},"EncryptBillImage":{"description":"Encrypt Bill Image. Encrypt Bill Image? (L_ENCRYPTBILLIMAGE)","type":"boolean"},"IncludeCon131Data":{"description":"Include CON131 Data. Include CON131 Data during bill print (L_INCLUDECON131DATA)","type":"boolean"},"SuppressEbillEmail":{"description":"Suppress E-Bill Email. Suppress the generation of Ebill Email. (L_SUPPRESSEBILLEMAIL)","type":"boolean"},"IncludeLinkedServiceAddress":{"description":"Include Linked Service Address. Include the Service Address of the linked service. (L_INCLUDELINKEDSERVADDRESS)","type":"boolean"},"ShowUnpaidLoanBalanceOnBill":{"description":"Show Unpaid Loan Balance On Bill. Show unpaid loan balance on bill. (L_UNPAIDLOANBALANCEONBILL)","type":"boolean"},"PreviousDueDateOnBill":{"description":"Previous Due Date On Bill. Show previous bill's Due Date on bill. (L_PREVIOUSDUEDATEONBILL)","type":"boolean"},"PostProcessing":{"description":"Post Processing Script. Script to run after bills are printed using this bill print code. (M_POSTPROCESSING)","type":"string"},"IncludePreviousBillNotice":{"description":"Include Previous Bill's Notice. Include previous bill's active Notice. (L_INCLUDEPREVIOUSBILLNOTICE)","type":"boolean"},"ProcessingOrder":{"format":"int32","description":"Processing Order. The order in which the bill print code will be processed when printing bills. This field is optional, and will always print bills in ascending order according to the non-zero value entered. (N_PROCESSINGORDER)","type":"integer"},"PreProcessing":{"description":"Preprocessing Script. Script to run before bills are printed using this bill print code. For example, can be used to populate an additional table in the local SQLite database before all the tables used for the bill print are populated. (M_PREPROCESSING)","type":"string"},"ShowDepositPayment":{"description":"Show Deposit Payment. When this checkbox is selected, the deposit payment information will be made available to display in the Bill Print. (L_SHOWDEPOSITPAYMENT)","type":"boolean"},"ArrangementStatuses":{"description":"Arrangement Statuses to Include. The payment arrangement statuses which are included. (C_ARRANGEMENTSTATUSES)","type":"string"},"BillImageFormat":{"description":"Bill Image Format. The bill print code that will be used to create the bill images. This overrides the default configuration in CIS Infinity Control. (C_BILLIMAGEFORMAT)","type":"string"},"ChargeCategory":{"format":"int64","description":"Charge Category for Transaction Selection. The charge category for transaction selection. (I_CATEGORY)","type":"integer"},"IncludeCustomerPhoneNumbers":{"description":"Customer Phones to Include. The customer's phone numbers which are included.  (C_CUSTOMERPHONES)","type":"string"},"MailingSetupCode":{"description":"Mailing Setup Code. The mailing setup code. (C_MAILINGSETUPCODE)","type":"string"},"RelatedMeterForService":{"description":"Show Related Service's Meter. Populate the billed usage with the meter number of the related service's meter. (C_RELATEDMETERFORSERVICE)","type":"string"},"ReprintCode":{"description":"Bill Print Code for Reprint. The bill print code to use to reprint the electronic bill. (C_REPRINTBILLPRINT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillPrintModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillPrintModel]"},"readOnly":true}}},"Operation[BillPrintModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillPrintGroupModel":{"description":"Bill Print Group (BillPrintGroup / BIF071)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Bill Print Group. The bill print group. (C_BILLGROUP)","type":"string"},"Description":{"description":"Description. The description of the bill.  (C_DESCRIPTION)","type":"string"},"IsConsolidated":{"description":"Consolidated. Indicates whether bill is consolidated. (L_CONSOLIDATED)","type":"boolean"},"IsDefault":{"description":"Default. Indicates the default. (L_DEFAULT)","type":"boolean"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"UseIndividualBillPrintCode":{"description":"Use Individual Bill Print Code. Use Individual Bill print flag. (L_USEINDBILLPRINT)","type":"boolean"},"DeleteGroup":{"description":"Delete Group. Indicates whether to delete the Group.  (L_GROUPDELETE)","type":"boolean"},"GroupNoBills":{"description":"Group No Bill. Indicates whether to group no bills. (L_GROUPNOBILL)","type":"boolean"},"GroupNoReads":{"description":"Group No Reads. Indicates whether to group no reads. (L_GROUPNOREADS)","type":"boolean"},"UpdateBillTransactionsToMasterAccount":{"description":"Update Bill Transactions To Master Account. Indicates that the bill transactions are updated to the master account. (L_UPDATEBILLTRANSTOMASTER)","type":"boolean"},"NoBillOnException":{"description":"No Bill if Exception (L_INDIVIDUALBILLEXCEPTNOBILL)","type":"boolean"},"TransferTransactionsToMasterAccount":{"description":"Transfer Transactions To Master Account. Transactions of sub-accounts are transferred to the master account. (L_TRANSFERTRANSACTIONSTOMASTER)","type":"boolean"},"SumBillTotalsToMasterAccount":{"description":"Sum Bill Totals To Master Account. Update Bill Totals of Master Account from Sub-Account Bills. (L_BILLTOTALSTOMASTER)","type":"boolean"},"KeepDepositWithSubaccount":{"description":"Keep Deposit With Subaccount. Indicates whether the deposit transactions will remain with the subaccount, regardless of whether the subaccount is configured to transfer transactions to the master account. (L_KEEPDEPOSITWITHSUBACCOUNT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the bill print group is disabled. (L_DISABLED)","type":"boolean"},"OwnerOnly":{"description":"Applies to Owner. Indicates that this bill print group applies to property owners only. When a property is occupied by a tenant, the account will not be included in this bill print group. (L_OWNERONLY)","type":"boolean"},"IncludeMasterAccountInCancelRebill":{"description":"Include Master Account In Cancel/Rebill. Indicates whether to include the master account in the cancel/rebill batch of the subaccount for the specified billing group. (L_INCLUDEMASTERACCTINREBILL)","type":"boolean"},"BillPrintCode":{"description":"Bill Print Code. The bill print code. (C_BILLPRINT)","type":"string"},"EBillPrintCode":{"description":"E-Bill Print Code. The bill print format code for e-bill images when the customer is not enrolled to receive e-bills. (C_EBILLPRINT)","type":"string"},"IndividualBillPrintCode":{"description":"Individual Bill Print Code. The individual bill print code. (C_INDBILLPRINT)","type":"string"},"MasterAccountNotBilledException":{"format":"int64","description":"Subaccount Billed without Master Account. The subaccount is billed without or separate from the master account. (I_INDIVIDUALBILLINGEXCEPTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillPrintGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillPrintGroupModel]"},"readOnly":true}}},"Operation[BillPrintGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillPrintRegistrationModel":{"description":"Bill Print Registration (BillPrintRegistration / BIF070)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The registration start date. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The registration end date. (D_ENDDATE)","type":"string"},"PrintPaperBill":{"description":"Print Paper Bill. Indicates whether to print the paper bill. (L_PRINTBILL)","type":"boolean"},"Transfer":{"description":"Transfer This Record. Indicates whether to transfer this record. (L_TRANSFER)","type":"boolean"},"TransferDate":{"format":"date-time","description":"Transfer Date. The transfer date. (D_TRANSFER)","type":"string"},"BillPrintCode":{"description":"Bill Print. The bill print used for the electronic bill presentment export. (C_BILLPRINT)","type":"string"},"Reason":{"description":"Reason. The bill print registration reason. (C_REASON)","type":"string"},"Status":{"description":"Registration Status. The bill print registration status. (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillPrintRegistrationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillPrintRegistrationModel]"},"readOnly":true}}},"Operation[BillPrintRegistrationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillPrintReportRunModel":{"description":"BillPrint report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"Source":{"description":"Bill print source\r\nEnum AdvancedUtility.Services.Reports.BillPrintHelper+BillPrintSource: Regular, Reprint, Archive","type":"string"},"OrderBy":{"description":"Field name to sort the result based on it","type":"string"},"BillPrintCode":{"description":"Bill print code the user selected on the \"Bill Print Options\" form","type":"string"},"SelectedBooks":{"description":"Selected books to be included in the report","type":"string"},"PrintMultipleCopies":{"description":"Print multiple copies?","type":"boolean"},"Print3rdParty":{"description":"Print third party's copy?","type":"boolean"},"AlternateBooksOnly":{"description":"only do the billing for the alternate books?","type":"boolean"},"BillingBooks":{"description":"Books included in billing","type":"boolean"},"BillNumber":{"format":"int64","description":"Bill number","type":"integer"},"BillFilter":{"description":"Bill filter","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[BillRateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillRateModel]"},"readOnly":true}}},"Operation[BillRateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillRateDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillRateDetailModel]"},"readOnly":true}}},"Operation[BillRateDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillReadingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillReadingModel]"},"readOnly":true}}},"Operation[BillReadingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillRecalculateRunModel":{"description":"BillRecalculate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Billing Batch Id of the bills to recalculate","type":"integer"},"BillFilter":{"description":"Filter string to filter the bills from the given batch","type":"string"},"Keys":{"description":"If this list is assigned, this action will run against all the pk keys in this list.\r\nThe pk list must apply to the target table of this action, or you will be very sorry.\r\nNull indicates that no pk list applies, and therefore an object list is going to be used.\r\nEither a Key list or an Object list is required.\r\nAssigning a key list will automatically ignore the filter.","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillRereadReportRunModel":{"description":"BillReread report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","type":"integer"},"FilteredBIF951":{"type":"string"},"IncludeItrTables":{"type":"boolean"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BillSchedulingRunModel":{"description":"BillScheduling process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunCreateBatch":{"description":"Create batch","type":"boolean"},"RunStartBatch":{"description":"Calculate bills (start batch)","type":"boolean"},"RunTransactions":{"description":"Import new transactions","type":"boolean"},"RunJournal":{"description":"Journal bills","type":"boolean"},"RunBillPrint":{"description":"Print bills","type":"boolean"},"RunUpdate":{"description":"Update Batch","type":"boolean"},"CreateBatchData":{"$ref":"#/definitions/BillBatchModel","description":"BillBatch model for Create Batch"},"CreateBatchReadingDate":{"description":"Batch reading date","type":"string"},"CreateBatchBillingDate":{"description":"Batch billing date","type":"string"},"CreateBatchDueDate":{"description":"Batch due date","type":"string"},"JournalDestination":{"description":"Destination for Journal\r\nEnum Services+Destination:  Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"JournalEmailAddress":{"description":"The email address to send the journal","type":"string"},"JournalEmailSubjectLine":{"description":"Email's subject line","type":"string"},"JournalFileName":{"description":"Journal's file name","type":"string"},"JournalFileType":{"description":"Journal's file type\r\nEnum Services+FileType:  CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"JournalPrinterName":{"description":"Journal's printer name","type":"string"},"JournalSortBy":{"description":"Sory by customer / account\r\nEnum Reports.JournalHelper+SortOptions:  Customer, Account","type":"string"},"JournalDisplayIntervalReadings":{"description":"Indicates whether journal displays interval readings","type":"boolean"},"JournalGroupByCycleBook":{"description":"Indicates whether the journal is grouped by cycle book","type":"boolean"},"JournalSummaryOnly":{"description":"Indicates whether it only includes summary","type":"boolean"},"BillPrintDestination":{"description":"Destination for Bill Print\r\nEnum Services+Destination:  Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"BillPrintEmailAddress":{"description":"Email address to send bill print","type":"string"},"BillPrintEmailSubjectLine":{"description":"Subject line","type":"string"},"BillPrintFileName":{"description":"Bill print's file name","type":"string"},"BillPrintFileType":{"description":"Bill print's file type\r\nEnum Services+FileType:  CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"BillPrintPrinterName":{"description":"Bill print's printer name","type":"string"},"BillPrintPrintMultipleCopies":{"description":"Indicates whether to print multiple copies","type":"boolean"},"BillPrintPrint3rdParty":{"description":"Indicates whether to print for the third party","type":"boolean"},"BillPrintCode":{"description":"The bill print's code","type":"string"},"BillPrintSqliteFolder":{"description":"SQLite folder to use for bill print","type":"string"},"RetrieveCriteriaTree":{"description":"Additional Criteria provided in the Criteria Picker control.","type":"string"},"RetrieveCriteriaPromptData":{"description":"Criteria from the prompt data","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[BillServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillServiceModel]"},"readOnly":true}}},"Operation[BillServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillStatusModel":{"description":"Bill Status Control (BillStatus / CON114)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Status":{"description":"Bill Status. The online bill status. (C_BILLSTATUS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether bill status is disabled. (L_DISABLED)","type":"boolean"},"Description":{"description":"Bill Status Description. The bill status description. (C_DESCRIPTION)","type":"string"},"IsUsed":{"description":"Status Used. Indicates the status used. (L_USED)","type":"boolean"},"IsNoBillStatus":{"description":"'No Bill' Status. Indicates whether there is a 'no bill' status. (L_NOBILLSTATUS)","type":"boolean"},"IsDeleteStatus":{"description":"'Delete' Status. Indicates whether there is a 'delete' status. (L_DELETESTATUS)","type":"boolean"},"IsHoldStatus":{"description":"'Hold' Status. Indicates whether there is a 'hold' status. (L_HOLDSTATUS)","type":"boolean"},"IsReadyToPrintStatus":{"description":"'Ready to Print' Status. Indicates the 'ready to print' status. (L_READYTOPRINTSTATUS)","type":"boolean"},"IsReadyToUpdateStatus":{"description":"'Ready to Update' Status. Indicates the 'ready to update' status. (L_READYTOUPDATESTATUS)","type":"boolean"},"IsPendingServiceOrder":{"description":"'Pending Service Order' Status. Indicates the pending bill related service order status. (L_PENDINGSERVICEORDER)","type":"boolean"},"IsAnyPendingServiceOrder":{"description":"'Any Pending Service Order' Status. Indicates the pending any service order status. (L_ANYPENDINGSERVICEORDER)","type":"boolean"},"TransferPaymentAssistance":{"description":"Payment Assistance Transfer. Used by frmBillsBatch.paymentassistanceamount(). Use this setting to control if a payment assistance amount should be applied in the bill. When this is set to true (.T.) the payment assistance funds are used in the bill. (L_PAFUNDSTRANSFER)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillStatusModel]"},"readOnly":true}}},"Operation[BillStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillSubMeterConsumptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillSubMeterConsumptionModel]"},"readOnly":true}}},"Operation[BillSubMeterConsumptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[BillTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillTransactionModel]"},"readOnly":true}}},"Operation[BillTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillTypeModel":{"description":"Bill Type Control (BillType / CON010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillTypeCode":{"description":"Bill Type Code. The bill type code. (C_BILLTYPE)","type":"string"},"BillDesc":{"description":"Bill Type Description. The bill type description. (C_BILLDESC)","type":"string"},"IncludeCancelServiceOnly":{"description":"Include Cancel Service Only. Indicates whether to include cancel service only. (L_INCLUDECANCELSERVICEONLY)","type":"boolean"},"SystemBillType":{"description":"System Bill Type. The system bill type. (C_SYSTEMBILLTYPE)\r\nEnum AdvancedUtility.Model.CON010+SystemBillTypeEnum:  NormalBill, CancelBill, CancelRebill, FinalBill, QuoteBill","type":"string"},"IsDisabled":{"description":"Disabled. Indicates disabled bill type. (L_DISABLED)","type":"boolean"},"IsRebillByPeriodDisabled":{"description":"Re-Bill by Period Disabled. Indicates that for this Bill Type the Bill By Period flag of the Service Type Control table is disabled. (L_DISABLEREBILLBYPERIOD)","type":"boolean"},"BillInactiveAccount":{"description":"Bill Inactive Account. Indicates whether to include inactive accounts in bill batch. (L_BILLINACTIVEACCOUNT)","type":"boolean"},"IsCycleBilling":{"description":"Cycle Billing. Indicates whether the bills should be generated by cycle billing process. (L_CYCLEBILLING)","type":"boolean"},"IsManualRebill":{"description":"Manual Re-Bill. Indicates whether the bill is a manual re-bill. (L_MANUALREBILL)","type":"boolean"},"AlwaysCheckBillExceptions":{"description":"Always Check Bill Exceptions. Indicates whether exceptions should be checked for every bill. (L_ALWAYSCHECKEXCEPTIONS)","type":"boolean"},"RatesByBillDate":{"description":"Rates By Bill Date. Indicates whether to use the bill date for calculating rates when this is selected. Otherwise, the reading date will be used. (L_RATESBYBILLDATE)","type":"boolean"},"NoBillOnPendingCancelException":{"description":"No Bill if Pending Cancel Exception. Indicates whether to mark bills as \"No Bill\" if there is a cancel bill or cancel-rebill request exception (L_PENDINGCANCELEXPNOBILL)","type":"boolean"},"DoNotUpdateTransactions":{"description":"Do Not Update Transactions. Indicates a special bill that calculates the charges, but the transactions are not updated to the customer's A/R balance and Transaction History. The bill charges are exported to a 3rd party to be included in their bill (e.g. property tax). (L_DONOTUPDATETRANSACTIONS)","type":"boolean"},"BillPrintFormat":{"description":"Bill Print Format. The default bill print format code. (C_BILLPRINTFORMAT)","type":"string"},"PendingCancelExceptionCode":{"format":"int64","description":"Pending Cancel Exception. The exception that is triggered if there is a pending cancel or cancel-rebill request. (I_PENDINGCANCELEXCEPTCODE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BillTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BillTypeModel]"},"readOnly":true}}},"Operation[BillTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BillUpdateRunModel":{"description":"BillUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Billing Batch Id","type":"integer"},"BillFilter":{"description":"CIS Filter of the bills in the batch to update. Applicable to Shared batches only.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BoardDistrictModel":{"description":"Board District Control (BoardDistrict / CON167)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Board District Code. The code for the board district. (C_BOARDDISTRICT)","type":"string"},"Description":{"description":"Board District Description. The description of the board district. (C_DESCRIPTION)","type":"string"},"Name":{"description":"Board District Director Name. The name of the board district director or other individual. (C_NAME)","type":"string"},"Notes":{"description":"Notes. The notes about the board district. (C_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the board district is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BoardDistrictModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BoardDistrictModel]"},"readOnly":true}}},"Operation[BoardDistrictModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BookmarkRunModel":{"description":"Run details associated with a bookmark run request.","type":"object","properties":{"Parameters":{"type":"array","items":{"$ref":"#/definitions/BookmarkRunParameterModel"}}}},"BookmarkRunParameterModel":{"description":"An individual parameter associated with a bookmark run request","type":"object","properties":{"Name":{"type":"string"},"Type":{"type":"string"},"Value":{"type":"object"}}},"BookmarkRunResultModel":{"description":"Result information for a CIS bookmark run.","type":"object","properties":{"Errors":{"type":"array","items":{"$ref":"#/definitions/BookmarkRunErrorModel"}},"Success":{"description":"Indicates if the bookmark completed successfully (without errors)","type":"boolean"},"Result":{"description":"Return value from the bookmark, or \"RESULT\" item if the bookmark returned a Hashtable","type":"object"},"ResultDictionary":{"description":"Additional results if the bookmark returned a Hashtable.\r\n\"RESULT\", \"PS_EXCEPT\", and \"PS_ERROR\" items are never included here because they are parsed out and added to the explicit properties","type":"object","additionalProperties":{"type":"object"}}}},"BookmarkRunErrorModel":{"description":"Error details associated with a bookmark script execution.","type":"object","properties":{"Message":{"description":"Error message","type":"string"},"AdditionalDetails":{"description":"Additional details about the error, if available","type":"string"},"Line":{"format":"int32","description":"Line number of error","type":"integer"},"Column":{"format":"int32","description":"Column number of error","type":"integer"},"SourceCode":{"description":"Source code of line with error, if available","type":"string"}}},"BookmarkDefinitionModel":{"description":"Bookmark Control (BookmarkDefinition / CON087)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The bookmark code. (C_CODE)","type":"string"},"IsSystem":{"description":"Is System. Indicates the bookmark is system shipped. (L_ISSYSTEM)","type":"boolean"},"Description":{"description":"Description. The bookmark description. (C_DESCRIPTION)","type":"string"},"Environment":{"description":"Environment. The name of the environment associated with the bookmark. (C_ENVIRONMENT)\r\nEnum AdvancedUtility.Model.CON087+EnvironmentEnum:  CustomerAccountInquiry, Bill, Letter, Email, ServiceOrder, Notice, Dynamic, WinterAverageVolume","type":"string"},"IsPublic":{"description":"Is Public. Indicates the bookmark is public. (L_ISPUBLIC)","type":"boolean"},"PropertyName":{"description":"Property Name. The name of the property the bookmark returns. (C_PROPERTY)","type":"string"},"Notes":{"description":"Notes. Notes about the bookmark. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the bookmark is disabled. (L_DISABLED)","type":"boolean"},"ParameterData":{"type":"string"},"Script":{"description":"Script. The script list. (M_SCRIPT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BookmarkDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BookmarkDefinitionModel]"},"readOnly":true}}},"Operation[BookmarkDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BudgetAllocationModel":{"description":"Budget Allocation (BudgetAllocation / BIF033)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Date":{"format":"date-time","description":"Budget Date. The budget date. (D_DATE)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Days":{"format":"int32","description":"Days. The number of budget days. (I_DAYS)","type":"integer"},"Status":{"description":"Status. The status of the budget allocation. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF033+StatusEnum:  Actual, Estimate, PendingBill","type":"string"},"Version":{"format":"int32","description":"Version. The version number. (I_VERSION)","type":"integer"},"Allocation":{"format":"double","description":"Allocation. The allocation amount. (N_ALLOCATION)","type":"number"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Notes":{"description":"Notes. The budget allocation notes. (C_NOTES)","type":"string"},"BudgetType":{"description":"Budget Type. The budget type. (C_BUDGETTYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Units":{"description":"Units. The units of measure. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BudgetAllocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BudgetAllocationModel]"},"readOnly":true}}},"Operation[BudgetAllocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BudgetAllocationPickupRunModel":{"description":"BudgetAllocationPickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date of the adjustable period\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date of the adjustable period\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"LogExceptions":{"description":"Log Exceptions for reporting","type":"boolean"},"UpdateMultipliers":{"description":"Update Existing Multipliers","type":"boolean"},"Account":{"description":"Run the process for the set account only","type":"string"},"CustomerAccountId":{"format":"int64","description":"Id of the CustomerAccount whose account is being processed (optional)","type":"integer"},"AccountTypes":{"description":"List of Account Type Codes to run the process","type":"array","items":{"type":"string"}},"Cycles":{"description":"List of Cycles to run the process","type":"array","items":{"type":"string"}},"UnitOfMeasure":{"description":"Code of the Service to run the process","type":"string"},"BudgetTypeCode":{"description":"Key of the Budget Type Control to use in the process","type":"string"},"DeleteAllCHMultipliers":{"description":"Delete All Multipliers of CH Budget Type","type":"boolean"},"DeleteAllBudgetTypes":{"description":"Delete Allocation of All Budget Types","type":"boolean"},"DeleteAllServices":{"description":"Delete Allocation for All Services","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"BudgetTypeModel":{"description":"Budget Type Control (BudgetType / CON204)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Budget Type. The budget type. (C_BUDGETTYPE)","type":"string"},"Description":{"description":"Description. The budget type description. (C_DESCRIPTION)","type":"string"},"ControlType":{"description":"Control Type. The lookup code to the type code in the Generic Control table. (CON202.C_TYPECODE) (C_CONTROLTYPE)","type":"string"},"Process":{"description":"Process. The process to run to calculate the budget value. (C_PROCESS)","type":"string"},"Precision":{"format":"double","description":"Precision. The precision value e.g. 2.0 - round to 100 gallons, 3.0 - round to 3 decimals. (N_PRECISION)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the budget type is disabled. (L_DISABLED)","type":"boolean"},"FormulaCode":{"format":"int64","description":"Formula Code. The code of the formula to calculate the budget. (I_FORMULACODE)","type":"integer"},"Multiplier":{"format":"int64","description":"Multiplier. The multiplier value. (I_MULTIPLIER)","type":"integer"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Unit":{"description":"Units. The units of measure. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BudgetTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BudgetTypeModel]"},"readOnly":true}}},"Operation[BudgetTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"BuilderModel":{"description":"Builder Control (Builder / CON220)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Builder Code. The builder code. (C_BUILDER)","type":"string"},"Description":{"description":"Builder Description. The builder description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether builder is disabled. (L_DISABLED)","type":"boolean"},"FullDescription":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[BuilderModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[BuilderModel]"},"readOnly":true}}},"Operation[BuilderModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CAExportInterfaceRunModel":{"description":"Collection Agency export process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"The Id of the transaction (cash) batch the process should run against","type":"integer"},"TempTable":{"description":"The name of Temp Table created with deleted trasaction records when Cash Update process calls the export for No Update Transactions","type":"string"},"Customer":{"description":"The Customer Number the process should run against (Optional)","type":"string"},"Account":{"description":"The Account Number the process should run against (Optional)","type":"string"},"IsSummarized":{"description":"Whether or not they are summarized","type":"boolean"},"IsAccountSummarized":{"description":"Whether or not they are summarized","type":"boolean"},"IsArchivedBatch":{"description":"Whether or not the export is call for an archived batch","type":"boolean"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CalendarActivityModel":{"description":"Calendar Activity Control (CalendarActivity / CON071)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Activity. The unique activity code, which can be \"MR\" - Meter Reading (reading date), \"BI\" - Billing (billing date, due date), \"CO\" - Collections (notice and cut-off dates). (C_CODE)\r\nEnum AdvancedUtility.Model.CON071+CodeEnum:  MeterReading, Billing, Collections, CalendarEvents, Miscellaneous","type":"string"},"Description":{"description":"Activity Description. The description of the billing, collection or meter reading activity. (C_DESCRIPTION)","type":"string"},"ReminderDays":{"format":"int32","description":"Reminder Days. The number of days before the forecasted activity is to generate. (I_REMINDERDAYS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether calendar activity is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Reminder Action ID. The reminder action ID from the Actions Control. (I_ACTIONID)","type":"integer"},"Department":{"description":"Reminder Department. The reminder department from the Department Master table. (C_DEPARTMENT)","type":"string"},"UserId":{"description":"Reminder User ID. The reminder user ID from the User table. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CalendarActivityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CalendarActivityModel]"},"readOnly":true}}},"Operation[CalendarActivityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CantReadCodeModel":{"description":"Can't Read Code Control (CantReadCode / ITR004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Can't Read Code. The code. (C_CODE)","type":"string"},"Description":{"description":"Can't Read Description. The description for this code. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CantReadCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CantReadCodeModel]"},"readOnly":true}}},"Operation[CantReadCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditModel":{"description":"Capital Credit (CapitalCredit / BIF080)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Year":{"description":"Year. The capital credit year. (C_YEAR)","type":"string"},"Patronage":{"format":"double","description":"Patronage. Amount eligible for capital credits retirement. (Y_PATRONAGE)","type":"number"},"Allocation":{"format":"double","description":"Allocation. Amount allocated for capital credits retirement. (Y_ALLOCATION)","type":"number"},"Disbursement":{"format":"double","description":"Disbursement. Allocated capital credits that have been already disbursed to the member. (Y_DISBURSEMENT)","type":"number"},"Equity":{"format":"double","description":"Equity. The equity of the capital credit.  (Y_EQUITY)","type":"number"},"ReducedAllocation":{"format":"double","description":"Reduced Allocation. The remainder amount of allocated capital credits that have not yet been disbursed. (Y_REDUCEDALLOCATION)","type":"number"},"DiscountedAmount":{"format":"double","description":"Discounted Amount. The discounted payout amount of capital credits. (Y_DISCOUNT)","type":"number"},"Donated":{"format":"double","description":"Donated Amount. The donated amount of capital credits. (Y_DONATED)","type":"number"},"GeneratedByDiscount":{"description":"Discounted. Indicates the calculated capital credit amounts were discounted when this is selected. (L_GENERATEDBYDISCOUNT)","type":"boolean"},"AllocationType":{"description":"Allocation Type. The type of allocation. (C_ALLOCATIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditModel]"},"readOnly":true}}},"Operation[CapitalCreditModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditAllocationModel":{"description":"Capital Credit Allocation (CapitalCreditAllocation / BIF083)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Year":{"description":"Allocation Year. The year for which the capital credit allocation has been calculated. (C_YEAR)","type":"string"},"Amount":{"format":"double","description":"Allocation Amount. The total allocation amount to be split between members. (Y_ALLOCATIONAMOUNT)","type":"number"},"Factor":{"format":"double","description":"Allocation Factor. The allocation factor that is used to calculate the individual allocation amount for each member. (N_ALLOCATIONFACTOR)","type":"number"},"Class":{"description":"Allocation Class. The capital credit allocation will only apply to the members of this allocation class. (C_ALLOCATIONCLASS)","type":"string"},"Type":{"description":"Allocation Type. The allocation type for which the capital credit allocation has been calculated. (C_ALLOCATIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditAllocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditAllocationModel]"},"readOnly":true}}},"Operation[CapitalCreditAllocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditAllocationClassModel":{"description":"Capital Credit Allocation Class Control (CapitalCreditAllocationClass / CON184)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllocationClass":{"description":"Code. The allocation class code. (C_ALLOCATIONCLASS)","type":"string"},"Description":{"description":"Description. The allocation class description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditAllocationClassModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditAllocationClassModel]"},"readOnly":true}}},"Operation[CapitalCreditAllocationClassModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditAllocationProcessingRunModel":{"description":"CapitalCreditAllocationProcessing process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Year":{"description":"Year, for which capital credit allocations will be processed.","type":"string"},"TotalAmount":{"format":"double","description":"Total amount of capital credits to be allocated between all eligible members.","type":"number"},"AllocationFactor":{"format":"double","description":"The allocation factor that is used to calculate the individual allocation amount for each member.","type":"number"},"AllocationType":{"description":"The allocation type, for which capital credits will be allocated by this process.","type":"string"},"AllocationClass":{"description":"Capital credits will be allocated only for member/accounts belonging to this Allocation Class.","type":"string"},"CalculateFactor":{"description":"Indicates whether to calculate the capital credit factor from the supplied Total Amount (true), \r\nor to use the supplied Allocation Factor (false).","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditAllocationTypeModel":{"description":"Capital Credit Allocation Type Control (CapitalCreditAllocationType / CON183)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllocationType":{"description":"Allocation Type Code. The allocation type code. (C_ALLOCATIONTYPE)","type":"string"},"Description":{"description":"Allocation Type Description. The allocation type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"DiscountedAllocationType":{"description":"Discounted Allocation Type. The allocation type to be used after the discount is applied. (C_DISCOUNTEDALLOCATIONTYPE)","type":"string"},"DiscountedTransactionCode":{"description":"Discounted Allocation Transaction Code. The transaction code for the capital credit discounted allocation amount. (C_DISCOUNTEDTRANSCODE)","type":"string"},"DonatedTransactionCode":{"description":"Donated Allocation Transaction Code. The transaction code for the capital credit donated allocation amount. (C_DONATEDTRANSCODE)","type":"string"},"RetirementTransactionCode":{"description":"Retirement Transaction Code. The transaction code for the capital credit retirement allocation amount. (C_RETIREMENTTRANSCODE)","type":"string"},"Transcode":{"description":"Transaction Code. The transaction code used in the Capital Credit Allocation process. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditAllocationTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditAllocationTypeModel]"},"readOnly":true}}},"Operation[CapitalCreditAllocationTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditARPaymentModel":{"description":"Capital Credit A/R Payment Control (CapitalCreditARPayment / CON187)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Priority":{"format":"int32","description":"A/R Payment Priority. The A/R payment priority. (I_PRIORITY)","type":"integer"},"CCARPaymentId":{"format":"int64","description":"A/R Payment ID. The Capital Credit A/R Payment ID. (I_CCARPAYMENTID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the capital credit A/R payment is disabled. (L_DISABLED)","type":"boolean"},"AccountStatus":{"description":"Applies to Account Status. The account statuses this rule applies to. (C_ACCOUNTSTATUS)","type":"string"},"ARCode":{"description":"A/R Code. The capital credit A/R code. (C_ARCODE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The capital credit transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditARPaymentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditARPaymentModel]"},"readOnly":true}}},"Operation[CapitalCreditARPaymentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditConfigModel":{"description":"Capital Credit Control (CapitalCreditConfig / CON180)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CheckNumber":{"format":"int32","description":"Starting Check Number. The starting check number. (I_CHECKNUMBER)","type":"integer"},"CalculateCapitalCreditFactor":{"description":"Calculate Capital Credit Factor. Indicates whether to calculate the capital credit factor. (L_CALCULATECCFACTOR)","type":"boolean"},"GenerateCheckNumber":{"description":"Generate Check Number. Indicates whether to generate the check number. (L_GENERATECHECKNUMBER)","type":"boolean"},"StaleCheckDaysBack":{"format":"int32","description":"Stale Check Days Back. The number of days back for the stale check. (I_STALECHECKDAYSBACK)","type":"integer"},"YearPaid":{"format":"int32","description":"Year to be Paid Off. The year the amount is to be paid off completely. (I_YEARPAID)","type":"integer"},"CostOfEquity":{"format":"double","description":"Cost of Equity. The cost of equity. (N_COSTOFEQUITY)","type":"number"},"Customer":{"description":"Rounding Difference Customer. The designated Customer for amounts unallocated due to rounding. (C_CUSTOMER)","type":"string"},"Account":{"description":"Rounding Difference Account. The designated Account for amounts unallocated due to rounding (C_ACCOUNT)","type":"string"},"CalculateRetirementByAging":{"description":"Run Retirement Based on Aging. Indicates whether the capital credit retirement process will be run based on aging. (L_RETIREMENTBYAGING)","type":"boolean"},"UnclaimedProperty":{"description":"Use Unclaimed Property Process. Indicates whether to run capital credits using the unclaimed property process. (L_UNCLAIMEDPROPERTY)","type":"boolean"},"AccountMaintenance":{"description":"Use Account Maintenance. Indicates whether to run capital credits account maintenance. (L_ACCOUNTMAINTENANCE)","type":"boolean"},"EstateProcessing":{"description":"Use Estate Processing. Indicates whether to run capital credits using the estate process. (L_ESTATEPROCESSING)","type":"boolean"},"UseCostOfEquity":{"description":"Always Use Cost of Equity. Option to calculate capital credit discounts using Cost of Equity only or Present Value Interest Factor. (L_COSTOFEQUITY)","type":"boolean"},"RecordsPerAllocationBatch":{"format":"int32","description":"Records per Allocation Cash Batch. Maximum number of records per capital credits allocation cash batch. (I_ALLOCATIONRECORDS)","type":"integer"},"RecordsPerRetirementBatch":{"format":"int32","description":"Records per Retirement Cash Batch. Maximum number of records per capital credits retirement cash batch. (I_RETIREMENTRECORDS)","type":"integer"},"RecordsPerDisbursementBatch":{"format":"int32","description":"Records per Disbursement Cash Batch. Maximum number of records per capital credits disbursement cash batch. (I_DISBURSEMENTRECORDS)","type":"integer"},"UseDiscount":{"description":"Use Discount. Option to pay out capital credits in discounted lump sum. (L_DISCOUNT)","type":"boolean"},"TransferDiscountToRetirementAR":{"description":"Transfer Discount To Retirement AR. Option to transfer discount to retirement AR. (L_APPLYDISCOUNT)","type":"boolean"},"EstateDiscountFactor":{"format":"double","description":"Estate Discount Factor. Discount factor for lump-sum payout of capital credits estate. (N_ESTATEDISCOUNT)","type":"number"},"AllocationBatchAction":{"description":"Allocation Cash Batch Action Type. The capital credit allocation cash batch action type. (C_ALLOCATIONBATCHACTION)","type":"string"},"BatchType":{"description":"Cash Batch Type. The capital credit cash batch type. (C_CCBATCHTYPE)\r\nEnum AdvancedUtility.Model.CashBatchTypeEnum:  Standard, WriteoffA, AutomaticBalanceRefund, Bill210Phase2Credit, DepositInterest, WriteoffE, CapitalCreditAllocation, ReconcileZeroBalance, ReconcileNonzeroBalance, PenaltyInterestCalculation, AdjustmentPickup, CapitalCreditRetirement, LienWriteoff, AssistanceAgency, Penalty, PAP, DepositQuote, DepositRefund, DepositReassessment, DepositTransfer, Transfer, LoanInterest, WriteoffW, ExternalTransactions, RequestTransactionPickup, NsfTransaction, PapRefundDraw, PapRefundNoDraw","type":"string"},"CheckDocumentStatus":{"description":"Disbursement Check Document Status. The disbursements check document status. (C_CHECKDOCSTATUS)","type":"string"},"CheckDocumentType":{"description":"Disbursement Check Document Type. The check document type. (C_CHECKDOCTYPE)","type":"string"},"ClearedCheckStatus":{"description":"Cleared Check Status Code. The cleared check document status code. (C_CLEAREDCHECKSTATUS)","type":"string"},"DisburseCheckTransactionCode":{"description":"Disbursement Check Transaction Code. The transaction code for the disbursement check. (C_DISBURSECHECKTRANSCODE)","type":"string"},"DisbursementBatchAction":{"description":"Disbursement Cash Batch Action Type. The capital credit disbursement cash batch action type. (C_DISBURSEMENTBATCHACTION)","type":"string"},"DisburseTransactionCode":{"description":"Disbursement Transaction Code. The transaction code for the disbursement. (C_DISBURSETRANSCODE)","type":"string"},"DiscountedCapitalCreditStatus":{"description":"Discounted Capital Credit Status. Capital credit status of the member who took discounted lup-sum payout of capital credits. (C_DISCOUNTEDCREDITSTATUS)","type":"string"},"EquityDocumentStatus":{"description":"Equity Document Status. The equity document status. (C_EQUITYDOCSTATUS)","type":"string"},"EquityDocumentType":{"description":"Equity Certificate Document Type. The document type for the equity certificate. (C_EQUITYDOCTYPE)","type":"string"},"EquityTransactionCode":{"description":"Equity Transaction Code. The transaction code for the equity. (C_EQUITYTRANSCODE)","type":"string"},"EstateAddressType":{"description":"Estate Processing Address Type. The address type to use for capital credit estate processing. (C_ESTATEADDRESSTYPE)","type":"string"},"EstateCashActionType":{"description":"Estate Processing Cash Batch Action Type. The capital credit estate processing cash batch action type. (C_ESTATECASHACTIONTYPE)","type":"string"},"RetirementAR":{"description":"Retirement A/R Code. The A/R code for capital credits retirement. (C_RETIREMENTAR)","type":"string"},"RetirementBatchAction":{"description":"Retirement Cash Batch Action Type. The capital credit retirement cash batch action type. (C_RETIREMENTBATCHACTION)","type":"string"},"RetirementToDisbursementTransactionCode":{"description":"Retirement A/R to Disbursement A/R Transaction Code. Transaction Code from Capital Credit Retirement A/R to Disbursement A/R. (C_RDTRANSCODE)","type":"string"},"StaleCheckTransactionCode":{"description":"Stale Check Transaction Code. The stale check transaction code. (C_STALECHECKTRANSCODE)","type":"string"},"UnclaimedAR":{"description":"Unclaimed Capital Credits A/R Code. The A/R code for unclaimed capital credits. (C_UNCLAIMEDAR)","type":"string"},"UnclaimedBatchAction":{"description":"Unclaimed Property Cash Batch Action Type. The capital credit unclaimed property cash batch action type. (C_UNCLAIMEDBATCHACTION)","type":"string"},"UnclaimedToDisbursementTransactionCode":{"description":"Unclaimed A/R to Disbursement A/R Transaction Code. Transaction Code from Capital Credit Unclaimed A/R to Disbursement A/R. (C_UDTRANSCODE)","type":"string"},"VoidCheckTransactionCode":{"description":"Void Check Transaction Code. The transaction code for void checks. (C_VOIDCHECKTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditConfigModel]"},"readOnly":true}}},"Operation[CapitalCreditConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditConsolidateRetirementBalanceRunModel":{"description":"CapitalCreditConsolidateRetirementBalance process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerNumber":{"description":"Process for specific customer only.","type":"string"},"CustomerAccountId":{"format":"int64","description":"CustomerAccountId, for which capital credit balances will be consolidated.","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditDisbursementRunModel":{"description":"CapitalCreditDisbursement process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.CapitalCreditDisbursement+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"IncludeRetirement":{"description":"Report account exceptions","type":"boolean"},"IncludeUnclaimed":{"description":"Report service exceptions","type":"boolean"},"AlwaysGenerateCheck":{"description":"Report account exceptions","type":"boolean"},"RecoverDebt":{"description":"Report service exceptions","type":"boolean"},"DoNotPayUnclaimedIfZeroRetirement":{"description":"Report meter exceptions","type":"boolean"},"CreateSeparateBatchPerRule":{"description":"Report meter exceptions","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditDocumentModel":{"description":"Capital Credit Document (CapitalCreditDocument / BIF081)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Number":{"description":"Number. The document number. (C_DOCUMENTNUM)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CreationDate":{"format":"date-time","description":"Creation Date. The document creation date. (D_CREATED)","type":"string"},"Notes":{"description":"Notes. The notes about the document. (M_NOTES)","type":"string"},"IsVoided":{"description":"Is Voided. This check was not processed in due time, and has been voided. (L_VOID)","type":"boolean"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"ExternalReference":{"description":"External Reference. The external reference ID. (C_EXTREFERENCE)","type":"string"},"StatusUpdate":{"format":"date-time","description":"Status Updated Date. The document status update. (D_STATUSUPDATED)","type":"string"},"DocumentId":{"format":"int64","description":"Document ID. The unique capital credit document ID. (I_DOCUMENTID)","type":"integer"},"Status":{"description":"Status. The status code for the document. (C_DOCUMENTSTATUS)","type":"string"},"Type":{"description":"Type. The document type code. (C_DOCUMENTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditDocumentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditDocumentModel]"},"readOnly":true}}},"Operation[CapitalCreditDocumentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditProcessingRuleModel":{"description":"Capital Credit Processing Rule Control (CapitalCreditProcessingRule / CON188)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MinimumAmount":{"format":"double","description":"Disbursement Minimum Amount. The minimum disbursement amount. (Y_MINAMOUNT)","type":"number"},"MaximumAmount":{"format":"double","description":"Disbursement Maximum Amount. The maximum disbursement amount. (Y_MAXAMOUNT)","type":"number"},"HasSingleAccount":{"description":"Single Account Flag. Indicates whether this is a single account. (L_SINGLEACCOUNT)","type":"boolean"},"IsLastRetirement":{"description":"Last Retirement Flag. Indicates whether this is the last retirement. (L_LASTRETIREMENT)","type":"boolean"},"WillGenerateCheck":{"description":"Generate Check Transaction. Indicates whether to generate the check transaction. (L_GENERATECHECK)","type":"boolean"},"RetirementCommand":{"description":"Custom Retirement Rule. Description of this retirement rule. (C_RETIREMENTCOMMAND)","type":"string"},"CustomDisbursementCommand":{"description":"Custom Disbursement Rule. Description of this disbursement rule. (C_DISBURSEMENTCOMMAND)","type":"string"},"RulePriority":{"format":"int32","description":"Rule Priority. The priority or order in which this rule will be analyzed and/or executed. (N_PRIORITY)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the capital credit processing rule is disabled. (L_DISABLED)","type":"boolean"},"Script":{"description":"Script. PowerShell script for calculation of retirement or disbursement amounts. (M_SCRIPT)","type":"string"},"Type":{"description":"Type. The type of entry. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON188+TypeEnum:  Retirement, Disbursement","type":"string"},"AccountStatus":{"description":"Account Status. The account status. (C_ACCOUNTSTATUS)","type":"string"},"CapitalCreditRuleId":{"format":"int64","description":"Capital Credit Rule ID. The Capital Credit Rule ID. (I_CAPITALCREDITRULEID)","type":"integer"},"CapitalCreditStatus":{"description":"Capital Credit Status. The capital credit status (C_CAPITALCREDITSTATUS)","type":"string"},"TransactionCode":{"description":"Transaction Code. The capital credit transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditProcessingRuleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditProcessingRuleModel]"},"readOnly":true}}},"Operation[CapitalCreditProcessingRuleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditRecoverBadDebtRunModel":{"description":"CapitalCreditRecoverBadDebt process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer number to process","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditReissueVoidCheckRunModel":{"description":"CapitalCreditReissueVoidCheck process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.CapitalCreditReissueVoidCheck+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"AlwaysGenerateCheck":{"description":"Generate check","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditRetirementModel":{"description":"Capital Credit Retirement History (CapitalCreditRetirement / BIF082)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Year":{"description":"Year of Retirement. The year of retirement.  (C_YEAR)","type":"string"},"RetirementDate":{"format":"date-time","description":"Retirement Date. The date when retirement pick-up was run. (D_RETIREMENT)","type":"string"},"RetirementPercent":{"format":"double","description":"Percent of Allocation Retired. The percent of allocation retired. (N_RETIREMENT)","type":"number"},"CashDisbursementPercent":{"format":"double","description":"Percent of Retirement allocated to Disbursement. The percent of retirement assigned to disbursement. (N_DISBURSEMENT)","type":"number"},"EquityPercent":{"format":"double","description":"Percent of Retirement allocated to Equity. The percent of retirement assigned to equity. (N_EQUITY)","type":"number"},"BatchId":{"format":"int64","description":"Retirement Cash Batch ID. The retirement batch ID. (I_BATCHID)","type":"integer"},"RetirementAmount":{"format":"double","description":"Retirement Amount. The amount of capital credit retirement. (Y_RETIREMENTAMOUNT)","type":"number"},"Notes":{"description":"Notes. The capital credit retirement notes. (M_NOTES)","type":"string"},"AllocationClass":{"description":"Allocation Class. The allocation class. (C_ALLOCATIONCLASS)","type":"string"},"AllocationType":{"description":"Allocation Type. The allocation type. (C_ALLOCATIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditRetirementModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditRetirementModel]"},"readOnly":true}}},"Operation[CapitalCreditRetirementModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditRetirementByAgingRunModel":{"description":"CapitalCreditRetirementByAging process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllAllocationTypes":{"description":"Whether or not all allocation type codes should be processed","type":"boolean"},"AllocationTypes":{"description":"List of allocation types, for which capital credits will be retired by this process.","type":"array","items":{"type":"string"}},"AllocationPercent":{"format":"double","description":"Current Allocation (%).","type":"number"},"PatronagePercent":{"format":"double","description":"Current Patronage (%).","type":"number"},"FormerGoodAddressPercent":{"format":"double","description":"Former Good Address (%).","type":"number"},"FormerBadAddressPercent":{"format":"double","description":"Former Bad Address (%).","type":"number"},"CustomerNumber":{"description":"Customer for which capital credits will be retired by this process.","type":"string"},"CustomerAccountId":{"format":"int64","description":"CustomerAccountId for which capital credits will be retired by this process.","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditRetirementPaidModel":{"description":"Capital Credit Retirement Paid Control (CapitalCreditRetirementPaid / CON189)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CapitalCreditYear":{"format":"int32","description":"Capital Credit Year. The capital credit year. (I_CCYEAR)","type":"integer"},"RetirementYear":{"format":"int32","description":"Retirement Year. The retirement year. (I_RETIREMENTYEAR)","type":"integer"},"Factor":{"format":"double","description":"Retirement Factor. The retirement factor used in the capital credit calculation. (N_FACTOR)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the capital credit  retirement paid is disabled. (L_DISABLED)","type":"boolean"},"CapitalCreditRetirementPaidId":{"format":"int64","description":"Retirement Paid ID. The Capital Credit Retirement Paid ID. (I_CCRETIREMENTPAIDID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditRetirementPaidModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditRetirementPaidModel]"},"readOnly":true}}},"Operation[CapitalCreditRetirementPaidModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditStaleVoidCheckRunModel":{"description":"CapitalCreditStaleVoidCheck process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProcessStaleChecks":{"description":"Process Stale Check flag","type":"boolean"},"ProcessVoidChecks":{"description":"Process Void Check flag","type":"boolean"},"DocumentType":{"description":"The document type","type":"string"},"RunType":{"format":"int32","description":"Run type: 1 = RETRIEVE or 2 = PROCESSED","type":"integer"},"ChangeStatus":{"description":"Option to change capital credit status","type":"boolean"},"NewStatus":{"description":"New capital credit status","type":"string"},"ConsecutiveChecks":{"format":"int32","description":"Number of consecutive checks","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditStatusModel":{"description":"Capital Credit Status Control (CapitalCreditStatus / CON185)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The capital credit status code. (C_CAPITALCREDITSTATUS)","type":"string"},"Description":{"description":"Description. The capital credit status description. (C_DESCRIPTION)","type":"string"},"SendCheck":{"description":"Send Check. Indicates active capital credit status of the member (i.e. the member accumulates patronage, and capital credit cheques can be issued to the member). (L_SENDCHECK)","type":"boolean"},"Inactive":{"description":"Inactive. Indicates that the member does not accumulate capital credit patronage amounts (but still eligible for payouts of capital credits accumulated earlier). (L_INACTIVE)","type":"boolean"},"Unlocatable":{"description":"Unlocatable. Indicates that the member has no known address/location, and therefore capital credit cheques cannot be issued to the member. (L_UNLOCATABLE)","type":"boolean"},"UpdateByUserOnly":{"description":"User Updated Only. This capital credit status can only be updated manually by a user. It cannot be updated by a process automatically. (L_USERUPDATEONLY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates that the capital credit status cannot be used. (L_DISABLED)","type":"boolean"},"DocumentStatus":{"description":"Document Status Code. The status the document gets created to when updating a cash batch of disbursement transactions. (C_DOCUMENTSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditStatusModel]"},"readOnly":true}}},"Operation[CapitalCreditStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditStatusUpdateRunModel":{"description":"CapitalCreditStatusUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Select by specific customer ??","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CapitalCreditTempModel":{"description":"Capital Credits Temp (CapitalCreditTemp / TMP080)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer (C_CUSTOMER)","type":"string"},"Account":{"description":"Account (C_ACCOUNT)","type":"string"},"RetirementYear":{"description":"Retirement Year (C_YEAR)","type":"string"},"Allocation":{"format":"double","description":"Allocation (N_ALLOC)","type":"number"},"AllocationBalance":{"format":"double","description":"Allocation Balance (N_ALBAL)","type":"number"},"CurrentRetirement":{"format":"double","description":"Current Retirement (N_RETIRE)","type":"number"},"EquityFactor":{"format":"double","description":"Equity Factor (N_EQF)","type":"number"},"EquityAmount":{"format":"double","description":"Equity Amount (N_EQTY)","type":"number"},"DisbursementFactor":{"format":"double","description":"Disbursement Factor (N_DBF)","type":"number"},"DisbursementAmount":{"format":"double","description":"Disbursement Amount (N_DISB)","type":"number"},"WriteoffAmount":{"format":"double","description":"Write-off Amount (N_WOFF)","type":"number"},"CheckAmount":{"format":"double","description":"Check Amount (N_CHECK)","type":"number"},"NewBalance":{"format":"double","description":"New Balance (N_BAL)","type":"number"},"CapitalCreditFieldToUpdate":{"description":"Capital Credit Field To Update (C_TBLFLD)","type":"string"},"CapitalCreditRecord":{"format":"int64","description":"Capital Credit Record (I_TBLPK)","type":"integer"},"BIF956Fk":{"format":"int64","description":"BIF956 Foreign Key (I_T6FK)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID (I_BATCHID)","type":"integer"},"DiscountedAmount":{"format":"double","description":"Discounted Amount. The discounted capital credit payout. (Y_DISCOUNTEDAMOUNT)","type":"number"},"DonatedAmount":{"format":"double","description":"Capital Credit Donation. The donated capital credit amount. (Y_DONATEDAMOUNT)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditTempModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditTempModel]"},"readOnly":true}}},"Operation[CapitalCreditTempModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditUnclaimedPropertyModel":{"description":"Capital Credit Unclaimed Property Control (CapitalCreditUnclaimedProperty / CON186)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Aggregate":{"format":"int32","description":"Aggregate Number. The unclaimed property aggregate number. (I_AGGREGATE)","type":"integer"},"Name":{"description":"Agency Name. The unclaimed property agency name. (C_NAME)","type":"string"},"Address1":{"description":"Address. The unclaimed property agency address. (C_ADDRESS1)","type":"string"},"Street":{"description":"Street. The unclaimed property agency street. (C_STREET)","type":"string"},"Town":{"description":"Town. The unclaimed property agency town. (C_TOWN)","type":"string"},"Postcode":{"description":"Zip Code. The unclaimed property agency postal code. (C_POSTCODE)","type":"string"},"Phone":{"description":"Agency Phone Number. The unclaimed property agency phone number. (C_PHONE)","type":"string"},"Email":{"description":"Agency Email Address. The unclaimed property agency email address. (C_EMAIL)","type":"string"},"ReportDate":{"description":"Report Date. The unclaimed property report date. (C_REPORTDATE)","type":"string"},"FinalDate":{"description":"Final Report Date. The unclaimed property final report date. (C_FINALDATE)","type":"string"},"Notes":{"description":"Notes. The additional notes about the unclaimed property. (C_NOTES)","type":"string"},"HoldingPeriod":{"format":"double","description":"Holding Period (Years). The holding period (in years) for the unclaimed property. (N_HOLDINGPERIOD)","type":"number"},"LastTransactionDate":{"format":"date-time","description":"Last Transaction Date. The date threshold for the last transaction date for a customer/account to be selected for Unclaimed Property Process. (D_LASTTRANSACTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the capital credit unclaimed property is disabled. (L_DISABLED)","type":"boolean"},"State":{"description":"State. The unclaimed property agency state. (C_PROV)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CapitalCreditUnclaimedPropertyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CapitalCreditUnclaimedPropertyModel]"},"readOnly":true}}},"Operation[CapitalCreditUnclaimedPropertyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CapitalCreditUnclaimedPropertyProcessRunModel":{"description":"CapitalCreditUnclaimedPropertyProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.CapitalCreditUnclaimedPropertyProcess+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"States":{"description":"Comma-separated list of State codes selected for processing.","type":"string"},"AccountStatuses":{"description":"Comma-separated list of Account Status codes selected for processing.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CashBatchTypeModel":{"description":"Cash Batch Type Control (CashBatchType / CON235)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Cash Batch Type. The cash batch type. (C_BATCHTYPE)\r\nEnum AdvancedUtility.Model.CashBatchTypeEnum:  Standard, WriteoffA, AutomaticBalanceRefund, Bill210Phase2Credit, DepositInterest, WriteoffE, CapitalCreditAllocation, ReconcileZeroBalance, ReconcileNonzeroBalance, PenaltyInterestCalculation, AdjustmentPickup, CapitalCreditRetirement, LienWriteoff, AssistanceAgency, Penalty, PAP, DepositQuote, DepositRefund, DepositReassessment, DepositTransfer, Transfer, LoanInterest, WriteoffW, ExternalTransactions, RequestTransactionPickup, NsfTransaction, PapRefundDraw, PapRefundNoDraw","type":"string"},"Description":{"description":"Description. The cash batch type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the cash batch type is disabled. (L_DISABLED)","type":"boolean"},"RequiresBankFile":{"description":"Requires a Bank File. Indicates whether a cash batch of this type requires a bank file to be exported. (L_REQUIRESBANKFILE)","type":"boolean"},"CancelUpdate":{"description":"Cancel Transaction Batch Update on Payment Allocation Change. Indicates the Transaction Batch update will be canceled when the  payment allocation has changed since the previous allocation. (L_CANCELUPDATE)","type":"boolean"},"BatchDescriptionScript":{"description":"Batch Description Template. The template for generating a default batch description for the given batch type. (M_SCRIPT)","type":"string"},"UpdateAction":{"format":"int64","description":"Update Action. The update action. (I_UPDATEACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashBatchTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashBatchTypeModel]"},"readOnly":true}}},"Operation[CashBatchTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashEntryTypeOCRLineModel":{"description":"Cash Entry Type/OCR Line Control (CashEntryTypeOCRLine / CON036)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EntryType":{"description":"Entry Type. The entry type code. (C_ENTRYTYPE)","type":"string"},"Description":{"description":"Description. The description of the entry type. (C_DESCRIPTION)","type":"string"},"Type":{"description":"Type. The type of cash entry or OCR (Optical Character Recognition) line. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON036+TypeEnum:  CustAccount, Errors, GL, Sundry, POS","type":"string"},"Linked":{"description":"Linked. Indicates whether the type/line is linked. (L_LINKED)","type":"boolean"},"Database":{"description":"Database. The name of the database that the type is linked to. (C_DATABASE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"UseAbsAmountInOCR":{"description":"Use Absolute Amount in OCR Line. When selected, the OCR line shows an absolute value of the Bill Amount. (L_USEABSAMOUNTINOCR)","type":"boolean"},"Table":{"description":"Table. The table that the type is linked to. (C_TABLE)","type":"string"},"LocateField":{"description":"Locate Field. The name of the field and/or location. (C_LOCATEFIELD)","type":"string"},"FieldDescription1":{"description":"Field #1 Description. The description of the first field. (C_FDESCRIPTION1)","type":"string"},"Field1":{"description":"Field #1 Name. The name of the first field. (C_FIELD1)","type":"string"},"FieldType1":{"description":"Field #1 Type. The first field's type. (C_FTYPE1)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"FieldDescription2":{"description":"Field #2 Description. The description of the second field. (C_FDESCRIPTION2)","type":"string"},"Field2":{"description":"Field #2 Name. The name of the second field. (C_FIELD2)","type":"string"},"FieldType2":{"description":"Field #2 Type. The second field type. (C_FTYPE2)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"FieldDescription3":{"description":"Field #3 Description. The description of the third field. (C_FDESCRIPTION3)","type":"string"},"Field3":{"description":"Field #3 Name. The name of the third field. (C_FIELD3)","type":"string"},"FieldType3":{"description":"Field #3 Type. The third field's type. (C_FTYPE3)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"FieldDescription4":{"description":"Field #4 Description. The description of the fourth field. (C_FDESCRIPTION4)","type":"string"},"Field4":{"description":"Field #4 Name. The name of the fourth field. (C_FIELD4)","type":"string"},"FieldType4":{"description":"Field #4 Type. The fourth field's type. (C_FTYPE4)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"FieldDescription5":{"description":"Field #5 Description. The description of the fifth field. (C_FDESCRIPTION5)","type":"string"},"Field5":{"description":"Field #5 Name. The description of the fifth field. (C_FIELD5)","type":"string"},"FieldType5":{"description":"Field #5 Type. The fifth field's type. (C_FTYPE5)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"FieldDescription6":{"description":"Field #6 Description. The description of the sixth field. (C_FDESCRIPTION6)","type":"string"},"Field6":{"description":"Field #6 Name. The name of the sixth field. (C_FIELD6)","type":"string"},"FieldType6":{"description":"Field #6 Type. The sixth field's type. (C_FTYPE6)\r\nEnum AdvancedUtility.Model.CON036+FieldType1Enum:  Character, Currency, Numeric, Other, Empty","type":"string"},"DebitCredit":{"description":"Debit/Credit. Indicates whether the transaction amount is debited or credited. (C_DEBITCREDIT)\r\nEnum AdvancedUtility.Model.GLE001+EntryTypeEnum:  Debit, Credit, Either","type":"string"},"OCRLength":{"format":"int32","description":"OCR Length. The OCR (Optical Character Recognition) length. (N_OCRLENGTH)","type":"integer"},"CustomerStart":{"format":"int32","description":"OCR Customer Start. The OCR (Optical Character Recognition) customer start. (N_CUSTOMERSTART)","type":"integer"},"CustomerLength":{"format":"int32","description":"OCR Customer Length. The OCR (Optical Character Recognition) customer length. (N_CUSTOMERLENGTH)","type":"integer"},"AccountStart":{"format":"int32","description":"OCR Account Start. The OCR (Optical Character Recognition) account start. (N_ACCOUNTSTART)","type":"integer"},"AccountLength":{"format":"int32","description":"OCR Account Length. The OCR (Optical Character Recognition) account length. (N_ACCOUNTLENGTH)","type":"integer"},"DueDateStart":{"format":"int32","description":"OCR Due Date Start. The OCR (Optical Character Recognition) due date start. (N_DUEDATESTART)","type":"integer"},"DueDateLength":{"format":"int32","description":"OCR Due Date Length. The OCR (Optical Character Recognition) due date length. (N_DUEDATELENGTH)","type":"integer"},"DueDateFormat":{"description":"OCR Due Date Format. The OCR (Optical Character Recognition) due date format. (C_DUEDATEFORMAT)\r\nEnum AdvancedUtility.Model.CON036+DueDateFormatEnum:  _blank, MonthDayYear, DayMonthYear, YearMonthDay","type":"string"},"AmountBeforeStart":{"format":"int32","description":"OCR Amount Before Start. The OCR (Optical Character Recognition) amount before start. (N_AMOUNTBEFORESTART)","type":"integer"},"AmountBeforeLength":{"format":"int32","description":"OCR Amount Before Length. The OCR (Optical Character Recognition) amount before length. (N_AMOUNTBEFORELENGTH)","type":"integer"},"AmountAfterStart":{"format":"int32","description":"OCR Amount After Start. The OCR (Optical Character Recognition) amount after the start. (N_AMOUNTAFTERSTART)","type":"integer"},"AmountAfterLength":{"format":"int32","description":"OCR Amount After Length. The OCR (Optical Character Recognition) amount after the length. (N_AMOUNTAFTERLENGTH)","type":"integer"},"IsUpdate":{"description":"Update. Indicates whether to update or not. (L_UPDATE)","type":"boolean"},"UpdateType":{"description":"Update Type. The update type. (C_UPDTYPE)","type":"string"},"UpdateDatabase":{"description":"Update Database. The update database. (C_UPDDATABASE)","type":"string"},"CheckDigitStart":{"format":"int32","description":"Check Digit Start Position. The check-digit start position. (N_CHECKDIGITSTART)","type":"integer"},"CheckDigitType":{"description":"Check Digit Type. The check digit type. (C_CHECKDIGITTYPE)\r\nEnum AdvancedUtility.Model.CON036+CheckDigitTypeEnum:  _blank, Mod01, Mod10, Mod10A, Mod10CustomWeights, Mod371","type":"string"},"Sort":{"format":"int32","description":"Type Sort. The sort type that is used to determine what the entry type order will be.  (N_SORT)","type":"integer"},"BillStart":{"format":"int32","description":"Bill Number Start. The start position of the bill number. (N_BILLSTART)","type":"integer"},"BillLength":{"format":"int32","description":"Bill Number Length. The length of the bill number. (N_BILLLENGTH)","type":"integer"},"IsActive":{"description":"Active OCR. Indicates whether the OCR is active or not. (L_ACTIVE)","type":"boolean"},"OCRDelimiter":{"description":"OCR/Scan Line Delimiter. The OCR or scan line delimiter value. (C_OCRDELIMITER)","type":"string"},"CheckDigitWeights":{"description":"Check Digit Weights. The comma separated list of custom weights that will be used in the algorithm for the check digit calculation. (C_CHECKDIGITWEIGHTS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashEntryTypeOCRLineModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashEntryTypeOCRLineModel]"},"readOnly":true}}},"Operation[CashEntryTypeOCRLineModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashInterfaceModel":{"description":"Cash, Adjustments, Deposits Interface (CashInterface / UTL956)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Amount":{"format":"double","description":"Amount. The check amount. (Y_AMOUNT)","type":"number"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"PayDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_PAYDATE)","type":"string"},"ReferenceNumber":{"description":"Reference Number. The reference number for the transaction. (C_REFNUM)","type":"string"},"RecordType":{"description":"Record Type. The record type. (C_RECORDTYPE)","type":"string"},"CheckNumber":{"description":"Check Number. The check number. (C_CHECKNUMBER)","type":"string"},"CheckDate":{"format":"date-time","description":"Check Issue Date. The check issue date. (D_CHECKDATE)","type":"string"},"CheckStatus":{"description":"Check Status. The check status. (C_CHECKSTATUS)","type":"string"},"CheckUpdateDate":{"format":"date-time","description":"Check Update Date. The date of the check update. (D_CHECKUPDATEDATE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"CreditGl":{"description":"Credit G/L. The Credit general ledger information. (C_CREDITGL)","type":"string"},"DebitGl":{"description":"Debit G/L. The Debit general ledger information. (C_DEBITGL)","type":"string"},"Datetime":{"format":"date-time","description":"Date Time. The date and time of the transaction. (T_DATETIME)","type":"string"},"IsProcessed":{"description":"Processed Flag. Indicates whether the transaction has been processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the transaction has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashInterfaceModel]"},"readOnly":true}}},"Operation[CashInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashJournalReportRunModel":{"description":"CashJournal report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","type":"integer"},"IsReprint":{"type":"boolean"},"SortBy":{"type":"string"},"Summarize":{"type":"boolean"},"JournalType":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CashRegisterPaymentAuthorizationModel":{"description":"Payment Authorization (CashRegisterPaymentAuthorization / BIF964)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Receipt":{"format":"int64","description":"Receipt #. The receipt number. (I_RECEIPT)","type":"integer"},"PaymentId":{"format":"int64","description":"Payment ID. The payment ID. (I_PAYMENTID)","type":"integer"},"CreditCardNumber":{"description":"Credit Card Number. The credit card number. (C_CARDNUMBER)","type":"string"},"CreditCardHolderName":{"description":"Credit Card Holder Name. The name of the credit card owner. (C_CARDNAME)","type":"string"},"CreditCardExpiryDate":{"description":"Credit Card Expiry Date. The card expiry date. (C_CARDEXP)","type":"string"},"AmountToAuthorize":{"description":"Amount to Authorize. The amount sent to the processor to be authorized. (C_AMOUNT)","type":"string"},"AmountAuthorized":{"format":"double","description":"Authorized Amount. The amount of the authorized and captured transaction. (Y_AMOUNT)","type":"number"},"Address":{"description":"Address. The street address where the credit card owner resides. (C_ADDRESS)","type":"string"},"Command":{"description":"Command. The command/message that is being sent to the payment processor. (C_COMMAND)","type":"string"},"TimeSent":{"format":"date-time","description":"Date/Time Sent. The date and time that the command was sent. (T_TIMESENT)","type":"string"},"OrderId":{"description":"Order ID. The unique Order-ID for the transaction. (C_ORDERID)","type":"string"},"Status":{"description":"Status. The returned status code of the command issued. (C_STATUS)","type":"string"},"AuthorizationCode":{"description":"Authorization Code. The authorization code returned from the payment processor. (C_AUTHCODE)","type":"string"},"ReferenceCode":{"description":"Reference Code. The retrieval reference number for the transaction. (C_REFCODE)","type":"string"},"Response":{"description":"Response String. The response string returned from the payment processor. (M_RESPONSE)","type":"string"},"TransactionType":{"description":"Transaction Type. The transaction type used when voiding authorized transactions. (C_TXNTYPE)","type":"string"},"StationId":{"description":"Station ID. The station ID of the station where authorization was processed. (C_STATIONID)","type":"string"},"Token":{"description":"Token. The token description. (M_TOKEN)","type":"string"},"Email":{"description":"Email. The email address of the  (C_EMAIL)","type":"string"},"Country":{"description":"Country (Obsolete). The country where the payment was authorized. (Obsolete) (C_COUNTRY)","type":"string"},"City":{"description":"City. The City where the payment was authorized. (C_CITY)","type":"string"},"ProcessingFee":{"format":"double","description":"Processing Fee. The processing fee for the transaction.  (Y_TRANSACTIONFEE)","type":"number"},"CountryCode":{"description":"Country. The country code the customer resides in. (C_COUNTRYCODE)","type":"string"},"CreditCardType":{"format":"int64","description":"CreditCard Type. The credit card type. (I_CREDITCARDCODE)","type":"integer"},"State":{"description":"State. The province or state where the payment was authorized. (C_PROV)","type":"string"},"UserId":{"description":"User ID. The user ID of the person who processed the authorization. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterPaymentAuthorizationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterPaymentAuthorizationModel]"},"readOnly":true}}},"Operation[CashRegisterPaymentAuthorizationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashRegisterPaymentDetailModel":{"description":"Cash Register Payment Detail (CashRegisterPaymentDetail / BIF963)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AuthorizationDetails":{"description":"Authorization Details","type":"array","items":{"$ref":"#/definitions/CashRegisterPaymentAuthorizationModel"}},"ReceiptNumber":{"format":"int64","description":"Receipt Number. The receipt number. (I_RECEIPT)","type":"integer"},"PaymentDateChr":{"description":"Payment Date. The payment date. (C_PAYMENTDATE)","type":"string"},"Amount":{"format":"double","description":"Amount. The payment amount. (Y_AMOUNT)","type":"number"},"DebitCredit":{"description":"Debit/Credit. Indicates whether the payment is a credit or a debit. (C_DEBITCREDIT)\r\nEnum AdvancedUtility.Model.CON051+DebitCreditEnum:  Debit, Credit","type":"string"},"ReferenceNumber":{"description":"Reference Number. The payment reference number. (C_REFNUMBER)","type":"string"},"CreditCardExpiryDate":{"description":"CreditCard Expiry Date. The expiry date of the credit card used in the payment. (C_CCEXPIRYDATE)","type":"string"},"CreditCardAuthorizationCode":{"description":"CreditCard Authorization Code. The authorization number of the credit card. (C_CCAUTHCODE)","type":"string"},"PaymentDate":{"format":"date-time","description":"Payment Date. The payment date. (T_PAYMENTDATE)","type":"string"},"DateOnCheque":{"format":"date-time","description":"Check Date. The date of the cheque. (D_DATEONCHEQUE)","type":"string"},"Comment":{"description":"Comment. The payment comment. (C_COMMENT)","type":"string"},"PaymentId":{"format":"int64","description":"Payment ID. The payment ID. (I_PAYMENTID)","type":"integer"},"AuthorizationMessage":{"description":"Authorization Message. The authorization message to be processed which is blanked out after being processed. (C_PROCESSMESSAGE)","type":"string"},"IsDeleted":{"description":"Is Deleted. Indicates if the payment method was deleted. (Records are only marked as deleted instead of actually deleting them.) (L_DELETED)","type":"boolean"},"Pin":{"description":"PIN #. The personal ID number of the transaction. (C_PIN)","type":"string"},"ReceivedCurrencyAmount":{"format":"double","description":"Received Currency Amount. The amount of the payment in the received currency. (Y_RECEIVEDAMOUNT)","type":"number"},"AccountType":{"description":"Account Type. The account type. (C_ACCTYPE)","type":"string"},"CreditCardType":{"format":"int64","description":"CreditCard Type. The credit card type. (I_CREDITCARDCODE)","type":"integer"},"CurrencyType":{"description":"Currency Type. The currency type code. (C_CURRENCYTYPE)","type":"string"},"PaymentType":{"description":"Payment Type. The payment type. (C_CODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterPaymentDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterPaymentDetailModel]"},"readOnly":true}}},"Operation[CashRegisterPaymentDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashRegisterReceiptModel":{"description":"Cash Register Receipt (CashRegisterReceipt / BIF961)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PaymentDetails":{"description":"Payment Details","type":"array","items":{"$ref":"#/definitions/CashRegisterPaymentDetailModel"}},"Transactions":{"description":"Transactions","type":"array","items":{"$ref":"#/definitions/CashRegisterTransactionModel"}},"ScannedBillPaymentInfo":{"description":"The scanned bill payment info bar code","type":"string"},"ReceiptNumber":{"format":"int64","description":"Receipt Number. The receipt number. (I_RECEIPT)","type":"integer"},"PaymentDate":{"format":"date-time","description":"Payment Date. The receipt payment date. (T_PAYDATE)","type":"string"},"TotalTransactionAmount":{"format":"double","description":"Total Transaction Amount. The receipt amount. (Y_AMOUNT)","type":"number"},"Payment1Amount":{"format":"double","description":"Payment 1 Amount. The amount tendered with the first payment type. (Y_TENDER1)","type":"number"},"Payment2Amount":{"format":"double","description":"Payment 2 Amount. The second payment type. (Y_TENDER2)","type":"number"},"Payment3Amount":{"format":"double","description":"Payment 3 Amount. The third payment type. (Y_TENDER3)","type":"number"},"TotalPaymentAmount":{"format":"double","description":"Total Payment Amount. The total amount of the receipt. (Y_TOTAL)","type":"number"},"Change":{"format":"double","description":"Change. The change given to the customer. (Y_CHANGE)","type":"number"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID in which the invoice is located. (I_BATCHID)","type":"integer"},"IsDeleted":{"description":"Deleted. Indicates whether the receipt transaction was deleted. (Records are marked as deleted, instead of actually deleting them.) (L_DELETED)","type":"boolean"},"Payment4Amount":{"format":"double","description":"Payment 4 Amount. The fourth payment type. (Y_TENDER4)","type":"number"},"BatchSequence":{"format":"int64","description":"Sequence Number In Batch. The sequence number in the batch for this transaction. (I_BATCHSEQUENCE)","type":"integer"},"TotalDiscount":{"format":"double","description":"Total Discount. The total discount on the receipt. (Y_DISCOUNT)","type":"number"},"Payment1Type":{"description":"Payment 1 Type. The first payment type. (C_TYPE1)","type":"string"},"Payment2Type":{"description":"Payment 2 Type. The amount tendered with the second payment type. (C_TYPE2)","type":"string"},"Payment3Type":{"description":"Payment 3 Type. The amount tendered with the third payment type. (C_TYPE3)","type":"string"},"Payment4Type":{"description":"Payment 4 Type. The amount tendered with the fourth payment type. (C_TYPE4)","type":"string"},"UserId":{"description":"Created By. The ID of the user who generated this batch. (C_USERID)","type":"string"},"ConfirmCancelCreditCardTransactionsOption":{"format":"int32","description":"Indicates whether to cancel all credit card transactions and apply a service charge. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CashRegisterTransactionModel":{"description":"Cash Register Transaction (CashRegisterTransaction / BIF962)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillPOSItem":{"$ref":"#/definitions/BillPosModel","description":"POS item"},"ReceiptNumber":{"format":"int64","description":"Receipt Number. The receipt number. (I_RECEIPT)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"CashType":{"description":"Cash Type. The transaction cash type. (C_CASHTYPE)","type":"string"},"Description":{"description":"Description. The description of the transaction. (C_TRANSDESCRIPT)","type":"string"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_TRANSDATE)","type":"string"},"PaymentDate":{"format":"date-time","description":"Payment Date. The payment date. (D_PAYDATE)","type":"string"},"Amount":{"format":"double","description":"Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"Quantity":{"format":"int32","description":"Quantity. The transaction quantity. (I_QTY)","type":"integer"},"SaleNumber":{"format":"int64","description":"Sale Number. The sale number. (I_SALENUM)","type":"integer"},"MiscellaneousCharges":{"description":"Miscellaneous Charges. Miscellaneous charges in the transaction. (C_MISCCHGS)","type":"string"},"Division":{"description":"Division. The division of the company. (C_DIVISION)","type":"string"},"Timestamp":{"format":"date-time","description":"Timestamp. The transaction date and time. (T_STAMP)","type":"string"},"SerialNumber":{"description":"Serial Number. The serial number of the transaction item. (C_SERIALN)","type":"string"},"RebateAmount":{"format":"double","description":"Rebate Amount. The transaction rebate. (Y_REBATE)","type":"number"},"IsDeleted":{"description":"Is Deleted?. Indicates whether the transaction was deleted. (Records are marked as deleted, instead of actually deleting them.) (L_DELETED)","type":"boolean"},"ARCode":{"description":"AR Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Company":{"description":"Company. The company associated with the transaction. (C_COMPANY)","type":"string"},"CreditGL":{"description":"Credit G/L. The transaction credit general ledger account. (C_CREDITGL)","type":"string"},"DebitGL":{"description":"Debit G/L. The transaction debit general ledger account. (C_DEBITGL)","type":"string"},"EntryType":{"description":"Entry Type. The transaction entry type. (C_ENTRYTYPE)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"LoanBalance":{"description":"Loan Balance.\r\nEnum AdvancedUtility.Model.BIF956+BalanceTypeEnum:  Transfer, Principle, Interest, Extra, Bank, Cash, None","type":"string"},"LoanNumber":{"format":"int64","description":"Loan Number.","type":"integer"},"StockCode":{"description":"Stock Code. The transaction stock code. (C_STOCKCD)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowLoanOverpayment":{"format":"int32","description":"If transaction is a loan payment, should the amount be allowed to exceed the current balance of the loan? Valid values are: 0 = Yes, 1 = No, -1 = Unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterReceiptModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterReceiptModel]"},"readOnly":true}}},"Operation[CashRegisterReceiptModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashRegisterReceiptEndorseReportRunModel":{"description":"Cash Register Receipt Endorse Report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StationId":{"description":"Cash Register Station - used for receipt printing defaults","type":"string"},"Receipt":{"format":"int64","description":"Receipt to print","type":"integer"},"IsCheckEndorse":{"description":"Indicator if report is check endorse (or bill endorse)","type":"boolean"},"CheckNumber":{"description":"Check number to endorse","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CashRegisterReceiptReportRunModel":{"description":"Cash Register Receipt Report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StationId":{"description":"Cash Register Station - used for receipt printing defaults","type":"string"},"Receipt":{"format":"int64","description":"Receipt to print","type":"integer"},"PaperOptions":{"description":"Destination to send the report (Screen, Back of Bill, Printer)\r\nEnum AdvancedUtility.Services.Reports.CashRegisterReceiptHelper+ReceiptPaperOptions: ReceiptPaper, BackOfBill, Screen","type":"string"},"Copies":{"format":"int32","description":"Number of copies to print","type":"integer"},"SingleAccount":{"description":"Indicator if the receipt is paying multiple accounts","type":"boolean"},"PlanType":{"description":"Plan Type the customer is on","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CashRegisterReportModel":{"description":"Cash Register Report Control (CashRegisterReport / CON086)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReceiptCode":{"description":"Receipt Code. The receipt code. (C_RECEIPTCODE)","type":"string"},"Description":{"description":"Description. The receipt description. (C_DESCRIPTION)","type":"string"},"ReportFile":{"description":"Report File. The name of the report that is run while printing the receipt. (C_REPORTFILE)","type":"string"},"HasTransactionRecord":{"description":"Transaction Record. Indicates the transaction record. (L_TRANSACTIONRECORD)","type":"boolean"},"Copies":{"format":"int32","description":"Number of Copies to Print. The number of copies to print. (N_COPIES)","type":"integer"},"Name":{"description":"Business Name to Print on Receipt. The business name to appear on the receipt. (C_NAME)","type":"string"},"Address1":{"description":"Address Line 1. The first address line. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second address line. (C_ADDRESS2)","type":"string"},"Address3":{"description":"Address Line 3. The third address line. (C_ADDRESS3)","type":"string"},"Address4":{"description":"Address Line 4. The fourth address line. (C_ADDRESS4)","type":"string"},"Message1":{"description":"Message Line 1. The first message line. (C_MESSAGE1)","type":"string"},"Message2":{"description":"Message Line 2. The second message line. (C_MESSAGE2)","type":"string"},"Message3":{"description":"Message Line 3. The third message line. (C_MESSAGE3)","type":"string"},"Message4":{"description":"Message Line 4. The fourth message line. (C_MESSAGE4)","type":"string"},"Footer1":{"description":"Footer 1. The first footer. (C_FOOTER1)","type":"string"},"Footer2":{"description":"Footer 2. The second footer.  (C_FOOTER2)","type":"string"},"Type":{"description":"Type. The report type.  (C_TYPE)\r\nEnum AdvancedUtility.Model.CON086+TypeEnum:  Receipt, TransactionRecord, Endorsing","type":"string"},"IncludeWaterServiceEntranceData":{"description":"Include Water Service Entrance Data. Include Water Service Entrance Data. (L_INCLUDEBIF303)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the cash register report is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterReportModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterReportModel]"},"readOnly":true}}},"Operation[CashRegisterReportModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashRegisterStationModel":{"description":"Cash Register Station Control (CashRegisterStation / CON037)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Model":{"description":"Receipt Printer Model. The receipt printer model. (C_MODEL)","type":"string"},"AllowEndorse":{"description":"Receipt Printer Supports Endorsing. Indicates whether to endorse the supports cheque. (L_ENDORSE)","type":"boolean"},"TopLines":{"format":"int32","description":"Lines to Print at Top. The number of lines to print at the top. (N_TOPLINES)","type":"integer"},"BottomLines":{"format":"int32","description":"Lines to Print at Bottom. The number of lines to print at the bottom. (N_BOTTOMLINES)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether cash register station is disabled. (L_DISABLED)","type":"boolean"},"CR":{"format":"int32","description":"Number of CR's at Line End. The number of CR's (carriage returns) at the line end. (N_CR)","type":"integer"},"LF":{"format":"int32","description":"Number of LF's at Line End. The number of LF's (line feed) at the line end. (N_LF)","type":"integer"},"Port":{"description":"Receipt Print Port. The receipt print port. (C_PORT)","type":"string"},"Copies":{"format":"int32","description":"Number of Receipt Copies. The number of receipt copies. (N_COPIES)","type":"integer"},"Name":{"description":"Business Name on Receipt. The name to print on the receipt. (C_NAME)","type":"string"},"Address1":{"description":"Address Line 1. The first address line. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second address line. (C_ADDRESS2)","type":"string"},"Address3":{"description":"Address Line 3. The third address line. (C_ADDRESS3)","type":"string"},"Address4":{"description":"Address Line 4. The fourth address line. (C_ADDRESS4)","type":"string"},"Message1":{"description":"Message Line 1. The first message line. (C_MESSAGE1)","type":"string"},"Message2":{"description":"Message Line 2. The second message line. (C_MESSAGE2)","type":"string"},"Message3":{"description":"Message Line 3. The third message line. (C_MESSAGE3)","type":"string"},"Message4":{"description":"Message Line 4. The fourth message line. (C_MESSAGE4)","type":"string"},"Cheque1":{"description":"Check Endorse Message 1. The first endorsed cheque message. (C_CHEQUE1)","type":"string"},"Cheque2":{"description":"Check Endorse Message 2. The second endorsed cheque message. (C_CHEQUE2)","type":"string"},"ReceiptPrinter":{"description":"Receipt Printer. The Windows printer for receipt printing.  (C_RECEIPTPRINTER)","type":"string"},"ChequeEndorserPrinter":{"description":"Check Endorse Printer. The Windows printer for cheque endorsing.  (C_CHEQUEENDORSERPRINTER)","type":"string"},"KeepReceiptFormOpen":{"description":"Do Not Close Receipt Form Automatically. Indicates whether to leave the receipt form open. (L_KEEPRECEIPTFORMOPEN)","type":"boolean"},"EnableKeyboardSwipe":{"description":"Enable Keyboard Swipe. Indicates whether to enable the keyboard swipe. (L_ENABLEKEYBOARDSWIPE)","type":"boolean"},"StationID":{"description":"Station ID. The station ID. (C_STATIONID)","type":"string"},"AutoEndorse":{"description":"Automatic Endorsement. Indicates whether the receipt printer will automatically generate endorsed cheques. (L_AUTOENDORSE)","type":"boolean"},"MaxCashInDrawer":{"format":"double","description":"Cash Warning Level. The warning level indicating the maximum amount of cash allowed in the cash drawer. (Y_MAXCASHINDRAWER)","type":"number"},"MaxCashMessage":{"description":"Maximum Cash Level Message. The warning message that appears to the user when the level of cash allowed in the cash drawer is exceeded. (C_MAXCASHMESSAGE)","type":"string"},"MaxCashInDrawer2":{"format":"double","description":"Maximum Cash Level. The maximum amount of cash allowed in the cash drawer 2. (Y_MAXCASHINDRAWER2)","type":"number"},"WarningMessage":{"description":"Warning Level Message. The message to display when the warning level has exceeded. (C_WARNINGMESSAGE)","type":"string"},"BatchDescription":{"description":"Batch Description Naming Convention. The naming convention for the batch. (C_BATCHDESCRIPTION)","type":"string"},"AutoStubEndorse":{"description":"Automatically Endorse Bill Stub. Indicates whether bill stubs are automatically endorsed. (L_AUTOSTUBENDORSE)","type":"boolean"},"OverridePortalId":{"format":"int32","description":"Station Override Portal ID. This will be used as the portal ID for credit card processing for the configured workstation. (I_OVERRIDEPORTALID)","type":"integer"},"UseCurrentDateForPayments":{"description":"Use System Date for Payments. Indicates that the system date should be used for transactions instead of the batch date. (L_USESYSTEMDATEFORPAYMENTS)","type":"boolean"},"IncludePendingTransactions":{"description":"Pending Transactions in Balance. Indicates whether pending transactions should be included in the balance displayed on receipts. (L_INCLUDEPENDINGTRANS)","type":"boolean"},"IncludeRequestTransactions":{"description":"Request Transactions in Balance. Indicates whether requested transactions should be included in the balance displayed on receipts. (L_INCLUDEREQUESTTRANS)","type":"boolean"},"IncludeAllAccountsInBalance":{"description":"Include All Customer's Accounts in Balance. Indicates whether all the customer's accounts are included in the balance. (L_INCLUDEALLACCOUNTSINBALANCE)","type":"boolean"},"PaymentDevice":{"description":"Payment Device. The payment device parameter that would be passed to the payment application  (C_PAYMENTDEVICE)","type":"string"},"UseCloudPosConnect":{"description":"Use Cloud POS Connect. Use Invoice Cloud - Cloud POS Connect control. (L_USECLOUDPOSCONNECT)","type":"boolean"},"IncludeLastBillInformation":{"description":"Include Last Bill Information. Indicates whether the cash receipt will include information from the most recent bill. (L_INCLUDELASTBILLINFO)","type":"boolean"},"AlternateReceiptCode":{"description":"Alternate Receipt File. The alternate receipt file. (C_ALTERNATERECEIPTCODE)","type":"string"},"BillEndorseCode":{"description":"Bill Stub Endorse File. The bill endorse report file. (C_BILLENDORSECODE)","type":"string"},"ChequeEndorserPrinterFullName":{"type":"string"},"Company":{"description":"Company. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division. The division code. (C_DIVISION)","type":"string"},"EndorseReportCode":{"description":"Endorse Report File. The endorsed report file. (C_ENDORSEREPORTCODE)","type":"string"},"ReceiptCode":{"description":"Receipt File. The receipt file. (C_RECEIPTCODE)","type":"string"},"ReceiptPrinterFullName":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterStationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterStationModel]"},"readOnly":true}}},"Operation[CashRegisterStationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashRegisterStationPaymentModel":{"description":"Payment Type Transaction Code Control (CashRegisterStationPayment / CON243)\r\nThis table is used to allow clients to automatically over-ride transaction codes in the cash register functionality by payment type.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates whether the payment type transaction code is disabled. (L_DISABLED)","type":"boolean"},"PaymentTransactionCode":{"description":"Payment Type Transaction Code. The Payments of this type in the Cash Register batches will use this transaction code in lieu of the transaction code on the batch. (C_PAYMENTTRANSCODE)","type":"string"},"PaymentType":{"description":"Payment Type. The payment type (e.g. cash, check, credit card) (C_PAYMENTTYPE)","type":"string"},"StationId":{"description":"Workstation Name. The workstation name for each cash register station. (C_STATIONID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CashRegisterStationPaymentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterStationPaymentModel]"},"readOnly":true}}},"Operation[CashRegisterStationPaymentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[CashRegisterTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CashRegisterTransactionModel]"},"readOnly":true}}},"Operation[CashRegisterTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CashUpdateRunModel":{"description":"CashUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"TransactionBatch BatchId","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CertificationTypeModel":{"description":"Certification Type Control (CertificationType / WRK006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Certification Type. The certification type. (C_CERTIFICATIONTYPE)","type":"string"},"Description":{"description":"Certification Type Description. The description of the certification type. (C_DESCRIPTION)","type":"string"},"MustCheckExpiry":{"description":"Must Check Certification Expiry. Indicates whether to check the certification expiry date. (L_MUSTCHECKEXPIRY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the certification type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CertificationTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CertificationTypeModel]"},"readOnly":true}}},"Operation[CertificationTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ChangeCustomerNumberRunModel":{"description":"ChangeCustomerNumber process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldCustomerNumber":{"description":"The existing customer number","type":"string"},"NewCustomerNumber":{"description":"The new customer number","type":"string"},"AccountNumber":{"description":"The AccountNumber number","type":"string"},"CustomerLastName":{"description":"The customer last name to use if creating a new customer","type":"string"},"GenerateCustomerNumber":{"description":"Flag indicating whether to generate a customer number","type":"boolean"},"Reason":{"description":"Reason for change","type":"string"},"RemoveAlternateTaxes":{"description":"Flag indicating whether to delete alternate taxes linked to the old customer number; if false, the process will transfer the alternate taxes to the new customer","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ChargeCategoryModel":{"description":"Charge Category Control (ChargeCategory / GLE003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Category":{"format":"int64","description":"Charge Category. The charge category ID. (I_CATEGORY)","type":"integer"},"Description":{"description":"Category Description. The category description. (C_DESCRIPTION)","type":"string"},"Sequence":{"format":"int32","description":"Sequence. The charge sequence. (I_SEQUENCE)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the charge category is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ChargeCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ChargeCategoryModel]"},"readOnly":true}}},"Operation[ChargeCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CisConfigModel":{"description":"CIS Infinity Control (CisConfig / BIF000)\r\nThe main CIS application configuration table. Stores many of the general application level settings. Only one record exists. CIS will not start or work correctly without a properly configured record here.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccountLength":{"format":"int32","description":"Account # Length. The length of the account number. (N_ACCOUNTLEN)","type":"integer"},"CustomerLength":{"format":"int32","description":"Customer # Length. The length of the customer number. (N_CUSTOMERLEN)","type":"integer"},"AccountFormat":{"description":"Account # Format. The account number format. (C_ACCOUNTFORMAT)\r\nEnum AdvancedUtility.Model.BIF000+AccountFormatEnum:  Counter, CycleCounter","type":"string"},"CustomerFormat":{"description":"Customer # Format. The customer number format. (C_CUSTOMERFORMAT)\r\nEnum AdvancedUtility.Model.BIF000+CustomerFormatEnum:  DateYYYYMMDDCounter, Counter","type":"string"},"ServiceAddressFormat":{"description":"Service Address Format. The service address format. (C_ADDRESSFORMAT)\r\nEnum AdvancedUtility.Model.BIF000+ServiceAddressFormatEnum:  AptStreetStreetName, StreetStreetNameApt, StreetNameStreetApt","type":"string"},"PhoneInputType":{"description":"Phone Input Type. Phone Integration Input Type. (C_PHONEINPUTTYPE)\r\nEnum AdvancedUtility.Model.PhoneIntegrationInputType:  Unknown, CustomerAccount, PhoneNumber, CustAccPhone","type":"string"},"InputPattern":{"description":"Input RegEx Pattern. Input RegEx Pattern. (C_INPUTPATTERN)","type":"string"},"AccountIncrement":{"format":"int32","description":"Account # Increment. The number each new Account Number will increase by when added at the New Services Processing level. (I_ACCOUNTINCREMENT)","type":"integer"},"CustomerAccountOrder":{"description":"Customer Account Order. Data entry and display order for customer and account number. (C_CUSTOMERACCOUNTORDER)\r\nEnum AdvancedUtility.Model.BIF000+CustomerAccountOrderEnum:  _blank, Customer, Account, Both","type":"string"},"AllowWeekendBillingDate":{"description":"Allow Weekend Billing Dates. Indicates whether billing dates on weekends and holidays are allowed. (L_ALLOWWEEKENDBILLINGDATE)","type":"boolean"},"BillingDaysBack":{"format":"int32","description":"Maximum Days to Back Date Billing Dates. The maximum number of days Users can back date bills. (N_BILLINGDAYSBACK)","type":"integer"},"BillingDaysAhead":{"format":"int32","description":"Maximum Days Ahead for Billing Dates. The maximum number of days Users can forward date bills. (N_BILLINGDAYSAHEAD)","type":"integer"},"AllowWeekendDueDate":{"description":"Allow Weekend Due Dates. Indicates whether due dates on weekends and holidays are allowed. (L_ALLOWWEEKENDDUEDATE)","type":"boolean"},"DueDaysBack":{"format":"int32","description":"Maximum Days to Back Date Due Dates. The maximum days to back date due dates. (N_DUEDAYSBACK)","type":"integer"},"DueDaysAhead":{"format":"int32","description":"Maximum Days Ahead for Due Dates. The maximum days ahead for due dates. (N_DUEDAYSAHEAD)","type":"integer"},"IsGraphOnBill":{"description":"Graph on Bill. Indicates whether reading history is graphed on all customers' bills. (L_GRAPHONBILL)","type":"boolean"},"ReadingDaysBack":{"format":"int32","description":"Maximum Days to Back Date Reading Dates. The maximum days to back date reading dates. (N_READINGDAYSBACK)","type":"integer"},"ReadingDaysAhead":{"format":"int32","description":"Maximum Days Ahead for Reading Dates. The maximum days ahead for reading dates. (N_READINGDAYSAHEAD)","type":"integer"},"AllowWeekendReadingDate":{"description":"Allow Weekend/Holiday Reading Dates. Indicates whether reading dates on weekends and holidays are allowed. (L_ALLOWWEEKENDREADINGDATE)","type":"boolean"},"IsGLDepartmentCodes":{"description":"AccPac G/L Department Codes. Indicates whether the AccPac general ledger department codes are used. (L_GLDEPARTMENTCODES)","type":"boolean"},"AskMultipleCustomers":{"description":"Ask to pay other customer accounts (to be removed in next build). Indicates whether users will be asked if they want to pay other customer accounts.(to be removed in next build) (L_ASKMULTIPLECUSTOMERS)","type":"boolean"},"BalanceForwardMethod":{"description":"Balance Forward Method (to be removed in next build). The balance forward method.(to be removed in next build) (C_BALANCEFORWARDMETHOD)\r\nEnum AdvancedUtility.Model.BIF000+BalanceForwardMethodEnum:  ARBalance, BillAmountBeforeDueDate, BillAmountAfterDueDate","type":"string"},"MultipleCustomersWithBalance":{"description":"Ask Only if Balance (to be removed in next build). Indicates to ask only if there is a balance.(to be removed in next build) (L_MULTIPLECUSTOMERSWITHBALANCE)","type":"boolean"},"Mod10SIN":{"description":"Check Digit for SSN. Indicates the SIN check digit. (L_MOD10SIN)","type":"boolean"},"BaseHeatDegreeDays":{"format":"int32","description":"Base Heat Degree Days. The base heat degree days. (I_BASEHEATDEGREEDAYS)","type":"integer"},"BaseCoolDegreeDays":{"format":"int32","description":"Base Cool Degree Days. The base cool degree days. (I_BASECOOLDEGREEDAYS)","type":"integer"},"TabStopOnMiddleName":{"description":"Stop On Middle. Indicates whether the cursor will stop on the middle name when tabbing. (L_STOPONMIDDLE)","type":"boolean"},"PreviousBillShowCurrentChargesOnly":{"description":"Previous Bill Amount Current Charges Only. Indicates whether only the current charges for the previous bill are shown. (L_PREVBILLSHOWCURCHARGESONLY)","type":"boolean"},"AgeByDueDate":{"description":"Age by Bill Due Date. Indicates aging by bill due date. (L_AGEBYDUEDATE)","type":"boolean"},"UseDevice1":{"description":"Stuffing Device 1. Indicates stuffing device 1 is used. (L_USEDEV1)","type":"boolean"},"UseDevice2":{"description":"Stuffing Device 2. Indicates stuffing device 2 is used. (L_USEDEV2)","type":"boolean"},"UseDevice3":{"description":"Stuffing Device 3. Indicates stuffing device 3 is used. (L_USEDEV3)","type":"boolean"},"UseDevice4":{"description":"Stuffing Device 4. Indicates stuffing device 4 is used. (L_USEDEV4)","type":"boolean"},"UseDevice5":{"description":"Stuffing Device 5. Indicates stuffing device 5 is used. (L_USEDEV5)","type":"boolean"},"AttachmentsFolder":{"description":"Attachments Folder. The complete path to the folder where files attached to customer/accounts are to be stored. (C_ATTACHMENTSFOLDER)","type":"string"},"LettersFolder":{"description":"Letters Folder (C_LETTERSFOLDER)","type":"string"},"HomeFolder":{"description":"CIS Home Folder. The main CIS folder, in which shared application data like reports, templates, attachments, bill images, etc are stored.  Should be a UNC path to be more flexible. (C_HOMEFOLDER)","type":"string"},"PostMiscGLEntries":{"description":"Post Misc GL Entries (to be removed in next build). Indicates that miscellaneous GL entries are posted.(to be removed in next build) (L_POSTMISCGLENTRIES)","type":"boolean"},"MandatoryFieldColour":{"format":"int64","description":"Mandatory Field Color. Indicates the colour used for the mandatory fields. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_MANDATORYFIELDCOLOUR)","type":"integer"},"SortByCode":{"description":"Sort By SIC Code. Indicates that the sort is by SIC code. (L_SORTBYCODE)","type":"boolean"},"SecondNameColor":{"format":"int64","description":"Second Name Color. Indicates the colour used for the second name. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_SECONDNAMECOLOR)","type":"integer"},"AddressValidationType":{"description":"Validation Type. The selected address validation type. (C_ADDRVALIDATIONTYPE)\r\nEnum AdvancedUtility.Model.BIF000+AddressValidationTypeEnum:  _blank, Standard, Custom","type":"string"},"IsInvalidAddressAllowed":{"description":"Invalid Address Allowed. Indicates whether invalid addresses are allowed. (L_INVALIDADDRESSALLOWED)","type":"boolean"},"PostPOSGLEntries":{"description":"Post POS Transactions to GL (to be removed in next build). Indicates whether POS transactions are posted to the General Ledger. (to be removed in next build)  (L_POSTPOSGLENTRIES)","type":"boolean"},"PopulateOldAccount":{"description":"Populate Old Account (L_POPULATEOLDACCOUNT)","type":"boolean"},"KeepPOSGLSundryEntries":{"description":"Keep POS GL SUNDRY Entries (to be removed in next build). Indicates whether the POS GL Sundry entries are stored. (to be removed in next build)  (L_KEEPPOSGLSUNDRYENTRIES)","type":"boolean"},"DegreeDayAnnualResetMonth":{"format":"int32","description":"Degree Day Annual Reset Month. The actual month that the degree month is reset every year. (I_DDRESETMONTH)","type":"integer"},"DegreeDayAnnualResetDay":{"format":"int32","description":"Degree Day Annual Reset Day. The actual day that the degree day is reset every year. (I_DDRESETDAY)","type":"integer"},"Use1stBillDates":{"description":"Use 1st Bill Dates for Batch Creation. Indicates whether the first Bill Date will be used when creating a new Batch in Bill Processing based on filtered Bills in On-Line Billing. (L_USE1STBILLDATES)","type":"boolean"},"SoundsFolder":{"description":"Location of Sound Files. The complete path to the folder where CIS sound files are stored. (C_SOUNDSFOLDER)","type":"string"},"CreatePaymentTransactionsInBilling":{"description":"Create Payment Transactions Within Billing. Indicates whether payment transactions will be created during the Billing Process based on the Payment Profile setup. (L_PAYMENTTRANSWITHINBILLING)","type":"boolean"},"KeepApartmentIdentifier":{"description":"Keep Apartment Identifier. Keep Apartment Identifier when Address is done parsing (L_KEEPAPTIDENTIFIER)","type":"boolean"},"MoveHistoryYears":{"format":"int32","description":"Years of Move History to Display. The number of years of move history that will be displayed. (I_MOVEHISTORYYEARS)","type":"integer"},"AssignPaymentsToBill":{"description":"Assign Payments to Bill. Indicates whether the payments are assigned to the bill. (L_ASSIGNPAYMENTSTOBILL)","type":"boolean"},"CustomerNameFormat":{"description":"Customer Name Format. The customer name format. (C_CUSTOMERNAMEFORMAT)","type":"string"},"DefaultCreditCardPaymentAmount":{"description":"Default Credit Card Payment Amount (to be removed in next build). The default credit card payment amount used on the web embedded credit card payment form. (to be removed in next build) (C_DEFCCAMT)\r\nEnum AdvancedUtility.Model.BIF000+DefaultCreditCardPaymentAmountEnum:  Zero, CustomerAccountBalance","type":"string"},"UseBusinessDaysForDueDate":{"description":"Use Business Days for Due Date. Indicates whether business days are used for calculation of default due dates. (L_USEBUSINESSDAYSFORDUEDATE)","type":"boolean"},"RoundToDollar":{"description":"Round to Dollar. Indicates whether rounding currency values to the dollar is allowed. (L_ROUNDTODOLLAR)","type":"boolean"},"ServiceOrderPrintOrder":{"description":"Service Order Print Order. The service order print order. (C_SOPRINTORDER)\r\nEnum AdvancedUtility.Model.BIF000+ServiceOrderPrintOrderEnum:  None, ServiceOrderType, CycleandBook","type":"string"},"CreateBillImage":{"description":"Always Create Bill Print Image. Indicates that the bill print image is always created when updating cash batches to link the Payment with the Bill (s) it pays. (L_CREATEBILLIMAGE)","type":"boolean"},"NoMultipleReadsException":{"description":"Do Not Generate \"More than One Reading\" Exception. Generate no more than one reading exception in pre-exceptions. (L_NOMULTIPLEREADSEXCEPTION)","type":"boolean"},"UseCustomCalendarDescr":{"description":"Use Custom Description on Billing Calendar. Indicates that customized descriptions are used in the Activities Calendar form. (L_USECUSTOMCALENDARDESCR)","type":"boolean"},"AutoFinalBillOnMoveDate":{"description":"Include in Auto Final Bill Batch on Move Date. Include in the Auto Final Bill batch if the Reading Date is Move Out Date. (L_AUTOFINALBILLONMOVEDATE)","type":"boolean"},"ShowInfoReads":{"description":"Show Information Only Reads by Default. Indicates that Information Only reads are shown by default. (L_SHOWINFOREADS)","type":"boolean"},"ShowPendingReads":{"description":"Show Pending Reads by Default. Indicates that Pending Reads are shown by default. (L_SHOWPENDINGREADS)","type":"boolean"},"PenaltyAndInterest":{"description":"Assess Penalty and Interest. Indicates that Penalties and Interest will be calculated during the Late Charge Pickup Routine. (L_PENALTYANDINTEREST)","type":"boolean"},"UseStreetSuffixCode":{"description":"Use Street Suffix Code for Service Address. Select this checkbox, if the Street Suffix Code will be used instead of the Street Suffix Description for the Service Address. Otherwise, the street suffix description will be used. (L_STREETSUFFIXCODE)","type":"boolean"},"UseOtherStreetSuffixCode":{"description":"Use Street Suffix Code for Other Addresses. Indicates that the street suffix code is included for other addresses. (L_OTHERSTREETSUFFIXCODE)","type":"boolean"},"GeneratePin":{"description":"Generate PIN #. Indicates that a PIN number will be generated. (L_GENERATEPIN)","type":"boolean"},"UseAdditionalBillSort":{"description":"Use Additional Bill Print Sort. Indicates that the additional bill print sort option is used. (L_USEADDITIONALBILLSORT)","type":"boolean"},"CanShowDashboardPage":{"description":"Can Show Dashboard Page. Indicates that the Dashboard tab will appear on the AccountView form. (L_CANSHOWDASHBOARDPAGE)","type":"boolean"},"IncludePendingTransactionsInBalance":{"description":"Include Pending Transactions in Information Band Balance. Indicates that the sum of any pending transactions should be included in the balance displayed in the Information Band. (L_INCLUDEPENDTRANSINBALANCE)","type":"boolean"},"IncludeRequestTransactionsAsPending":{"description":"Include Request Transactions in Pending Balance. Indicates that requested or approved transactions should be counted as pending transactions in the Pending transactions and Pending Balance fields on the Transaction History tab. (L_REQUESTTRANSASPENDING)","type":"boolean"},"ShowAgingInCash":{"description":"Show Aging in Cash  Flag (to be removed in next build). Indicates whether to show aging buckets in cash processing.(to be removed in next build) (L_SHOWAGINGINCASH)","type":"boolean"},"EnableMinimumPaymentOption":{"description":"Minimum Payment Option flag. Indicates whether to allow minimum payment option. (L_MINIMUMPAYMENTOPTION)","type":"boolean"},"CreateChildTransactionForEachParent":{"description":"Create Child Cash Transaction (to be removed in next build). Create child cash transactions for each parent transaction.  (to be removed in next build)  (L_CREATECHILDTRANFOREACHPARENT)","type":"boolean"},"ExcludeTransactionFromPreviousIteration":{"description":"Exclude Transactions from Previous Iteration. Exclude transactions from a previous iteration of a customer taking service at the same account. (L_NOTRANSFROMPREVITERATION)","type":"boolean"},"EnableECheck":{"description":"Enable eCheck payments (to be removed in next build). Indicates whether to enable eCheck payments. (to be removed in next build)   (L_ENABLEECHECK)","type":"boolean"},"NoDefaultMoveDates":{"description":"Do Not Populate Move Dates from Previous Activity. Indicates whether moves to do not populate the move dates from the previous move activity. (L_NODEFAULTMOVEDATES)","type":"boolean"},"ServiceAddressLine3Format":{"description":"Service Address Line 3 Format. The format used to display line three of the service address in the Cash Register Screen. (C_SERVADDRESSLINE3FORMAT)","type":"string"},"PopupTaskTimer":{"format":"int32","description":"Pop-up Task Timer (seconds). This is a setting to distinguish how long to wait (in seconds) before checking for any pop up messages (I_POPUPTASKTIMER)","type":"integer"},"MaxNumberOfBillErrors":{"format":"int32","description":"Maximum Number of Errors in Billing Batch. Maximum Number of Errors in Billing Batch before the batch stops calculate bills (I_MAXNUMBEROFBILLERRORS)","type":"integer"},"TabStopCashEntryComments":{"description":"TabStop on Comments (to be removed in next build). Indicates whether the cursor will stop on the Comments textbox when tabbing through the Cash Processing form - Transaction Entry screen. (to be removed in next build) (L_TABSTOPCASHENTRYCOMMENTS)","type":"boolean"},"ValidateMeterOnServiceOrder":{"description":"Validate Meter on Service Order. Indicates whether meter number validation will be performed on the referred Service Order when exchanging a meter. (L_VALIDATEMETERONSO)","type":"boolean"},"ExcludeMembershipFromDeposit":{"description":"Exclude Membership Amounts from Deposit Balance. Indicates whether to exclude the membership amounts from the deposit balance. (L_EXCLUDEMEMBERSHIPFROMDEPOSIT)","type":"boolean"},"AllowMultipleSingleArrangements":{"description":"Allow Multiple Single Arrangements. This flag indicates if Multiple Single Arrangements are allowed in this system. (L_MULTIPLESINGLEARRANGEMENTS)","type":"boolean"},"UseBranchNumberLookup":{"description":"Use Bank/Branch Control Form for PAP Data Entry. Indicates whether the Bank/Branch Control form will be used for the PAP data entry. (L_USEBRANCHNUMBERLOOKUP)","type":"boolean"},"DisplayGLNumberInFilter":{"description":"Display GL # in Report Filters. Indicates whether the G/L number is displayed when building report filters criteria. By default this value is false (.F.) and the description is displayed.  When this value is set to true (.T.), the GL number will be displayed. (L_DISPLAYGLNUMBERINFILTER)","type":"boolean"},"DisplayCutoffDate":{"description":"Display Cut-off Date for Service Disconnection. Indicates whether to display the cut-off date for the service disconnection in bills printed from the Bill Processing and Billing Batch Archive Inquiry forms. (L_DISPLAYCUTOFFDATE)","type":"boolean"},"BillTransactionsDaysBack":{"format":"int32","description":"Previous Bill Transactions Days Back. The number of days back of previous bill transactions.  (I_BILLTRANSACTIONSDAYSBACK)","type":"integer"},"IncludePendingPaymentForPastDue":{"description":"Include Pending Payments when computing Past Due Info Band. Indicates whether pending payments are included when computing the past due balance that is displayed in the Information Band on the AccountView form. (L_INCLPENDINGPAYMENTFORPASTDUE)","type":"boolean"},"TrackMembershipAtMemberLevel":{"description":"Track Membership at Member Level. Indicates whether membership is tracked at the member level. (L_TRACKMEMBERSHIPATMEMBERLEVEL)","type":"boolean"},"ApartmentIndentifiers":{"description":"Apartment Identifiers. The comma separated list of Apartment Identifiers for Address Parsing (C_APTIDENTIFIERS)","type":"string"},"POBoxIndentifiers":{"description":"PO Box Identifiers. The comma separated list of PO Box Identifiers for Address Parsing (C_POBOXIDENTIFIERS)","type":"string"},"AllowTabStopOnBillingMultiplier2":{"description":"Tab Stop on Billing Multiplier 2 in Add/Change Meter Form. Indicates whether the cursor will stop on the Billing Multiplier #2 field while tabbing through fields on the Add/Change Meter form. (L_TABBILLMULTIPLIER2)","type":"boolean"},"ShowAccountDevicesInEquipment":{"description":"Show Account Devices in Equipment. Indicates whether the account devices from the Account Device Table are displayed in the Equipment tab on the AccountView form. (L_SHOWBIF090EQUIPMENT)","type":"boolean"},"AdjustLinkedTransaction":{"description":"Adjust Linked Transaction. Indicates the default setting of the 'Adjust Linked Transaction' checkbox in the Adjust Transaction form. (L_ADJUSTLINKEDTRANS)","type":"boolean"},"AuditBillingTables":{"description":"Audit Billing Process. Audit Billing Process system flag. (L_AUDITBILLINGTABLES)","type":"boolean"},"MaximumPreviousReadingsDaysBack":{"format":"int32","description":"Maximum Previous Readings Back Days. The maximum previous readings back days. (I_MAXPREVREADINGSDAYSBACK)","type":"integer"},"SplitDepositByAR":{"description":"Split Deposit Amount By AR. Turn Split Deposit Amount By AR Functionality On/Off (L_SPLITDEPOSITBYAR)","type":"boolean"},"HelpUrl":{"description":"Help URL. URL of the online help web site. Can point to any URL, but normally points to the standard Advanced Docuwiki site. Optional URL parameter {helpid} can be used to embed the help id link associated with the item for which help is requested. Typical URL is /cishelp/doku.php?id=cisinfinity:{helpid} (C_HELPURL)","type":"string"},"BillImageFolder":{"description":"Bill Images Folder. The directory path/location of the bill images. (C_BILLIMAGEFOLDER)","type":"string"},"RestrictBalanceTransfers":{"description":"Prevent Transfers to Different Account Types. Indicates if balances can be transfered to an account with different account type. (L_RESTRICTTRANSFERS)","type":"boolean"},"ExportEBills":{"description":"Enable eBills. Causes the system to turn on support for generating eBills. Additional settings may be required, such as in Bill Print Format Control. (L_EXPORTEBILLS)","type":"boolean"},"PhoneListenerClass":{"description":"Phone Listener Class. Phone listener class name. (C_PHONELISTENER)","type":"string"},"Port":{"description":"Port Number. Port number for a phone listener. (C_PORT)","type":"string"},"TextCasing":{"description":"Default Text Casing. Default system text casing (C_TEXTCASING)\r\nEnum AdvancedUtility.Model.StringCase:  Default, Manual, Upper, Lower, Proper","type":"string"},"PhoneRecorderClass":{"description":"Phone Recorder Class. Phone recorder class name. (C_PHONERECORDER)","type":"string"},"AutoFinalBillFinalReadOnly":{"description":"Auto Final Bill Uses Final Readings Only. In Auto Final Bill batch use Final Reads only. (L_AUTOFINALBILLFINALREADONLY)","type":"boolean"},"PhoneNumberFormat":{"description":"Phone Number Format. Phone number format. (C_PHONENUMBERFORMAT)","type":"string"},"SharedBatchDefault":{"description":"Shared Batch Default. Indicates if billing batches are shared by default. (L_SHAREDBATCHDEFAULT)","type":"boolean"},"EnableBillingOptions":{"description":"Enable Billing Options. Enables Billing Options on Billing Batch. (L_ENABLEBILLINGOPTIONS)","type":"boolean"},"KeepPOBoxIdentifier":{"description":"Keep POBox Identifier. Keep PO Box Identifier when Address is done parsing (L_KEEPPOBOXIDENTIFIER)","type":"boolean"},"DisconnectDateOnBill":{"description":"Disconnect Date on Bill. Show Disconnect Date on Bill Print (L_DICONNECTDATEONBILL)","type":"boolean"},"PenaltyStartBillNumber":{"format":"int64","description":"Penalty Start Bill Number. The Penalty start bill number. (I_PENALTYSTARTBILLNUMBER)","type":"integer"},"AddToReconBatch":{"description":"Add to Existing PAP Reconciliation Batches. Indicates whether new reconciliation transactions (refund or debit) are to be added to existing reconciliation batches that are not yet updated, and then marked as 'In Progress'. (L_ADDTORECONBATCH)","type":"boolean"},"DoNotBillBeforeMoveInDate":{"description":"Do Not Bill Customer Until The Move Date. Indicates whether to prevent billing accounts before the move in date. (L_DONOTBILLBEFOREMOVEINDATE)","type":"boolean"},"HiddenTransferTransactions":{"description":"Add Hidden Balance Transfer Transactions to the Billing Transaction Table. Indicates whether in frmBillsBatch and cstBillUpdate. Indicates whether to add hidden balance transfer transactions to the Billing Transaction table. In final bills, when this setting is set to false (.F.) the transfer of the A/R balance occurs with the cash batch, and when set to true (.T.) the A/R balance occurs with the hidden billing transaction. (L_HIDDENTRANSFERTRANSACTIONS)","type":"boolean"},"IncludeMeterUsage":{"description":"Include Meter Usage in EBP File. Indicates whether to include meter usage in the EBP file. (L_INCLUDEMETERUSAGE)","type":"boolean"},"NoLostSessionCleanUp":{"description":"No Lost Session Clean Up. Indicates whether to allow cached files and tables from the lost session to be cleaned up. (L_NOLOSTSESSIONCLEANUP)","type":"boolean"},"NoMinDaysInFinalBill":{"description":"No Minimum Billing Days. Indicates weather to allow minimum billing days. (L_NOMINDAYSINFINALBILL)","type":"boolean"},"NotArchiveIntervalReads":{"description":"Do Not Archive Interval Reads. Do not archive of interval reads. (L_NOTARCHIVEINTERVALREADS)","type":"boolean"},"PendingPayments":{"description":"Allow Pending Payments. Indicates whether to allow pending payments. (L_PENDINGPAYMENTS)","type":"boolean"},"UseReconciliationBatchBillDate":{"description":"Use Billing Date for Reconciliation Batch Transactions. Use this setting to use the Billing Date as the Transaction Date for all transactions in the Cash Adjustment batch. (L_USEBILLDATEFORRECONTRANS)","type":"boolean"},"OldRefNumLength":{"format":"int32","description":"Old Reference Number Length. Use this setting to store the length of the old reference number that was used by clients before they upgraded their systems to CIS Infinity. This setting is used when CON175.L_enableoldreferencenumsearch is set to true (.T.) to allow searching for the old reference number linked to the customer and account information. (N_OLDREFNUMLENGTH)","type":"integer"},"ShowMDMTab":{"description":"Show MDM in AccountView. Use this setting to make MDM tab available on AccountView form. (L_SHOWMDMTAB)","type":"boolean"},"ShowConservationTab":{"description":"Show Conservation Tab on AccountView. Use this setting to make Conservation tab available on AccountView form. (L_SHOWCONSERVATIONTAB)","type":"boolean"},"MdmUserName":{"description":"MDM User Name. User Name for MDM single sign-on. (C_MDMUSERNAME)","type":"string"},"MdmPassword":{"description":"MDM Password. Password for MDM single sign-on. (C_MDMPASSWORD)","type":"string"},"MdmSsoUrl":{"description":"MDM SSO URL. URL of the MDM single sign-on web service. (C_MDMSSOURL)","type":"string"},"NoticeFolder":{"description":"Notice Folder. The complete path to the folder where notice files to be stored (C_NOTICEFOLDER)","type":"string"},"AddressValidationMethod":{"description":"Validation Method. The address validation custom method. This is the name of the class in the Formulaproc program. (C_ADDRVALIDATIONMETHOD)","type":"string"},"MdmSummaryUrl":{"description":"MDM Summary URL. URL of the MDM Summary page. (C_MDMSUMMARYURL)","type":"string"},"MdmFeaturesUrl":{"description":"MDM Features URL. URL of the MDM Features page. (C_MDMFEATURESURL)","type":"string"},"MdmMainUrl":{"description":"MDM Main Page URL. URL of the MDM Summary page. (C_MDMMAINURL)","type":"string"},"SelectContentsOnFocus":{"description":"Select Contents on Focus. Select contents of data entry controls when they receive focus. (L_SELECTCONTENTSONFOCUS)","type":"boolean"},"AccountViewHistoryColumnTitle":{"description":"AccountView History Column Title. Set the Column Title of the custom column on AccountView History (C_HISTORYCOLUMNTITLE)","type":"string"},"AccountViewHistoryColumnContent":{"description":"AccountView History Column Content. Set the Bookmark text for the custom column on AccountView History (C_HISTORYCOLUMNCONTEST)","type":"string"},"ApplyPACurrentChargesOnly":{"description":"Apply PA Current Charges Only. Used by frmBillsBatch.checkbatchbills(). Use this setting to apply the current payment assistance charges only. (L_APPLYPACURRENTCHARGESONLY)","type":"boolean"},"ExceptionOnCurrentCharges":{"description":"Exception On Current Charges. When the setting is turned on the bill exception checking process will only compare the current bill charges (Current Bill) instead of the total due amounts (Amount Before Due Date). (L_EXCEPTIONONCURRENTCHARGES)","type":"boolean"},"EditRemovedReadingInBill":{"description":"Edit Removed Reading in Bill. When this flag is turned on, the user can edit the reading of the removed meter on the Bill Edit form. (L_EDITREMOVEDREADINGINBILL)","type":"boolean"},"MaxDueDateExtensions":{"format":"int32","description":"Maximum Due Date Extensions. Maximum number the customer can get Due Date Extensions. (I_MAXDUEDATEEXT)","type":"integer"},"DaysBackDueDateExtendable":{"format":"int32","description":"Days Back Due Date Extendable. Maximum number of overdue days for which due date can still be extended. (I_DAYSBACKDUEDATEEXTENDABLE)","type":"integer"},"DueDateExtensionDays":{"format":"int32","description":"Due Date Extension Days. Number of Days the Due Date can be extended. (I_DUEDATEEXTDAYS)","type":"integer"},"CustomerAccountAuditTables":{"description":"Customer Account Audit Tables. List of tables used by Customer Account Audit, the dedicated audit log viewer accessible from the AccountView form. (C_CUSTOMERACCOUNTAUDITTABLES)","type":"string"},"SkipDuplicateSINMessage":{"description":"Skip Duplicate SIN Number Validation Message. When this flag is turned on, it will skip the duplicate SIN validation message. (L_SKIPDUPLICATESINMSG)","type":"boolean"},"DoNotAgeUnbilledTransaction":{"description":"Do Not Age Unbilled Transaction. Do not age unbilled transactions. This flag applies to the Age by Bill Due Date flag. (L_DONOTAGEUNBILLED)","type":"boolean"},"UseSecureDocuments":{"description":"Use Secure Documents. Indicates that enhanced document security is in use. (L_USESECUREDOCUMENTS)","type":"boolean"},"SecureDocumentsUser":{"description":"Secure Documents User. Windows userid to be used by the document access proxy server. This user should have elevated access to the Attachments, Documents, Letters, Notices, and BillImage folders associated with this CIS system. (C_SECUREDOCUMENTSUSER)","type":"string"},"SecureDocumentsPassword":{"description":"Secure Documents Password. Windows password associated with the document server windows user. (C_SECUREDOCUMENTSPASSWORD)","type":"string"},"CombineSuffixAndPost":{"description":"Combine Suffix And Post. Indicates to combine suffix and post in address correction process. If this setting is set to true then process combines suffix and post otherwise suffix, post and street. (L_COMBINESUFFIXANDPOST)","type":"boolean"},"ShowAlertsTab":{"description":"Show Alerts in AccountView. Use this setting to make the Alerts tab available on AccountView form. (L_SHOWALERTSTAB)","type":"boolean"},"StartContact":{"description":"Start Contact. Starts Contact with IVR. (L_STARTCONTACT)","type":"boolean"},"FormOnStart":{"description":"Open Contact Form On Start. Open contact form when contact starts. (L_CONTACTONOPEN)","type":"boolean"},"ShowGisTab":{"description":"Show GIS Tab in AccountView. Use this setting to make GIS tab available on AccountView form. (L_SHOWGISTAB)","type":"boolean"},"AllowFirstBillCancelRebill":{"description":"Allow First Bill to Cancel/Rebill. Indicates whether cancel/rebilling the first bill is allowed. (L_ALLOWFIRSTBILLCANCELREBILL)","type":"boolean"},"UseCurrentAddressInBillReprint":{"description":"Use Current Address In Bill Reprint. Indicates whether to use the customer's current address in the reprint of the bill instead of original address in the bill. (L_USECURRENTADDRESSINBILLPRINT)","type":"boolean"},"ReconnectServices":{"description":"Reconnect Disconnected Services for Incoming Customer. Indicates whether to automatically reconnect disconnected services for incoming customer. (L_RECONNECTSERVICES)","type":"boolean"},"UseMembership":{"description":"Use Membership. Indicates whether to enable the membership functionality and display the membership tab in the AccountView. (L_MEMBERSHIP)","type":"boolean"},"ServiceAddressValidationType":{"description":"Validation Type. Validation type of service addresses. (C_SERVICEADDRVALIDATIONTYPE)\r\nEnum AdvancedUtility.Model.BIF000+ServiceAddressValidationTypeEnum:  _blank, Standard, Custom","type":"string"},"IsInvalidServiceAddressAllowed":{"description":"Invalid Address Allowed. Indicates whether invalid services addresses are allowed. (L_INVALIDSERVICEADDRESSALLOWED)","type":"boolean"},"ServiceAddressValidationMethod":{"description":"Validation Method. The service address validation custom method. This is the name of the class in the Formulaproc program. (C_SERVICEADDRVALIDATIONMETHOD)","type":"string"},"ServiceAddressValidationSource":{"description":"Validation Source. Validate the addresses of this type only against the Address Lookup Control records of the specified source (e.g. Imported from GIS system, Loaded from Canada Post CD, Entered manually). (C_SERVICEADDRVALIDATIONSOURCE)\r\nEnum AdvancedUtility.Model.AddressValidationSource:  GIS, CanadaPost, ManualEntry","type":"string"},"AddressValidationSource":{"description":"Validation Source. Validate the addresses of this type only against the Address Lookup Control records of the specified source (e.g. Imported from GIS system, Loaded from Canada Post CD, Entered manually). (C_ADDRESSVALIDATIONSOURCE)\r\nEnum AdvancedUtility.Model.AddressValidationSource:  GIS, CanadaPost, ManualEntry","type":"string"},"PhoneMatchingOption":{"description":"Matching Option. When information (e.g. phone number) passed from a Phone System into CIS Infinity matches details in a customer record, the list of matching options will include the specific accounts from the Customer/Account table that are linked to the matching customer/account. (C_PHONEMATCHINGOPTION)\r\nEnum AdvancedUtility.Model.PhoneMatchingOption:  None, SingleActive, AllActive, All","type":"string"},"ProcessOutputFolder":{"description":"Process Output Folder. The complete path to the folder where output files will be stored after a runnable process is executed. Should be a UNC path to be more flexible. (C_PROCESSOUTPUTFOLDER)","type":"string"},"ArchiveSystem":{"description":"Archive System. The type of archive system this represents; used to enable/disable the Archiving feature and to specify whether this is a \"source\" or \"target\" archive system. (C_ARCHIVESYSTEM)\r\nEnum AdvancedUtility.Model.BIF000+ArchiveSystemEnum:  None, Source, Target","type":"string"},"FindActiveCustomerInMovesList":{"description":"Find Active Customer In Moves List. Indicates whether the active customer at the account will be selected automatically in the Account Moves grid when navigating to a given customer/account in the AccountView - Move In / Out Tab. (L_FINDACTIVECUSTINMOVESLIST)","type":"boolean"},"StreetSuffixUsage":{"description":"Use Street Suffix And Prefix for Service Address. Select this checkbox, if the Street Suffix and Prefix will be stored and displayed for the service address. (L_STREETSUFFIXUSAGE)","type":"boolean"},"CustomerValidationType":{"description":"Validation Type. The validation type selected for the customer. (C_CUSTOMERVALIDATIONTYPE)\r\nEnum AdvancedUtility.Model.BIF000+CustomerValidationTypeEnum:  None, Custom","type":"string"},"AllowInvalidCustomer":{"description":"Allow Invalid Customer. Indicates whether invalid customers are allowed. (L_ALLOWINVALIDCUSTOMER)","type":"boolean"},"PreventInvalidCustomerMoveIn":{"description":"Prevent Move In for Invalid Customer. Indicates whether invalid customers will be prevented from moving in. (L_PREVENTINVALIDCUSTOMERMOVEIN)","type":"boolean"},"CustomerValidationMethod":{"description":"Validation Method. The custom method (i.e. formulaproc class) used to validate the customer. (C_CUSTOMERVALIDATIONMETHOD)","type":"string"},"TapServesMultipleAccounts":{"description":"Tap Serves Multiple Accounts. Indicates whether this system uses the new tap location structure that allows a many-to-many relationship between tap locations and accounts. (L_TAPSERVESMULTIPLEACCOUNTS)","type":"boolean"},"PreventMultiPreferredPhones":{"description":"Prevent Multiple Preferred Phones. Indicates whether customers will be prevented from having multiple preferred phone numbers. (L_PREVENTMULTIPREFERREDPHONES)","type":"boolean"},"GenerateIndividualTransactions":{"description":"Individual A/R Transactions on Balance Transfer. Indicates whether individual transactions will be created per A/R on the final bill A/R balance transfer. (L_INDIVIDUALTRANSACTIONS)","type":"boolean"},"TransferTransactionInFirstBill":{"description":"Transfer Transaction In First Bill. Indicates whether the transferred transactions in the first bill will be included in the Balance Forward (SYS2) Transaction. When unchecked, the transferred transactions will be included in the Previous Bill Amount (SYS1)Transaction. (L_FIRSTBILLTRANSFERTRANSSYS2)","type":"boolean"},"IncludeDeactivatedMetersInExport":{"description":"Include Deactivated Meters In Export. Indicates whether deactivated meters will be included in the meter reading export file. (L_EXPORTDEACTIVATEDMETERS)","type":"boolean"},"PrintBillSummaryReport":{"description":"Print Bill Summary Report. Indicates whether to print summary of bills grouped by bill print code after the bills are printed. (L_PRINTBILLSUMMARYREPORT)","type":"boolean"},"MeterSizeOnbill":{"description":"Meter Size On Bill. Show meter size on bill. (L_METERSIZEONBILL)","type":"boolean"},"BusinessHours":{"description":"Business Hours. Comma separated list of working hours for the company in the form [D:][HHMM]-[HHMM]. This is used to determine if a Disconnect/Reconnect service order is completed within or outside of business hours. (C_BUSINESSHOURS)","type":"string"},"ExcludeBillArrangementsInNotice":{"description":"Exclude Bill Arrangements in Notices. Indicates whether or not to exclude any balances from a bill converted to payment arrangements from adding into notice balance owing. Looks at 'Bill Number' field in Payment Arrangements(BIF007) when calculating the notice balance owing. (L_EXCLUDEBILLARRANGEMENTS)","type":"boolean"},"AddressLayoutFormat":{"description":"Address Layout Format. The address layout format. (M_ADDRESSFORMAT)","type":"string"},"BillImageFormat":{"description":"Select Bill Image Format. Select the Bill Print Format that will be used to create the bill images for all bills in the batch. Only valid Bill Print Formats are available for selection and will be displayed. Invalid bill print formats entered in the database will be ignored. Note: Selecting a bill print format may affect bill print performance and will require disk space to be allotted for storing the bill images. (C_BILLIMAGEFORMAT)","type":"string"},"BillMessageCode1":{"description":"Bill Message Code 1. The bill message code 1. (C_BMESSAGECODE1)","type":"string"},"BillMessageCode2":{"description":"Bill Message Code 2. The bill message code 2. (C_BMESSAGECODE2)","type":"string"},"BillMessageCode3":{"description":"Bill Message Code 3. The bill message code 3. (C_BMESSAGECODE3)","type":"string"},"BillMessageCode4":{"description":"Bill Message Code 4. The bill message code 4. (C_BMESSAGECODE4)","type":"string"},"ExcludeCreditTransCodesBill":{"description":"List of Excluded Credit Trans Codes Bill. List of excluded credit transaction codes bill. (C_EXCLUDECREDITTRANSCODESBILL)","type":"string"},"ExcludeDebitTransCodesBill":{"description":"List of Excluded Debit Trans Codes Bill. List of excluded debit transaction codes bill. (C_EXCLUDEDEBITTRANSCODESBILL)","type":"string"},"FinalMeterReadingProcess":{"description":"List of Meter Reading Processes. List of Meter Reading processes for Auto-Final Readings. (C_AFMETERREADINGPROCESS)","type":"string"},"FormulaErrorExceptionCode":{"format":"int64","description":"Formula Error Exception. Billing Formula Error Exception Code (I_FORMULAERROREXCEPTIONCODE)","type":"integer"},"InvalidAddressAction":{"format":"int64","description":"Action ID for Invalid Address Entry. The action ID of the action that will be performed when there is an invalid address entry. (I_INVALIDADDRESSACTION)","type":"integer"},"InvalidServiceAddressAction":{"format":"int64","description":"Action ID for Invalid Service Address Entry. The action ID of the action that will be performed when there is an invalid service address entry. (I_INVALIDSERVICEADDRESSACTION)","type":"integer"},"IVRPhonePriority":{"description":"IVR Phone Priority. The phone numbers listed in the order of priority. (C_IVRPHONEPRIORITY)","type":"string"},"MoveRequestTaskTypes":{"description":"Move Request Task Types. The task types used for move requests. (C_MOVEREQUESTTASKTYPES)","type":"string"},"NobillAction":{"format":"int64","description":"No Bill Action ID. This is the action to be generated for accounts that were \"no-billed\" when updating a billing batch. (I_NOBILLACTION)","type":"integer"},"ValidatedAddressTypes":{"description":"Validated Address Types. Validated address types. (C_VALIDATEDADDRESSTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CisConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CisConfigModel]"},"readOnly":true}}},"Operation[CisConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CisEventHandlerModel":{"description":"CIS Event Handler Control (CisEventHandler / SYS017)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EventId":{"format":"int64","description":"Event ID. The process ID. (I_PROCESSID)","type":"integer"},"Description":{"description":"Description. The description of the process. (C_DESCRIPTION)","type":"string"},"Type":{"description":"Event Type. The event type. (C_TYPE)\r\nEnum AdvancedUtility.Model.SYS017+TypeEnum:  DataChangePostprocess, BusinessValidation, BusinessDuringSave, BusinessBeforeSave, BusinessAfterSave, BusinessAddDefault, SystemNotification","type":"string"},"Source":{"description":"Source. The notification source. (C_SOURCE)","type":"string"},"Sequence":{"format":"int32","description":"Sequence. Optional sequence to run events in for the same event type and source. (N_SEQUENCE)","type":"integer"},"RunForAdd":{"description":"Run For Add. Indicates the event script will run for an add type event. Only applies to data change post-processing type events. (L_RUNFORADD)","type":"boolean"},"RunForUpdate":{"description":"Run For Update. Indicates the event script will run for an update type event. Only applies to data change post-processing type events. (L_RUNFORUPDATE)","type":"boolean"},"RunForDelete":{"description":"Run For Delete. Indicates the event script will run for a delete type event. Only applies to data change post-processing type events. (L_RUNFORDELETE)","type":"boolean"},"IsDisabled":{"description":"Disabled. Indicates whether the event is disabled. Disabled events do not run. (L_DISABLED)","type":"boolean"},"Module":{"description":"Module. Optional module code from Module Control that this event handler is associated with. Used for documentation and to control all functionality associated with a module at the module level. Disabling a linked module with also disable the associated events. (C_MODULE)","type":"string"},"Script":{"description":"Script. The script code used. (M_SCRIPT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CisEventHandlerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CisEventHandlerModel]"},"readOnly":true}}},"Operation[CisEventHandlerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CisMapDetailModel":{"description":"CIS Map Detail Control (CisMapDetail / GIS003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DetailCode":{"description":"Detail. The CIS map detail code. (C_DETAILCODE)\r\nEnum AdvancedUtility.Model.GIS003+DetailCodeEnum:  ServiceAddress, AccountService, AccountMeter, AccountEquipment","type":"string"},"Description":{"description":"Detail Description. The description of the CIS map detail. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the CIS map detail is disabled. (L_DISABLED)","type":"boolean"},"DetailsAttributes":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CisMapDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CisMapDetailModel]"},"readOnly":true}}},"Operation[CisMapDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CisMapDetailAttributeModel":{"description":"CIS Map Detail Attribute Control (CisMapDetailAttribute / GIS004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DetailCode":{"description":"Detail Code. The GIS map layer code. (C_DETAILCODE)","type":"string"},"CisField":{"description":"Detail Attribute Name. The detail attribute name. (C_CISFIELD)","type":"string"},"DisplayOrder":{"format":"int32","description":"Detail Attribute Order. The detail attribute order. (I_ORDER)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CisMapDetailAttributeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CisMapDetailAttributeModel]"},"readOnly":true}}},"Operation[CisMapDetailAttributeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CisVersionConfigModel":{"description":"CIS Version Control (CisVersionConfig / SYS001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PasswordChangeTimespan":{"format":"int32","description":"The amount of time (in days) before a password must be changed again by the user.\r\nSet to 0 to disable password expiry functionality.","type":"integer"},"PasswordRetriesResetTimespan":{"format":"int32","description":"The amount of time (in minutes) before incorrect password attempts are forgotten.\r\nUsed with the LastFailedPasswordAttempt of a user to clear out the failed password attempt count after this amount of time has passed.\r\nSet to 0 to disable reset of failed password counts.","type":"integer"},"SystemName":{"description":"Licensee Name. The utility name. (C_NAME)","type":"string"},"UtilityKey":{"description":"License Key. The utility key. (C_KEY)","type":"string"},"UtilityAddress":{"description":"Utility Address. The utility address. (M_ADDRESS)","type":"string"},"TelephoneNumber":{"description":"Telephone Number. The main telephone number for the utility. (C_MAINNUMBER)","type":"string"},"FaxNumber":{"description":"Fax Number. The fax number for the utility. (C_FAXNUMBER)","type":"string"},"AllowAuditTableChanges":{"description":"Audit Table Changes. Indicates if table changes are audited. (L_AUDITTABLECHANGES)","type":"boolean"},"CisSoftwareName":{"description":"CIS Software Name. The CIS software name. (C_CISSOFTWARENAME)","type":"string"},"DataVersion":{"description":"CIS Data Structure Version. The version of the current structure of the data in the form 'major.minor.build.revision' (C_DATAVERSION)","type":"string"},"SystemId":{"description":"CIS System ID. ID code assigned to each CIS system to identify it in facilities that report on or consolidate multiple systems, like licensing. (C_SYSTEMID)","type":"string"},"LocalName":{"description":"CIS Local Name (C_LOCALNAME)","type":"string"},"PasswordMinimumLength":{"format":"int32","description":"Minimum Password Length. Minimum required password length. Set to zero to disable minimum length requirement. (I_MINPASSWORDLENGTH)","type":"integer"},"PasswordMaximumLength":{"format":"int32","description":"Maximum Password Length. Maximum allowed password length. Set to zero to disable maximum length limit. (I_MAXPASSWORDLENGTH)","type":"integer"},"PasswordRequiresMixedCase":{"description":"Password Requires Mixed Case (L_PASSWORDREQUIRESMIXEDCASE)","type":"boolean"},"PasswordRequiresDigits":{"description":"Password Requires Digits (L_PASSWORDREQUIRESDIGITS)","type":"boolean"},"PasswordRequiresSpecials":{"description":"Password Requires Specials (L_PASSWORDREQUIRESSPECIALS)","type":"boolean"},"MaxPasswordRetries":{"format":"int32","description":"Maximum Password Retries. Maximum number of consecutive unsuccessful login retries allowed before account is locked. Set to zero to disable account locking due to password failures. (I_MAXPASSWORDRETRIES)","type":"integer"},"SecurityMode":{"description":"Security Mode. Specifies permissive or restrictive security mode (C_SECURITYMODE)\r\nEnum AdvancedUtility.Model.SYS001+SecurityModeEnum:  Permissive, Restrictive","type":"string"},"DataSignature":{"description":"CIS Data Structure Signature. A unique hash of the data version and appdict patch details; used to identify the version of the data that corresponds to a specific combination of model and patch settings (C_DATASIGNATURE)","type":"string"},"LoginStatus":{"description":"Login Status (C_LOGINSTATUS)","type":"string"},"RegistrationNumber":{"description":"Registration Number. The registration number. (C_REGNUMBER)","type":"string"},"MailHostName":{"description":"Email Host Name. The SMTP email host name. (C_MAILNAME)","type":"string"},"AllowSendMail":{"description":"Send Mail. Indicates whether to send outgoing emails. (L_SENDMAIL)","type":"boolean"},"eBillEncryptionKey":{"description":"eBill Encryption Key. The eBill AES256 encryption key. Changing this once ebills exist will cause permanent data loss of the existing ebills. (C_ENCKEY)","type":"string"},"eBillEncryptionSalt":{"description":"eBill Encryption Salt. The eBill AES256 encryption salt. Changing this once ebills exist will cause permanent data loss of the existing ebills. (C_SALT)","type":"string"},"eBillEncryptionIterations":{"format":"int32","description":"eBill Encryption Iterations. The eBill AES256 encryption iterations. Changing this once ebills exist will cause permanent data loss of the existing ebills. (I_ITERATIONS)","type":"integer"},"eBillEncryptionVector":{"description":"eBill Encryption Vector. The eBill AES256 encryption vector. This value must be exactly 16 characters long. Changing this once ebills exist will cause permanent data loss of the existing ebills. (C_VECTOR)","type":"string"},"EmailWithSSL":{"description":"Email Using SSL. Use SSL when sending emails. (L_EMAILWITHSSL)","type":"boolean"},"FromEmailAddress":{"description":"From Email Address. The email address for the email sender. (C_FROMEMAILADDRESS)","type":"string"},"AllowAutomaticUser":{"description":"Allow Automatic New Users. This setting allows new users which meet external group constraints to log in without already having a user definition created manually (L_AUTOADDUSERS)","type":"boolean"},"FromEmailName":{"description":"From Email Display Name. The name displayed for the email sender. (C_FROMEMAILADDRESSNAME)","type":"string"},"EncryptedFields":{"description":"Encrypted Fields. Comma separated list of table.field values representing the fields in the system that are encrypted (C_ENCRYPTEDFIELDS)","type":"string"},"AppDictPatch":{"description":"Site Specific AppDict Changes. Site specific data dictionary changes are stored here. The ApplicationDictionary XML found here is merged with the core CIS appdict and the result is used on this system for all operations: sqldiff, adhoc, etc (C_APPDICTPATCH)","type":"string"},"EmailPort":{"format":"int32","description":"Email Host Port. SMTP port to use for sending emails. Set to zero to use default. (I_EMAILPORT)","type":"integer"},"IdleTimeout":{"format":"int32","description":"Idle Timeout. Time to wait before considering the application idle (in minutes).  Set to zero to disable idle timeout functionality. (I_IDLETIMEOUT)","type":"integer"},"FromSmsNumber":{"description":"SMS Sent From. The originating telephone number for SMS notifications. (C_FROMSMSNUMBER)","type":"string"},"WebApiUrl":{"description":"REST URL. URL of the REST Web API last configured to point to this CIS system. Updated by the REST Web API server on start-up. (C_WEBAPIURL)","type":"string"},"EmailUserName":{"description":"SMTP User Name. The user name for the SMTP authentication. (C_EMAILUSERNAME)","type":"string"},"EmailPassword":{"description":"SMTP Password. The password used for the SMTP authentication. (C_EMAILPASSWORD)","type":"string"},"CountryCode":{"description":"Country. The country of the utility. (C_COUNTRYCODE)","type":"string"},"Licensee":{"type":"string"},"LockfileName":{"type":"string"},"Modules":{"type":"string"},"UserMaximum":{"format":"int32","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CisVersionConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CisVersionConfigModel]"},"readOnly":true}}},"Operation[CisVersionConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionAgencyModel":{"description":"Collection Agency Control (CollectionAgency / COL103)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AgencyId":{"format":"int64","description":"Agency ID. The agency ID. (I_AGENCYID)","type":"integer"},"AgencyName":{"description":"Collection Agency Name. The collection agency name. (C_AGENCYNAME)","type":"string"},"Commission":{"format":"double","description":"Agency Commission. The agency commission code. (N_COMMISSION)","type":"number"},"IsLienAgency":{"description":"Agency is a Lien. Indicates if the agency is a Lien agency. (L_LIEN)","type":"boolean"},"CommissionIsDebit":{"description":"Commission Transaction is a Debit Amount. Indicates that the commission transaction is a debit amount. (L_DEBITCOMMISSION)","type":"boolean"},"ReleaseLienOnPayment":{"description":"Release Lien on Full Payment of Lien Amount. Indicates that the lien will be released upon full payment of the lien amount. (L_RELEASELIENONPAYMENT)","type":"boolean"},"UpdateNewCharges":{"description":"Update New Charges to Send to Agency Amount. Indicates that the new charges will be updated to send to the agency amount. (L_UPDATENEWCHARGES)","type":"boolean"},"UpdateReceivedOnFullPayment":{"description":"Update Date Received on Full Payment of Amount Sent. Indicates that the date received will be updated upon full payment of the amount sent. (L_RECEIVEDONFULLPAYMENT)","type":"boolean"},"PaymentWithCommission":{"description":"Payment With Commission. Indicates that the payment is applied with commission. (L_PAYWITHCOMMISSION)","type":"boolean"},"SendUpdate":{"description":"Send Customer/Financial Update. Indicates that the customer/financial update are sent. (L_SENDUPDATE)","type":"boolean"},"ReleaseLienOnBalancePaid":{"description":"Release Lien On Balance Paid. Indicates that the lien is released when the balance is paid. (L_RELEASELIENONBALANCE)","type":"boolean"},"AllowZeroAmountSent":{"description":"Allow Zero in Amount Sent. Indicates whether to allow a zero amount to be sent to the collection agency. (L_ALLOWZEROAMOUNTSENT)","type":"boolean"},"CheckSSNForDepositInterest":{"description":"Check SSN For Deposit Interest. Indicates if SSN is required for deposit interest calculation. (L_CHECKSSNFORDEPOSITINT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the collection agency is disabled. (L_DISABLED)","type":"boolean"},"ApplyRankingRules":{"description":"Apply Ranking Rules. Indicates whether the priority ranking rules will be applied when changing the collection status to the value specified in the Send to Agency Collection Status field. (L_APPLYRANKINGRULES)","type":"boolean"},"CommissionTransactionCode":{"description":"Agency Commission Transaction Code. The agency commission transaction code. (C_COMMISSIONTRANSCODE)","type":"string"},"CustomerPaymentTransactionCode":{"description":"Payment from Customer Transaction Code. The transaction code for the payment from the customer. (C_CUSTPAYMENTTRANSCODE)","type":"string"},"LienInterestTransactionCode":{"description":"Lien Interest Transaction Code. The Lien interest transaction code. (C_LIENINTERESTTRANSCODE)","type":"string"},"LienReleaseTransactionCode":{"description":"Lien Release Fee Transaction Code. The Lien release transaction code. (C_LIENRELEASETRANSCODE)","type":"string"},"PaymentActionId":{"format":"int64","description":"Payment from Customer Action. The payment from customer action number. (I_PAYMENTACTION)","type":"integer"},"PaymentStatus":{"description":"Agency Payment Collection Status. The agency payment collection status code. (C_PAYMENTSTATUS)","type":"string"},"PaymentTransactionCode":{"description":"Agency Payment Transaction Code. The agency payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"SendActionId":{"format":"int64","description":"Send to Agency Action. The send to agency action number. (I_SENDACTION)","type":"integer"},"SendStatus":{"description":"Send to Agency Collection Status. The send to agency collection status code. (C_SENDSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionAgencyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionAgencyModel]"},"readOnly":true}}},"Operation[CollectionAgencyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionAgencyAssignmentModel":{"description":"Customer/Account Collection Agency (CollectionAgencyAssignment / COL004)","type":"object","properties":{"AgencyTransactionItems":{"type":"array","items":{"$ref":"#/definitions/AgencyTransactionItemModel"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"StopDate":{"format":"date-time","description":"Stop Date. The date that collection agency stop receiving the payment. (D_STOPDATE)","type":"string"},"DateSentToAgency":{"format":"date-time","description":"Date Sent to Agency. The date that the payment was sent to the collection agency. (D_SENT)","type":"string"},"DateReceivedFromAgency":{"format":"date-time","description":"Date Received from Agency. The date that collection agency received the payment. (D_RECEIVED)","type":"string"},"AmountSentToAgency":{"format":"double","description":"Amount Sent to Agency. The amount of the payment sent to the collection agency. (Y_AMOUNTSENT)","type":"number"},"AmountReceivedFromAgency":{"format":"double","description":"Amount Received from Agency. The amount received by the collection agency. (Y_AMOUNTRECEIVED)","type":"number"},"AgencyCommission":{"format":"double","description":"Agency Commission. The amount of commission charge by the collection agency. (Y_COMMISSION)","type":"number"},"Notes":{"description":"Notes. Notes about the collection. (M_NOTES)","type":"string"},"Pk":{"format":"int64","description":"COL004 Record Key. The unique record identifier. (I_COL004PK)","type":"integer"},"ReferenceNumber":{"description":"Reference Number. The reference number. (C_REFERENCENUM)","type":"string"},"LienDate":{"format":"date-time","description":"Lien Date. The lien date. (D_LIEN)","type":"string"},"DemandDate":{"format":"date-time","description":"Demand Date. The demand date. (D_DEMAND)","type":"string"},"LienInterestAmount":{"format":"double","description":"Lien Interest Amount. The lien interest amount. (Y_INTEREST)","type":"number"},"LienReleaseFee":{"format":"double","description":"Lien Release Fee. The lien release fee. (Y_LIENRELEASEFEE)","type":"number"},"AgencyId":{"format":"int64","description":"Collection Agency. The collection agency ID. (I_AGENCYID)","type":"integer"},"AgencyStopReason":{"description":"Agency Stop Reason. The agency collection stop reason. (C_AGENCYSTOPREASON)","type":"string"},"CollectionTransactionIsCreated":{"type":"boolean"},"GenerateCommissionTrans":{"type":"boolean"},"GeneratePaymentTrans":{"type":"boolean"},"UserId":{"description":"User ID. The ID of the user that entered the collection. (C_USERID)","type":"string"},"ChangeCollectionStatus_AllowLowerPriority":{"format":"int32","description":"When a collection status change contains a lower priority code than the current one, indicate whether it should be allowed or not.  Valid values are: 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"ChangeCollectionStatus_ApplyRankingRules":{"format":"int32","description":"Indicates whether to apply priority ranking rules in a collection status change. Possible values: -1 = Unresolved, 0 = Yes (apply rules), 1 = No (ignore rules).","type":"integer"},"ChangeCollectionStatus_ProcessActions":{"format":"int32","description":"Indicates whether action processing is allowed on a collection status change. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.","type":"integer"},"Option_AddCollectionAgencyPayment":{"format":"int32","description":"Indicates whether to add a collection agency payment if one or more collection payments were added in the last 30 days. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"AgencyTransactionItemModel":{"description":"A lien agency transaction item.\r\nUsed on the CollectionAgencyAssignmentModel.AgencyTransactionItems property to represent supply and possibly generate agency transactions.","type":"object","properties":{"Sort":{"format":"int32","description":"Sort Order (1-9 = lien payments, 10 = lien release fee, 20 = lien interest amount). Read only.","type":"integer"},"Description":{"description":"Type Description. Read only.","type":"string"},"ARCode":{"description":"A/R Code. Read only.","type":"string"},"Transcode":{"description":"Transaction Code. Read only.","type":"string"},"Default":{"format":"double","description":"Default Amount Due. Read only.","type":"number"},"Amount":{"format":"double","description":"Amount.\r\nAdjust to required amount of new transaction. Transactions with generate=true are created on save of assignment)","type":"number"},"Generate":{"description":"Generate?\r\nSet this true to cause an agency lien transaction with these details to be generated on assignment save.","type":"boolean"}}},"JsonPatchDocument[CollectionAgencyAssignmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionAgencyAssignmentModel]"},"readOnly":true}}},"Operation[CollectionAgencyAssignmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionAgencyStopReasonModel":{"description":"Collection Agency Stop Reason Control (CollectionAgencyStopReason / COL116)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Agency Stop Reason. The collection agency's stop reason. (C_AGENCYSTOPREASON)","type":"string"},"Description":{"description":"Agency Stop Reason Description. The stop reason details. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether collection status change is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionAgencyStopReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionAgencyStopReasonModel]"},"readOnly":true}}},"Operation[CollectionAgencyStopReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionExemptionModel":{"description":"Customer/Account Collection Exemption (CollectionExemption / COL003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"ExemptStartDate":{"format":"date-time","description":"Exemption Starts. The date that the exemption starts. (D_EXEMPTSTART)","type":"string"},"ExemptType":{"description":"Exemption Type. The exemption type. (C_EXEMPTTYPE)","type":"string"},"ExemptEndDate":{"format":"date-time","description":"Exemption Ends. The date that the exemption ends. (D_EXEMPTEND)","type":"string"},"IsExemptIndefinitely":{"description":"Exempt Indefinitely. Indicates whether to continue the exemption indefinitely. (L_INDEFINITE)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time Entered. The date and time that the exemption was entered. (T_DATETIME)","type":"string"},"Notes":{"description":"Notes. Notes about the exemption. (M_NOTES)","type":"string"},"ExemptedNotices":{"description":"Notices to be Exempted. The notices that are to be exempted. (C_NOTICES)","type":"string"},"ExemptReason":{"description":"Reason for Exemption. The reason for the exemption. (C_EXEMPTREASON)","type":"string"},"Service":{"description":"Service. The exemption service. (C_SERVICE)","type":"string"},"UserId":{"description":"User ID. The ID of the user that created the exemption. (C_USERID)","type":"string"},"ChangeCollectionStatus_AllowLowerPriority":{"format":"int32","description":"When a collection status change contains a lower priority code than the current one, indicate whether it should be allowed or not.  Valid values are: 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"ChangeCollectionStatus_ApplyRankingRules":{"format":"int32","description":"Indicates whether to apply priority ranking rules in a collection status change. Possible values: -1 = Unresolved, 0 = Yes (apply rules), 1 = No (ignore rules).","type":"integer"},"ChangeCollectionStatus_ProcessActions":{"format":"int32","description":"Indicates whether action processing is allowed on a collection status change. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionExemptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionExemptionModel]"},"readOnly":true}}},"Operation[CollectionExemptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionExemptionReasonModel":{"description":"Collection Exemption Reason Control (CollectionExemptionReason / COL102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Reason for Exemption. The reason for exemption. (C_EXEMPTREASON)","type":"string"},"Description":{"description":"Description. The description of the exemption. (C_DESCRIPTION)","type":"string"},"IsAccountBasedExemption":{"description":"Account Based Exemption. Indicates whether this exemption is account based. Any customer moving into a new account will assume this \"non-expired\" exemption from the move out customer if this value is TRUE. (L_ACCOUNTBASEDEXEMPTION)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the collection exemption reason is disabled. (L_DISABLED)","type":"boolean"},"ExemptStatus":{"description":"Exemption Collection Status. The exemption collection status. (C_EXEMPTSTATUS)","type":"string"},"ExemptTypes":{"description":"Use for Exemption Types. The 'use for exemption' types. (C_EXEMPTTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionExemptionReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionExemptionReasonModel]"},"readOnly":true}}},"Operation[CollectionExemptionReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionExemptionTypeModel":{"description":"Collection Exemption Type Control (CollectionExemptionType / COL101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Exemption Type. The exemption type. (C_EXEMPTTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the collection exemption type is disabled. (L_DISABLED)","type":"boolean"},"Description":{"description":"Description. The exemption description.  (C_DESCRIPTION)","type":"string"},"Penalty":{"description":"Penalty Exempt. Indicates whether there is a penalty exemption. (L_PENALTY)","type":"boolean"},"Notice":{"description":"Notice Exempt. Indicates whether there is a notice exemption. (L_NOTICE)","type":"boolean"},"Disconnect":{"description":"Disconnect Exempt. Indicates whether there is a disconnect exemption. (L_DISCONNECT)","type":"boolean"},"Service":{"description":"Service Exemption. Indicates whether there is a service exemption. (L_SERVICE)","type":"boolean"},"Writeoff":{"description":"Write Off Exempt. Indicates whether there is a write off exemption. (L_WRITEOFF)","type":"boolean"},"Lien":{"description":"Lien Exempt. Indicates whether there is a lien exemption. (L_LIEN)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionExemptionTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionExemptionTypeModel]"},"readOnly":true}}},"Operation[CollectionExemptionTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionNoticeModel":{"description":"Collection Notice (CollectionNotice / COL024)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ScheduleList":{"description":"List of Schedule items.","type":"array","items":{"$ref":"#/definitions/CollectionNoticeScheduleModel"}},"Number":{"format":"int32","description":"Notice Number. The notice number. (N_NOTICE)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Date":{"format":"date-time","description":"Notice Date. The date the notice was created. (D_NOTICE)","type":"string"},"PrintDate":{"format":"date-time","description":"Notice Print Date. The date when the notice was printed. (D_PRINTNOTICE)","type":"string"},"OriginalDate":{"format":"date-time","description":"Original Notice Date. The initially assigned notice date before a bill due date update (D_ORIGINALDATE)","type":"string"},"IsRemoved":{"description":"Notice Removed. Notice Removed? (L_REMOVED)","type":"boolean"},"ARBalance":{"format":"double","description":"A/R Balance. The accounts receivable balance. (Y_ARBALANCE)","type":"number"},"BalanceOwing":{"format":"double","description":"Notice Balance Owing. The balance owing that is indicated on the notice. (Y_BALANCEOWING)","type":"number"},"DepositBalance":{"format":"double","description":"Deposit Balance. The deposit balance amount. (Y_DEPOSITBALANCE)","type":"number"},"TotalArrangement":{"format":"double","description":"Total Arrangement Amount. The total amount for the payment arrangement. (Y_TOTALARRANGEMENT)","type":"number"},"NoticeArrangement":{"format":"double","description":"Arrangement Before Notice Amount. The arrangement amount before the notice amount is paid. (Y_NOTICEARRANGEMENT)","type":"number"},"TotalPostDateAmount":{"format":"double","description":"Total Post-Date Amount. The total amount that is paid through post dated cheques. (Y_TOTALPOSTDATE)","type":"number"},"PostDateBeforeNoticeAmount":{"format":"double","description":"Post-Date Before Notice Amount. The amount of post dated cheque payments before the notice amount is paid. (Y_NOTICEPOSTDATE)","type":"number"},"BalanceForward":{"format":"double","description":"Balance Forward Amount. The balance amount that is carried forward. (Y_BALANCEFORWARD)","type":"number"},"PendingPledgeAmount":{"format":"double","description":"Pending Pledge Amount. The pending pledge amount. (Y_PENDINGPLEDGE)","type":"number"},"Aging1Amount":{"format":"double","description":"Aging 1 Amount. The aging 1 amount. (Y_AGE1)","type":"number"},"Aging2Amount":{"format":"double","description":"Aging 2 Amount. The aging 2 amount. (Y_AGE2)","type":"number"},"Aging3Amount":{"format":"double","description":"Aging 3 Amount. The aging 3 amount. (Y_AGE3)","type":"number"},"Aging4Amount":{"format":"double","description":"Aging 4 Amount. The aging 4 amount. (Y_AGE4)","type":"number"},"Aging5Amount":{"format":"double","description":"Aging 5 Amount. The aging 5 amount. (Y_AGE5)","type":"number"},"CreditRating":{"format":"int32","description":"Credit Rating. The customer's credit rating. (I_CREDITRATING)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"IsProcessed":{"description":"Processed. Indicates a processed notice. (L_PROCESSED)","type":"boolean"},"RemovedDateTime":{"format":"date-time","description":"Date/Time Notice Removed. Notice Removed Date/Time (T_REMOVED)","type":"string"},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"IsRescheduled":{"description":"Notice Rescheduled. Indicates a rescheduled notice. (L_RESCHEDULED)","type":"boolean"},"AddDepositAmount":{"format":"double","description":"Additional Deposit Amount (Y_ADDDEPOSITAMOUNT)","type":"number"},"PresortSequence":{"format":"int32","description":"Presort Sequence Number. The pre-sort sequence (tray number) for the mailing address in the batch. (I_PRESORTSEQUENCE)","type":"integer"},"DueDate":{"format":"date-time","description":"Due Date. The due date of the notice. (D_NOTICEDUEDATE)","type":"string"},"ScriptValue":{"description":"Script Value. The value generated by executing the script configured in Credit Rating/Collection Control. (C_SCRIPTVALUE)","type":"string"},"OriginalDueDate":{"format":"date-time","description":"Original Notice Due Date. The original notice due date before a bill due date update (D_ORIGINALDUEDATE)","type":"string"},"NoticeDueDateChangedTimestamp":{"format":"date-time","description":"Notice Due Date Changed Timestamp. The date and time that the Notice due date was change. (T_DUEDATECHANGE)","type":"string"},"BillDate":{"format":"date-time","type":"string"},"BillDueDate":{"format":"date-time","type":"string"},"CalculationNotes":{"description":"CalculationNotes. Provides the calculation notes for the remaining balance owing amount.","type":"string"},"CollectionId":{"format":"int64","description":"The collection ID. (I_COLLECTIONID)","type":"integer"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"DocumentId":{"description":"Document ID. The document ID. (C_DOCUMENTID)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the notice was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"NoticeDefinitionId":{"format":"int64","description":"Notice Definition ID. A look-up to the collection notice definition. (I_NOTICEDEFID)","type":"integer"},"NoticeDueDateChangedBy":{"description":"Notice Due Date Changed By. The ID of the user that changed the Notice due date. (C_DUEDATECHANGEUSERID)","type":"string"},"NoticeDueDateChangeReason":{"description":"Notice Due Date Change Reason. The reason for the change in Notice due date. (C_DUEDATECHANGEREASON)","type":"string"},"RemainingBalance":{"format":"double","description":"Remaining Balance. Calculates the remaining balance owing for the notice to avoid disconnect.","type":"number"},"RemovalType":{"description":"Notice Removal Type. Notice Removal Type (C_REMOVALTYPE)","type":"string"},"RemovedUserId":{"description":"Removed User ID. The removed user ID. (C_REMOVEDUSERID)","type":"string"},"Schedule":{"description":"Notice Schedule. The notice schedule description. (M_SCHEDULE)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"CollectionNoticeScheduleModel":{"type":"object","properties":{"NoticeNumber":{"format":"int32","type":"integer"},"Date":{"format":"date-time","type":"string"}}},"JsonPatchDocument[CollectionNoticeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionNoticeModel]"},"readOnly":true}}},"Operation[CollectionNoticeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionNoticeChargeModel":{"description":"Collection Notice Charge Control (CollectionNoticeCharge / COL118)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Sequence":{"format":"int32","description":"Sequence Number. The sequence number of the notice. (N_SEQUENCE)","type":"integer"},"NoticeCharge":{"format":"double","description":"Notice Charge Amount. The charge amount indicated on the notice for an overdue bill payment.  (Y_NOTICECHARGE)","type":"number"},"NoticeDefinitionId":{"format":"int64","description":"Notice Foreign Key. The notice foreign key. (I_NOTICEDEFID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionNoticeChargeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionNoticeChargeModel]"},"readOnly":true}}},"Operation[CollectionNoticeChargeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionNoticeControlModel":{"description":"Collection Notice Control (CollectionNoticeControl / CON008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReinstateOnNSF":{"description":"Reinstate Notices For NSF Transactions. Indicates whether reinstating (reactivating) a collection notice of this type is allowed when a NSF transaction is processed. (L_REINSTATEONNSF)","type":"boolean"},"ReinstateOnBrokenArrangement":{"description":"Reinstate Notices For Broken Arrangements. Indicates whether notices should be reinstated when a broken arrangement is detected (L_REINSTATEONBROKENARRANGEMENT)","type":"boolean"},"UseGroupArrangementTotalAmount":{"description":"Use Total Amount Of Group Arrangement For Notice Reinstatement. Indicates whether to use the full amount of a group arrangement for notice reinstatement when a broken arrangement is detected. If not set, the notice reinstatement will use the single broken installment amount (L_USEGROUPARRAGEMENTAMOUNT)","type":"boolean"},"Notice":{"description":"Notice #. The notice number. (C_NOTICE)","type":"string"},"Description":{"description":"Description. The collection description. (C_DESCRIPTION)","type":"string"},"NoticeDefinitionId":{"format":"int64","description":"Notice Definition ID. The unique ID of the collection notice definition. (I_NOTICEDEFID)","type":"integer"},"Days1":{"format":"int32","description":"Number of Days (Set 1). The number of days for set 1. (I_DAYS)","type":"integer"},"IsNoticeDateFromDueDate":{"description":"Notice Date From Due Date. Indicate whether the notice date is from the due date. (L_FROMDUEDATE)","type":"boolean"},"UseBusinessDays1":{"description":"Use Business Days (Set 1). Indicates whether to use business days for set 1. (L_BUSINESSDAYS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates if this record is disabled. (L_DISABLED)","type":"boolean"},"DaysToDueDate":{"format":"int32","description":"Number of Days to Notice Due Date. Number of days from the Bill Due Date to the Notice Due Date. (I_DAYSTODUEDATE)","type":"integer"},"UseBusinessDaysForDueDate":{"description":"Use Business Days for Notice Due Date. Indicates whether to use business days for Due Date calculation. (L_BUSINESSDAYSFORDUEDATE)","type":"boolean"},"NoDueDateOnHolidays":{"description":"No Notice Due Date on Holidays. Indicates whether Notice Due Date can fall on holidays or a weekend. (L_NODUEDATEONHOLIDAYS)","type":"boolean"},"SendToServiceAddress":{"description":"Send Notice to Service Address. Indicates whether the notice is sent to the service address instead of to an active address. (L_SENDTOSERVICEADDRESS)","type":"boolean"},"MinimumBalancePercentForNotice":{"format":"double","description":"Minimum Balance Percent For Notice Removal. The minimum percentage of balance owing that must be paid in order for the notice to be removed. (N_MINBALANCEPERCENT)","type":"number"},"PaymentPriorityForRemoval":{"description":"Payment Priority For Notice Removal. Indicates whether the minimum balance removal or minimum balance percent removal reason takes priority when a notice is removed and both criteria are met. ('P' = Minimum Balance Percent/'B' = Minimum Balance.) (C_PAYMENTPRIORITYFORREMOVAL)\r\nEnum AdvancedUtility.Model.CON008+PaymentPriorityForRemovalEnum:  NA, MinimumBalancePercent, MinimumBalance","type":"string"},"UseNoticeBalanceOwingOnDisconnectReconnect":{"description":"Use Notice Balance Owing on Auto Cancel Disconnect/Reconnect. Indicates that this is a potential disconnect notice and that the balance owing of the last potential disconnect notice sent to the customer will be checked for triggering the cancel of a disconnect service order or the creation of a reconnect service order upon payment, instead of comparing the payment against the account past due balance. (L_USENOTICEBALANCEOWING)","type":"boolean"},"Days2":{"format":"int32","description":"Number of Days (Set 2). The number of days for set 2. (I_DAYS2)","type":"integer"},"AddArrangements":{"description":"Add Arrangements. Indicates whether to add all the unprocessed payment arrangements amount into the notice balance owing along with the broken payment arrangements from previous bill due date up to current notice bill due date. When this flag is set, it enables a functionality that is contrary to the existing 'Include Arrangements' flag, where the arrangements were subtracted from the balance owed. (L_ADDARRANGEMENTS)","type":"boolean"},"AddArrangementsWithinBillDueDate":{"description":"Only Add Arrangements until Bill Due Date. Indicates whether to only add unprocessed payment arrangements and broken payment arrangements from previous bill due date up to current notice bill due date into notice balance owing. If set, this flag overrides the 'Add Arrangements' flag. (L_ADDARRANGEMENTSBILLDUEDATE)","type":"boolean"},"UseBusinessDays2":{"description":"Use Business Days (Set 2). Indicates whether to use business days for set 2. (L_BUSINESSDAYS2)","type":"boolean"},"MinimumBalanceForNotice":{"format":"double","description":"Minimum Balance for Notice. The minimum balance for the notice. (Y_MINBALANCE)","type":"number"},"MinimumCreditRatingForNotice":{"format":"int32","description":"Minimum Credit Rating for Notice. The minimum credit rating. (I_MINCREDITRATING)","type":"integer"},"SendNoticeIfBalanceForward":{"description":"Send Notice if Balance Forward. Indicates to send notice if balance is forwarded.  (L_BALANCEFORWARD)","type":"boolean"},"MinimumBalanceForwardAmount":{"format":"double","description":"Minimum Balance Forward Amount. The minimum balance forward amount. (Y_MINBALANCEFORWARD)","type":"number"},"IncludePostDatedCheques":{"description":"Include Post Dates. Indicates whether to include post dated cheques. (L_INCLUDEPOSTDATEDCHEQUES)","type":"boolean"},"IncludePostDatedWithinDueDate":{"description":"Only Include Post Dates to Notice Date. Indicates to only include post dates with the notice/due date. (L_POSTDATEDWITHINDUEDATE)","type":"boolean"},"IncludeArrangements":{"description":"Include Arrangements. Indicates whether to include arrangements. (L_INCLUDEARRANGEMENTS)","type":"boolean"},"IncludeArrangementsWithinDueDate":{"description":"Only Include Arrangements to Notice Date. Indicates whether to only include arrangements with the notice/due date. (L_ARRANGEMENTSWITHINDUEDATE)","type":"boolean"},"CompareToOtherAR":{"description":"Compare Balance to Other A/R. Indicates whether to compare the balance to other accounts receivables. (L_COMPARETOOTHERAR)","type":"boolean"},"BalanceOwingPercent":{"format":"double","description":"Balance Minimum Percent of Other A/R. The minimum balance percentage of the other accounts receivables. (N_BALANCEOWINGPERCENT)","type":"number"},"NoticeCreditPoints":{"format":"int32","description":"Notice Credit Points. The notice credit points. (I_POINTS)","type":"integer"},"NoticeChargeAmount":{"format":"double","description":"Notice Charge Amount. The notice charge amount. (Y_CHARGE)","type":"number"},"MinimumDaysBeforeMoveOut":{"format":"int32","description":"Minimum Days Before Move Out. The minimum number of days before the Move Out Date to remove notices.\\n\\nExample 1: A minimum number of days of 1 with a May 20th Move Out Date, removes all notices with a Notice Date of May 20th or after. Notices dated May 19th or prior will not be removed.\\n\\nExample 2: A minimum number of days of 5 with a May 20th Move Out Date, removes all notices dated May 16th and after. Notices dated May 15th or prior will not be removed. (I_DAYSTOEFFECTIVEDATE)","type":"integer"},"IncludePendingPayments":{"description":"Include Pending Payments. Indicates whether to include pending payments. (L_INCLUDEPENDING)","type":"boolean"},"DaysForSteppedNoticeCharges":{"format":"int32","description":"Days for Stepped Notice Charges. Indicates the number of days that apply to the stepped notice charges that will be applied to the bill. (N_DAYSFORSTEPPEDCHARGES)","type":"integer"},"ExcludeSendingDuringHoliday":{"description":"Exclude Sending During Holiday. Indicates whether to exclude sending the notice during a holiday. (L_EXCLUDESENDINGDURINGHOLIDAY)","type":"boolean"},"AlwaysToServiceAddress":{"description":"Send a Copy to Service Address. Indicates whether the notice is always sent to the service address. (L_ALWAYSTOSERVICEADDRESS)","type":"boolean"},"QuoteDeposit":{"description":"Quote Deposit (L_QUOTEDEPOSIT)","type":"boolean"},"DepositQuoteMultiplier":{"format":"double","description":"Deposit Quote Multiplier (N_DEPQUOTEMULT)","type":"number"},"DepositQuoteMethod":{"description":"Deposit Quote Method. Method for Determining Deposit Quote Action (C_DEPOSITQUOTEMETHOD)\r\nEnum AdvancedUtility.Model.CON008+DepositQuoteMethodEnum:  None, GenerateDepositQuoteBatch, CalculateDepositQuoteOnly","type":"string"},"QuoteIfNoDeposit":{"description":"Quote Only If No Existing Deposit. Indicates whether or not to generate a deposit if there is already an existing deposit. (L_QUOTEONLYIFNOEXISTINGDEPOSIT)","type":"boolean"},"NoticeDateSource":{"description":"Notice Date Calculation source. The source date used to calculate the Notice Date. Notice 1 will always use Bill Due Date as Date to calculate the notice date from. Subsequent Notice date will then be based from the value saved in this field. (C_NOTICEDATESOURCE)\r\nEnum AdvancedUtility.Model.CON008+NoticeDateSourceEnum:  BillDueDate, NoticeDate, NoticePrintDate","type":"string"},"AccountNotActiveRemoval":{"description":"Account Not Active Removal. The account not active removal. Code. (C_ACCTNOTACTIVEREMOVE)","type":"string"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"ActionId":{"format":"int64","description":"Notice Update Action ID. ID of the action triggered when the notice is being updated in the batch. (I_ACTIONID)","type":"integer"},"AddressTypes":{"description":"Send Notice to Address Types. The list of address types to send the notice to. (C_ADDTYPES)","type":"string"},"ARsExludedFromBalance":{"description":"A/Rs Excluded from Notice Balance Calculation. This field indicates any A/Rs that are part of the customer balance but should be excluded from the calculation of the notice balance. (C_ARSEXCLUDEDFROMBALANCE)","type":"string"},"BalanceCompareToOtherARRemoval":{"description":"Balance Compare to Other A/R Removal. The balance to be used to compare to the other account receivables removal. (C_BALANCECOMPAREREMOVE)","type":"string"},"BalanceOwingMoreThanAR":{"description":"Other A/R to Compare Balance. The code for the other accounts receivables to compare the balance. (C_BALANCEOWINGMORETHANAR)","type":"string"},"BillCancelRemoval":{"description":"Bill Cancel Removal. The cancel removal code for the bill. (C_CANCELREMOVE)","type":"string"},"BillType":{"description":"Bill Type. The bill type. (C_BILLTYPE)","type":"string"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"CollectionStatusRemove":{"description":"Collection Status Removal. The collection status removal code. (C_COLSTATUSREMOVE)","type":"string"},"CreditRatingRemoval":{"description":"Credit Rating Removal. The credit rating removal. (C_CREDITRATINGREMOVE)","type":"string"},"DaysBeforeMoveOutRemoval":{"description":"Days Before Move Out Removal. The days before move out removal code.  (C_MOVEOUTREMOVE)","type":"string"},"DaysExcludedFromNoticeDateCalculation":{"description":"Days Excluded from Notice Date Calculation. The days that are excluded from the notice date calculation. (C_EXCLUDEDCALCULATION)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"DaysExcludedFromNoticePrintDateCalculation":{"description":"Days Excluded from Notice Print Date Calculation. The days that are excluded from the notice print date calculation. (C_EXCLUDEDSENDING)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"DocumentId":{"description":"Document ID. The document ID. (C_DOCUMENTID)","type":"string"},"EndOfNoticesRemoval":{"description":"End of Notices Removal. The end of notices removal code. (C_ENDOFNOTICESREMOVE)","type":"string"},"ExcludedCollectionStatuses":{"description":"Excluded Collection Statuses. The excluded collection statuses. (C_EXCLUDECOLSTATUSES)","type":"string"},"MembershipType":{"description":"Membership Type. The type of membership for which this account is enrolled. (C_MEMBERSHIPTYPE)","type":"string"},"MinimumBalanceForwardRemoval":{"description":"Minimum Balance Forward Removal. The minimum balance forward removal. (C_BALANCEFORWARDREMOVE)","type":"string"},"MinimumBalancePercentRemoval":{"description":"Minimum Balance Percent Removal Type. The removal type to be used in the notice removal reason when a payment satisfies the minimum balance percent criteria. (C_MINBALANCEPERCENTREMOVAL)","type":"string"},"MinimumBalanceRemoval":{"description":"Minimum Balance Removal. The minimum balance removal. (C_MINBALANCEREMOVE)","type":"string"},"NoActiveMeterRemovalReason":{"description":"No Active Meter Removal. The removal reason to use when no active meter is present. If this is blank, the notice will not be removed if no active meters are present. (C_NOACTIVEMETERREMOVE)","type":"string"},"NoticeChargeTransactionCode":{"description":"Notice Charge Transaction Code. The notice charge transaction code. (C_TRANSCODE)","type":"string"},"NoticeExemptRemoval":{"description":"Notice Exempt Removal. The notice exempt removal code. (C_NOTICEEXEMPTREMOVE)","type":"string"},"OwnerTenant":{"description":"Owner/Tenant. The owner/tenant. (C_OWNERTENANT)","type":"string"},"PaymentPlanRemoval":{"description":"Payment Plan Removal. The payment plan removal code. (C_PAYMENTPLANREMOVE)","type":"string"},"PrintActionId":{"format":"int64","description":"Notice Print Action ID. ID of the action triggered when the notice is being printed in the batch. (I_PRINTACTIONID)","type":"integer"},"ReinstatementActionId":{"format":"int64","description":"Notice Reinstatement Action ID. The action ID to execute when the notice is reinstated after processing a NSF transaction. (I_REINSTATEMENTACTIONID)","type":"integer"},"ReprintDocumentId":{"description":"Reprint Document ID. The reprint document ID. (C_REPRINTDOCID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionNoticeControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionNoticeControlModel]"},"readOnly":true}}},"Operation[CollectionNoticeControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionNoticeDetailModel":{"description":"Collection Notice Detail (CollectionNoticeDetail / COL044)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number. The bill number. (I_BILLNUMBER)","type":"integer"},"Notice":{"format":"int32","description":"Notice Number. The notice number. (N_NOTICE)","type":"integer"},"ARBalance":{"format":"double","description":"A/R Balance. The accounts receivable balance. (Y_ARBALANCE)","type":"number"},"BalanceOwing":{"format":"double","description":"Notice Balance Owing for A/R. The notice balance owing for accounts receivables. (Y_BALANCEOWING)","type":"number"},"CollectionId":{"format":"int64","description":"The collection ID. (I_COLLECTIONID)","type":"integer"},"Charges":{"format":"double","description":"Charges. The charges amount. (Y_CHARGES)","type":"number"},"Adjustments":{"format":"double","description":"Adjustments. The adjustments amount. (Y_ADJUSTMENTS)","type":"number"},"Payments":{"format":"double","description":"Payments. The payments amount. (Y_PAYMENTS)","type":"number"},"Penalty":{"format":"double","description":"Penalty. The penalty amount. (Y_PENALTY)","type":"number"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionNoticeDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionNoticeDetailModel]"},"readOnly":true}}},"Operation[CollectionNoticeDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionProcessingLoadRequestModel":{"description":"Input model to the /do/collectionprocessingload call.","type":"object","properties":{"FilterItem":{"$ref":"#/definitions/CollectionProcessingFilterItemModel"},"CustomerAccountId":{"format":"int64","type":"integer"},"Fields":{"type":"string"},"Threshold":{"format":"int32","type":"integer"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}}}},"CollectionProcessingFilterItemModel":{"description":"A package containing all CollectionProcessing LoadData filter criteria","type":"object","properties":{"QueryBuilderTree":{"description":"Serialized string containing a query builder tree","type":"string"},"Service":{"type":"string"},"ExcludeActiveArrangements":{"type":"boolean"},"ExcludeDeactServices":{"type":"boolean"},"AllFieldWorkers":{"type":"boolean"},"FieldWorker":{"type":"string"},"ARCode":{"type":"string"},"AmountFrom":{"format":"double","type":"number"},"AmountTo":{"format":"double","type":"number"},"PopulateAging":{"type":"boolean"},"AgingBucketIndex":{"format":"int32","description":"The index of the selected aging bucket","type":"integer"},"SelectedAgingOnly":{"type":"boolean"},"IncludePendingPayments":{"type":"boolean"},"CreditRatingFrom":{"format":"int32","type":"integer"},"CreditRatingTo":{"format":"int32","type":"integer"},"DateCriterion":{"description":"Enum AdvancedUtility.UI.CISInfinity.Controls.Inquiry.CollectionsProcessing+DateCriteriaEnum: Unspecified, LastBillDueDate, AnyBillDueDate, LastNoticeDate, MoveOutDate, DisconnectDate, ReconnectDate","type":"string"},"DateFrom":{"type":"string"},"DateTo":{"type":"string"},"CollectionStatuses":{"type":"array","items":{"type":"string"}},"AccountStatuses":{"type":"array","items":{"type":"string"}},"AccountTypes":{"type":"array","items":{"type":"string"}},"AllCycleBooks":{"type":"boolean"},"CycleBooks":{"type":"string"},"AgingBuckets":{"type":"array","items":{"$ref":"#/definitions/BalanceAgingBucketModel"}}}},"BalanceAgingBucketModel":{"description":"Describes each aging bucket in the BalanceAging return array","type":"object","properties":{"Balance":{"format":"double","type":"number"},"Days":{"format":"int32","type":"integer"},"Title":{"type":"string"},"FromDate":{"format":"date-time","type":"string"},"ToDate":{"format":"date-time","type":"string"}}},"CollectionProcessingLoadResultModel":{"description":"Output/result model from the /do/collectionprocessingload call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"type":"string"},"Account":{"type":"string"},"CustomerAccountId":{"format":"int64","type":"integer"},"CollectionStatus":{"type":"string"},"Service":{"type":"string"},"AccountStatus":{"type":"string"},"Balance":{"format":"double","type":"number"},"Name":{"type":"string"},"ServiceAddress":{"type":"string"},"Apt":{"type":"string"},"StreetNumber":{"format":"int64","type":"integer"},"StreetNumberSuffix":{"type":"string"},"StreetPrefix":{"type":"string"},"StreetName":{"type":"string"},"StreetSuffix":{"type":"string"},"Town":{"type":"string"},"ContactDetails":{"type":"string"},"ContactType":{"type":"string"},"Meter":{"type":"string"},"AccountType":{"type":"string"},"Cycle":{"type":"string"},"Book":{"type":"string"},"Worker":{"type":"string"},"DueDate":{"format":"date-time","type":"string"},"BalanceOwing":{"format":"double","type":"number"},"PrintDate":{"format":"date-time","type":"string"},"ActiveArrangements":{"type":"boolean"},"CreditRating":{"format":"int32","type":"integer"},"FieldAction":{"type":"string"},"Aging1":{"format":"double","type":"number"},"Aging2":{"format":"double","type":"number"},"Aging3":{"format":"double","type":"number"},"Aging4":{"format":"double","type":"number"},"Aging5":{"format":"double","type":"number"},"Comments":{"type":"string"},"RemoteId":{"type":"string"},"MeterNotes":{"type":"string"},"Zone":{"type":"string"},"RevenueClass":{"type":"string"},"OccupancyType":{"type":"string"},"ServiceId":{"format":"int64","type":"integer"},"IsCollectionExempt":{"description":"Flag indicating whether the customer/account/service is exempt from disconnect collection type.","type":"boolean"}}},"CollectionStatusModel":{"description":"Collection Status Control (CollectionStatus / COL100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"Description":{"description":"Description. The collection description. (C_DESCRIPTION)","type":"string"},"Priority":{"format":"int32","description":"Status Priority. The status priority. (N_PRIORITY)","type":"integer"},"IsDefaultStatus":{"description":"Default Status. Indicates whether the default status is used. (L_DEFAULTSTATUS)","type":"boolean"},"SearchColour":{"format":"int64","description":"Search Display Color. The search display colour code. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_SEARCHCOLOUR)","type":"integer"},"IsAutoNoBill":{"description":"Auto No Bill. Indicates whether to automatically no bill a customer. (L_AUTONOBILL)","type":"boolean"},"PartialPaidPercent":{"format":"int32","description":"Partial Payment Percent. The minimum percentage of payment for the status to change to c_partialpaidcolstatus. (N_PARTIALPAIDPERCENT)","type":"integer"},"MinimumBalance":{"format":"double","description":"Minimum Balance. The minimum balance after payment for the status to change to c_minbalancecolstatus. (Y_MINBALANCE)","type":"number"},"PaymentPriority":{"description":"Payment Priority. Indicates whether the partial paid status or minimum balance status takes priority, if both can apply. ('P' = Partial Paid/'B' = Minimum Balance.) (C_PAYMENTPRIORITY)\r\nEnum AdvancedUtility.Model.COL100+PaymentPriorityEnum:  _blank, PaymentPriority, MinimumBalance","type":"string"},"AllowPostDated":{"description":"Allow Post Dated Payments. Indicates whether to allow post dated payments. (L_ALLOWPOSTDATED)","type":"boolean"},"AllowDueDateExtension":{"description":"Allow Due Date Extension. Indicates whether to allow Due Date extentions. (L_ALLOWDUEDATEEXTENSION)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the collection status is disabled. (L_DISABLED)","type":"boolean"},"ApplyRankingRules":{"description":"Apply Ranking Rules. Indicates whether the priority ranking rules will be applied when changing the collection status to one of the values specified in the Total Payment, Partial Payment or Minimum Balance Collection Status fields. (L_APPLYRANKINGRULES)","type":"boolean"},"ExceptionCode":{"format":"int64","description":"Billing Exception. The billing exception code. (I_EXCEPTION)","type":"integer"},"MinimumBalanceCollectionStatus":{"description":"Minimum Balance Collection Status. The collection status when the amount owing after payment is below the y_minbalance amount. (C_MINBALANCECOLSTATUS)","type":"string"},"OverrideStatuses":{"description":"Override Collection Statuses. The override collection statuses. (C_OVERRIDESTATUSES)","type":"string"},"PartialPaidCollectionStatus":{"description":"Partial Payment Collection Status. The collection status when the percentage paid of the amount owing is over the c_partialpaidpercent amount. (C_PARTIALPAIDCOLSTATUS)","type":"string"},"TotalPaidCollectionStatus":{"description":"Total Payment Collection Status. The collection status when the amount owing is completely paid. (C_TOTALPAIDCOLSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionStatusModel]"},"readOnly":true}}},"Operation[CollectionStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CollectionStatusChangeModel":{"description":"Collection Status Change Control (CollectionStatusChange / COL115)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Action":{"format":"int64","description":"Action ID to be Taken. The action ID to be taken. (I_ACTION)","type":"integer"},"NewStatus":{"description":"New Collection Status. The new collection status. (C_NEWCOLSTATUS)","type":"string"},"OldStatus":{"description":"Old Collection Status. The old collection status. (C_OLDCOLSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CollectionStatusChangeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CollectionStatusChangeModel]"},"readOnly":true}}},"Operation[CollectionStatusChangeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[CommentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CommentModel]"},"readOnly":true}}},"Operation[CommentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CommentCodeModel":{"description":"Comment Type Control (CommentCode / CON081)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The comment code. (C_COMMENTCODE)","type":"string"},"Description":{"description":"Description. The comment description. (C_DESCRIPTION)","type":"string"},"Type":{"description":"Type. Indicates whether the comment applies to a customer, an account, or a customer/account. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON081+TypeEnum:  Account, Customer, BothCustomerAccount","type":"string"},"DuplicateHandling":{"description":"Duplication Handling. Indicates handling when attempting to add a duplicate active comment. (C_DUPLICATE)\r\nEnum AdvancedUtility.Model.CON081+DuplicateHandlingEnum:  NoDuplicateCommentAllowed, AllowDuplicateComment, ExpireDuplicateComment","type":"string"},"Comment":{"description":"Note. Additional explanation about this comment code and its usage.  (C_COMMENT)","type":"string"},"IsCashImportException":{"description":"Cash Import Exception. Indicates if there is a cash import exception. (L_CASHIMPORTEXCEPTION)","type":"boolean"},"ShowInCollections":{"description":"Show in Collections Grid. Indicates if the comment type appears in the collections grid. (L_SHOWINCOLLECTIONS)","type":"boolean"},"ShowCommentStatus":{"description":"Comment Status. The comment status that is displayed. (C_SHOWCOMMENTSTATUS)\r\nEnum AdvancedUtility.Model.CON081+ShowCommentStatusEnum:  All, Forced","type":"string"},"IsCashOnly":{"description":"Cash Only Flag. Indicates whether only cash must be accepted. (L_CASHONLY)","type":"boolean"},"IncludeDepositInfoInMIComment":{"description":"Include Deposit Information. Indicates whether the deposit information is included in the Move In Comments when processing moves. This option is only applicable to comment code 'MI'. (L_INCLUDEDEPINFOINMICOMMENT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the credit check is disabled. (L_DISABLED)","type":"boolean"},"DisallowedPaymentTypes":{"description":"Disallowed Payment Types. The list of disallowed payment types. (C_DISALLOWEDPAYMENTTYPES)","type":"string"},"Processes":{"description":"Processes List. The comment type processes list. (C_PROCESSES)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.CON081+ProcessesEnum:  AccountView, TransactionProcessing, CashRegister, Billing, CollectionsProcessing, BackflowDeviceInventory, GasInventory, ElectricInventory, WaterInventory, LetterManagement, ServiceOrderManagement","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CommentCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CommentCodeModel]"},"readOnly":true}}},"Operation[CommentCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CompanyModel":{"description":"Company Control (Company / CON027)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CompanyCode":{"description":"Code. The ID code for the company. (C_COMPANY)","type":"string"},"Description":{"description":"Description. The description of the company. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the company is disabled. (L_DISABLED)","type":"boolean"},"IsDefault":{"description":"Default. Indicates whether this is the default company for the system. This must be selected for exactly one company. (L_DEFAULT)","type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ChangeDefaultOption":{"format":"int32","description":"Confirms whether IsDefault flag should be allowed to be moved to this record and removed from the previous record. Valid values are: 0 = Yes, 1 = No, -1 = Unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CompanyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CompanyModel]"},"readOnly":true}}},"Operation[CompanyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CompanyDivisionTransactionCodeModel":{"description":"Company/Division Transaction Code Control (CompanyDivisionTransactionCode / GLE002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Company":{"description":"Company Code. The company ID code. (C_COMPANY)","type":"string"},"CreditElementNumber":{"description":"Credit Element Number. The transaction credit element number. (C_CREDITELEMENTNUM)","type":"string"},"CreditElementNumber2":{"description":"Credit G/L Element 2. Additional credit general ledger element if transaction code needs 4-sided entries. (C_CREDITELEMENTNUM2)","type":"string"},"CreditGLNumber":{"description":"Credit G/L Number. The general ledger credit number for transactions of the company. (C_CREDITGLNUM)","type":"string"},"CreditGLNumber2":{"description":"Credit G/L Number 2. Additional credit general ledger account if transaction code needs 4-sided entries. (C_CREDITGLNUM2)","type":"string"},"DebitElementNumber":{"description":"Debit Element Number. The transaction debit element number. (C_DEBITELEMENTNUM)","type":"string"},"DebitElementNumber2":{"description":"Debit G/L Element 2. Additional debit general ledger element if transaction code needs 4-sided entries. (C_DEBITELEMENTNUM2)","type":"string"},"DebitGLNumber":{"description":"Debit G/L Number. The debit transaction general ledger number. (C_DEBITGLNUM)","type":"string"},"DebitGLNumber2":{"description":"Debit G/L Number 2. Additional debit general ledger account if transaction code needs 4-sided entries. (C_DEBITGLNUM2)","type":"string"},"Division":{"description":"Division Code. The company division code. (C_DIVISION)","type":"string"},"TransactionCode":{"description":"Transaction Code. The company transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CompanyDivisionTransactionCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CompanyDivisionTransactionCodeModel]"},"readOnly":true}}},"Operation[CompanyDivisionTransactionCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConductorSizeModel":{"description":"Conductor for Harness Size Control (ConductorSize / MEF227)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The conductor code. (C_CODE)","type":"string"},"Description":{"description":"Size of Conductor Used for Harness. The size of the conductor used for the harness. (C_CONDUCTORSIZE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConductorSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConductorSizeModel]"},"readOnly":true}}},"Operation[ConductorSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationLoadRequestModel":{"description":"Input model to the /do/conservationload call.","type":"object","properties":{"ProgramId":{"format":"int64","description":"Conservation Program Id","type":"integer"},"Step":{"format":"int32","description":"Step number","type":"integer"},"ConservationProcessItems":{"description":"List of existing cosnervation process items","type":"array","items":{"$ref":"#/definitions/ConservationProcessItemModel"}},"QueryString":{"description":"String that contains query information for this filter","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria id","type":"integer"},"AccountStatus":{"description":"Filter to Meter","type":"string"},"AccountType":{"description":"Filter to Meter Type","type":"string"},"Customer":{"description":"Filter to Customer","type":"string"},"Account":{"description":"Filter to Account","type":"string"}}},"ConservationProcessItemModel":{"description":"Output/result model from the /do/conservationload call.","type":"object","properties":{"ApplicationId":{"type":"string"},"CustomerAccountId":{"format":"int64","type":"integer"},"CustomerAccountKey":{"format":"int64","type":"integer"},"ConservationApplicationCode":{"type":"string"},"ConservationApplicationKey":{"format":"int64","type":"integer"},"ConservationApplicationDescription":{"type":"string"},"WorkFlowCode":{"type":"string"},"WorkFlowKey":{"format":"int64","type":"integer"},"WorkFlowDescription":{"type":"string"},"Services":{"type":"string"},"DueDate":{"format":"date-time","type":"string"},"Worker":{"type":"string"},"Step":{"type":"string"},"Customer":{"type":"string"},"Account":{"type":"string"},"CustomerName":{"type":"string"},"ServiceAddress":{"type":"string"},"AccountType":{"type":"string"},"AccountStatus":{"type":"string"},"CollectionStatus":{"type":"string"},"OccupancyType":{"type":"string"},"ApplicationDate":{"format":"date-time","type":"string"},"ApplicationStatus":{"type":"string"},"Id":{"format":"int32","type":"integer"}}},"ConservationApplicationModel":{"description":"Conservation Application (ConservationApplication / CPR010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ApplicationId":{"format":"int64","description":"Application ID. The program id. (I_APPLICATIONID)","type":"integer"},"Customer":{"description":"Customer. The customer's number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account. The account's number. (C_ACCOUNT)","type":"string"},"ApplicationDate":{"format":"date-time","description":"Application Date. The application date. (D_APPLICATION)","type":"string"},"PaymentOption":{"description":"Payment Option. The payment option. (C_PAYMENTOPTION)\r\nEnum AdvancedUtility.Model.CPR010+PaymentOptionEnum:  Credit, Check","type":"string"},"Notes":{"description":"Notes. The notes. (C_NOTES)","type":"string"},"RebateAmount":{"format":"double","description":"Rebate Amount. The rebate amount (Y_REBATE)","type":"number"},"Status":{"description":"Status. The status of the application (C_STATUS)\r\nEnum AdvancedUtility.Model.CPR010+StatusEnum:  InProgress, Completed, Canceled","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ProgramId":{"format":"int64","description":"Program ID. The program id. (I_PROGRAMID)","type":"integer"},"Source":{"description":"Source. The source. (C_SOURCE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationApplicationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationApplicationModel]"},"readOnly":true}}},"Operation[ConservationApplicationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationApplicationResourceModel":{"description":"Conservation Application Resource (ConservationApplicationResource / CPR012)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ApplicationId":{"format":"int64","description":"Application ID. The program id. (Lookup to CPR010) (I_APPLICATIONID)","type":"integer"},"AssetId":{"format":"int64","description":"Asset ID. Order (I_ASSETID)","type":"integer"},"InstallDate":{"format":"date-time","description":"Install Date. The date this asset was installed. (D_INSTALL)","type":"string"},"Quantity":{"format":"double","description":"Quantity. The quantity. (N_QUANTITY)","type":"number"},"Price":{"format":"double","description":"Purchase Price. The purchase price. (Y_PRICE)","type":"number"},"Rebate":{"format":"double","description":"Rebate Amount. The rebate amount. (Y_REBATE)","type":"number"},"RebateParameters":{"description":"Rebate Parameters. The rebate calculation parameters. (M_PARAMETERS)","type":"string"},"RebateType":{"description":"Rebate Type. The rebate type (C_REBATETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationApplicationResourceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationApplicationResourceModel]"},"readOnly":true}}},"Operation[ConservationApplicationResourceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationApplicationSavingsModel":{"description":"Conservation Application Savings (ConservationApplicationSavings / CPR013)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ApplicationId":{"format":"int64","description":"Application ID. The program id. (Lookup to CPR010) (I_APPLICATIONID)","type":"integer"},"AssetId":{"format":"int64","description":"Asset ID. Order (I_ASSETID)","type":"integer"},"Measure":{"description":"Measure. The measure. (C_MEASURE)","type":"string"},"EstimatedSavings":{"format":"double","description":"Estimated Savings. The estimated savings. (N_SAVINGS)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationApplicationSavingsModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationApplicationSavingsModel]"},"readOnly":true}}},"Operation[ConservationApplicationSavingsModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationApplicationSourceModel":{"description":"Conservation Application Source Control (ConservationApplicationSource / CPR001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Conservation Application Source Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Application Source Description.(email, friend, 3rd party, utility) (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationApplicationSourceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationApplicationSourceModel]"},"readOnly":true}}},"Operation[ConservationApplicationSourceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationApplicationWorkflowModel":{"description":"Conservation Application Workflow (ConservationApplicationWorkflow / CPR011)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ApplicationId":{"format":"int64","description":"Application ID. The program id. (Lookup to CPR010) (I_APPLICATIONID)","type":"integer"},"StartDate":{"format":"date-time","description":"Start Date. The date this workflow step started. (D_STARTDATE)","type":"string"},"DueDate":{"format":"date-time","description":"Due Date. The due date of this workflow step. (D_DUEDATE)","type":"string"},"CompletedDate":{"format":"date-time","description":"Completed Date. The date this workflow step was completed. (D_COMPLETED)","type":"string"},"Order":{"format":"int32","description":"Order. Order (I_ORDER)","type":"integer"},"Step":{"description":"Step. The workflow step (C_STEP)","type":"string"},"Worker":{"description":"Worker. The worker assigned to this workflow step (C_WORKER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationApplicationWorkflowModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationApplicationWorkflowModel]"},"readOnly":true}}},"Operation[ConservationApplicationWorkflowModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramModel":{"description":"Conservation Program Definition (ConservationProgram / CPR006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProgramID":{"format":"int64","description":"Program ID. The program id. (I_PROGRAMID)","type":"integer"},"Description":{"description":"Description. The conservation program definition id description. (C_DESCRIPTION)","type":"string"},"ProgramStartDate":{"format":"date-time","description":"Program Start Date. Program Start Date. (D_STARTDATE)","type":"string"},"ProgramEndDate":{"format":"date-time","description":"Program End Date. Program End Date. (D_ENDDATE)","type":"string"},"MaximumRebate":{"format":"double","description":"Maximum Rebate Amount. Maximum Rebate Amount. (N_MAXREBATE)","type":"number"},"Appliesto":{"description":"Program Applies To. Program Applies To. (C_APPLIESTO)\r\nEnum AdvancedUtility.Model.CPR006+AppliestoEnum:  Both, Customer, Account","type":"string"},"Criteria":{"description":"Criteria. Additional Criteria. (M_CRITERIA)","type":"string"},"Notes":{"description":"Notes. Notes. (C_NOTES)","type":"string"},"ProgramCode":{"description":"Program Code. Program Code (C_PROGRAM)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramModel]"},"readOnly":true}}},"Operation[ConservationProgramModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramCategoryModel":{"description":"Conservation Program Category Control (ConservationProgramCategory / CPR004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Conservation Program Category Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Program Category Description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramCategoryModel]"},"readOnly":true}}},"Operation[ConservationProgramCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramControlModel":{"description":"Conservation Program Control (ConservationProgramControl / CPR005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Conservation Program Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Program Description. (C_DESCRIPTION)","type":"string"},"Category":{"description":"Category. Conservation Program Category. (C_CATEGORY)","type":"string"},"Measures":{"description":"Measures. Comma delimited list of measures from Program Measure Control. (C_MEASURES)","type":"string"},"ProgramType":{"description":"Program Type. The Conservation Program type. (C_PROGRAMTYPE)","type":"string"},"WorkerType":{"description":"Worker Type. Conservation Program Worker Type. (C_WORKERTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramControlModel]"},"readOnly":true}}},"Operation[ConservationProgramControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramMeasureModel":{"description":"Conservation Program Measure Control (ConservationProgramMeasure / CPR003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Conservation Program Measure Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Program Measure Description.(i.e. kW, kWh, CCF, Gallons) (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramMeasureModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramMeasureModel]"},"readOnly":true}}},"Operation[ConservationProgramMeasureModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramProcessFlowModel":{"description":"Conservation Program Process Flow (ConservationProgramProcessFlow / CPR008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Order":{"format":"int32","description":"Order. Order (I_ORDER)","type":"integer"},"Days":{"format":"int32","description":"Estimated Days to Complete. Estimated days it takes to complete the current step in the process (I_DAYS)","type":"integer"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"ProgramID":{"format":"int64","description":"Program ID. The program id. (I_PROGRAMID)","type":"integer"},"Step":{"description":"Step. Step. (C_STEP)","type":"string"},"Worker":{"description":"Worker. Worker. (C_WORKER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramProcessFlowModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramProcessFlowModel]"},"readOnly":true}}},"Operation[ConservationProgramProcessFlowModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramResourceModel":{"description":"Conservation Program Resource (ConservationProgramResource / CPR007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UnitRebate":{"format":"double","description":"Unit Rebate Amount. PUnit Rebate Ammount. (N_UNITREBATE)","type":"number"},"MaximumQuantity":{"format":"double","description":"Maximum Quantity. Maximum Quantity. (N_MAXQUANTITY)","type":"number"},"MaximumRebate":{"format":"double","description":"Maximum Rebate Amount. Maximum Rebate Amount . (N_MAXAMOUNT)","type":"number"},"Parameters":{"description":"Parameters. Parameters. (M_PARAMETERS)","type":"string"},"Script":{"description":"Rebate Calculation Script. Rebate Calculation Script. (M_SCRIPT)","type":"string"},"AssetType":{"description":"Asset Type. Lookup to Asset Type Control (C_ASSETTYPE)","type":"string"},"ProgramID":{"format":"int64","description":"Program ID. The program id. (I_PROGRAMID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramResourceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramResourceModel]"},"readOnly":true}}},"Operation[ConservationProgramResourceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramStepModel":{"description":"Conservation Program Step Control (ConservationProgramStep / CPR002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The Conservation Program Status Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Program Status Description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramStepModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramStepModel]"},"readOnly":true}}},"Operation[ConservationProgramStepModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationProgramTypeModel":{"description":"Conservation Program Type (ConservationProgramType / CPR014)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The unique code that identifies the Conservation type program (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation type program description (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationProgramTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationProgramTypeModel]"},"readOnly":true}}},"Operation[ConservationProgramTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConservationRebateTypeModel":{"description":"Conservation Rebate Type Control (ConservationRebateType / CPR009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The unique code that identifies the Conservation Rebate type (C_CODE)","type":"string"},"Description":{"description":"Description. The Conservation Rebate type description (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConservationRebateTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConservationRebateTypeModel]"},"readOnly":true}}},"Operation[ConservationRebateTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConsumptionCreditModel":{"description":"Consumption Credit Control (ConsumptionCredit / CON064)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CreditCode":{"description":"Credit Code. The credit code. (C_CREDITCODE)","type":"string"},"Description":{"description":"Description. The transformer credit description. (C_DESCRIPTION)","type":"string"},"Amount":{"format":"double","description":"Amount. The credit amount. (Y_AMOUNT)","type":"number"},"CreditPerConsumption":{"format":"int32","description":"Credit Per Consumption. The credit per consumption. (I_CREDITPERCONSUM)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"TransCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConsumptionCreditModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConsumptionCreditModel]"},"readOnly":true}}},"Operation[ConsumptionCreditModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[ContactInformationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContactInformationModel]"},"readOnly":true}}},"Operation[ContactInformationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ContactLogModel":{"description":"Contact Log (ContactLog / BIF018)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CallId":{"format":"int64","description":"Call ID. The call ID. (I_CALLID)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"StartTime":{"format":"date-time","description":"Start Time. The time that the contact began. (T_STARTTIME)","type":"string"},"EndTime":{"format":"date-time","description":"End Time. The time that the contact ended. (T_ENDTIME)","type":"string"},"AddNotes":{"description":"Note saved into the customer/account note table (BIF008 / Note). Only done once on initial contact log add.","type":"string"},"ContactCategory":{"description":"Contact Category. The category in which the contact was made. (C_CONTACTCATEGORY)","type":"string"},"ContactMethod":{"description":"Contact Method. The method in which the contact was made. (C_CONTACTMETHOD)","type":"string"},"ContactReason":{"description":"Contact Reason. The reason that the contact was made. (C_CONTACTREASON)","type":"string"},"UserId":{"description":"User ID. The ID of the user that made the contact. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ContactLogModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContactLogModel]"},"readOnly":true}}},"Operation[ContactLogModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ContactMethodModel":{"description":"Contact Method Control (ContactMethod / CON093)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ContactMethodCode":{"description":"Code. The contact method code. (C_CONTACTMETHOD)","type":"string"},"Description":{"description":"Description. The contact method description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ContactMethodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContactMethodModel]"},"readOnly":true}}},"Operation[ContactMethodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ContactReasonTypeModel":{"description":"Contact Reason Type Control (ContactReasonType / CON092)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ContactReason":{"description":"Contact Reason Code. The contact reason code. (C_CONTACTREASON)","type":"string"},"Description":{"description":"Contact Reason Type Description. The contact reason type description. (C_DESCRIPTION)","type":"string"},"IsMembershipContactReason":{"description":"Membership. Indicates a membership. (L_MEMBERSHIP)","type":"boolean"},"KeepWithActiveCustomer":{"description":"Keep Notes with the Active Customer. Indicates whether to keep the notes with the active customer. (L_KEEPWITHACTIVECUSTOMER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the contact reason type is disabled. (L_DISABLED)","type":"boolean"},"Departments":{"description":"Departments. The contact departments. (C_DEPARTMENTS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ContactReasonTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContactReasonTypeModel]"},"readOnly":true}}},"Operation[ContactReasonTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ContactTypeModel":{"description":"Contact Type Control (ContactType / CON014)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Contact Type Code. The contact type code. (C_PHONETYPE)","type":"string"},"Description":{"description":"Contact Type Description. The contact type description. (C_DESCRIPTION)","type":"string"},"SortingCode":{"description":"Sorting Code. The sorting code. (C_CODE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the contact information type is disabled. (L_DISABLED)","type":"boolean"},"PreferredDefault":{"description":"Preferred Default Contact Type. Indicates whether the contact type is the preferred default for the specified communication method. (L_PREFERREDDEFAULT)","type":"boolean"},"Methods":{"description":"Communication Methods. Multivalued Enum List of communication methods supported by this type. (C_METHODS)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.CON311+MethodEnum:  Fax, Email, SMS, PhoneCall","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ContactTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContactTypeModel]"},"readOnly":true}}},"Operation[ContactTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ContractorCompanyModel":{"description":"Contractor Company (ContractorCompany / WRK012)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Company Code. The contractor company code. (C_COMPANY)","type":"string"},"Description":{"description":"Description. The contractor company name or description. (C_DESCRIPTION)","type":"string"},"Address1":{"description":"Address 1. The first line of the company address.  (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address 2. The second line of the company address. (C_ADDRESS2)","type":"string"},"Town":{"description":"City. The company city or town. (C_TOWN)","type":"string"},"PostalCode":{"description":"Zip Code. The postal or zip code of the company address. (C_POSTCODE)","type":"string"},"EmailAddress1":{"description":"Email Address 1. The company's first email address. (C_EMAIL1)","type":"string"},"EmailAddress2":{"description":"Email Address 2. The company's second email address. (C_EMAIL2)","type":"string"},"PhoneNumber":{"description":"Phone. The company's phone number. (C_PHONE)","type":"string"},"FaxNumber":{"description":"Fax. The company's fax number. (C_FAX)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the contractor company is disabled. (L_DISABLED)","type":"boolean"},"State":{"description":"State. The province or state of the company address. (C_PROV)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ContractorCompanyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ContractorCompanyModel]"},"readOnly":true}}},"Operation[ContractorCompanyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ConvenienceFeeModel":{"description":"Convenience Fee Control (ConvenienceFee / CON246)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FeeAmount":{"format":"double","description":"Convenience Fee. The amount of Convenience Fee (Y_CONVFEE)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"CreditCardCode":{"format":"int64","description":"Payment Type. Payment Type  (Credit Card) (I_CREDITCARDCODE)","type":"integer"},"PaymentOrigin":{"description":"Payment Origins. Payment Origin (CAI, Cash Register, PAP Payment, Infinity.Link) (C_PAYMENTORIGIN)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.CON246+PaymentOriginEnum:  CAI, CashRegister, PAPPayment, InfinityLink","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ConvenienceFeeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ConvenienceFeeModel]"},"readOnly":true}}},"Operation[ConvenienceFeeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CountryModel":{"description":"Country Control (Country / CON256)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The country code using the ISO 3166 (alpha-3) standard. (C_CODE)","type":"string"},"Description":{"description":"Country Name. The name of the country. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether this country is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CountryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CountryModel]"},"readOnly":true}}},"Operation[CountryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreateBankDepositRunModel":{"description":"CreateBankDeposit process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UseBatchDate":{"description":"Use Batch Date","type":"boolean"},"UseBatchTransactionType":{"description":"Use Batch Transaction Type","type":"boolean"},"DefaultPaymentType":{"description":"Default Payment Type\r\nEnum AdvancedUtility.Services.Processes.CreateBankDeposit+BankDepositPaymentTypeEnum: Cash, CreditCard, Check","type":"string"},"QueryPromptData":{"description":"QueryPromptData","type":"string"},"TransactionType":{"description":"Search by specific transaction type","type":"string"},"Company":{"description":"Search by specific company","type":"string"},"Division":{"description":"Search by division","type":"string"},"Checkbooks":{"description":"List of checkbooks used","type":"array","items":{"$ref":"#/definitions/CheckbookItemModel"}},"DateFrom":{"description":"Transaction Date From\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"DateTo":{"description":"Transaction Date To\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"GroupBy":{"description":"Report sort option\r\nEnum AdvancedUtility.Services.Processes.CreateBankDeposit+GroupOptions: TransactionDateAndCode, BatchNumberAndTransactionCode","type":"string"},"TransactionCodes":{"description":"Search by service groups from the list","type":"array","items":{"type":"string"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.CreateBankDeposit+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"ProcessData":{"description":"Report data to print","type":"array","items":{"$ref":"#/definitions/CreateBankDepositReturnModel"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CheckbookItemModel":{"description":"Checkbook by company/division","type":"object","properties":{"CompanyCode":{"description":"Company name","type":"string"},"DivisionCode":{"description":"Division","type":"string"},"CheckbookId":{"description":"Check book's Id","type":"string"}}},"CreateBankDepositReturnModel":{"description":"Model class used to return the result of the create bank deposit","type":"object","properties":{"Id":{"format":"int32","description":"Id","type":"integer"},"Description":{"description":"Description","type":"string"},"PostingDate":{"format":"date-time","description":"Posting date","type":"string"},"Amount":{"format":"double","description":"Deposit's amount","type":"number"},"CheckbookId":{"description":"Check book's Id","type":"string"},"PaymentType":{"description":"Payment type\r\nEnum AdvancedUtility.Services.Processes.CreateBankDeposit+BankDepositPaymentTypeEnum: Cash, CreditCard, Check","type":"string"},"TransactionCode":{"description":"Transaction code","type":"string"},"TransactionDate":{"format":"date-time","description":"Transaction date","type":"string"},"BatchId":{"format":"int64","description":"Batch Id","type":"integer"},"Transactions":{"description":"List of the transactions to use","type":"array","items":{"format":"int64","type":"integer"}},"UnselectedTransactions":{"description":"List of the unselected transactions","type":"array","items":{"format":"int64","type":"integer"}},"ListId":{"format":"int32","description":"List Id","type":"integer"},"IsProcessed":{"description":"Indicates whether the transaction is processed","type":"boolean"}}},"CreateCustomerAccountModel":{"description":"Data used in the process that creates a new customer, account and service. \r\nContains Customer, Account, CustomerAccount, Services, Address and Contact information \r\nas well as other parameters used to control the process.\r\nObsolete: Use replacement functionality /run/pickup/createcustomeraccount instead.","type":"object","properties":{"Customer":{"$ref":"#/definitions/CustomerModel","description":"Customer (Customer / BIF001)"},"Account":{"$ref":"#/definitions/AccountModel","description":"Service Address (Account / BIF002)"},"CustomerAccount":{"$ref":"#/definitions/CustomerAccountModel","description":"Customer/Account (CustomerAccount / BIF003)"},"AccountServiceGroups":{"description":"Account Service Groups (Account Service / BIF004)","type":"array","items":{"$ref":"#/definitions/AccountServiceGroupModel"}},"Addresses":{"description":"Addresses (Address / BIF006)","type":"array","items":{"$ref":"#/definitions/AddressModel"}},"Contacts":{"description":"List of Customer/Account Contact Information (ContactInformation / BIF010)","type":"array","items":{"$ref":"#/definitions/ContactInformationModel"}},"TriggerAuditAndEventHandler":{"description":"Indicates whether to trigger the Audit and Event Handler when changes made are committed to the database. By default they are suppressed. Pass TRUE to enable them.","type":"boolean"},"OtherAddressType":{"description":"Create an address of this type based on service address","type":"string"},"CanUpdateOtherAddress":{"description":"Allow overriding existing non-service address","type":"boolean"}}},"CreateCustomerAccountResultModel":{"description":"Represents the result returned by the process that creates a new customer, account and service. \r\nContains Customer, Account, CustomerAccount, Services, Address and Contact information \r\nas well as information about the process completion.\r\nObsolete: Use replacement functionality /run/pickup/createcustomeraccount instead.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Success":{"description":"Indicates if the process completed successfully.","type":"boolean"},"ProcessStart":{"format":"date-time","description":"Process start time.","type":"string"},"ProcessEnd":{"format":"date-time","description":"Process complete time.","type":"string"},"Fb":{"description":"Feedback messages created by the process run.","type":"object"},"ResultDetails":{"description":"Details message generated from the process.  May also be a failure message if the process did not end successfully.\r\nTypically a result summary message like \"500 items processed (with 2 errors).  Output printed to result file 'claude.pdf'\".","type":"string"},"OutputFile":{"description":"Output file location of optional file created by the process run","type":"string"},"LogSummaryForUser":{"description":"If summary message will be shown to the user.","type":"boolean"},"ProcessedCount":{"format":"int32","description":"Total number of processed records.","type":"integer"},"SuccessfulCount":{"format":"int32","description":"Number of successfully processed records.","type":"integer"},"FailedCount":{"format":"int32","description":"Number of records for which processing failed.","type":"integer"},"SkippedCount":{"format":"int32","description":"Number of records skipped during processing.","type":"integer"},"RunId":{"format":"int64","description":"The process unique identifier.","type":"integer"},"CustomerAccountData":{"$ref":"#/definitions/CreateCustomerAccountModel","description":"Contains the new or updated Customer, Account, CustomerAccount, Services, Address and Contact information \r\nas well as the original parameters provided as input and used to control the process."}}},"CreateCustomerAccountRunModel":{"description":"CreateCustomerAccount process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SuppressNotification":{"description":"Flag indicating whether to suppress triggering the Audit and Event Handler when changes made are committed to the database.","type":"boolean"},"CustomerOption":{"description":"Customer handling option.\r\nEnum Advanced.Services.Processes+CreateCustomerAccountOptions: New, Update, Lookup, Ignore, Copy","type":"string"},"AccountOption":{"description":"Account handling option.\r\nEnum Advanced.Services.Processes+CreateCustomerAccountOptions: New, Update, Lookup, Ignore, Copy","type":"string"},"CustomerAccountOption":{"description":"CustomerAccount handling option.\r\nEnum Advanced.Services.Processes+CreateCustomerAccountOptions: New, Update, Lookup, Ignore, Copy","type":"string"},"ServiceGroupsOption":{"description":"Service groups handling option.\r\nEnum Advanced.Services.Processes+CreateCustomerAccountOptions: New, Update, Lookup, Ignore, Copy","type":"string"},"OtherAddressType":{"description":"Create an address of this type based on service address","type":"string"},"CanUpdateOtherAddress":{"description":"Allow overriding existing non-service address; can be true if OtherAddressType is provided","type":"boolean"},"Customer":{"$ref":"#/definitions/CustomerModel","description":"Customer (Customer / BIF001)"},"Account":{"$ref":"#/definitions/AccountModel","description":"Service address (Account / BIF002)"},"CustomerAccount":{"$ref":"#/definitions/CustomerAccountModel","description":"Customer/account (CustomerAccount / BIF003)"},"CustomerNumber":{"description":"Lookup customer number.\r\nUsed for Lookup, Copy functions if no customer object is included.","type":"string"},"AccountNumber":{"description":"Lookup account number.\r\nUsed for Lookup, Copy functions if no account object is included.\r\nAlso used for service group Copy function if no service groups are included.","type":"string"},"CustomerAccountNumber":{"format":"int64","description":"Lookup customer/account Id.\r\nUsed for Lookup, Copy functions if no customer/account object is included.","type":"integer"},"AccountServiceGroups":{"description":"Account service groups (AccountServiceGroup / BIF004).\r\nNote that services associated with each service group are included in each service group object.","type":"array","items":{"$ref":"#/definitions/AccountServiceGroupModel"}},"Addresses":{"description":"Addresses (Address / BIF006)","type":"array","items":{"$ref":"#/definitions/AddressModel"}},"Contacts":{"description":"List of customer/account contact information (ContactInformation / BIF010)","type":"array","items":{"$ref":"#/definitions/ContactInformationModel"}},"QuotedDeposit":{"$ref":"#/definitions/DepositModel","description":"Quoted deposit from credit check"},"RelatedServiceGroups":{"description":"Related service groups to be handled\r\nThis handles the related service groups selection; leave null if not provided, to allow calculating the related service groups","type":"array","items":{"$ref":"#/definitions/RelatedServiceGroupItemModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"RelatedServiceGroupItemModel":{"description":"Related Service Group items to include during the create customer account process","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Selected":{"description":"Is it selected?","type":"boolean"},"ServiceGroup":{"description":"Linked service group","type":"string"},"AddAllGroupServices":{"description":"Indicates whether to add all group services","type":"boolean"},"BillCode1":{"description":"Bill code #1","type":"string"},"BillCode2":{"description":"Bill code #2","type":"string"},"BillCode3":{"description":"Bill code #3","type":"string"},"BillCode4":{"description":"Bill code #4","type":"string"},"BillCode5":{"description":"Bill code #5","type":"string"},"ServiceMultiplier1":{"description":"First linked service multiplier","type":"string"},"ServiceMultiplier2":{"description":"Second linked service multiplier","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CreateTransactionBatchReversalRunModel":{"description":"CreateTransactionBatchReversal process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"description":"Original batch Id","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CreditCardTypeModel":{"description":"Credit Card Company Control (CreditCardType / CON055)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CreditCardCode":{"format":"int64","description":"Code. The credit card code. (I_CREDITCARDCODE)","type":"integer"},"CreditCardCompany":{"description":"Credit Card Company. The credit card company. (C_CREDITCARDCOMPANY)","type":"string"},"Mask":{"description":"Credit Card Mask. The credit card mask that is used in the 'frmcashpayment' form. (C_MASK)","type":"string"},"CreditCardLength":{"format":"int32","description":"Credit Card Number Length. The credit card length. (N_CREDITCARDLENGTH)","type":"integer"},"CreditCardStartingRange":{"format":"int32","description":"Credit Card Starting Range. The credit card stating range. (N_CREDITCARDSTARTINGRANGE)","type":"integer"},"CreditCardEndingRange":{"format":"int32","description":"Credit Card Starting Ran. The credit card ending range. (N_CREDITCARDENDINGRANGE)","type":"integer"},"Accepted":{"description":"Is Credit Card Accepted. Indicates whether credit card is accepted or not. (L_ACCEPTED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the credit card company is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditCardTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditCardTypeModel]"},"readOnly":true}}},"Operation[CreditCardTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditCheckModel":{"description":"Infinity.CreditCheck Control (CreditCheck / CON080)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ClientId":{"description":"Client ID. The client ID. (C_CLIENTID)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"OutputPreference":{"description":"Output Preference. The output preference. (C_OUTPUTPREFERENCE)\r\nEnum AdvancedUtility.Model.CON080+OutputPreferenceEnum:  HTML, XML","type":"string"},"IsDemo":{"description":"Demo. Indicates whether the data is for demonstration or information only. (L_DEMO)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the credit check is disabled. (L_DISABLED)","type":"boolean"},"CisUserId":{"description":"CIS UserID. The CIS user ID. (C_CISUSERID)","type":"string"},"Password":{"description":"Password. The user's password. (C_PASSWORD)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditCheckModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditCheckModel]"},"readOnly":true}}},"Operation[CreditCheckModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditRatingModel":{"description":"Customer Credit Rating (CreditRating / COL001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"CreditPoints":{"format":"int32","description":"Credit Points. The customer's credit rating. (I_CREDITPOINTS)","type":"integer"},"LastUpdateDatetime":{"format":"date-time","description":"Credit Rating Last Updated. The time that the credit rating was last updated. (T_LASTUPDATED)","type":"string"},"UserPoints":{"format":"int32","description":"User Points. The user-defined credit points. (I_USERPOINTS)","type":"integer"},"ChangeEffectiveStartDate":{"format":"date-time","description":"Change Start. The start date of the change in credit rating. (D_CHANGESTART)","type":"string"},"ChangeEffectiveEndDate":{"format":"date-time","description":"Change End. The end date of the change in credit rating. (D_CHANGEEND)","type":"string"},"ChangeDatetime":{"format":"date-time","description":"Change Date/Time. The date and time that the credit rating was changed. (T_CHANGE)","type":"string"},"Notes":{"description":"Credit Rating Notes. Notes about the credit rating. (M_NOTES)","type":"string"},"MoveOutDate":{"format":"date-time","description":"Move out date. The move-out date. (D_MOVEOUT)","type":"string"},"MoveInDate":{"format":"date-time","description":"Move in date. The move-in date. (D_MOVEIN)","type":"string"},"ChangeReason":{"description":"Credit Rating Change Reason. The reason for the change in credit rating. (C_CHANGEREASON)","type":"string"},"ChangeUserId":{"description":"Changed By. The ID of the user that changed the credit rating. (C_USERID)","type":"string"},"CreditRatingDescription":{"description":"Description of the overall credit rating of the customer. Combines both objective and subjective points into a final rating description. Read-only.","type":"string"},"TotalPoints":{"format":"int32","description":"Overall credit rating of the customer. Combines both objective and subjective points into a final rating number. Read-only.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditRatingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditRatingModel]"},"readOnly":true}}},"Operation[CreditRatingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditRatingChangeReasonModel":{"description":"Credit Rating Change Reason Control (CreditRatingChangeReason / COL111)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Credit Rating Change Reason. The credit rating change reason. (C_CHANGEREASON)","type":"string"},"Description":{"description":"Change Reason Description. The change reason description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditRatingChangeReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditRatingChangeReasonModel]"},"readOnly":true}}},"Operation[CreditRatingChangeReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditRatingConfigModel":{"description":"Credit Rating/Collection Control (CreditRatingConfig / COL000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CreditPoints1":{"format":"int32","description":"Credit Points 1. The first credit point. (I_CREDITPOINTS1)","type":"integer"},"CreditPointsText1":{"description":"Credit Points 1 Description. The first credit point description. This credit point is the lowest credit point given, with the best rating. (C_CREDITPOINTS1)","type":"string"},"CreditPoints2":{"format":"int32","description":"Credit Points 2. The second credit point. (I_CREDITPOINTS2)","type":"integer"},"CreditPointsText2":{"description":"Credit Points 2 Description. The second credit point description. This credit point is higher than credit point 1. (C_CREDITPOINTS2)","type":"string"},"CreditPoints3":{"format":"int32","description":"Credit Points 3. The third credit point. (I_CREDITPOINTS3)","type":"integer"},"CreditPointsText3":{"description":"Credit Points 3 Description. The third credit point description. This credit point is higher than credit point 2. (C_CREDITPOINTS3)","type":"string"},"CreditPoints4":{"format":"int32","description":"Credit Points 4. The fourth credit point. (I_CREDITPOINTS4)","type":"integer"},"CreditPointsText4":{"description":"Credit Points 4 Description. The fourth credit point description. This credit point is higher than credit point 3. (C_CREDITPOINTS4)","type":"string"},"CreditPoints5":{"format":"int32","description":"Credit Points 5. The fifth credit point. (I_CREDITPOINTS5)","type":"integer"},"CreditPointsText5":{"description":"Credit Points 5 Description. The fifth credit point description. This credit point is the highest credit point given, with the worst rating. (C_CREDITPOINTS5)","type":"string"},"UseCreditRating":{"description":"Credit Rating is Used. Indicates whether credit rating is used. (L_USECREDITRATING)","type":"boolean"},"ChangeCollectionStatus":{"description":"Change Collection Status When Creating Notices. Indicates whether the collection status is changed. (L_CHANGECOLLECTIONSTATUS)","type":"boolean"},"RescheduleNotice":{"description":"Reschedule Notice. Indicates whether a rescheduled notice exists. (L_RESCHEDULENOTICE)","type":"boolean"},"AllCommentsOnNotice":{"description":"Include All Collection Comments on Notice Listing. Indicates whether all collection comments are included on the notice listing. (L_ALLCOMMENTSONNOTICE)","type":"boolean"},"RestrictArrangement":{"description":"Restrict Arrangements by Transaction Code. Indicates whether the arrangements processing looks at individual transaction codes setup. (L_RESTRICTARRANGEMENT)","type":"boolean"},"ArrangementNoCollectionStatusUpdate":{"description":"Do Not Update Collection Status if Pending Arrangements Exist. Indicates whether the collection status does not get updated if pending arrangements exist. (L_ARRNOCOLSTATUPDATE)","type":"boolean"},"NoticesByDescription":{"description":"Notices By Description. Indicates whether notices are displayed by description in the Notices Mover List of the Notices Processing  form If this is selected then notices are displayed by description, otherwise notices are displayed by number. (L_NOTICESBYDESCRIPTION)","type":"boolean"},"PendingArrangements":{"description":"Include Pending Payments in Arrangement Processing. If .T., pending payments are considered as actual payments for the purposes of determining whether an arrangement has been kept or broken by the customer during arrangement processing. (L_PENDINGARRANGEMENTS)","type":"boolean"},"NoticeBalanceOwingByAR":{"description":"Calculate/Store Notice Balance Owing by A/R. Used by the Notice Processing routine. When turned On, the A/R balance is calculated for each billed A/R and populated into the Notice Detail Archive table (COL044). (L_NOTICEBALANCEOWINGBYAR)","type":"boolean"},"ExcludeNoticeAgingCalculation":{"description":"Exclude Notice Aging Calculation. Used by the Notice Processing routine. When turned On, the balance owing includes payments and credits made since the bill date. (L_EXCLUDENOTICEAGINGCALC)","type":"boolean"},"IncludeRecentBillsInNoticeBalance":{"description":"Include Recent Bills in Balance Owing on Notices. Indicates whether or not to include bills more recent than the bill the notice is for in the balance owing on the notice. (L_INCLUDERECENTBILLSINBALANCE)","type":"boolean"},"AddDisconnectReconnectInfo":{"description":"Add Disconnect/Reconnect information on Service order completion. Indicates whether or not to add a customer/account disconnect/reconnect item on service order completion. Requires configuration of the disconnect and reconnect service order types in service collection control. (L_ADDDISCRECONINFO)","type":"boolean"},"Script":{"description":"Script. PowerShell script to generate custom data to be available for Collection Notices. (M_SCRIPT)","type":"string"},"RunScriptOnAllNotices":{"description":"Run Script on All Collection Notices. Indicates whether the script generating custom data will be executed for every Collection Notice. If false, the script will execute only for first Collection Notice, then its value will be reused for subsequent Collection Notices. (L_RUNSCRIPTONALLNOTICES)","type":"boolean"},"NoticeBatchPrintOption":{"description":"Notice Batch Print Option. Used for printing notices, for documents defined in Notice Document Control using the “Crystal” type. The option “One File: Regular And eNotices Combined” is selected as default and it will print all notices (Regular Notices and eNotices) to one file. Option “One File: Regular Notices Only” will print one file containing only Regular Notices, excluding eNotices. Option “Two Files: One Regular And One eNotices” will print two files, one file containing only Regular Notices and another file containing only eNotices. (C_NOTICEBATCHPRINTOPTION)\r\nEnum AdvancedUtility.Model.COL000+NoticeBatchPrintOptionEnum:  AllNoticesCombined, RegularNoticesOnly, OneRegularAndOneENotices","type":"string"},"ActionId":{"format":"int64","description":"Notice Update Default Action. The default notice update action assigned to each notice batch. (I_ACTION)","type":"integer"},"EstimateType1":{"description":"Estimate Type 1. The first estimate type used when estimating meter readings from script generating custom data for Collection Notices. (C_ESTIMATETYPE1)","type":"string"},"EstimateType2":{"description":"Estimate Type 2. The second estimate type used when estimating meter readings from script generating custom data for Collection Notices. (C_ESTIMATETYPE2)","type":"string"},"EstimateType3":{"description":"Estimate Type 3. The third estimate type used when estimating meter readings from script generating custom data for Collection Notices. (C_ESTIMATETYPE3)","type":"string"},"EstimateType4":{"description":"Estimate Type 4. The fourth estimate type used when estimating meter readings from script generating custom data for Collection Notices. (C_ESTIMATETYPE4)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditRatingConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditRatingConfigModel]"},"readOnly":true}}},"Operation[CreditRatingConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditRatingDetailModel":{"description":"Credit Rating Detail (CreditRatingDetail / COL011)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number (C_ACCOUNT)","type":"string"},"CreditPoints":{"format":"int32","description":"Credit Item Points. The number of credit item points. (I_CREDITPOINTS)","type":"integer"},"Created":{"format":"date-time","description":"Date/Time Credit Item Created. The date and time that the credit item was created. (T_CREATED)","type":"string"},"Code":{"description":"Credit Rating Item Code. The credit rating item code. (C_CODE)","type":"string"},"Amount":{"format":"double","description":"Item Amount. The item amount. (Y_AMOUNT)","type":"number"},"Notes":{"description":"Notes. Notes about the credit rating. (M_NOTES)","type":"string"},"ChangeReason":{"description":"Credit Rating Change Reason. The reason for the change in credit rating. (C_CHANGEREASON)","type":"string"},"Type":{"description":"Credit Rating Item Type. The credit rating item type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditRatingDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditRatingDetailModel]"},"readOnly":true}}},"Operation[CreditRatingDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CreditRatingDetailTypeModel":{"description":"Credit Rating Item Type Control (CreditRatingDetailType / COL012)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Credit Rating Item Code. The Credit Item Type code. (C_CODE)","type":"string"},"Description":{"description":"Description. The Credit Item Type code description. (C_DESCRIPTION)","type":"string"},"Type":{"description":"Credit Rating Type. The credit rating type. (C_RATINGTYPE)\r\nEnum AdvancedUtility.Model.COL012+TypeEnum:  Arrangement, Disconnect, Notice, Transaction, UserChange, Other","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CreditRatingDetailTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CreditRatingDetailTypeModel]"},"readOnly":true}}},"Operation[CreditRatingDetailTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CriteriaModel":{"description":"Criteria Control (Criteria / CON206)\r\nReusable ad hoc filter criteria that can be applied throughout the system on filters, pickups, processes, reports, etc.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CriteriaId":{"format":"int64","description":"ID. The criteria ID. (I_CRITERIAID)","type":"integer"},"Description":{"description":"Description. The criteria description. (C_DESCRIPTION)","type":"string"},"IsAcceptable":{"description":"Acceptable. Indicates whether the criteria are acceptable. (L_ACCEPTABLE)","type":"boolean"},"Notes":{"description":"Notes. Notes about the criteria. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the criteria is disabled. (L_DISABLED)","type":"boolean"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"Creator":{"description":"Creator. The user who created this item (C_CREATOR)","type":"string"},"CriteriaIdold":{"description":"ID (Old). The criteria ID. (C_CRITERIAID)","type":"string"},"CriteriaText":{"description":"Criteria. The stored criteria conditions. (M_CRITERIA)","type":"string"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"ListType":{"description":"List Type. Target table for which the criteria will return list of items. The root scope of the criteria. (C_LISTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CriteriaModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CriteriaModel]"},"readOnly":true}}},"Operation[CriteriaModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CTStyleModel":{"description":"Current Transformer Style Control (CTStyle / MEF226)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"CT Style Code. The CT (Current Transformer) style code. (C_CODE)","type":"string"},"Style":{"description":"CT Style Description. The CT (Current Transformer) style (C_STYLE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CTStyleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CTStyleModel]"},"readOnly":true}}},"Operation[CTStyleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CurrencyTypeModel":{"description":"Currency Control (CurrencyType / CON169)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Currency Type. The currency type code. (C_CURRENCYTYPE)","type":"string"},"Description":{"description":"Currency Description. The description of the currency type. (C_CURRENCYDESCRIPTION)","type":"string"},"IsDefault":{"description":"Default. Indicates the default currency. (L_DEFAULT)","type":"boolean"},"DiscountPercent":{"format":"int32","description":"Discount Percent. The discount percent for payments received in this currency. (N_DISCOUNTPERCENT)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the currency type is disabled. (L_DISABLED)","type":"boolean"},"DiscountTransactionCode":{"description":"Discount Transaction Code. The transaction code used for the discount. (C_DISCOUNTTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CurrencyTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CurrencyTypeModel]"},"readOnly":true}}},"Operation[CurrencyTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CurrentTransformerModel":{"description":"Current Transformer (CurrentTransformer / MEF202)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CtNumber":{"description":"CT #. The current transformer. (C_CTNUMBER)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the CT (current transformer). (C_SERIALNUMBER)","type":"string"},"DatePurchased":{"format":"date-time","description":"Date Purchased. The date that the current transformer was purchased. (D_DATEPURCHASED)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The price of the current transformer. (Y_PRICE)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the current transformer was scrapped. (D_DATESCRAPPED)","type":"string"},"Pmu":{"description":"PMU #. The Primary Metering Unit number of the current transformer. (C_PMU)","type":"string"},"Installation":{"description":"Installation #. The installation number of the current transformer. (C_INSTALLATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the current transformer was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The current transformer status. (C_STATUS)","type":"string"},"Type":{"description":"Type. The type of the current transformer. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CurrentTransformerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CurrentTransformerModel]"},"readOnly":true}}},"Operation[CurrentTransformerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CurrentTransformerTypeModel":{"description":"Current Transformer Type Control (CurrentTransformerType / MEF204)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"HighRatio":{"format":"double","type":"number"},"LowRatio":{"format":"double","type":"number"},"Type":{"description":"Type. The current transformer type. (C_TYPE)","type":"string"},"ActualType":{"description":"Actual Type. The actual transformer type. (C_ACTUALTYPE)","type":"string"},"Description":{"description":"Description. The description of the transformer type. (C_DESCRIPTION)","type":"string"},"IsDualRatio":{"description":"Dual Ratio. Indicates whether the transformer type is dual ratio. (L_DUALRATIO)","type":"boolean"},"Wire":{"format":"int32","description":"Wire. The number of wires of the transformer type. (I_WIRE)","type":"integer"},"ApprovalNumber":{"description":"Measurement Canada Approval #. The official Measurement Canada approval number of the transformer type. (C_APPROVALNUM)","type":"string"},"LowPrimaryCurrent":{"format":"int32","description":"Primary Current (Low). The low primary current value of the transformer type. (I_LPRIMARYCURRENT)","type":"integer"},"LowSecondaryCurrent":{"format":"int32","description":"Secondary Current (Low). The low secondary current value of the transformer type. (I_LSECONDARYCURRENT)","type":"integer"},"LowThermalRating":{"format":"double","description":"Thermal Current Rating (Low). The low thermal current rating value of the transformer type. (N_LTHERMALRATING)","type":"number"},"LowAccuracyClass":{"description":"Accuracy Class (Low). The low value for the accuracy class of the transformer type. (C_LACCURACYCLASS)","type":"string"},"HighPrimaryCurrent":{"format":"int32","description":"Primary Current (High). The high value for the primary current of the transformer type. (I_HPRIMARYCURRENT)","type":"integer"},"HighSecondaryCurrent":{"format":"int32","description":"Secondary Current (High). The high value for the secondary current of the transformer type. (I_HSECONDARYCURRENT)","type":"integer"},"HighThermalRating":{"format":"double","description":"Thermal Current Rating (High). The high value for the thermal current rating of the transformer type. (N_HTHERMALRATING)","type":"number"},"HighAccuracyClass":{"description":"Accuracy Class (High). The high value of the accuracy class of the transformer type. (C_HACCURACYCLASS)","type":"string"},"Notes":{"description":"Notes. Notes about the transformer type. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Bil":{"format":"int64","description":"BIL (kV). The basic level impulse value of the transformer in kilovolts. (I_BIL)","type":"integer"},"DesignedUse":{"description":"Designed for Use. The use for which the transformer was designed. (C_DESIGNEDUSE)","type":"string"},"Frequency":{"description":"Frequency (Hz). The frequency of the current transformer type. (C_FREQUENCY)","type":"string"},"InsulationClass":{"format":"double","description":"Insulation Class (kV). The insulation class of the transformer type. (N_INSULATIONCLASS)","type":"number"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the transformer type. (C_MANUFACTURER)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the transformer type. (C_STOCKCODE)","type":"string"},"Style":{"description":"Style. The style of the transformer type. (C_STYLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CurrentTransformerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CurrentTransformerTypeModel]"},"readOnly":true}}},"Operation[CurrentTransformerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[CustomerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerModel]"},"readOnly":true}}},"Operation[CustomerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountAmiIntervalConsumptionModel":{"description":"AMI Interface Interval Consumption","type":"object","properties":{"ConsumptionData":{"description":"Customer Account AMI interval consumption items","type":"array","items":{"$ref":"#/definitions/CustomerAccountAmiIntervalConsumptionItemModel"}},"SummaryData":{"description":"Customer Account AMI summary consumption items","type":"array","items":{"$ref":"#/definitions/CustomerAccountAmiIntervalConsumptionSummaryModel"}}}},"CustomerAccountAmiIntervalConsumptionItemModel":{"description":"AMI Interface Interval Consumption Item","type":"object","properties":{"Meter":{"description":"Meter.","type":"string"},"ReadType":{"description":"Read type.","type":"string"},"Channel":{"description":"Channel.","type":"string"},"Datetime":{"format":"date-time","description":"Reading date/time.","type":"string"},"Consumption":{"format":"double","description":"Reading.","type":"number"},"Units":{"description":"Units.","type":"string"},"Service":{"description":"Service.","type":"string"},"ServiceId":{"format":"int64","description":"ServiceId.","type":"integer"},"ReadTypeId":{"format":"int64","description":"ReadTypeId.","type":"integer"}}},"CustomerAccountAmiIntervalConsumptionSummaryModel":{"description":"AMI Interface Interval Consumption Summary","type":"object","properties":{"Type":{"description":"Interval Type. It identifies the type of summary period: YEAR, MONTH, DAY.","type":"string"},"Meter":{"description":"Meter.","type":"string"},"ReadType":{"description":"Read type.","type":"string"},"FromDatetime":{"format":"date-time","description":"Reading date/time.","type":"string"},"ToDatetime":{"format":"date-time","description":"Reading date/time.","type":"string"},"Consumption":{"format":"double","description":"Reading.","type":"number"},"Units":{"description":"Units.","type":"string"}}},"CustomerAccountInquiryModel":{"description":"Customer Account Inquiry","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccountStatus":{"description":"Account status.","type":"string"},"CustomerName":{"description":"Full customer name.","type":"string"},"ServiceAddress":{"description":"Service address.","type":"string"},"Balance":{"format":"double","description":"Total current balance.","type":"number"},"DepositBalance":{"format":"double","description":"Total deposit balance of all deposit paid A/Rs","type":"number"},"DepositInterestBalance":{"format":"double","description":"Total balance of all deposit interest A/Rs","type":"number"},"MerchandiseBalance":{"format":"double","description":"Total balance of all merchandise A/Rs","type":"number"},"WriteoffBalance":{"format":"double","description":"Total balance of all write-off A/Rs","type":"number"},"PlanAndBalance":{"description":"Payment plan description and balance in a formatted display string. See child object 'Pap' for details of the active payment plan.\r\nObsolete: Use 'PapBalance', 'PapPlanType', or the 'Pap' child object instead.","type":"string"},"PapBalance":{"format":"double","description":"Payment plan balance, or null if no PAP/ACH payment plan is currently active. See child object 'Pap' for details of the active payment plan.","type":"number"},"PapPlanType":{"description":"Payment plan code, or null if no PAP/ACH payment plan is currently active. See child object 'Pap' for details of the active payment plan.","type":"string"},"NextDraw":{"description":"Next draw description string.\r\nObsolete: Use NextDrawDate and NextDrawAmount instead.","type":"string"},"NextDrawDate":{"format":"date-time","description":"Date of the next PAP/ACH draw. Will be null if no upcoming automatic PAP draw is scheduled or if PAP does not apply.","type":"string"},"NextDrawAmount":{"format":"double","description":"Amount of the next PAP/ACH draw. Will be null if no upcoming PAP amount is expected or if PAP does not apply. If this contains a value, but the NextDate is null, then an equalized payment amount is expected, but will not be drawn automatically.","type":"number"},"PastDueAmount":{"format":"double","description":"Amount past due.","type":"number"},"PendingPayments":{"format":"double","description":"Pending payments.","type":"number"},"PreviousDueDate":{"format":"date-time","description":"Most recent previous bill due date. Will be null if no previous bill exists.","type":"string"},"CurrentDueDate":{"format":"date-time","description":"Pending bill due date. Will be null if no pending or current bill exists.","type":"string"},"LastPaymentAmount":{"format":"double","description":"Last payment amount. Will be null if no previous payment exists.","type":"number"},"LastPaymentDate":{"format":"date-time","description":"Last payment date. Will be null if no previous payment exists.","type":"string"},"LastBillNumber":{"format":"int64","description":"The most recent processed bill number for this customer/account.\r\nCancelled bills are ignored; 0 if customer/account does not have any bills that are not cancel bills.","type":"integer"},"ArrangementsInfo":{"description":"Payment arrangements formatted summary","type":"string"},"ArrangementsSummaryCount":{"format":"int32","description":"Number of payment outstanding arrangements","type":"integer"},"ArrangementsSummaryAmount":{"format":"double","description":"Total amount of outstanding payment arrangements","type":"number"},"ArrangementsSummaryDueDate":{"format":"date-time","description":"Last due date of outstanding payment arrangements","type":"string"},"pastDueAmountIncludeNotice":{"description":"Include non billed amount flagged as L_INCLUDEINBALANCEOWING in GLE001.","type":"boolean"},"pastDueAmountExcludePendingBilledAmount":{"description":"Exclude Pending Billed amount.","type":"boolean"},"pastDueAmountAsOfDate":{"format":"date-time","description":"Date to which we consider transactions/bills to be past due.  If null is passed, will default to today's date.","type":"string"},"includePendingPayments":{"description":"If set, will include pending payment transactions, else all processed and pending transactions are included.","type":"boolean"}}},"CustomerAccountPapQuoteResultModel":{"description":"Containing customer/account PAP quote result.","type":"object","properties":{"QuoteAmount":{"format":"double","description":"The calculated quote amount.","type":"number"},"BaseAmount":{"format":"double","description":"The PAP base amount for the specified period.","type":"number"},"PapQuoteDetails":{"description":"The details of the quote calculation per service code.","type":"string"}}},"CustomerAccountDepositQuoteResultModel":{"description":"Customer/account deposit quote result","type":"object","properties":{"QuoteAmount":{"format":"double","description":"The calculated quote amount.","type":"number"},"DepositQuoteDetails":{"description":"The calculation details of the quote calculation per AR code.","type":"string"},"ARDetails":{"description":"Detailed deposit information including quote amount, paid amount and estimation settings for each AR","type":"array","items":{"$ref":"#/definitions/CustomerAccountDepositQuoteARModel"}}}},"CustomerAccountDepositQuoteARModel":{"description":"Deposit amounts for an individual deposit owing AR","type":"object","properties":{"ARCode":{"description":"The deposit owing AR code","type":"string"},"QuotedAmount":{"format":"double","description":"Estimated amount for the AR","type":"number"},"PaidAmount":{"format":"double","description":"Paid amount for the AR","type":"number"}}},"CapitalCreditTransferSplitRequestModel":{"description":"Capital Credit Transfer Split request model","type":"object","properties":{"SplitBalance":{"description":"Indicates whether the AR balance should be split","type":"boolean"},"TargetCustomer":{"description":"The Customer number for the account receiving the balance transferred or split","type":"string"},"TargetAccount":{"description":"The Account number for the account receiving the balance transfer or split","type":"string"},"AllAllocationTypes":{"description":"Process all allocation types","type":"boolean"},"AllocationTypes":{"description":"The list of selected allocation types used for processing","type":"array","items":{"type":"string"}}}},"CustomerAccountAROrderResponseModel":{"description":"Accounts Receivable order item.","type":"object","properties":{"ARBalance":{"format":"double","type":"number"},"AllowCredit":{"type":"boolean"},"Allocated":{"format":"double","type":"number"},"RankingNum":{"format":"int64","type":"integer"},"ToAllocate":{"format":"double","type":"number"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ARCode":{"description":"The Accounts Receivable code.","type":"string"},"Ranking":{"description":"The payment or credit ranking order.","type":"string"}}},"CustomerAccountServiceRateModel":{"description":"Account service rate item.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Pk":{"format":"int64","description":"Primary key","type":"integer"},"MeterId":{"format":"int64","description":"Meter Id","type":"integer"},"ServiceGroup":{"description":"ServiceGroup code","type":"string"},"ReadType":{"description":"ReadType code","type":"string"},"Meter":{"description":"Meter number","type":"string"},"BillCode":{"description":"Bill code","type":"string"},"ServiceRateDescription":{"description":"ServiceRate description","type":"string"},"RateKey":{"format":"int64","description":"Rate key","type":"integer"},"RateDescription":{"description":"Rate description","type":"string"},"SupplierId":{"format":"int64","description":"Supplier  Id","type":"integer"},"IsSeasonalRate":{"description":"Flag indicating if rate is seasonal","type":"boolean"},"StartMonth":{"description":"Rate start month","type":"string"},"EndMonth":{"description":"Rate end month","type":"string"}}},"ReadingHistoryInquiryModel":{"description":"Reading History Inquiry Model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer number associated with this reading data","type":"string"},"Account":{"description":"Account number associated with this reading data","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer/account id associated with this reading data","type":"integer"},"IncludePrevious":{"description":"Include reads from the previous customer(s)","type":"boolean"},"IncludePending":{"description":"Include pending reads. These are not billed","type":"boolean"},"IncludeInformational":{"description":"Include informational reads","type":"boolean"},"IncludeCancelBills":{"description":"Include reads from cancelled bills","type":"boolean"},"IncludeUnused":{"description":"Include reads not used in a bill eg. superseded reads, etc","type":"boolean"},"IncludeBilled":{"description":"Include billed items, whether or not they were actually used. These are not pending reads","type":"boolean"}}},"CustomerAccountSearchResultModel":{"description":"Customer/Account Advanced Search result container","type":"object","properties":{"TotalItems":{"format":"int32","type":"integer"},"Fields":{"type":"string"},"Order":{"type":"string"},"Maximum":{"format":"int32","type":"integer"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Criteria":{"description":"The search criteria used for the search.\r\nIf the search was via POST, this is a copy of the search criteria sent in the request.\r\nIf the search was via GET, then these are the reformatted criteria as parsed from the where= query string.","type":"array","items":{"$ref":"#/definitions/CustomerAccountSearchCriteriaModel"}},"SearchResult":{"description":"The search results as a list of result item models.\r\nSome of the model content can be suppressed by using the fields= functionality. This will improve the speed of the search (ie suppressing balances and name or address formatting when not needed helps a lot).\r\nEach item can also contain embedded child content in its _embedded dictionary - this is also controlled by the standard fields= functionality (or Fields property on the request model).\r\nEmbedded content is available for the following types, depending on the details of the search request:  Account, Customer, CustomerAccount, CustomerAddress, AlternateCustomerName, Transaction, Bill, AccountMeter, PhoneNumber, ServiceOrder, AccountEquipment","type":"array","items":{"$ref":"#/definitions/CustomerAccountSearchResultItemModel"}}}},"CustomerAccountSearchCriteriaModel":{"description":"Search criteria item to be used with the CustomerAccountSearchRequestModel (Customer/Account Advanced Search functionality)","type":"object","properties":{"Table":{"type":"string"},"Field":{"type":"string"},"VariableType":{"type":"string"},"FieldType":{"type":"string"},"Value":{"type":"object"},"Decimals":{"format":"int32","type":"integer"},"IsMultiValue":{"type":"boolean"}}},"CustomerAccountSearchResultItemModel":{"description":"Customer/Account Advanced Search result container","type":"object","properties":{"SearchValues":{"type":"object","additionalProperties":{"type":"object"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"type":"string"},"Account":{"type":"string"},"AccountStatus":{"type":"string"},"CustomerAccountId":{"format":"int64","type":"integer"},"LastName":{"type":"string"},"FirstName":{"type":"string"},"MiddleName":{"type":"string"},"NameSuffix":{"type":"string"},"NamePrefix":{"type":"string"},"NameType":{"type":"string"},"ServiceAddressApt":{"type":"string"},"ServiceAddressPOBox":{"type":"string"},"ServiceAddress":{"type":"string"},"ServiceAddressStreetNumber":{"format":"int64","type":"integer"},"ServiceAddressStreetNumberSuffix":{"type":"string"},"ServiceAddressStreetPrefix":{"type":"string"},"ServiceAddressStreetSuffix":{"type":"string"},"ServiceAddressTown":{"type":"string"},"ServiceAddressPostalCode":{"type":"string"},"ServiceAddressState":{"type":"string"},"CollectionStatus":{"type":"string"},"Company":{"type":"string"},"Division":{"type":"string"},"Cycle":{"type":"string"},"Book":{"type":"string"},"EffectiveDate":{"format":"date-time","type":"string"},"CustomerName":{"type":"string"},"Balance":{"format":"double","type":"number"},"DepositBalance":{"format":"double","type":"number"},"WriteoffBalance":{"format":"double","type":"number"},"DateOfBirth":{"format":"date-time","type":"string"},"AccountType":{"type":"string"},"OccupancyType":{"type":"string"},"SSN":{"type":"string"},"DriversLicense":{"type":"string"},"MatchName":{"type":"string"},"MatchNameIsSecondary":{"type":"boolean"}}},"CustomerAccountSearchRequestModel":{"description":"Customer/Account Advanced Search Request Model.","type":"object","properties":{"Maximum":{"format":"int32","type":"integer"},"Order":{"type":"string"},"Fields":{"type":"string"},"Criteria":{"description":"Include search criteria items to be used to perform the actual search.\r\nOne or more items is required or the search will return an error message.\r\nThis property is here for use in a POST search. The GET search can just use the where= query string instead, but not all functionality is supported on the query string, so advanced search requests are recommended via POST.\r\nThe where= query string supports only basic conditions like \"field operator value\" - eg \"bif001.c_lastname eq 'SMITH' and account.streetnumber gt 23 , etc","type":"array","items":{"$ref":"#/definitions/CustomerAccountSearchCriteriaModel"}}}},"ServiceGroupStructureInquiryModel":{"description":"Service group details for a service group associated with an account","type":"object","properties":{"ServiceGroups":{"type":"array","items":{"$ref":"#/definitions/ServiceGroupStructureInquiryItemModel"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer number associated with this service group structure data","type":"string"},"Account":{"description":"Account number associated with this service group structure data","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer/account id associated with this service group structure data","type":"integer"}}},"ServiceGroupStructureInquiryItemModel":{"description":"Service group details for a service group associated with an account","type":"object","properties":{"Services":{"type":"array","items":{"type":"string"}},"ServiceIds":{"type":"array","items":{"format":"int64","type":"integer"}},"ServiceGroupId":{"format":"int64","type":"integer"},"IsInactive":{"type":"boolean"},"InactiveColor":{"format":"int32","type":"integer"},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"O_Code":{"description":"Unique code value for this item (resource id)","type":"string"},"Type":{"description":"Service group item type.\r\nEnum AdvancedUtility.Services.Inquiry.ServiceGroupStructure+ServiceGroupItemType:  All, Simple","type":"string"},"ServiceGroupCode":{"description":"Service group code","type":"string"},"ServiceGroupDescription":{"description":"Service group description","type":"string"}}},"TransactionHistoryInquiryModel":{"description":"Transaction History Inquiry Model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer number associated with this transaction data","type":"string"},"Account":{"description":"Account number associated with this transaction data","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer/account id associated with this transaction data","type":"integer"},"ShowPostdates":{"description":"Whether result includes post dated transactions","type":"boolean"},"ShowPaymentsOnly":{"description":"Whether result contains only payments or all transactions","type":"boolean"},"StartDate":{"format":"date-time","description":"Requested start date cutoff associated with the results","type":"string"},"EndDate":{"format":"date-time","description":"Requested end date cutoff associated with the results","type":"string"},"CheckSupplier":{"description":"Indicates whether additional information associated with supplier transactions was requested","type":"boolean"},"AssistanceAgency":{"description":"Indicates whether assistance agency functionality is enabled on this system","type":"boolean"},"PaymentsToBills":{"description":"Indicates whether the Assign-Payments-to-Bills functionality is enabled on this system","type":"boolean"},"MultiCurrency":{"description":"Indicates whether multi-currency settings are configured on this system","type":"boolean"},"NoDueDateForPendingBill":{"description":"Indicates whether the 'NoDueDateforPendingBill' CON075 flag is set on this system","type":"boolean"}}},"BalanceAgingModel":{"description":"Transaction History Inquiry Model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer number associated with this transaction data","type":"string"},"Account":{"description":"Account number associated with this transaction data","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer/account id associated with this transaction data","type":"integer"}}},"JsonPatchDocument[CustomerAccountModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountModel]"},"readOnly":true}}},"Operation[CustomerAccountModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountArchiveModel":{"description":"Archived Customer/Account (CustomerAccountArchive / BIF903)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The customer/account number. (C_ACCOUNT)","type":"string"},"Book":{"description":"Book. The book. (C_BOOK)","type":"string"},"AlternateBook":{"description":"Alternate Book. The alternate book. (C_ALTERNATEBOOK)","type":"string"},"MoveInCustomerNumber":{"description":"Move In Customer #. The move in customer number. (C_CUSTOMERIN)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Move Out Date. The move out date. (D_EFFECTIVEDATE)","type":"string"},"BillingException":{"description":"Billing Exception. The billing exception. (C_EXCEPTION)","type":"string"},"DeliveryInstructions":{"description":"Bill Delivery Instructions. The bill delivery instructions. (C_DELIVERYINSTRUCTIONS)","type":"string"},"LastInterestDate":{"format":"date-time","description":"Last Deposit Interest Date. The last deposit interest date. (D_LASTINTERESTDATE)","type":"string"},"FinalBillWorkOrder":{"format":"int64","description":"Final Bill S/O #. The final bill service order number. (I_FINALBILLWORKORDER)","type":"integer"},"PenaltyExempt":{"description":"Penalty Exempt. Indicates whether there is a penalty exemption. (L_PENALTYEXEMPT)","type":"boolean"},"NoticeExempt":{"description":"Notice Exempt. Indicates whether there is a notice exemption. (L_NOTICEEXEMPT)","type":"boolean"},"MoveOutDateTime":{"format":"date-time","description":"Move Out Date/Time. The 'out' date and time. (T_OUTDATETIME)","type":"string"},"MoveOutInfoFrom":{"description":"Move Out Info From. The 'out' information form. (C_OUTINFOFROM)","type":"string"},"MoveInDateTime":{"format":"date-time","description":"Move In Date/Time. The 'in' date and time. (T_INDATETIME)","type":"string"},"MoveInInfoFrom":{"description":"Move In Info From. The 'in' information form. (C_ININFOFROM)","type":"string"},"OldReferenceNumber":{"description":"Old Reference #. The old reference number. (C_OLDREFERENCENUM)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"MoveInCustomerAccountId":{"format":"int64","description":"Move In Customer/Account ID. The Move In customer/ account ID. (I_INCUSTACCTID)","type":"integer"},"Division":{"description":"Division. The division name. (C_DIVISION)","type":"string"},"CreditLimit":{"format":"double","description":"Credit Limit. The credit limit. (Y_CREDITLIMIT)","type":"number"},"AlwaysNoBill":{"description":"Always No Bill. Indicates whether to always no bill. (L_ALWAYSNOBILL)","type":"boolean"},"TransferARCustomerAccountId":{"format":"int64","description":"A/R Transfer Customer/Account ID. The customer/account ID for the accounts receivables transfer. (I_TRANSARCUSTACCTID)","type":"integer"},"TransferDepositCustomerAccountId":{"format":"int64","description":"Deposit Transfer Customer/Account ID. The deposit transfer customer/account ID. (I_TRANSDEPCUSTACCTID)","type":"integer"},"TransferMerchandiseCustomerAccountId":{"format":"int64","description":"Merchandise Transfer Customer/Account ID. The merchandise transfer customer/account ID. (I_TRANSMERCUSTACCTID)","type":"integer"},"BillCopies":{"format":"int32","description":"Number of Bill Copies to Print. The number of bill copies to print. (N_BILLCOPIES)","type":"integer"},"NoticeCopies":{"format":"int32","description":"Number of Notice Copies to Print. The number of notice copies to print. (N_NOTICECOPIES)","type":"integer"},"MoveInDate":{"format":"date-time","description":"Move In Date. The move in date. (D_MOVEIN)","type":"string"},"IsAutoMoveIn":{"description":"Auto Move In Customer. Indicates whether to auto move in the customer. (L_AUTOMOVEIN)","type":"boolean"},"Archived":{"format":"date-time","description":"Date/Time Archived. The date/time when archived. (T_ARCHIVED)","type":"string"},"BillingBook":{"description":"Billing Book. The billing book. (C_BILLINGBOOK)","type":"string"},"Vacant":{"description":"Vacant Account. The vacant account. (L_VACANT)","type":"boolean"},"LastPenaltyInterestDate":{"format":"date-time","description":"Last Penalty Interest Date. The last penalty interest date. (D_LASTPENALTYINTERESTDATE)","type":"string"},"PreferredReadFrom":{"format":"date-time","description":"Preferred Reading From. The preferred reading From date and time. (T_PREFREADFROM)","type":"string"},"PreferredReadTo":{"format":"date-time","description":"Preferred Reading To. The preferred reading To date and time. (T_PREFREADTO)","type":"string"},"NoEnvelope":{"description":"No Return Envelope. Indicates whether the customer is sent a return envelope. (L_NOENVELOPE)","type":"boolean"},"Master":{"description":"Master Account. Indicates the master account. (L_MASTER)","type":"boolean"},"CustomerAccountUser1":{"description":"Customer/Account User Field 1. The customer/account user field 1. (C_CUSTACCTUSER1)","type":"string"},"CustomerAccountUser2":{"description":"Customer/Account User Field 2. The customer/account user field 2. (C_CUSTACCTUSER2)","type":"string"},"CustomerAccountUser3":{"description":"Customer/Account User Field 3. The customer/account user field 3. (C_CUSTACCTUSER3)","type":"string"},"CustomerAccountUser4":{"description":"Customer/Account User Field 4. The customer/account user field 4. (C_CUSTACCTUSER4)","type":"string"},"CustomerAccountUser5":{"description":"Customer/Account User Field 5. The customer/account user field 5. (C_CUSTACCTUSER5)","type":"string"},"Pin":{"description":"Pin Number. The PIN or personal identification number. (C_PIN)","type":"string"},"ReferenceNumber":{"description":"Reference number. The reference number. (C_REFERENCENUMBER)","type":"string"},"AdditionalBillSort":{"description":"Free Form Bill Print Sort. The free form for additional bill print sort information. (C_ADDITIONALBILLSORT)","type":"string"},"Custom1":{"description":"Customer/Account Custom Flag 1. Indicates whether to include the customer/account custom flag 1. (L_CUSTOM1)","type":"boolean"},"SendENotice":{"description":"Send eNotices. Indicates whether the customer is subscribed for receiving eNotices. (L_ENOTICE)","type":"boolean"},"AccountManager":{"description":"Account Manager. The account manager name. (C_ACCOUNTMANAGER)","type":"string"},"AccountStatus":{"description":"Account Status. The account status. (C_ACCOUNTSTATUS)","type":"string"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"AllocationClass":{"description":"Allocation Class (C_ALLOCATIONCLASS)","type":"string"},"BillGroup":{"description":"Bill Print Group. The bill print group. (C_BILLGROUP)","type":"string"},"BillingCycle":{"description":"Billing Cycle. The billing cycle. (C_BILLINGCYCLE)","type":"string"},"CapitalCreditStatus":{"description":"Capital Credit Status (C_CAPITALCREDITSTATUS)","type":"string"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"Company":{"description":"Company. The company name. (C_COMPANY)","type":"string"},"CustomerAccountCode1":{"description":"Custom Code Field 1. The custom code field 1. (C_CUSTACCTCODE1)","type":"string"},"Cycle":{"description":"Cycle. The cycle. (C_CYCLE)","type":"string"},"Driver":{"description":"Driver. The driver information. (C_DRIVER)","type":"string"},"ExceptionCode":{"format":"int64","description":"Billing Exception Desc. The billing exception description. (I_EXCEPTIONCODE)","type":"integer"},"Membership":{"description":"Membership Type. The membership type. (C_MEMBERSHIP)","type":"string"},"MemberStatus":{"description":"Member Status. The membership status. (C_MEMBERSTATUS)","type":"string"},"MoveInUserId":{"description":"Move In User ID. The user who entered 'in' information. (C_INUSERID)","type":"string"},"MoveOutUserId":{"description":"Move Out User ID. The user who entered 'out' information. (C_OUTUSERID)","type":"string"},"OccupancyType":{"description":"Owner/Tenant. The owner/tenant. (C_OWNERTENANT)","type":"string"},"PaymentProfile":{"description":"Payment Profile. The payment profile. (C_PAYMENTPROFILE)","type":"string"},"PaymentTerms":{"description":"Payment Terms. The payment terms. (C_TERMS)","type":"string"},"RevenueClass":{"description":"Revenue Class. The revenue class. (C_REVENUECLASS)","type":"string"},"SalesContact":{"description":"Sales Contact. The sales contact name. (C_SALESCONTACT)","type":"string"},"SicCode":{"description":"SIC Code. The standard industrial classification code for this customer's account. (C_SICCODE)","type":"string"},"SortCode":{"description":"Bill Group. The bill sort code group. (C_SORTCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountArchiveModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountArchiveModel]"},"readOnly":true}}},"Operation[CustomerAccountArchiveModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountAssetModel":{"description":"Customer Account Asset (CustomerAccountAsset / BIF091)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"AssetId":{"format":"int64","description":"Asset ID. Asset ID (I_ASSETID)","type":"integer"},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"Ownership":{"description":"Ownership. The ownership status of the asset. The options are \"O\" - owned, \"R\" - rented, \"N\" - none. (C_OWNERSHIP)\r\nEnum AdvancedUtility.Model.BIF091+OwnershipEnum:  Owned, Rented, None","type":"string"},"Count":{"format":"int32","description":"Count. Count. (I_COUNT)","type":"integer"},"Notes":{"description":"Notes. Notes about the asset. (M_NOTES)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date the asset was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date the asset was removed or disconnected. (D_DATEREMOVED)","type":"string"},"Service":{"description":"Service. Service. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountAssetModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountAssetModel]"},"readOnly":true}}},"Operation[CustomerAccountAssetModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountInquiryHistoryModel":{"description":"Customer/Account Inquiry History (CustomerAccountInquiryHistory / BIF019)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InquiryDatetime":{"format":"date-time","description":"Date/Time. The date and time of inquiry. (T_DATETIME)","type":"string"},"Source":{"description":"Source. The source of the inquiry/ what form inquired from. (C_SOURCE)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"CustomerAccount":{"format":"int64","type":"integer"},"UserId":{"description":"User ID. The user ID of the person who inquired. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountInquiryHistoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountInquiryHistoryModel]"},"readOnly":true}}},"Operation[CustomerAccountInquiryHistoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountInterfaceModel":{"description":"Customer/Account Interface (CustomerAccountInterface / UTL003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"Cycle":{"description":"Cycle. The billing cycle. (C_CYCLE)","type":"string"},"Book":{"description":"Book. The billing book. (C_BOOK)","type":"string"},"AccountStatus":{"description":"Account Status. The account status. (C_ACCOUNTSTATUS)","type":"string"},"OwnerTenant":{"description":"Owner/Tenant. The owner or tenant at the service address. (C_OWNERTENANT)","type":"string"},"Company":{"description":"Company Code. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division Code. The division code. (C_DIVISION)","type":"string"},"MoveInDate":{"format":"date-time","description":"Move In Date. The date when the customer moved in at that service address. (D_MOVEIN)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Internal Process Flag. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"DateTimeProcessed":{"format":"date-time","description":"Date Time Processed. The date and time when the record was processed.  (T_DATETIME)","type":"string"},"SicCode":{"description":"SIC Code. The SIC code. (C_SICCODE)","type":"string"},"MeterNotes":{"description":"Meter Notes. The notes about the meter. (C_METERNOTES)","type":"string"},"CollectionStatus":{"description":"Collection Status. The customer/account collection status. (C_COLLECTIONSTATUS)","type":"string"},"CustomerAccountCode1":{"description":"Custom Code Field 1. The special status. (C_CUSTACCTCODE1)","type":"string"},"UDF_Char_5":{"description":"Customer/Account User Field 5. The customer/account user field 5. (C_CUSTACCTUSER5)","type":"string"},"Email":{"description":"Link Email Address. The Infinity Link Email Address. (C_EMAIL)","type":"string"},"RevenueClass":{"description":"Revenue Class. The revenue class code. (C_REVENUECLASS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountInterfaceModel]"},"readOnly":true}}},"Operation[CustomerAccountInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountTransactionModel":{"description":"Customer/Account Transaction (CustomerAccountTransaction / BIF041)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The unique customer/account ID. (I_CUSTACCTID)","type":"integer"},"IsTaxed":{"description":"Already Taxed?. Indicates that tax was already applied on this pending statement transaction (L_TAXED)","type":"boolean"},"OnStatement":{"description":"Included on Statement. This transaction has already been included on a statement (L_STATEMENT)","type":"boolean"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"TransactionDT":{"format":"date-time","description":"Transaction Date. The transaction date and time. (T_TRANSDT)","type":"string"},"Amount":{"format":"double","description":"Transaction Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"BillNumber":{"format":"int64","description":"Bill #. The transaction billing number. (I_BILLNUMBER)","type":"integer"},"TransactionNumber":{"format":"int64","description":"Transaction #. The transaction ID number. (I_TRANSNUM)","type":"integer"},"SumFlag":{"format":"int32","description":"Summary Flag. The transaction summary flag. (N_SUMFLAG)","type":"integer"},"InsertDatetime":{"format":"date-time","description":"Time Stamp. The date and time of the transaction. (T_DATETIME)","type":"string"},"Total":{"format":"int64","description":"Total. The total amount of the transaction. (I_TOTAL)","type":"integer"},"SONumber":{"format":"int64","description":"ServiceOrder Number. The transaction's service order number. (I_SONUM)","type":"integer"},"AgingDate":{"format":"date-time","description":"Transaction Aging Date. The date that the transaction was aged. (D_AGING)","type":"string"},"Exclude":{"description":"Exclude Transaction. Indicates whether to exclude the transaction. (L_EXCLUDETRANS)","type":"boolean"},"LinkedTransactionNumber":{"format":"int64","description":"Linked Transaction #. The linked transaction ID number. (I_LINKEDTRANSNUM)","type":"integer"},"LinkedReason":{"description":"Reason for Link. The reason for the linked transaction. (C_LINKEDREASON)\r\nEnum AdvancedUtility.Model.BIF041+LinkedReasonEnum:  ToMasterAccount, FromAccount, FromBill, PaymentAllocation, NA","type":"string"},"ExportDate":{"format":"date-time","description":"Export Date. Indicates assistance agency pledge record is exported. (D_EXPORT)","type":"string"},"DoNotArchive":{"description":"Do Not Archive Transaction. Indicates whether the transaction will be excluded from the archiving process. (L_DONOTARCHIVE)","type":"boolean"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Company":{"description":"Company Code. The transaction's company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division Code. The transaction's division code. (C_DIVISION)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"Created By. The transaction user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountTransactionModel]"},"readOnly":true}}},"Operation[CustomerAccountTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerAccountUserCode1Model":{"description":"Customer/Account User Code 1 Control (CustomerAccountUserCode1 / CON217)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Customer/Account Code1. The customer/account user code 1. (C_CUSTACCTCODE1)","type":"string"},"Description":{"description":"Description. The customer/account user code 1 description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action id. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerAccountUserCode1Model]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerAccountUserCode1Model]"},"readOnly":true}}},"Operation[CustomerAccountUserCode1Model]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerContributionModel":{"description":"Customer Contribution (CustomerContribution / BIF144)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"DefaultContributionAmount":{"format":"double","description":"Default Contribution Amount. The default contribution amount. (Y_DEFAULTCONTRIBUTIONAMOUNT)","type":"number"},"OverrideContributionAmount":{"format":"double","description":"Override Contribution Amount. The override contribution amount. (Y_OVERRIDECONTRIBUTIONAMOUNT)","type":"number"},"StartDate":{"format":"date-time","description":"Contribution Start Date. The start date of the contribution. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"Contribution End Date. The end date of the contribution. (D_ENDDATE)","type":"string"},"YtdContributions":{"format":"double","description":"YTD Contribution Amount. The year to date contribution amount. (Y_YTDCONTRIBUTIONS)","type":"number"},"RoundUp":{"description":"Round Up Contribution. Indicates whether to round up the contribution amount. (L_ROUNDUP)","type":"boolean"},"AssistanceCode":{"description":"Contribution Agency. The assistance code. (C_ASSISTANCECODE)","type":"string"},"ContributionTransCode":{"description":"Contribution Transaction Code. The contribution transaction code. (C_CONTRIBUTIONTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerContributionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerContributionModel]"},"readOnly":true}}},"Operation[CustomerContributionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerInterfaceModel":{"description":"Customer Interface (CustomerInterface / UTL001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"LastName":{"description":"Customer Last Name. The customer's last name. (C_LASTNAME)","type":"string"},"FirstName":{"description":"Customer First Name. The customer's first name. (C_FIRSTNAME)","type":"string"},"Email":{"description":"Customer Email Address. The customer's email address. (C_EMAIL)","type":"string"},"BusinessPhone":{"description":"Business Phone #. The customer's business phone number. (C_BUSINESSPHONE)","type":"string"},"HomePhone":{"description":"Home Phone #. The customer's home phone number. (C_HOMEPHONE)","type":"string"},"CellPhone":{"description":"Cell Phone #. The customer's cell phone number. (C_CELLPHONE)","type":"string"},"Fax":{"description":"Fax #. The fax number. (C_FAX)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally by CIS. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"NameType":{"description":"Name Type. The name type. (C_NAMETYPE)","type":"string"},"AddressType":{"description":"Address Type. The address type. (C_ADDTYPE)","type":"string"},"Address1":{"description":"Address Line 1. The address line 1. (C_ADDRESS1)","type":"string"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name. (C_STREET)","type":"string"},"Apt":{"description":"Apt/Unit/Suite. The apartment/unit or suite number. (C_APT)","type":"string"},"Town":{"description":"Town. The town in which the customer lives. (C_TOWN)","type":"string"},"State":{"description":"State. The province / state in which the customer lives. (C_PROV)","type":"string"},"PostalCode":{"description":"Zip Code. The postal /zip code. (C_POSTCODE)","type":"string"},"StreetNumberSuffix":{"description":"Street # Suffix. The street number suffix. (C_STRNUMSUFFIX)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street suffix. (C_STREETSUFFIX)","type":"string"},"POBox":{"description":"P.O. Box. The post office box number. (C_POBOX)","type":"string"},"PrimaryPhone":{"description":"Primary Phone Number. The primary phone number. (C_PRIMARYPHONE)","type":"string"},"UDF_Char_5":{"description":"Customer User Field 5. The account specialist. (C_CUSTOMERUSER5)","type":"string"},"UDF_Char_3":{"description":"Customer User Field 3. The customer user 3. (C_CUSTOMERUSER3)","type":"string"},"Address2":{"description":"Address Line 2. The second line of the service address. (C_ADDRESS2)","type":"string"},"EBillEmail":{"description":"Infinity Link Email Address. The Infinity Link Email Address. (C_EBILLEMAIL)","type":"string"},"CareOf":{"description":"Care Of name. The Secondary name in the Mailing address. (C_CAREOF)","type":"string"},"UDF_Char_1":{"description":"Customer User Field 1. The customer user 1. (C_CUSTOMERUSER1)","type":"string"},"UDF_Char_2":{"description":"Customer User Field 2. The customer user 2. (C_CUSTOMERUSER2)","type":"string"},"UDF_Char_4":{"description":"Customer User Field 4. The customer user 4. (C_CUSTOMERUSER4)","type":"string"},"SIN_SSN":{"description":"SSN. The Social Insurance Number or Social Security Number of the customer. (C_SINNUM)","type":"string"},"DriverLicenseNumber":{"description":"Driver's License #. The driver's license number of the customer. (C_DRIVENUM)","type":"string"},"DriverLicenseJurisdiction":{"description":"D/L # State. The province or state for which the customer's driver's license is issued. (C_DRIVENUMPROV)","type":"string"},"DateOfBirth":{"format":"date-time","description":"Date of Birth. The customer's birth date. (D_DATEOFBIRTH)","type":"string"},"MiddleName":{"description":"Middle Name. The customer's middle name. (C_MIDDLENAME)","type":"string"},"Suffix":{"description":"Name Suffix. The suffix of the customer's name. (C_SUFFIX)","type":"string"},"Prefix":{"description":"Name Prefix. The prefix of the customer's name. (C_PREFIX)\r\nEnum AdvancedUtility.Model.UTL001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"AllowOverrideServiceAddress":{"description":"Override Service Address. Indicates whether the service address will be overwritten. (L_SAOVERRIDE)","type":"boolean"},"Country":{"description":"Country (Obsolete). The country in which the customer lives. (Obsolete) (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country of the customer's address. (C_COUNTRYCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerInterfaceModel]"},"readOnly":true}}},"Operation[CustomerInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerMovingListReportRunModel":{"description":"CustomerMovingList report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportTitle":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CustomerNotificationModel":{"description":"Customer Notification (CustomerNotification / BIF095)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Method":{"description":"Communication Method. Communication method used. (C_METHOD)\r\nEnum AdvancedUtility.Model.CON311+MethodEnum:  Fax, Email, SMS, PhoneCall","type":"string"},"Address":{"description":"Number/Email. Sent To Number Or Address. (C_SENTTO)","type":"string"},"SentDateTime":{"format":"date-time","description":"Date/Time Sent. Null until the notification is successfully sent. (T_SENT)","type":"string"},"TimeStamp":{"format":"date-time","description":"Updated On. The date and time the notification was last updated. (T_DATETIME)","type":"string"},"Body":{"description":"Notification Body (M_NOTIFICATION)","type":"string"},"DeliveryNotes":{"description":"Delivery Notes (C_NOTES)","type":"string"},"SubscriptionId":{"format":"int64","description":"Subscription ID. The ID of the alert subscription. (I_SUBSCRIPTIONID)","type":"integer"},"FailedAttemptCount":{"format":"int32","description":"Failed Attempt Count For Sending Notification. Number of failed attempts to send notification (I_FAILEDATTEMPTCOUNT)","type":"integer"},"IsFinalNotificationAttemptFailed":{"description":"Final Notification Attempt Failed. Indicates whether the final attempt to send notification has failed. (L_FINALATTEMPTFAILED)","type":"boolean"},"RulesScriptRunInfo":{"description":"Rules Script Run Info. Information returned from running the rules script (C_RULESSCRIPTRUNINFO)","type":"string"},"Customer":{"description":"Customer #. The Customer number associated with this notification. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The Account number associated with this notification. (C_ACCOUNT)","type":"string"},"ScheduledToBeSent":{"format":"date-time","description":"Notification Scheduled Date/Time. The Date and Time the notification is scheduled to be sent out. Leave this value empty to send the notification immediately. (T_SCHEDULED)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The Customer/Account ID associated with this notification. (I_CUSTACCTID)","type":"integer"},"Subject":{"description":"Subject. The notification subject. (C_SUBJECT)","type":"string"},"Cancelled":{"description":"Cancelled. Indicates whether the notification is cancelled. (L_CANCEL)","type":"boolean"},"Alert":{"type":"string"},"Channel":{"description":"Channel. Communication channel used. Lookup to BIF010.C_PHONETYPE (C_CHANNEL)","type":"string"},"NotificationSuccessfullySent":{"type":"boolean"},"SendNow":{"type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerNotificationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerNotificationModel]"},"readOnly":true}}},"Operation[CustomerNotificationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[CustomerRelationshipModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerRelationshipModel]"},"readOnly":true}}},"Operation[CustomerRelationshipModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomerStatusModel":{"description":"Member Designee Control (CustomerStatus / CON199)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Member Designee Code. The customer / member designee. (C_CODE)","type":"string"},"Description":{"description":"Member Designee Description. The description of the customer /member status. (C_DESCRIPTION)","type":"string"},"Unique":{"description":"Unique Member Designee Flag. Indicates the unique customer / member status.  (L_UNIQUE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the customer status is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomerStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomerStatusModel]"},"readOnly":true}}},"Operation[CustomerStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomLookupTableModel":{"description":"Custom Lookup Table Control (CustomLookupTable / CON500)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Table. The custom table code. (C_CODE)","type":"string"},"Description":{"description":"Description. The custom table description.  (C_DESCRIPTION)","type":"string"},"FieldSize":{"format":"int32","description":"Field Size. The field size. (N_FIELDSIZE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomLookupTableModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomLookupTableModel]"},"readOnly":true}}},"Operation[CustomLookupTableModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CustomLookupValueModel":{"description":"Custom Lookup Value Control (CustomLookupValue / CON501)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Custom Code. The custom Code. (C_CODE)","type":"string"},"Description":{"description":"Description. The custom lookup description.  (C_DESCRIPTION)","type":"string"},"CustomTable":{"description":"Custom Lookup Code. The custom lookup code. (C_TABLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CustomLookupValueModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CustomLookupValueModel]"},"readOnly":true}}},"Operation[CustomLookupValueModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CWMeterInfoReadingRunModel":{"description":"CWMeterInfoReading process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportReadingErrors":{"description":"Indicates whether to report reading errors.","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CWMeterReadingInterfaceRunModel":{"description":"CWMeterReadingInterface process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportReadingErrors":{"description":"Indicates whether to report reading errors.","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"CycleModel":{"description":"Cycle Control (Cycle / CON016)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CycleCode":{"description":"Cycle Code. The cycle code. (C_CYCLE)","type":"string"},"Description":{"description":"Cycle Description. The cycle description. (C_CYCLEDESC)","type":"string"},"IsBillingCycle":{"description":"Billing Cycle. Indicates the billing cycle.  (L_BILLINGCYCLE)","type":"boolean"},"IsFinalBillCycle":{"description":"Final Bill Cycle. Indicates the final bill cycle. (L_FINALBILLCYCLE)","type":"boolean"},"IsConsolidatedBillingCycle":{"description":"Consolidated Billing Cycle (L_CONSOLIDATED)","type":"boolean"},"BillingFrequencyDays":{"format":"int32","description":"Billing Frequency Days. The billing frequency days. (I_BILLINGDAYS)","type":"integer"},"ReadingFrequencyDays":{"format":"int32","description":"Reading Frequency Days. The reading frequency days. (I_READINGDAYS)","type":"integer"},"AllCompanies":{"description":"All Companies?. Indicates whether this cycle is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use the Cycle. (C_DIVISIONS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the cycle is disabled. (L_DISABLED)","type":"boolean"},"Company":{"description":"Company. Accounts must belong to this Company in order to use the Cycle. (C_COMPANY)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_MoveFinalBillFlag":{"format":"int32","description":"Confirms whether IsFinalBillCycle flag should be allowed to be moved to this record and removed from the previous record. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CycleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CycleModel]"},"readOnly":true}}},"Operation[CycleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CycleBookModel":{"description":"Cycle/Book Control (CycleBook / CON017)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BookCode":{"description":"Book Code. The book code. (C_BOOK)","type":"string"},"Description":{"description":"Book Description. The book description. (C_BOOKDESC)","type":"string"},"IsAlternateBook":{"description":"Alternate Book. Indicates whether to alternate book. (L_ALTERNATEBOOK)","type":"boolean"},"BillingFrequencyDays":{"format":"int32","description":"Billing Frequency Days. The billing frequency in days. (I_BILLINGDAYS)","type":"integer"},"ReadingFrequencyDays":{"format":"int32","description":"Reading Frequency Days. The reading frequency days. (I_READINGDAYS)","type":"integer"},"MinimumDaysBetweenReadings":{"format":"int32","description":"Minimum Days Between Readings. The minimum number of days between readings. Leave 0 to use the default set in Meter Reading Software Control (ITR001). (I_MINDAYSBETWEENREADINGS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the cycle/book is disabled. (L_DISABLED)","type":"boolean"},"BillingFrequency":{"format":"int32","description":"Billing Frequency. The billing frequency in months. (I_BILLINGFREQUENCY)","type":"integer"},"Cycle":{"description":"Cycle Code. The cycle code. (C_CYCLE)","type":"string"},"CycleBookDescription":{"description":"A combined cycle and book description. Read-Only.","type":"string"},"Worker":{"description":"Field Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CycleBookModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CycleBookModel]"},"readOnly":true}}},"Operation[CycleBookModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CycleReadingPlannerModel":{"description":"Cycle Reading Planner (CycleReadingPlanner / ITR011)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ScheduleDate":{"format":"date-time","description":"Scheduled Date. The scheduled reading date. (D_SCHEDULEDATE)","type":"string"},"IncludeFinalBills":{"description":"Final Bills. Indicates whether to include final bills in the meter reading export. (L_FINALBILLS)","type":"boolean"},"DateFrom":{"format":"date-time","description":"Date From. The start date of the cycle. (D_DATEFROM)","type":"string"},"DateTo":{"format":"date-time","description":"Date To. The end date of the cycle. (D_DATETO)","type":"string"},"IncludeSent":{"description":"Include Already Sent. Indicates whether to include \"Already Sent\" in the meter reading export. (L_INCLUDESENT)","type":"boolean"},"CriticalDate":{"format":"date-time","description":"Critical Date. The critical read date. (D_CRITICALDATE)","type":"string"},"BillDate":{"format":"date-time","description":"Bill Date. The scheduled bill date. (D_BILLDATE)","type":"string"},"PassMustReadToDci":{"description":"Pass Must Read Flag. Indicates whether the pass Must Read to meter reading export. (L_PASSMUSTREADTODCI)","type":"boolean"},"Resequence":{"description":"Resequence. Indicates whether to re-sequence accounts in the route. (L_RESEQUENCE)","type":"boolean"},"DueDate":{"format":"date-time","description":"Bill Due Date. The bill due date. (D_DUEDATE)","type":"string"},"NoticeDate1":{"format":"date-time","description":"Notice 1 Forecast Date. The notice 1 forecast date. (D_NOTICE1)","type":"string"},"NoticeDate2":{"format":"date-time","description":"Notice 2 Forecast Date. The notice 2 forecast date. (D_NOTICE2)","type":"string"},"NoticeDate3":{"format":"date-time","description":"Notice 3 Forecast Date. The notice 3 forecast date. (D_NOTICE3)","type":"string"},"NoticeDate4":{"format":"date-time","description":"Notice 4 Forecast Date. The notice 4 forecast date. (D_NOTICE4)","type":"string"},"NoticeDate5":{"format":"date-time","description":"Notice 5 Forecast Date. The notice 5 forecast date. (D_NOTICE5)","type":"string"},"NoticeDate6":{"format":"date-time","description":"Notice 6 Forecast Date. The notice 6 forecast date. (D_NOTICE6)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the cycle reading planner is disabled. (L_DISABLED)","type":"boolean"},"Books":{"description":"Books. The books of the cycle. (C_BOOKS)","type":"string"},"Cycle":{"description":"Cycle. The cycle ID. (C_CYCLE)","type":"string"},"ItronVersion":{"description":"Itron version. The Itron version. (C_ITRONVERSION)","type":"string"},"ValidServices":{"description":"Valid Services. The services included in the meter reading export. (C_VALIDSERVICES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[CycleReadingPlannerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[CycleReadingPlannerModel]"},"readOnly":true}}},"Operation[CycleReadingPlannerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DailyARBalanceModel":{"description":"Customer/Account Daily Balance (DailyARBalance / BIF046)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ARCode":{"description":"A/R. The accounts receivable code. (C_ARCODE)","type":"string"},"CurrentBalance":{"format":"double","description":"A/R Balance. The accounts receivable balance. (Y_CURRENTBALANCE)","type":"number"},"BalanceUpdatedDatetime":{"format":"date-time","description":"Balance Updated Date/Time. The date and time when the balance was updated. (T_UPDATE)","type":"string"},"BalanceDate":{"format":"date-time","description":"Balance Date. The date of the balance. (D_BALANCE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DailyARBalanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DailyARBalanceModel]"},"readOnly":true}}},"Operation[DailyARBalanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DataDictionaryReportRunModel":{"description":"DataDictionary report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DataRestrictionsModel":{"description":"Data Restrictions (DataRestrictions / SYS209)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ClassName":{"description":"Business Class Name. The business class name. (C_CLASS)","type":"string"},"PropertyName":{"description":"Property Name. The property name. (C_PROPERTY)","type":"string"},"RedFlag":{"description":"Red Flag. Red Flag value (L_REDFLAG)","type":"boolean"},"Encrypted":{"description":"Encrypted. Encrypted property (L_ENCRYPTED)","type":"boolean"},"MaskType":{"description":"Mask Type. Mask Type (C_MASKTYPE)\r\nEnum AdvancedUtility.Model.SYS209+MaskTypeEnum:  Empty, DateTime, Numeric, Simple, RegEx","type":"string"},"Mask":{"description":"Mask. Mask expression (C_MASK)","type":"string"},"Required":{"description":"Required. Is value required? (L_REQUIRED)","type":"boolean"},"DefaultValue":{"description":"Default Value. Default Value (C_DEFAULTVALUE)","type":"string"},"ApplyDefaultValue":{"description":"Apply Default Value. Apply Default Value (L_APPLYDEFAULT)","type":"boolean"},"SetValueRange":{"description":"Set Value Range. Set Value Range (L_SETVALUERANGE)","type":"boolean"},"RangeLow":{"description":"Range Low. Range Low (C_RANGELOW)","type":"string"},"RangeHigh":{"description":"Range High. Range High (C_RANGEHIGH)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the data restrictions is disabled. (L_DISABLED)","type":"boolean"},"AllowOutOfRangeValue":{"description":"Allow Out Of Range Value. Allows the user to accept or reject an out of range value. When set, prompts the user to accept an out-of-range value. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option (L_ALLOWOUTOFRANGEVALUE)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DataRestrictionsModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DataRestrictionsModel]"},"readOnly":true}}},"Operation[DataRestrictionsModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DataTransferDumpRunModel":{"description":"DataTransferDump process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Destination":{"description":"Specified dump path. Could be a file name or directory, depending on IsFile parameter.","type":"string"},"Tables":{"description":"List of table names and keys that will be dumped","type":"object","additionalProperties":{"type":"string"}},"LookupType":{"description":"The type of fields that will be dumped (Table/Model). Default is Table.","type":"string"},"KeyDumpType":{"description":"Determine if PKs will be dumped ('null'/Show/Hide). Default is null. Null values hides all PKs.","type":"string"},"LoadMode":{"description":"Overrides the default LoadMode. Available Options are Insert, Truncate, Update, or Delete. Default is currently \"Insert,Truncate\".","type":"string"},"IsFile":{"description":"Determines that the sourceFile is a file or a directory (DEFAULT IS DIRECTORY)","type":"boolean"},"OutputFile":{"description":"Output logfile to trace information. This is the file name (not Path) that will be saved","type":"string"},"IsJson":{"description":"Optional flag indicating the format of the dump data. If true, JSON format is used, otherwise XML format is used. Default is false (XML).","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DataTransferLoadRunModel":{"description":"DataTransferDump process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Run type option\r\nEnum AdvancedUtility.Services.Processes.DataTransferLoad+RunOptions: Parse, Process, ParseAndProcess","type":"string"},"InputData":{"description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over DirectoryPath","type":"array","items":{"$ref":"#/definitions/GenericImportRunnerInputFileModel"}},"DirectoryPath":{"description":"Directory or File Path that the XML/JSON Files(s) will load from.","type":"string"},"OverrideLoadMode":{"description":"Overrides the default LoadMode. Available Options are Insert, Truncate, Update, or Delete. Default is currently \"Insert\".","type":"string"},"OutputFile":{"description":"Output logfile to trace information. This is the file name (not Path) that will be saved.","type":"string"},"FileTypes":{"description":"Determines the type(s) of the files to load (\"X\"ml and/or \"J\"SON, null or empty implies all types). Note: Only applies if the path is directory; otherwise, it will use the extension of the specified file.","type":"string"},"TransferRecords":{"description":"List of transfer items to load into CIS tables.","type":"array","items":{"$ref":"#/definitions/DataTransferModelItem"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"GenericImportRunnerInputFileModel":{"description":"If passed, it will take precedence over files in TargetFilesFolder","type":"object","properties":{"FileName":{"description":"FileName  \r\nIf passed, this will be the filename corresponding to the inputdata","type":"string"},"Data":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.","type":"string"}}},"DataTransferModelItem":{"description":"When returning a list of models (in LoadData()), a List of ModelItems are returned to determine which models were in the XML file","type":"object","properties":{"Table":{"description":"The SQL name (ie BIF000) that this model belongs to","type":"string"},"Model":{"description":"The ModelBase record that was retrieved from loading the XML","type":"string"},"LoadMode":{"description":"This determines the default load mode of this record after LoadData() has been executed in DataTransferLoad\r\nEnum AdvancedUtility.DataAccess+LoadMode: Insert, Truncate, Delete, Update","type":"string"}}},"DateChangeReasonModel":{"description":"Date Change Reason Control (DateChangeReason / COL106)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Date Change Reason Code. The data change reason code. (C_DATECHANGEREASON)","type":"string"},"Description":{"description":"Description. The description of the data change. (C_DESCRIPTION)","type":"string"},"DefaultDays":{"format":"int32","description":"Default Days for Change. The default days for change. (N_DEFAULTDAYS)","type":"integer"},"MaximumDays":{"format":"int32","description":"Maximum Days for Change. The maximum days for change. (N_MAXDAYS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DateChangeReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DateChangeReasonModel]"},"readOnly":true}}},"Operation[DateChangeReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DeleteAccountRunModel":{"description":"DeleteAccount process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccountNumber":{"description":"Account to delete","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DeliveryInstallationTypeModel":{"description":"Delivery Installation Type (DeliveryInstallationType / CON248)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The code for the Delivery Installation type. (C_CODE)","type":"string"},"Description":{"description":"Description. The short description for the Delivery Installation type, as printed on a mailpiece (as STN in PO BOX 4001 STN MAIN). (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether this Delivery Installation type is disabled. (L_DISABLED)","type":"boolean"},"LongDescription":{"description":"Long Description. The long description for the Delivery Installation type (e.g. Station, corresponding to short description STN). (C_LONGDESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DeliveryInstallationTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DeliveryInstallationTypeModel]"},"readOnly":true}}},"Operation[DeliveryInstallationTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DepartmentModel":{"description":"Department Control (Department / SYS050)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DepartmentCode":{"description":"Code. The department code. (C_DEPARTMENT)","type":"string"},"Description":{"description":"Description. The description code. (C_DESCRIPTION)","type":"string"},"EmailAddress":{"description":"Department Email Address. The department email address. (C_EMAILADDRESS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the department is disabled. (L_DISABLED)","type":"boolean"},"DefaultCompany":{"description":"Default Company. The default company for this department, which overrides the system default. (C_DEFAULTCOMPANY)","type":"string"},"DefaultDivision":{"description":"Default Division. The default division for this department, which overrides the system default. (C_DEFAULTDIVISION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DepartmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DepartmentModel]"},"readOnly":true}}},"Operation[DepartmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DepositSaveQuotesRequestModel":{"description":"Deposit Save Quotes Request Model.\r\nUsed by /data/deposit/$savequotes end point to save a list of deposit quotes.","type":"object","properties":{"Quotes":{"description":"List of deposit quote items to be saved.\r\nMust all belong to the same customer/account, and must each be for a distinct A/R.","type":"array","items":{"$ref":"#/definitions/DepositModel"}},"Replace":{"description":"Replacement flag.\r\nWhen set, indicates that overlapping A/R items should be replaced (by deleting the original one).\r\nWhen not set, it is ignored if there are no overlaps, else generates a 400/Validation response containing an 'Option_DeleteExistingDeposits' option item if there are overlapping A/Rs.","type":"boolean"}}},"JsonPatchDocument[DepositModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DepositModel]"},"readOnly":true}}},"Operation[DepositModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DepositInterestProcessRunModel":{"description":"DepositInterestProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InterestDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ArCodes":{"description":"Search by transaction codes from the list","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Dont search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"ApplyAccruedInterest":{"description":"Apply accrued interest","type":"boolean"},"ValidateArCodes":{"description":"Validate Ar Codes","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositQuoteModel":{"description":"Deposit Quote Control (DepositQuote / CON066)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DepositEstimateType":{"description":"Deposit Estimate Type. The deposit estimate type. (C_DEPOSITESTIMATETYPE)","type":"string"},"Description":{"description":"Estimate Description. The estimate description. (C_DESCRIPTION)","type":"string"},"PreviousDays":{"format":"int32","description":"Number of Days Previous. The number of days previous. (I_PREVDAYS)","type":"integer"},"RangeDays":{"format":"int32","description":"Range of Days. The range of days. (I_RANGEDAYS)","type":"integer"},"Method":{"description":"Estimate Method. The estimate method. (C_METHOD)\r\nEnum AdvancedUtility.Model.CON022+MethodEnum:  OneBill, PeriodAverage, LastBill, Maximum, Minimum, Function, BillingFormula, Script","type":"string"},"ExcludeReadStatus":{"description":"Exclude Read Statuses. Indicates the read status. (L_READSTATUS)","type":"boolean"},"UsePreviousCustomer":{"description":"Use Previous Customer Bill. Indicates whether to use the previous customer bill. (L_CUSTOMER)","type":"boolean"},"Factor":{"format":"int32","description":"Add/Minus Percentage. The Add/Minus factor that is used in the calculation. (I_FACTOR)","type":"integer"},"MinDays":{"format":"int32","description":"Minimum Days for Estimate. The minimum days for the estimate. (I_MINDAYS)","type":"integer"},"BaseOnAverage":{"description":"Base on Average. Indicates the base on average. (L_BASEONAVERAGE)","type":"boolean"},"Days":{"format":"int32","description":"Number of Days for Calculation. The number of days for calculation. (I_DAYS)","type":"integer"},"ProrateDemand":{"description":"Prorate Demand Service. Indicates whether to prorate demand and service.  (L_PRORATEDEMAND)","type":"boolean"},"IncludeDeposit":{"description":"Include Paid Deposit. Indicates whether to include the paid deposit. (L_INCLUDEDEPOSIT)","type":"boolean"},"Function":{"description":"Formulaproc Function Name. The name of the function in the Formulaproc program. (C_FUNCTION)","type":"string"},"UseCharges":{"description":"Base on Charges. Indicates the base amount on the charges. (L_USECHARGES)","type":"boolean"},"Bills":{"format":"int32","description":"Number of Bills to use. The number of bills to use. (N_BILLS)","type":"integer"},"SumAmounts":{"description":"Sum Amounts. Indicates if to sum accounts. (L_SUMAMOUNTS)","type":"boolean"},"Consecutive":{"description":"Use Consecutive Bills. Indicates if to use consecutive bills. (L_CONSECUTIVE)","type":"boolean"},"MinBillDays":{"format":"int32","description":"Minimum Bill Days. The minimum number of billing days. (N_MINBILLDAYS)","type":"integer"},"MaxBillDays":{"format":"int32","description":"Maximum Bill Days. The maximum number of billing days. (N_MAXBILLDAYS)","type":"integer"},"LimitPeriodToMinimumDays":{"description":"Limit Period to Minimum Days. Indicates whether the period will be limited to the minimum number of days. (L_LIMITPERIODTOMINIMUMDAYS)","type":"boolean"},"Script":{"description":"Script. PowerShell Formula to calculate the estimate (M_SCRIPT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the deposit quote is disabled. (L_DISABLED)","type":"boolean"},"AdditionalDaysBack":{"format":"int32","description":"Additional Days Back. Enter the number of additional days back to extend the reading history when the specified Days Previous returns inadequate reading history within the Minimum Days allowed for an Estimate. (I_ADDITIONALDAYSBACK)","type":"integer"},"Summarized":{"description":"Summarized. Indicates whether the charge based quote will be calculated per service or summarized. If this checkbox is unchecked, the deposit quote will be calculated per service. If this checkbox is selected, the deposit quote calculation will be summarized. (L_SUMMARIZED)","type":"boolean"},"ChargeTranscodes":{"description":"Charge-based Transaction Codes. The list of charge-based transaction codes. (C_CHARGETRANSCODES)","type":"string"},"ReadStatus":{"description":"Excluded Read Statuses. The read status description. (C_READSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DepositQuoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DepositQuoteModel]"},"readOnly":true}}},"Operation[DepositQuoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DepositQuoteMeterSizeModel":{"description":"Deposit Quote Meter Size Control (DepositQuoteMeterSize / CON266)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DefaultDeposit":{"format":"double","description":"Default Deposit Amount. Default Deposit Amount (Y_DEFAULTDEPOSIT)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"MeterSize":{"description":"Meter Size (C_METERSIZE)","type":"string"},"Service":{"description":"Service Code (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DepositQuoteMeterSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DepositQuoteMeterSizeModel]"},"readOnly":true}}},"Operation[DepositQuoteMeterSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DepositQuoteProcessRunModel":{"description":"DepositQuoteProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"Optional To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"UserIds":{"description":"Search by User Ids from the list","type":"array","items":{"type":"string"}},"AllArCodes":{"description":"Don't search by Ar codes","type":"boolean"},"ArCodes":{"description":"Search by transaction codes from the list","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Don't search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositReAssessmentRunModel":{"description":"DepositReAssessment process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"UserIds":{"description":"Search by User Ids from the list","type":"array","items":{"type":"string"}},"AllArCodes":{"description":"Don't search by Ar codes","type":"boolean"},"ArCodes":{"description":"Search by transaction codes from the list","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Don't search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositRefundRunModel":{"description":"DepositRefund process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllCompanies":{"description":"Don't search by a company","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Division":{"description":"Search by specific division","type":"array","items":{"type":"string"}},"AllOccupancyType":{"description":"Don't search by a Occupancy Type","type":"boolean"},"OccupancyType":{"description":"Search by specific occupancy type","type":"string"},"DepositARs":{"description":"Included Deposit ARs","type":"array","items":{"type":"string"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"Account":{"description":"Account Number to create the refund for","type":"string"},"Customer":{"description":"Customer Number to create the refund for","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositSlipReportRunModel":{"description":"DepositSlip report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportDataPath":{"type":"string"},"ReportSubtitle":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositTransferRunModel":{"description":"DepositTransfer process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DepositAr":{"description":"Deposit A/R from where funds are transferred","type":"string"},"DepositInterestAr":{"description":"Deposit Interest A/R from where funds are transferred","type":"string"},"BillableARs":{"description":"List of billable A/Rs to tranfer funds to","type":"array","items":{"type":"string"}},"AllAccountStatuses":{"description":"Select all account statuses","type":"boolean"},"AccountStatuses":{"description":"Select specified account statuses","type":"array","items":{"type":"string"}},"AllAccountTypes":{"description":"Select all account types","type":"boolean"},"AccountTypes":{"description":"Select specified account types","type":"array","items":{"type":"string"}},"AllCollectionStatuses":{"description":"Select all collection statuses","type":"boolean"},"CollectionStatuses":{"description":"Select specified collection statuses","type":"array","items":{"type":"string"}},"AgingBucketIndex":{"format":"int32","description":"Selected aging bucket; default is -1 (no selection) which means all buckets","type":"integer"},"QueryPromptData":{"description":"Query prompt data","type":"string"},"Account":{"description":"Account Number to transfer deposit for","type":"string"},"Customer":{"description":"Customer Number to transfer deposit for","type":"string"},"AutoTransferDepositAfterDays":{"format":"int32","description":"Transfer deposit if the deposit has been on the account for these number of days.","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"DepositTypeModel":{"description":"Deposit Type Control (DepositType / CON079)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Deposit Type Code. The deposit type code. (C_CODE)","type":"string"},"Description":{"description":"Deposit Type Description. The deposit data use type description. (C_DEPOSITTYPE)","type":"string"},"IsDefault":{"description":"Default Deposit Type. Indicates the default deposit type. (L_DEFAULT)","type":"boolean"},"IsMembership":{"description":"Membership Deposit Type. Membership Deposit Type (L_MEMBERSHIP)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the deposit type is disabled. (L_DISABLED)","type":"boolean"},"ChangeDefaultDepositType":{"format":"int32","description":"Confirms whether IsDefault flag should be allowed to be moved to this record and removed from the previous record. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DepositTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DepositTypeModel]"},"readOnly":true}}},"Operation[DepositTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DesignedForUseModel":{"description":"Designed for Use Control (DesignedForUse / MEF220)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Designed for Use Code. The 'designed for use' code. (C_CODE)","type":"string"},"Description":{"description":"Designed for Use Description. The 'designed for use code' description. (C_DESIGNEDUSE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the designed for use control is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DesignedForUseModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DesignedForUseModel]"},"readOnly":true}}},"Operation[DesignedForUseModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DeviceFailureTypeModel":{"description":"Device Failure Type Control (DeviceFailureType / WRK009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FailureType":{"description":"Device Failure Type. The failure type code. (C_FAILURETYPE)","type":"string"},"Description":{"description":"Failure Type Description. The description of the failure type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the device failure type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DeviceFailureTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DeviceFailureTypeModel]"},"readOnly":true}}},"Operation[DeviceFailureTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DeviceTestTypeModel":{"description":"Device Test Type Control (DeviceTestType / WRK008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestType":{"description":"Device Test Type. The test type code for the device. (C_TESTTYPE)","type":"string"},"Description":{"description":"Test Type Description. The description of the test type. (C_DESCRIPTION)","type":"string"},"CanUpdateTestDate":{"description":"Update Next Test Date for Device. Indicates whether the next test date for the device is updated. (L_UPDATETESTDATE)","type":"boolean"},"CanUpdatereBuildDate":{"description":"Update Next Rebuild Date for Device. Indicates whether the next rebuild date for the device is updated. (L_UPDATEREBUILDDATE)","type":"boolean"},"UpdateTestDateIfFail":{"description":"Update Test Date Even if Test Failed. Indicates whether the next test date for the backflow device is updated even if the test failed. (L_UPDATETESTDATEIFFAIL)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the device test type is disabled. (L_DISABLED)","type":"boolean"},"SavedTest":{"description":"Save Device Test Results Even if Test Failed. Indicates whether the test results will be saved even if the device test failed. (L_SAVETEST)","type":"boolean"},"DefaultCertificateType":{"description":"Default Certification Type. The default certification type. (C_DEFCERTIFICATETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DeviceTestTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DeviceTestTypeModel]"},"readOnly":true}}},"Operation[DeviceTestTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DeviceTypeModel":{"description":"Device Type Control (DeviceType / MEF041)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Device Type. The device type code. (C_DEVICETYPE)","type":"string"},"Description":{"description":"Description. The device type description. (C_DESCRIPTION)","type":"string"},"DeviceUser1Label":{"description":"Label for Device Variable Field 1. The Custom label for Variable Field 1 for this device. (C_DEVICEUSER1LABEL)","type":"string"},"DeviceUser2Label":{"description":"Label for Device Variable Field 2. The Custom label for Variable Field 2 for this device. (C_DEVICEUSER2LABEL)","type":"string"},"DeviceUser3Label":{"description":"Label for Device Variable Field 3. The Custom label for Variable Field 3 for this device. (C_DEVICEUSER3LABEL)","type":"string"},"DeviceUser4Label":{"description":"Label for Device Variable Field 4. The Custom label for Variable Field 4 for this device. (C_DEVICEUSER4LABEL)","type":"string"},"DeviceUser5Label":{"description":"Label for Device Variable Field 5. The Custom label for Variable Field 5 for this device. (C_DEVICEUSER5LABEL)","type":"string"},"DeviceUser6Label":{"description":"Label for Device Variable Field 6. The Custom label for Variable Field 6 for this device. (C_DEVICEUSER6LABEL)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Service":{"description":"Service. The service for which this device is used. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DeviceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DeviceTypeModel]"},"readOnly":true}}},"Operation[DeviceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DisconnectDeviceModel":{"description":"Disconnect Device Control (DisconnectDevice / CON041)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The disconnect device code. (C_CODE)","type":"string"},"DisconnectDeviceDescription":{"description":"Description. The disconnect device description. (C_DISCONNECTDEVICE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the disconnect device is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DisconnectDeviceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DisconnectDeviceModel]"},"readOnly":true}}},"Operation[DisconnectDeviceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DisconnectReconnectModel":{"description":"Customer/Account Disconnect/Reconnect (DisconnectReconnect / COL005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransactionMessage":{"description":"The displayed message for the transaction.","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The ID of the connection or disconnection service. (I_SERVICEID)","type":"integer"},"DisconnectDate":{"format":"date-time","description":"Date of Disconnect. The date that the service was disconnected. (D_DISCONNECT)","type":"string"},"ReconnectDate":{"format":"date-time","description":"Date of Reconnect. The date that the service was reconnected. (D_RECONNECT)","type":"string"},"DisconnectReading":{"format":"double","description":"Disconnect Reading. The meter reading of the disconnected service. (N_DISCONNECTREADING)","type":"number"},"ReconnectReading":{"format":"double","description":"Reconnect Reading. The meter reading of the service when it was reconnected. (N_RECONNECTREADING)","type":"number"},"Device":{"description":"Limiter/Cut-Off Device. The limiter or cut-off device of the service. (C_DEVICE)","type":"string"},"ReconnectCharge":{"description":"Generate Charge. Indicates whether to generate a charge for reconnecting the service. (L_RECONNECTCHARGE)","type":"boolean"},"Notes":{"description":"Notes. Notes about the disconnection or reconnection. (M_NOTES)","type":"string"},"DeviceInstallDate":{"format":"date-time","description":"Device Install Date. The date that the device for the service was installed. (D_DEVICEINSTALL)","type":"string"},"DeviceRemoveDate":{"format":"date-time","description":"Device Remove Date. The date that the device for the service was removed. (D_DEVICEREMOVE)","type":"string"},"DisconnectServiceOrderNumber":{"format":"int64","description":"Disconnect S/O #. The disconnection service order number. (I_DISCONNECTSO)","type":"integer"},"ReconnectServiceOrderNumber":{"format":"int64","description":"Reconnect S/O #. The reconnection service order number. (I_RECONNECTSO)","type":"integer"},"ReconnectAmount":{"format":"double","description":"Amount Owing for Reconnect. The amount owed by the customer to reconnect the service. (Y_RECONNECTAMOUNT)","type":"number"},"AfterHoursReconnect":{"type":"boolean"},"ChangedDisconnectSO":{"type":"boolean"},"ChangedReconnectSO":{"type":"boolean"},"CollectionTransactionIsCreated":{"type":"boolean"},"CompletedDisconnectSO":{"format":"int64","type":"integer"},"CompletedReconnectSO":{"format":"int64","type":"integer"},"DeviceType":{"description":"Device Type. The service device type. (C_DEVICETYPE)","type":"string"},"DisconnectActionGenerated":{"type":"boolean"},"DisconnectReconnectAction":{"type":"string"},"DisconnectUserId":{"description":"Disconnect User ID. The ID of the user who entered the disconnection action for the service. (C_DISCONNECTUSERID)","type":"string"},"DiscSOCompletedBy":{"type":"string"},"DiscSOCompletedDate":{"format":"date-time","type":"string"},"DiscSOCompletedNotes":{"type":"string"},"DiscSOCompletionCode":{"type":"string"},"ExemptDesc":{"type":"string"},"ExemptionIsAdded":{"type":"boolean"},"ExemptionIsDeleted":{"type":"boolean"},"ExemptionIsStopped":{"type":"boolean"},"FieldAgent":{"description":"Field Agent. The field agent assigned to connect or disconnect the service. (C_FIELDAGENT)","type":"string"},"IsDisconnectSOChanged":{"type":"boolean"},"IsReconnectSOChanged":{"type":"boolean"},"ReconnectActionGenerated":{"type":"boolean"},"ReconnectFieldAgent":{"description":"Reconnect Field Agent. The agent that reconnected the device. (C_RECONNECTFIELDAGENT)","type":"string"},"ReconnectSOEnabled":{"type":"boolean"},"ReconnectUserId":{"description":"Reconnect User ID. The ID of the user who entered the reconnection action for the service. (C_RECONNECTUSERID)","type":"string"},"RecSOCompletedBy":{"type":"string"},"RecSOCompletedDate":{"format":"date-time","type":"string"},"RecSOCompletedNotes":{"type":"string"},"RecSOCompletionCode":{"type":"string"},"Service":{"description":"Service. The type of service disconnected or reconnected. (C_SERVICE)","type":"string"},"ChangeCollectionStatus_AllowLowerPriority":{"format":"int32","description":"Indicates whether a collection status change to a lower priority is allowed or not. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.Only applies if ChangeCollectionStatus_ApplyRankingRules is set to Yes to apply the priority ranking rule and overrides.","type":"integer"},"ChangeCollectionStatus_ApplyRankingRules":{"format":"int32","description":"Indicates whether to apply priority ranking rules in a collection status change. Possible values: -1 = Unresolved, 0 = Yes (apply rules), 1 = No (ignore rules).","type":"integer"},"ChangeCollectionStatus_ProcessActions":{"format":"int32","description":"Indicates whether action processing is allowed on a collection status change. Possible values: -1 = Unresolved (default), 0 = yes, 1 = no.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DisconnectReconnectModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DisconnectReconnectModel]"},"readOnly":true}}},"Operation[DisconnectReconnectModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DisconnectReconnectInterfaceModel":{"description":"Disconnect/Reconnect Interface (DisconnectReconnectInterface / UTL105)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account Number. The account number. (C_ACCOUNT)","type":"string"},"Service":{"description":"Service. The service at the account. (C_SERVICE)","type":"string"},"Customer":{"description":"Customer Number. The customer number. (C_CUSTOMER)","type":"string"},"Disconnect":{"format":"date-time","description":"Disconnect Date. The date when the service was disconnected. (D_DISCONNECT)","type":"string"},"Reconnect":{"format":"date-time","description":"Reconnect Date. The date when the service was reconnected. (D_RECONNECT)","type":"string"},"DisconnectReading":{"format":"double","description":"Disconnect Reading. The  reading for the service when the service was disconnected. (N_DISCONNECTREADING)","type":"number"},"ReconnectReading":{"format":"double","description":"Reconnect Reading. The  reading for the service when the service was reconnected. (N_RECONNECTREADING)","type":"number"},"DisconnectUserId":{"description":"Disconnect User ID. The User ID of the person who disconnected the service. (C_DISCONNECTUSERID)","type":"string"},"ReconnectUserId":{"description":"Reconnect User ID. The User ID of the person who reconnected the service. (C_RECONNECTUSERID)","type":"string"},"DisconnectWorkOrder":{"format":"int64","description":"External Disconnect Work Order Number. The external disconnect work order number. (I_DISCONNECTWO)","type":"integer"},"ReconnectWorkOrder":{"format":"int64","description":"External Reconnect Work Order Number. The external reconnect work order number. (I_RECONNECTWO)","type":"integer"},"Notes":{"description":"Notes. The notes about the  service disconnect/reconnect. (M_NOTES)","type":"string"},"RecordType":{"description":"Record Type. The service record type. (C_RECORDTYPE)","type":"string"},"Processed":{"description":"Processed Flag. Indicates whether the service disconnect/reconnect was processed. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time stamp of the service disconnect/reconnect. (T_DATETIME)","type":"string"},"ExternalSource":{"description":"External Source. The external source for the service disconnect/reconnect. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Processed Flag. Indicates whether the service disconnect/reconnect was processed externally. (L_EXTPROCESSED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DisconnectReconnectInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DisconnectReconnectInterfaceModel]"},"readOnly":true}}},"Operation[DisconnectReconnectInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DivisionModel":{"description":"Division Control (Division / CON028)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DivisionCode":{"description":"Division Code. The division ID code. (C_DIVISION)","type":"string"},"Description":{"description":"Division Description. The description of the division. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the division is disabled. (L_DISABLED)","type":"boolean"},"IsDefault":{"description":"Default. Indicates whether this is the default division for the company. This must be selected for exactly one division per company. (L_DEFAULT)","type":"boolean"},"Company":{"description":"Company Code. The code of the company associated with the division. (C_COMPANY)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ChangeDefaultOption":{"format":"int32","description":"Confirms whether IsDefault flag should be allowed to be moved to this record and removed from the previous record. Valid values are: 0 = Yes, 1 = No, -1 = Unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DivisionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DivisionModel]"},"readOnly":true}}},"Operation[DivisionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DocumentStatusModel":{"description":"Document Status Control (DocumentStatus / CON182)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The document status code. (C_DOCUMENTSTATUS)","type":"string"},"Description":{"description":"Description. The description of the document status. (C_DESCRIPTION)","type":"string"},"Stale":{"description":"Stale Document. Indicates whether this is a stale document. (L_STALE)","type":"boolean"},"Reissued":{"description":"Reissued Document. Indicates whether the document was reissued. (L_REISSUED)","type":"boolean"},"Void":{"description":"Void Document. Indicates whether the document was voided. (L_VOID)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DocumentStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DocumentStatusModel]"},"readOnly":true}}},"Operation[DocumentStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DocumentTypeModel":{"description":"Document Type Control (DocumentType / CON181)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The document type code. (C_DOCUMENTTYPE)","type":"string"},"Description":{"description":"Description. The description of the document type. (C_DESCRIPTION)","type":"string"},"AppliesTo":{"description":"Applies To. Indicates whether the Link Type to the attached document applies to the Customer only, Account only, or both (Customer and Account). Leave blank for general attachments not specific to the Customer or Account. (C_APPLIESTO)\r\nEnum AdvancedUtility.Model.AppliesTo:  Account, Customer, Both","type":"string"},"DefaultFilename":{"description":"File Name Template. The default file name that can be automatically generated based on a prefix, link type, and other characteristics. The file will be saved in the location specified. Click on the Test button to test the document. (C_DEFAULTFILENAME)","type":"string"},"DefaultDescription":{"description":"Default Attachment Description. This is the default description that can be automatically generated for the attachment. (C_DEFAULTDESCRIPTION)","type":"string"},"DeleteOnImport":{"description":"Delete Original File on Import. Indicates that the original file will be deleted on import or during the document attachment process. (L_DELETEONIMPORT)","type":"boolean"},"IsInternal":{"description":"Is Internal Attachment?. Indicates that a document of this type will be stored directly in the attachment table. (L_INTERNAL)","type":"boolean"},"UseForQuote":{"description":"Is Used for Quote Details?. Indicates that a document of this type will be used for storing PAP/Deposit quote details. (L_USEDFORQUOTE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ChangeUsedForQuote":{"format":"int32","description":"Confirms whether UseForQuote flag should be moved to this record and removed from the previous record.  Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[DocumentTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[DocumentTypeModel]"},"readOnly":true}}},"Operation[DocumentTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EBillModel":{"description":"E-Bill (EBill / WEB951)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillNumber":{"format":"int64","description":"Bill Number. The bill number on the eBill. (I_BILLNUMBER)","type":"integer"},"Customer":{"description":"Customer #. The CIS Infinity customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The CIS Infinity account number. (C_ACCOUNT)","type":"string"},"EmailId":{"format":"int64","description":"Email ID. The ID of the email that was sent to notify the customer that the eBill is ready to be viewed. (I_EMAILID)","type":"integer"},"External":{"format":"date-time","description":"Date Time exported to external system. The date and time the eBill was exported to the external system. (T_EXTERNAL)","type":"string"},"Format":{"description":"Format. Format of the eBill image (PDF, HTML, etc) (C_FORMAT)\r\nEnum AdvancedUtility.Model.CON069+TypeEnum:  Printed, Electronic, EBPforRegisteredUsers, ElectronicMeter, eBill, Interface, Html","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the eBill was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EBillModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EBillModel]"},"readOnly":true}}},"Operation[EBillModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EbpExportInterfaceRunModel":{"description":"Electronic bill presentment export base process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillPrintCode":{"description":"The Bill Print code the export is based on","type":"string"},"BatchId":{"format":"int64","description":"The Id of the bills batch the process should run against","type":"integer"},"Source":{"description":"The source to use for bill print\r\nEnum AdvancedUtility.Services.Reports.BillPrintHelper+BillPrintSource: Regular, Reprint, Archive","type":"string"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"EbpReasonModel":{"description":"EBP Reason Code Control (EbpReason / CON125)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"EBP Reason Code. The EBP reason code. (C_CODE)","type":"string"},"Description":{"description":"EBP Reason. The EBP reason. (C_EBPREASON)","type":"string"},"Message":{"description":"EBP Reason Message. The EBP reason message. (C_MESSAGE)","type":"string"},"AcceptEbpRequest":{"description":"Accept EBP Request. Indicates whether to accept EBP request. (L_ACCEPT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the EBP reason code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EbpReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EbpReasonModel]"},"readOnly":true}}},"Operation[EbpReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EbpStatusModel":{"description":"EBP Registration Status Control (EbpStatus / CON124)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"EBP Status Code. The EBP status code. (C_CODE)","type":"string"},"Description":{"description":"EBP Status. The EBP status. (C_EBPSTATUS)","type":"string"},"AllowEbpBill":{"description":"Allow EBP Bill. Indicates whether to allow the EBP bill. (L_EBPBILL)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the EBP registration status is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EbpStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EbpStatusModel]"},"readOnly":true}}},"Operation[EbpStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EcheckSetupModel":{"description":"eCheck setup (EcheckSetup / UTL145)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BranchNumber":{"description":"Branch Number. The branch number for this checking account. (C_BRANCHNUM)","type":"string"},"BankAccountNumber":{"description":"Bank Account Number. The bank account number for this checking account. (C_BANKACCOUNTNUM)","type":"string"},"Accounttype":{"description":"Bank Account Type. The bank account type. (C_ACCOUNTTYPE)","type":"string"},"AchCustomerName":{"description":"ACH Customer Name. The ACH customer name on this checking account. (C_ACHCUSTOMERNAME)","type":"string"},"Utl045fk":{"format":"int64","description":"UTL045 Primary Key (I_UTL045FK)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EcheckSetupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EcheckSetupModel]"},"readOnly":true}}},"Operation[EcheckSetupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricInstallationModel":{"description":"Electric Installation (ElectricInstallation / MEF201)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Installation":{"description":"Installation #. The installation number. (C_INSTALLATION)","type":"string"},"Account":{"description":"Account Number. The account number. (C_ACCOUNT)","type":"string"},"Line":{"description":"Line #. The line number. (C_LINE)","type":"string"},"Description":{"description":"Description. The description of the installation. (C_DESCRIPTION)","type":"string"},"WireLength":{"format":"double","description":"Length of Wiring Harness. The length of the wiring harness. (N_WIRELENGTH)","type":"number"},"WireColourCode":{"description":"Wiring Color Code. The wiring colour code. (C_WIRECOLOURCODE)","type":"string"},"IsTestSwitchInstalled":{"description":"Test Switch Installed. Indicates whether a test switch is installed. (L_TESTSWITCHINSTALLED)","type":"boolean"},"CurrentBypass":{"description":"Current By-Pass Meterbase. Indicates whether there is a current by-pass meter base at this installation. (L_CURRENTBYPASS)","type":"boolean"},"InstallationDate":{"format":"date-time","description":"Installation Date. The installation date. (D_INSTALLATIONDATE)","type":"string"},"CtRatioUsed":{"format":"double","description":"CT Ratio Used. The current transformer radio ID code. (N_CTRATIOUSED)","type":"number"},"AuxCtRatioUsed":{"format":"double","description":"Aux.CT Ratio Used. The auxiliary CT (Current Transformer) radio ID code. (N_AUXCTRATIOUSED)","type":"number"},"PtRatioUsed":{"format":"double","description":"PT Ratio Used. The PT (Potential Transformer) radio ID code. (N_PTRATIOUSED)","type":"number"},"PrimaryConductors":{"format":"int32","description":"Primary Conductors. The number of primary conductors. (I_PRIMARYCONDUCTORS)","type":"integer"},"CircuitMultiplier":{"format":"double","description":"Circuit Multiplier. The circuit multiplier of the installation. (N_CIRCUITMULTIPLIER)","type":"number"},"Notes":{"description":"Notes. Notes about the installation. (M_NOTES)","type":"string"},"Mv90RecorderId":{"description":"MV90 Recorder ID. The MV90 recorder ID. (C_MV90RECORDERID)","type":"string"},"ConductorSize":{"description":"Size of Conductor. The size of the conductor. (C_CONDUCTORSIZE)","type":"string"},"DrawingNumber":{"description":"Drawing #. The drawing number. (C_DRAWINGNUMBER)","type":"string"},"Manufacturer":{"description":"Switch Manufacturer. The switch manufacturer. (C_MANUFACTURER)","type":"string"},"SwitchType":{"description":"Type of Test Switch. The type of test switch installed. (C_SWITCHTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricInstallationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricInstallationModel]"},"readOnly":true}}},"Operation[ElectricInstallationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterModel":{"description":"Electric Meter (ElectricMeter / MEF001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"SerialNumber":{"description":"Serial #. The meter serial number. (C_SERIALNUMBER)","type":"string"},"SealDate":{"format":"date-time","description":"Seal Date. The date the meter was sealed. (D_SEALDATE)","type":"string"},"SealYears":{"format":"int32","description":"Seal Years. The number of years that the meter has been sealed. (N_SEALYEARS)","type":"integer"},"RingDate":{"format":"date-time","description":"Ring Date. The meter ring date. (D_RINGDATE)","type":"string"},"RingInstalledBy":{"description":"Ring Installed By. The person who installed the meter ring. (C_RINGINSTALLEDBY)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date that the meter was purchased. (D_PURCHASE)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The meter price. (Y_PRICE)","type":"number"},"LastTestDate":{"format":"date-time","description":"Last Test Date. The date the meter was tested last. (D_LASTTEST)","type":"string"},"RevYear":{"format":"int32","description":"Reverification Year. The year that the meter must be re-verified. (N_REVYEAR)","type":"integer"},"Ert":{"description":"ERT. The Meter ERT (Encoder/Receiver/Transmitter) number. (C_ERT)","type":"string"},"Scrapped":{"format":"date-time","description":"Date Scrapped. The date that the meter was scrapped. (D_SCRAPPED)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The date that the meter warranty expires. (D_WARRANTYEXPIRY)","type":"string"},"OwnedBy":{"description":"Owned By. The owner of the meter. (C_OWNEDBY)","type":"string"},"ServicedBy":{"description":"Serviced By. The person who serviced the meter. (C_SERVICEDBY)","type":"string"},"ReadBy":{"description":"Read By. The person who read the meter. (C_READBY)","type":"string"},"ToneFrequency":{"format":"int32","description":"Tone Frequency. The meter tone frequency. (N_TONEFREQUENCY)","type":"integer"},"Concentrator":{"description":"Concentrator. Indicates whether the meter has a concentrator. (L_CONCENTRATOR)","type":"boolean"},"Notes":{"description":"Notes. Notes about the meter. (M_NOTES)","type":"string"},"IsAmrMeter":{"description":"Is AMR Meter. Indicates an AMR meter. (L_ISAMRMETER)","type":"boolean"},"ActiveAccount":{"type":"string"},"ActiveCustomer":{"type":"string"},"Location":{"description":"Inventory Location. The location of the inventory in which the meter is stored. (C_LOCATION)","type":"string"},"MeterType":{"description":"Type. The meter type. (C_METERTYPE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"RingNumber":{"description":"Ring #. The meter ring number. (C_RINGNUMBER)","type":"string"},"SealStatus":{"description":"Seal Status. The meter seal status. (C_SEALSTATUS)","type":"string"},"Status":{"description":"Status. The meter status. (C_STATUS)","type":"string"},"SubGroup":{"description":"Sub Group. The meter subgroup. (C_SUBGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterModel]"},"readOnly":true}}},"Operation[ElectricMeterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterBaseModel":{"description":"Electric Meter Base Control (ElectricMeterBase / CON032)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Base":{"description":"Code. The electric meter base code. (C_BASE)","type":"string"},"Description":{"description":"Description. The electric meter description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterBaseModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterBaseModel]"},"readOnly":true}}},"Operation[ElectricMeterBaseModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterERTNumberModel":{"description":"Electric Meter ERT Number (ElectricMeterERTNumber / MEF006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"Ert":{"description":"Meter ERT Number. The meter ERT number. (C_ERT)","type":"string"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterERTNumberModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterERTNumberModel]"},"readOnly":true}}},"Operation[ElectricMeterERTNumberModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterSubgroupModel":{"description":"Electric Subgroup Control (ElectricMeterSubgroup / MEF003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SubGroup":{"description":"Sub Group Code. The sub group. (C_SUBGROUP)","type":"string"},"SubGroupName":{"description":"Sub Group Name. The sub group name. (C_SUBGROUPNAME)","type":"string"},"SealYear1":{"format":"int32","description":"Seal Year 1. The first sub group seal year. (N_SEALYEAR1)","type":"integer"},"SealYear2":{"format":"int32","description":"Seal Year 2. The second sub group seal year. (N_SEALYEAR2)","type":"integer"},"PendingTestYear":{"format":"int32","description":"Pending Test Year. The sub group pending test year. (N_PENDINGTESTYEAR)","type":"integer"},"OriginalPopulation":{"format":"int32","description":"Original Population. The original population. (I_ORIGINALPOPULATION)","type":"integer"},"Notes":{"description":"Notes. The sub group notes. (M_NOTES)","type":"string"},"MeterType1":{"description":"Meter Type 1. The first sub group meter type. (C_METERTYPE1)","type":"string"},"MeterType2":{"description":"Meter Type 2. The second sub group meter type. (C_METERTYPE2)","type":"string"},"MeterType3":{"description":"Meter Type 3. The third sub group meter type. (C_METERTYPE3)","type":"string"},"MeterType4":{"description":"Meter Type 4. The fourth sub group meter type. (C_METERTYPE4)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterSubgroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterSubgroupModel]"},"readOnly":true}}},"Operation[ElectricMeterSubgroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterSubgroupTestModel":{"description":"Electric Meter Subgroup Test (ElectricMeterSubgroupTest / MEF004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestYear":{"format":"int32","description":"Test Year. The test year. (N_TESTYEAR)","type":"integer"},"CurrentPopulation":{"format":"int32","description":"Current Population. The current population. (I_CURRENTPOPULATION)","type":"integer"},"SampleSize":{"format":"int32","description":"Sample Size. The size of the sample. (I_SAMPLESIZE)","type":"integer"},"FullLoadBarX":{"format":"double","description":"Full Load BarX. The full load Bar X number. (N_FULLLOADBARX)","type":"number"},"FullLoadSigma":{"format":"double","description":"Full Load Sigma. The full load Sigma number. (N_FULLLOADSIGMA)","type":"number"},"LightLoadBarX":{"format":"double","description":"Light Load BarX. The Light load Bar X number. (N_LIGHTLOADBARX)","type":"number"},"LightLoadSigma":{"format":"double","description":"Light Load Sigma. The light load Sigma number. (N_LIGHTLOADSIGMA)","type":"number"},"PassFail":{"description":"Pass/Fail. Indicates whether the inspection was a pass or fail. (C_PASSFAIL)","type":"string"},"RevYear":{"format":"int32","description":"Reverification Year. The year when the meter is to be re-verified. (I_REVYEAR)","type":"integer"},"FieldNote":{"description":"Inspection Certificate. The inspection certificate. (C_FIELDNOTE)","type":"string"},"SealExtension":{"format":"int32","description":"Seal Years. The number of seal extension years. (I_SEALEXTENSION)","type":"integer"},"Notes":{"description":"Notes. The notes about the inspection. (M_NOTES)","type":"string"},"Subgroup":{"description":"Sub Group Code. The sub group code. (C_SUBGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterSubgroupTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterSubgroupTestModel]"},"readOnly":true}}},"Operation[ElectricMeterSubgroupTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterTestModel":{"description":"Electric Meter Test (ElectricMeterTest / MEF005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"TestNumber":{"description":"Test Number. The test number for the electric meter test. (C_FIELDNOTE)","type":"string"},"TestDate":{"format":"date-time","description":"Test Date. The electric meter test date. (D_FIELDNOTEDATE)","type":"string"},"TestBoard":{"description":"Test Board. The test board. (C_TESTBOARD)","type":"string"},"TestedBy":{"description":"Tested By. The test by person/ID. (C_TESTEDBY)","type":"string"},"ReverificationYear":{"format":"int32","description":"Reverification Year. The year when the meter is to be re-verified. (I_REVYEAR)","type":"integer"},"Notes":{"description":"Notes. The notes about the meter inspection. (M_NOTES)","type":"string"},"LastCalibrationDate":{"format":"date-time","description":"Last Calibration Date. The last calibration date. (D_LASTCALIBRATIONDATE)","type":"string"},"BeforeLight":{"format":"double","description":"Before Calibration Light Load. The percentage before the calibration light load. (N_BEFORELIGHT)","type":"number"},"AfterLight":{"format":"double","description":"After Calibration Light Load. The percentage after the calibration light load (N_AFTERLIGHT)","type":"number"},"BeforeHeavy":{"format":"double","description":"Before Calibration Heavy Load. The percentage before the calibration heavy load. (N_BEFOREHEAVY)","type":"number"},"AfterHeavy":{"format":"double","description":"After Calibration Heavy Load. The percentage after the calibration heavy load. (N_AFTERHEAVY)","type":"number"},"AfterAverage":{"format":"double","description":"Average. The average percentage. (N_AFTERAVERAGE)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterTestModel]"},"readOnly":true}}},"Operation[ElectricMeterTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricMeterTypeModel":{"description":"Electric Meter Type Control (ElectricMeterType / MEF002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterType":{"description":"Meter Type Code. The meter type code. (C_METERTYPE)","type":"string"},"ActualMeterType":{"description":"Actual Meter Type. The actual meter type. (C_ACTUALMETERTYPE)","type":"string"},"Description":{"description":"Description. The description of the meter type. (C_DESCRIPTION)","type":"string"},"Amps":{"format":"double","description":"Amps Low. The low value for the amp range of this meter type. (N_AMPS)","type":"number"},"Amps2":{"format":"double","description":"Amps High. The high value for the amp range of this meter type. (N_AMPS2)","type":"number"},"Volts":{"format":"int32","description":"Volts Low. The low value for the voltage range of this meter type. (N_VOLTS)","type":"integer"},"Volts2":{"format":"int32","description":"Volts High. The high value for the voltage range of this meter type. (N_VOLTS2)","type":"integer"},"Elements":{"format":"double","description":"Elements. The meter elements. (N_ELEMENTS)","type":"number"},"Phase":{"format":"int32","description":"Phase. The meter phase. (N_PHASE)","type":"integer"},"Wire":{"format":"int32","description":"Wire. The meter wire for this meter type. (N_WIRE)","type":"integer"},"Dials":{"format":"int32","description":"Meter Dials. The number of meter dials. (N_DIALS)","type":"integer"},"Dials2":{"format":"int32","description":"Meter Dials High. The number of high dials for this meter type. (N_DIALS2)","type":"integer"},"KwhRead":{"description":"Meter KWH Read. Indicates whether this meter type is read in kWH (Kilo Watt Hours). (L_KWHREAD)","type":"boolean"},"KwRead":{"description":"Meter KW Read. Indicates whether this meter type is read in kW (Kilo Watts). (L_KWREAD)","type":"boolean"},"KvaRead":{"description":"Meter KVA Read. Indicates whether this meter type is read in kVA (Kilo Volt Amperes). (L_KVAREAD)","type":"boolean"},"MeterMultipler":{"format":"double","description":"Meter Multiplier. The meter multiplier. (N_METERMULTIPLER)","type":"number"},"AnalogDigital":{"description":"Analog Digital. Indicates whether the meter is analog or digital. (C_ANALOGDIGITAL)\r\nEnum AdvancedUtility.Model.MEF002+AnalogDigitalEnum:  Blank, Analog, Digital","type":"string"},"FirmwareVersion":{"description":"Firmware Version. The meter firmware version. (C_FIRMWAREVER)","type":"string"},"KhConstant":{"format":"double","description":"KH Constant. The kH (Kilo Hours) constant for this meter type. (N_KHCONSTANT)","type":"number"},"Network":{"description":"Network. Indicates whether the meter is on a network. (L_NETWORK)","type":"boolean"},"ApprovalNumber":{"description":"Measurement Canada Approval #. The official Measurement Canada approval number for the meter type. (C_APPROVALNUMBER)","type":"string"},"MassMemory":{"description":"Mass Memory. Indicates whether the meter is a mass memory type meter. (L_MASSMEMORY)","type":"boolean"},"MassMemoryChannels":{"format":"int32","description":"Mass Memory Channels. The number of memory channels for the meter type. (I_MASSMEMORYCHANNELS)","type":"integer"},"LoadProfileIntervals":{"format":"int32","description":"Load Profile Interval Length (Minute). The load profile for the meter type load. (I_LOADPROFILEINTERVALS)","type":"integer"},"Modem":{"description":"Modem Installed. Indicates whether the meter has a modem. (L_MODEM)","type":"boolean"},"ModemMaxSpeed":{"format":"int32","description":"Rated Maximum Speed (baud). The maximum rate speed (in baud) for the meter type. (I_MODEMMAXSPEED)","type":"integer"},"OpticalPortStatus":{"description":"Optical Port Status. The optical port status of the meter type. (C_OPTICALPORTSTATUS)","type":"string"},"ExternalPulseOutput":{"description":"External End of Interval Pulse Output. Indicates whether the End of Interval pulse output is enabled. (C_EXTERNALPULSEOUTPUT)\r\nEnum AdvancedUtility.Model.MEF002+ExternalPulseOutputEnum:  Blank, Disabled, Enabled, NotAvailable","type":"string"},"PeakAlarmOutput":{"description":"Peak Demand Alarm Pulse Output. Indicates whether the Peak Demand Alarm pulse output is enabled. (C_PEAKALARMOUTPUT)\r\nEnum AdvancedUtility.Model.MEF002+PeakAlarmOutputEnum:  Blank, Disabled, Enabled, NotAvailable","type":"string"},"ProgramReference":{"description":"Program Reference Name. The reference name of the program for the meter type. (C_PROGRAMREFERENCE)","type":"string"},"Notes":{"description":"Notes. Notes about the meter type. (M_NOTES)","type":"string"},"RegisterRatio":{"description":"Register Ratio. The register ratio for this meter type. (C_REGISTERRATIO)","type":"string"},"MeterClass":{"format":"int32","description":"Meter Class. The meter class. (I_METERCLASS)","type":"integer"},"IsBidirectional":{"description":"Bi-directional. Indicates whether the meter type is bi-directional. (L_BIDIRECTIONAL)","type":"boolean"},"ErtByReadType":{"description":"ERT by Read Type. Indicates if the ERTs are stored by read type. (L_ERTBYREADTYPE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the electric meter type is disabled. (L_DISABLED)","type":"boolean"},"CanDisconnect":{"description":"Disconnect Remotely. Indicates whether this meter type can be disconnected remotely. (L_DISCONNECTREMOTELY)","type":"boolean"},"Base":{"description":"Base. The meter base type. (C_BASE)","type":"string"},"ExternalKyzPulse1":{"description":"External KYZ Pulse Outputs Set 1. The first set of external KYZ pulse outputs for this meter type. (C_EXTERNALKYZPULSE1)","type":"string"},"ExternalKyzPulse2":{"description":"External KYZ Pulse Outputs Set 2. The second set of external KYZ pulse outputs for this meter type. (C_EXTERNALKYZPULSE2)","type":"string"},"ManufacturerCode":{"description":"Manufacturer. The meter manufacturer code. (C_MANCODE)","type":"string"},"MassMemoryChannelDesig1":{"description":"Channel 1. The mass memory channel designation channel 1. (C_MASSMEMORYCHANNELDESIG1)","type":"string"},"MassMemoryChannelDesig10":{"description":"Channel 10. The mass memory channel designation channel 10. (C_MASSMEMORYCHANNELDESIG10)","type":"string"},"MassMemoryChannelDesig11":{"description":"Channel 11. The mass memory channel designation channel 11. (C_MASSMEMORYCHANNELDESIG11)","type":"string"},"MassMemoryChannelDesig12":{"description":"Channel 12. The mass memory channel designation channel 12. (C_MASSMEMORYCHANNELDESIG12)","type":"string"},"MassMemoryChannelDesig13":{"description":"Channel 13. The mass memory channel designation channel 13. (C_MASSMEMORYCHANNELDESIG13)","type":"string"},"MassMemoryChannelDesig14":{"description":"Channel 14. The mass memory channel designation channel 14. (C_MASSMEMORYCHANNELDESIG14)","type":"string"},"MassMemoryChannelDesig15":{"description":"Channel 15. The mass memory channel designation channel 15. (C_MASSMEMORYCHANNELDESIG15)","type":"string"},"MassMemoryChannelDesig16":{"description":"Channel 16. The mass memory channel designation channel 16. (C_MASSMEMORYCHANNELDESIG16)","type":"string"},"MassMemoryChannelDesig17":{"description":"Channel 17. The mass memory channel designation channel 17. (C_MASSMEMORYCHANNELDESIG17)","type":"string"},"MassMemoryChannelDesig18":{"description":"Channel 18. The mass memory channel designation channel 18. (C_MASSMEMORYCHANNELDESIG18)","type":"string"},"MassMemoryChannelDesig19":{"description":"Channel 19. The mass memory channel designation channel 19. (C_MASSMEMORYCHANNELDESIG19)","type":"string"},"MassMemoryChannelDesig2":{"description":"Channel 2. The mass memory channel designation channel 2. (C_MASSMEMORYCHANNELDESIG2)","type":"string"},"MassMemoryChannelDesig20":{"description":"Channel 20. The mass memory channel designation channel 20. (C_MASSMEMORYCHANNELDESIG20)","type":"string"},"MassMemoryChannelDesig3":{"description":"Channel 3. The mass memory channel designation channel 3. (C_MASSMEMORYCHANNELDESIG3)","type":"string"},"MassMemoryChannelDesig4":{"description":"Channel 4. The mass memory channel designation channel 4. (C_MASSMEMORYCHANNELDESIG4)","type":"string"},"MassMemoryChannelDesig5":{"description":"Channel 5. The mass memory channel designation channel 5. (C_MASSMEMORYCHANNELDESIG5)","type":"string"},"MassMemoryChannelDesig6":{"description":"Channel 6. The mass memory channel designation channel 6. (C_MASSMEMORYCHANNELDESIG6)","type":"string"},"MassMemoryChannelDesig7":{"description":"Channel 7. The mass memory channel designation channel 7. (C_MASSMEMORYCHANNELDESIG7)","type":"string"},"MassMemoryChannelDesig8":{"description":"Channel 8. The mass memory channel designation channel 8. (C_MASSMEMORYCHANNELDESIG8)","type":"string"},"MassMemoryChannelDesig9":{"description":"Channel 9. The mass memory channel designation channel 9. (C_MASSMEMORYCHANNELDESIG9)","type":"string"},"MassMemorySize":{"description":"Mass Memory Size. The size of the mass memory for the meter type. (C_MASSMEMORYSIZE)","type":"string"},"MeterCoverOptions":{"description":"Meter Cover Options. The cover options for the meter type. (C_METERCOVEROPTIONS)","type":"string"},"MeterForm":{"description":"Meter Form. The meter form. (C_METERFORM)","type":"string"},"StockCode":{"description":"Stock Code. The meter stock code. (C_STOCKCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricMeterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricMeterTypeModel]"},"readOnly":true}}},"Operation[ElectricMeterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricServiceEntranceModel":{"description":"Electric Service Entrance (ElectricServiceEntrance / BIF300)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Installation":{"description":"Installation. The type of installation. (C_INSTALLATION)","type":"string"},"MainDisconnectRating":{"format":"int32","description":"Main Disconnect Rating. The rating of the main disconnection device in amps. (I_MAINDISCONNECTRATING)","type":"integer"},"Comments":{"description":"Notes. Notes about the service entrance. (M_COMMENTS)","type":"string"},"Frequency":{"description":"Frequency. The primary metering unit frequency. (C_FREQUENCY)","type":"string"},"MainDisconnectDevice":{"description":"Main Disconnect Device. The main device to be disconnected. (C_MAINDISCONNECTDEVICE)","type":"string"},"ServiceType":{"description":"Service Type. The service type. (C_SERVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricServiceEntranceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricServiceEntranceModel]"},"readOnly":true}}},"Operation[ElectricServiceEntranceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ElectricServiceEntranceTypeModel":{"description":"Electric Service Entrance Type Control (ElectricServiceEntranceType / CON040)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceTypeCode":{"description":"Service Type. The service type. (C_SERVICETYPE)","type":"string"},"Voltage":{"description":"Voltage. The voltage (v). (C_VOLTAGE)","type":"string"},"Phase":{"format":"int32","description":"Phase. The phase code. (I_PHASE)","type":"integer"},"Wire":{"format":"int32","description":"Wire. The wire code. (I_WIRE)","type":"integer"},"Connection":{"description":"Connection. The service connection. (C_CONNECTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the electric service entrance type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ElectricServiceEntranceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ElectricServiceEntranceTypeModel]"},"readOnly":true}}},"Operation[ElectricServiceEntranceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EmailModel":{"description":"Email (Email / BIF048)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"EmailId":{"format":"int64","description":"Email ID. The email ID. (I_EMAILID)","type":"integer"},"FromEmailAddress":{"description":"From. The 'From' email address. (C_FROM)","type":"string"},"ToEmailAddress":{"description":"To. The 'To' email address. (C_TO)","type":"string"},"CC":{"description":"CC. The carbon copy email address. (C_CC)","type":"string"},"BCC":{"description":"BCC. The blank carbon copy email address. (C_BCC)","type":"string"},"Subject":{"description":"Subject. The email subject. (C_SUBJECT)","type":"string"},"Message":{"description":"Email Message. The email message. (M_MESSAGE)","type":"string"},"Module":{"description":"Module. The module associated with the email being sent.  (C_MODULE)","type":"string"},"Attachments":{"description":"Attachments. Indicates the attachment if allowed; depending on the type of email. (C_ATTACHMENTS)","type":"string"},"DatetimeCreated":{"format":"date-time","description":"Time Created. The date when the email was created.  (T_DATECREATED)","type":"string"},"DateToSend":{"format":"date-time","description":"Send Date. The date when the email is to be sent. (D_DATETOSEND)","type":"string"},"TimeSent":{"format":"date-time","description":"Time Sent. The time that the email was sent. (T_TIMESENT)","type":"string"},"IsCancelled":{"description":"Cancelled. Indicates whether an email is cancelled. (L_CANCELLED)","type":"boolean"},"IsCompleted":{"description":"Completed. Indicates the completed email. (L_COMPLETED)","type":"boolean"},"Notes":{"description":"Notes. The notes associated with the email. (C_NOTES)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action used to generate email. (I_ACTION)","type":"integer"},"AssignedToDepartment":{"description":"Assigned to Department. Indicates that the email is assigned to a Department. (C_ASSIGNEDTODEPARTMENT)","type":"string"},"AssignedToUserId":{"description":"Assigned to. Indicates that the email is assigned to a user. (C_ASSIGNEDTOUSERID)","type":"string"},"CancelledByUserId":{"description":"Cancelled By. The user ID of the person who cancelled the email. (C_USERIDCANCELLED)","type":"string"},"EmailType":{"description":"Email Type. The email type. (C_EMAILTYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"SendNow":{"type":"boolean"},"SentByUserId":{"description":"Sent By. The ID of the user who sent the email. (C_USERIDSENT)","type":"string"},"Status":{"type":"string"},"StatusText":{"type":"string"},"UserIdCreated":{"description":"Created By. The ID of the current user in the system who created the email. (C_USERIDCREATED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_ConfirmIncomplete":{"format":"int32","description":"Confirm that this completed email should be marked incomplete again. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EmailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EmailModel]"},"readOnly":true}}},"Operation[EmailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EmailAddressModel":{"description":"Email Address (EmailAddress / BIF015)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Email":{"description":"Email Address. Email address. May contain several email addresses separated by semicolon. (C_EMAIL)","type":"string"},"EmailAddressId":{"format":"int64","description":"Email Address ID. Unique identifier of the email address. (I_EMAILADDRESSID)","type":"integer"},"Source":{"description":"Associated Business Type. Identifies associated business object, e.g. BIF001, or BIF002, or WRK012. (C_SOURCE)","type":"string"},"SourceKey":{"description":"Associated Business Object ID. Code/ID field value (O_Code) of the associated business object, e.g. 09022323 (Account #), T112 (Contractor Company Code). (C_SOURCEKEY)","type":"string"},"FromDate":{"format":"date-time","description":"Used From. The date from which this email address can be used. Null implies no fixed start date. (D_FROMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"Used Until. The last date when this email address can be used. Null value implies no end date. (D_TODATE)","type":"string"},"EmailCategory":{"description":"Email Category. The email category. Denotes purpose of use (e.g. e-Notice subscription, Backflow Test Notification subscription, etc.) (C_EMAILCATEGORY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EmailAddressModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EmailAddressModel]"},"readOnly":true}}},"Operation[EmailAddressModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EmailCategoryModel":{"description":"Email Category Control (EmailCategory / CON139)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The email category code. (C_EMAILTYPE)","type":"string"},"Description":{"description":"Description. The email category description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EmailCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EmailCategoryModel]"},"readOnly":true}}},"Operation[EmailCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EmailProcessRunModel":{"description":"EmailProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EmailPks":{"description":"All Emails to send (List of Pks)\r\nOnly one of EmailPks and FilterTree can be set at a time (they are mutually exclusive; setting one resets the other)","type":"array","items":{"format":"int64","type":"integer"}},"ErrorHandlingEnumValue":{"description":"Determines how to handle errors that occur while sending emails\r\nEnum AdvancedUtility.Services.Processes+ErrorHandlingEnum: StopIfError, ContinueOnError","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"EMessageCategoryModel":{"description":"eMessage Category Control (EMessageCategory / CON159)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CategoryCode":{"description":"eMessage Category Code. The eMessage category code. (C_CATCODE)","type":"string"},"Description":{"description":"Description (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether emessage category is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EMessageCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EMessageCategoryModel]"},"readOnly":true}}},"Operation[EMessageCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EMessageTypeModel":{"description":"eMessage Type Control (EMessageType / CON158)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"eMessage Type. The unique code for the eMessage Type (e.g. Popup Messages). (C_EMAILTYPE)","type":"string"},"Description":{"description":"Description. The email description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the email is disabled. (L_DISABLED)","type":"boolean"},"To":{"description":"TO. The 'To' email address. (C_TO)","type":"string"},"From":{"description":"FROM. The 'From' email address. (C_FROM)","type":"string"},"Cc":{"description":"CC. The carbon copy email address. (C_CC)","type":"string"},"Bcc":{"description":"BCC. The blank carbon copy email address. (C_BCC)","type":"string"},"Subject":{"description":"Subject. The email subject. (C_SUBJECT)","type":"string"},"Message":{"description":"Message. The email message. (M_MESSAGE)","type":"string"},"IsInternal":{"description":"Internal. Indicates whether the email is internal.  (L_INTERNAL)","type":"boolean"},"IsPopupMessage":{"description":"Pop-up. Indicates the popup message.  (L_POPUPMESSAGE)","type":"boolean"},"CanSendEmail":{"description":"Send Email. Indicates whether to send the email.  (L_SENDEMAIL)","type":"boolean"},"IsInstantMessage":{"description":"Instant Message. Indicates the instant message.  (L_INSTANTMESSAGE)","type":"boolean"},"AllowsAttachments":{"description":"Allows Attachments (L_ALLOWSATTACHMENTS)","type":"boolean"},"IsHTMLBody":{"description":"Is HTML Body (L_HTMLBODY)","type":"boolean"},"CustomerEmails":{"description":"Customer based emails. The customer based emails (sequence). (C_CUSTOMEREMAILS)","type":"string"},"AddressTypes":{"description":"Address Types. The address types from the Customer Credit Rating table. (C_ADDRESSTYPES)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Category":{"description":"eMessage Category. The eMessage category (e.g. Customer/Account). (C_CATEGORY)","type":"string"},"Form":{"format":"int64","description":"Form. The email form. (I_FORM)","type":"integer"},"NegativeActionId":{"format":"int64","description":"Negative Action ID. The negative action ID, either cancel or no.  (I_NEGATIVEACTIONID)","type":"integer"},"PopupType":{"description":"Pop-up Type. The popup type code which determines the type of message box to popup. (C_POPUPTYPE)","type":"string"},"PositiveActionId":{"format":"int64","description":"Positive Action ID. The positive action ID, either ok or yes.  (I_POSITIVEACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EMessageTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EMessageTypeModel]"},"readOnly":true}}},"Operation[EMessageTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EquipmentCategoryModel":{"description":"Equipment Category Control (EquipmentCategory / CON176)\r\nEquipment Category Control Table","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CategoryCode":{"description":"Equipment Category Code. The equipment category code. (C_CATEGORYCODE)","type":"string"},"Description":{"description":"Equipment Category Code Description. The description for the equipment category code. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"MeterStatusCode":{"description":"Linked Meter Status Code. The linked meter status code. (C_METERSTATUSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EquipmentCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EquipmentCategoryModel]"},"readOnly":true}}},"Operation[EquipmentCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EquipmentCodeModel":{"description":"Account Equipment Code Control (EquipmentCode / CON214)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Equipment User Defined Code. The equipment user defined code. (C_EQUIPMENTCODE1)","type":"string"},"Description":{"description":"Equipment Code Control Description. The equipment code control description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EquipmentCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EquipmentCodeModel]"},"readOnly":true}}},"Operation[EquipmentCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EquipmentInterfaceModel":{"description":"Equipment Interface (EquipmentInterface / UTL014)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account Number. The account number. (C_ACCOUNT)","type":"string"},"Service":{"description":"Service. The service at the account. (C_SERVICE)","type":"string"},"NewSerialNumber":{"description":"New Equipment Number. The new equipment number. (C_NEWSERIALNUMBER)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date when the equipment was installed. (D_INSTALL)","type":"string"},"Notes":{"description":"Equipment Notes. The notes about the new equipment. (M_NOTES)","type":"string"},"RateType":{"description":"Flat Rate Type. The flat rate type for this equipment. (C_RATETYPE)","type":"string"},"BillCode":{"description":"Equipment Billing Code. The equipment billing code. (C_BILLCODE)","type":"string"},"Category":{"description":"Category. The category of the equipment. Can be used to indicate rental or ownership status, among various other uses. (C_RENTAL)","type":"string"},"Total":{"format":"int32","description":"Total Devices. The number of total devices. (I_TOTAL)","type":"integer"},"OldSerialNumber":{"description":"Old Equipment Number (C_OLDSERIALNUMBER)","type":"string"},"Remove":{"format":"date-time","description":"Date Removed. The date when the old equipment was removed. (D_REMOVE)","type":"string"},"RecordType":{"description":"Record Type. The equipment record type.  (C_RECORDTYPE)","type":"string"},"Processed":{"description":"Processed Flag. Indicates whether the equipment was processed. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time stamp when the equipment was processed. (T_DATETIME)","type":"string"},"ExternalSource":{"description":"External Source. The external source for this equipment. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Processed Flag. Indicates whether this equipment was processed externally or externally.  (L_EXTPROCESSED)","type":"boolean"},"Location":{"description":"Location. The equipment location. (C_LOCATION)","type":"string"},"ContainerType":{"description":"Container Type. The equipment container type. (C_CONTAINERTYPE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"BillToAccount":{"description":"Bill To Account. The account number. (C_BILLTOACCOUNT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EquipmentInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EquipmentInterfaceModel]"},"readOnly":true}}},"Operation[EquipmentInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EquipmentInventoryCodeModel":{"description":"Equipment Inventory Code Control (EquipmentInventoryCode / CON215)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Equipment Inventory Code. The equipment inventory code. (C_CODE)","type":"string"},"Description":{"description":"Equipment Inventory Description. The equipment inventory description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EquipmentInventoryCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EquipmentInventoryCodeModel]"},"readOnly":true}}},"Operation[EquipmentInventoryCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EquipmentManufacturerModel":{"description":"Manufacturer Control (EquipmentManufacturer / CON089)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ManCode":{"description":"Manufacturer Code. The manufacturer code. (C_MANCODE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the equipment. (C_MANUFACTURER)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the manufacturer is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EquipmentManufacturerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EquipmentManufacturerModel]"},"readOnly":true}}},"Operation[EquipmentManufacturerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"EstimateTypeModel":{"description":"Estimate Type Control (EstimateType / CON022)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Estimate Type. The estimate type. (C_ESTIMATETYPE)","type":"string"},"Description":{"description":"Estimate Description. The estimate description. (C_DESCRIPTION)","type":"string"},"PreviousDays":{"format":"int32","description":"Days Previous. The days previous. (I_PREVDAYS)","type":"integer"},"RangeDays":{"format":"int32","description":"Range of Days. The range of days. (I_RANGEDAYS)","type":"integer"},"Method":{"description":"Estimate Method. The estimate method. (C_METHOD)\r\nEnum AdvancedUtility.Model.CON022+MethodEnum:  OneBill, PeriodAverage, LastBill, Maximum, Minimum, Function, BillingFormula, Script","type":"string"},"ExcludeReadStatuses":{"description":"Exclude Read Status. Indicates whether to exclude the read status. (L_READSTATUS)","type":"boolean"},"UseOldCustomer":{"description":"Use Old Customers. Indicates whether to use old customers. (L_CUSTOMER)","type":"boolean"},"Factor":{"format":"int32","description":"Factor. The factor used. (I_FACTOR)","type":"integer"},"MinimumDays":{"format":"int32","description":"Minimum Days. The minimum number of days. (I_MINDAYS)","type":"integer"},"BaseOnAverage":{"description":"Base On Average. Indicates the base on average. (L_BASEONAVERAGE)","type":"boolean"},"ProrateDemand":{"description":"Prorate Demand Service. Indicates the prorate demand service. (L_PRORATEDEMAND)","type":"boolean"},"Function":{"description":"Formulaproc Function Name. The name of the function in the FormulaProc program. (C_FUNCTION)","type":"string"},"LimitPeriodToMinimumDays":{"description":"Limit Period to Minimum Days. Indicates whether the period will be limited to the minimum number of days. (L_LIMITPERIODTOMINIMUMDAYS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the estimate type is disabled. (L_DISABLED)","type":"boolean"},"Script":{"description":"Script. PowerShell Formula to calculate the estimate (M_SCRIPT)","type":"string"},"AdditionalDaysBack":{"format":"int32","description":"Additional Days Back. Enter the number of additional days back to extend the reading history when the specified Days Previous returns inadequate reading history within the Minimum Days allowed for an Estimate. (I_ADDITIONALDAYSBACK)","type":"integer"},"ReadStatuses":{"description":"Read Statuses Excluded. The read statuses to exclude when calculating an estimated reading. (C_READSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[EstimateTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[EstimateTypeModel]"},"readOnly":true}}},"Operation[EstimateTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExceptionDescriptionModel":{"description":"Exception Description Control (ExceptionDescription / CON134)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Message":{"description":"Exception Message. The exception message. (C_MESSAGE)","type":"string"},"Code":{"format":"int64","description":"Code. The exception code. (I_CODE)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ValidateForAddReading":{"description":"Validate Add Reading. Indicates whether to use this exception for validation when adding a meter reading. (L_VALIDATEADDREAD)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"ExceptionType":{"description":"Exception Type. The exception type code. (C_EXCEPTIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExceptionDescriptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExceptionDescriptionModel]"},"readOnly":true}}},"Operation[ExceptionDescriptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExceptionMessageModel":{"description":"Exception Message Control (ExceptionMessage / CON224)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The exception code. (C_CODE)","type":"string"},"Message":{"description":"Message. The exception message. (M_MESSAGE)","type":"string"},"Notes":{"description":"Notes. The description of the exception code. (M_NOTES)","type":"string"},"Severity":{"description":"Severity. The severity of the exception. (C_SEVERITY)\r\nEnum AdvancedUtility.Model.CON224+SeverityEnum:  _blank, Low, Medium, High, Critical","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the exception message is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID associated with the exception. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExceptionMessageModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExceptionMessageModel]"},"readOnly":true}}},"Operation[ExceptionMessageModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExceptionTypeModel":{"description":"Exception Type Control (ExceptionType / CON135)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Exception Code. The exception code. (C_EXCEPTIONCODE)","type":"string"},"Description":{"description":"Exception Description. The exception description. (C_EXCEPTIONDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExceptionTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExceptionTypeModel]"},"readOnly":true}}},"Operation[ExceptionTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExchangeRateModel":{"description":"Exchange Rate Control (ExchangeRate / CON170)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Rate":{"format":"double","description":"Exchange Rate. The exchange rate between the default currency and the received payment currency. (N_EXCHANGERATE)","type":"number"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the exchange rate. (D_EFFECTIVE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the exchange rate is disabled. (L_DISABLED)","type":"boolean"},"Currency":{"description":"Currency Type. The currency type code. (C_CURRENCYTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExchangeRateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExchangeRateModel]"},"readOnly":true}}},"Operation[ExchangeRateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExternalDbConnectionModel":{"description":"External Database Connection Setup (ExternalDbConnection / SYS101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The connection entry code. (C_CODE)","type":"string"},"OdbcDsn":{"description":"ODBC DSN. The ODBC DSN. (C_INTERFACETO)","type":"string"},"RdbmsType":{"description":"Server (RDBMS) Type. The RDBMS type. (C_SQLDATASOURCE)\r\nEnum AdvancedUtility.Model.SYS101+RdbmsTypeEnum:  ORACLE, SQLSERVER, DB2, POSTGRESQL, FOXPRO, MYSQL, ACCESS, EXCEL, PARADOX","type":"string"},"OdbcDriver":{"description":"ODBC Driver. The SQL driver. (C_SQLDRIVER)","type":"string"},"SQLVersion":{"description":"SQL DataSource Version Number. The SQL version. (C_SQLVERSION)","type":"string"},"OdbcVersion":{"description":"ODBC Version. The SQL build. (C_SQLBUILD)","type":"string"},"DatabaseName":{"description":"Database Name. The SQL database. (C_SQLDATABASE)","type":"string"},"DatabaseLocation":{"description":"Database Location. The SQL path. (C_SQLPATH)","type":"string"},"SchemaName":{"description":"Schema Name. The SQL schema. (C_SQLSCHEMA)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Password":{"description":"Password. The password. (C_PASSWORD)","type":"string"},"AlternateSchemaName":{"description":"Alternate Schema Name. The alternate SQL schema that can be used. (C_ALTSQLSCHEMA)","type":"string"},"Description":{"description":"Description. The connection description. (C_DESCRIPTION)","type":"string"},"UseWindowsAuthentication":{"description":"Use Windows Authentication. Indicates whether Windows authentication is used. (L_USEWINDOWSAUTHENTICATION)","type":"boolean"},"ConnectionType":{"description":"Connection Type. The connection type. (C_CONNECTIONTYPE)\r\nEnum AdvancedUtility.Model.SYS101+ConnectionTypeEnum:  OracleClient, SqlClient, OleDb, PostgreSQL, ODBC","type":"string"},"ConnectionString":{"description":"Connection String. The connection string. (M_CONNECTIONSTRING)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the external database connection is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExternalDbConnectionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExternalDbConnectionModel]"},"readOnly":true}}},"Operation[ExternalDbConnectionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ExternalKYZPulseOutputModel":{"description":"External KYZ Pulse Output Control (ExternalKYZPulseOutput / MEF022)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The external KYX pulse code. (C_CODE)","type":"string"},"Description":{"description":"Description. The external KYZ pulse output. (C_EXTERNALKYZPULSEOUTPUT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the external KYZ plus output is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ExternalKYZPulseOutputModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ExternalKYZPulseOutputModel]"},"readOnly":true}}},"Operation[ExternalKYZPulseOutputModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FieldAgentModel":{"description":"Field Agent Control (FieldAgent / COL105)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Field Agent Code. The field agent code. (C_FIELDAGENT)","type":"string"},"Name":{"description":"Field Agent Name. The field agent name. (C_AGENTNAME)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the field agent is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FieldAgentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FieldAgentModel]"},"readOnly":true}}},"Operation[FieldAgentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FieldWorkerModel":{"description":"Field Worker Control (FieldWorker / WRK002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"IsActive":{"description":"Worker Status. Indicates whether the worker status is active. (L_ACTIVE)","type":"boolean"},"Name":{"description":"Worker Name. The name of the worker. (C_WORKERNAME)","type":"string"},"MeterReaderId":{"description":"Meter Reader ID. The ID of the meter reader. (C_METERREADERID)","type":"string"},"MaximumAppointment":{"format":"int32","description":"Maximum Appointment. The maximum appointments allowed. (I_MAXAPPOINTMENT)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the field worker is disabled. (L_DISABLED)","type":"boolean"},"Activities":{"description":"Worker Activities List. The list of the worker's activities. (C_ACTIVITIES)","type":"string"},"ContractorCompany":{"description":"Contractor Company. The Contractor Company that employs this worker. (C_COMPANYCODE)","type":"string"},"Department":{"description":"Department. The field worker's department ID. (C_DEPARTMENT)","type":"string"},"Type":{"description":"Worker Type. The worker type code. (C_WORKERTYPE)","type":"string"},"Userid":{"description":"Linked CIS User. The CIS Infinity user ID that is linked to this field worker. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FieldWorkerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FieldWorkerModel]"},"readOnly":true}}},"Operation[FieldWorkerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FieldWorkerTypeModel":{"description":"Field Worker Type Control (FieldWorkerType / WRK001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Worker Type. The worker type code. (C_WORKERTYPE)","type":"string"},"Description":{"description":"Worker Type Description. The description of the worker type. (C_DESCRIPTION)","type":"string"},"GenerateWorkerCode":{"description":"Generate Worker Code. Indicates whether to automatically generate the worker code. (L_GENERATEWORKERCODE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the field worker type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FieldWorkerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FieldWorkerTypeModel]"},"readOnly":true}}},"Operation[FieldWorkerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FilterRequestModel":{"description":"Input model to the /do/filter call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ListType":{"description":"Type of business object","type":"string"},"Tree":{"description":"Filter criteria","type":"string"},"PromptData":{"description":"Prompt data definitions","type":"string"},"ReturnType":{"description":"Type of data returned. Values: object, ocode, pk, count, plan, validate","type":"string"},"Fields":{"description":"Optional data shaping used when ReturnType is 'object'\r\nInclude or exclude fields by using a comma separated list; default is '*'; embedded child items can also be referenced, use dot notation to refer to fields in embedded child items; prefix items with '-' to exclude them; eg '-field1,-field2,-child1.*,-child2.field5'","type":"string"}}},"FilterResultModel":{"description":"Output/result model from the /do/filter call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ListType":{"description":"Type of business objects returned","type":"string"},"Tree":{"description":"Filter criteria","type":"string"},"Description":{"description":"Filter description","type":"string"},"QueryTime":{"description":"Elapsed time of filter run","type":"string"},"ReturnType":{"description":"Type of data returned. Values: object, ocode, pk, count, plan, validate","type":"string"},"Count":{"format":"int64","description":"Number of items in the result.","type":"integer"}}},"FinalBillServiceOrderPrintRunModel":{"description":"FinalBillServiceOrderPrint process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AllCompanies":{"description":"Don't search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"Deactivation":{"description":"Generate deactivation service orders","type":"boolean"},"Reactivation":{"description":"Generate reactivation service orders","type":"boolean"},"EmailAddress":{"description":"Email Address to send to","type":"string"},"EmailSubject":{"description":"Email Subject to be used in the email","type":"string"},"Printer":{"description":"Printer to be printed to","type":"string"},"MarkAsPrinted":{"description":"Mark successful prints as Printed","type":"boolean"},"SaveDestination":{"description":"Destination for files to be saved. If null or empty - saves to preview folder","type":"string"},"Destination":{"description":"Destination of where the letters will be printed\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"FileType":{"description":"File document type to be generated (.doc, .pdf, etc)\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"DoNotPrintSubsequentServiceOrders":{"description":"Print subsequent Service Orders","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"FinalizingMethodModel":{"description":"Finalizing Method Control (FinalizingMethod / CON120)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Finalizing Method Code. The finalizing method code. (C_CODE)","type":"string"},"FinalizeMethod":{"description":"Finalizing Method Description. The finalizing method description. (C_FINALIZEMETHOD)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether finalizing method is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FinalizingMethodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FinalizingMethodModel]"},"readOnly":true}}},"Operation[FinalizingMethodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FinancialAssistanceProgramModel":{"description":"Financial Assistance Program Control (FinancialAssistanceProgram / CON057)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssistanceCode":{"format":"int64","description":"Assistance Code. The financial assistance program ID code. (I_ASSISTANCECODE)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"LinkType":{"description":"Link Type. The link type of the file import object. (C_LINKTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FinancialAssistanceProgramModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FinancialAssistanceProgramModel]"},"readOnly":true}}},"Operation[FinancialAssistanceProgramModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentAuthorizationReturnModel":{"description":"Result model for the /do/findtransaction/{id} call","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ResultCode":{"description":"ResultCode:","type":"string"},"ResultText":{"description":"ResultText:","type":"string"},"ResultValue":{"description":"ResultValue:","type":"string"},"AdditionalData":{"description":"AdditionalData:","type":"string"},"AdditionalData2":{"description":"AdditionalData2:","type":"string"},"WasApproved":{"description":"WasApproved:","type":"boolean"},"AuthCode":{"description":"AuthCode:","type":"string"},"UserFriendlyResultText":{"description":"UserFriendlyResultText: a response status text to be displayed on a screen","type":"string"},"ResponseMessage":{"description":"ResponseMessage: a response message text to be displayed on a screen","type":"string"},"AdvancedStatus":{"description":"AdvancedStatus.\r\nEnum: 'Approved', 'Timeout', 'Declined'","type":"string"}}},"FireServiceUseModel":{"description":"Fire Service Use Control (FireServiceUse / CON315)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Fire Service Use Code. The code for the fire service use. (C_FIRESERVICEUSE)","type":"string"},"Description":{"description":"Fire Service Use Description. The description of the fire service use. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the fire service is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FireServiceUseModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FireServiceUseModel]"},"readOnly":true}}},"Operation[FireServiceUseModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"DocumentBookmarkItemModel":{"description":"Describes a bookmark item embedded in a document template","type":"object","properties":{"BookmarkName":{"description":"The name of the bookmark. This is the CODE of the bookmark definition from the bookmark control table.","type":"string"},"BookmarkDescription":{"description":"The description of the bookmark from the bookmark control","type":"string"},"Parameters":{"description":"The parameter values.\r\nThe parameter values and order match those expected by the bookmark and defined in the bookmark definition for the associated bookmark.","type":"array","items":{"type":"string"}},"BookmarkNameIndex":{"format":"int32","description":"The index in which the bookmark is used with the same bookmark name.\r\neg. DATETIME bookmark may appear in the document 3 times and the third appearance would be the value of 3 for this property.\r\nShould be left as 0 for new bookmarks.","type":"integer"}}},"FormLetterTemplateModel":{"description":"Form Letter Control (FormLetterTemplate / CON019)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Form Letter Code. The form letter code.  (C_CODE)","type":"string"},"Description":{"description":"Form Letter Description. The form letter description. (C_DESCRIPTION)","type":"string"},"WordTemplate":{"description":"Word Template File. The word template file. (C_WORDTEMPLATE)","type":"string"},"Notes":{"description":"Notes. The notes about the form letter. (M_NOTES)","type":"string"},"IsMembershipLetter":{"description":"Membership Letter. Indicates a membership letter. (L_MEMBERSHIP)","type":"boolean"},"IsDisabled":{"description":"Disabled. Indicates whether the form letter template is disabled. (L_DISABLED)","type":"boolean"},"LetterDays1":{"format":"int32","description":"Days from Print Bookmark 1. The number of Days from the letter dates for the letter bookmark #1. (I_LETTERDAYS1)","type":"integer"},"LetterDays2":{"format":"int32","description":"Days from Print Bookmark 2. The number of Days from the letter dates for the letter bookmark #2. (I_LETTERDAYS2)","type":"integer"},"UseBusinessDays":{"description":"Use Business Days. Indicates business days. (L_BUSINESSDAYS)","type":"boolean"},"GenerateLetterPerDevice":{"description":"Letter Per Device. Indicates if a letter will be generated per device. (L_LETTERPERDEVICE)","type":"boolean"},"SubsequentLetterCode":{"description":"Subsequent Letter Code. The subsequent letter code. (C_SUBSEQUENTLETTERCODE)","type":"string"},"AllCompanies":{"description":"All Companies. Indicates whether this form letter is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"CreateLetterOnSave":{"description":"Create Letter On Save. Indicates whether to save the letter to a folder (L_SAVELETTER)","type":"boolean"},"MarkAsPrinted":{"description":"Mark As Printed. Defaults the choice when creating letter to mark as printed (L_MARKASPRINTED)","type":"boolean"},"Company":{"description":"Company. Accounts must belong to this Company in order for this Form Letter to be used. (C_COMPANY)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order for this Form Letter to be used. (C_DIVISIONS)","type":"string"},"DocumentExtension":{"description":"Suggested extension of the resulting generated file from this template. Based on the template document name extension. Read only.","type":"string"},"FileExists":{"description":"Indicates whether the file matching the current template file name exists in the documents folder. Read only.","type":"boolean"},"MailingSetupCode":{"description":"Mailing Setup Code. The mailing setup code. (C_MAILINGSETUPCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FormLetterTemplateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FormLetterTemplateModel]"},"readOnly":true}}},"Operation[FormLetterTemplateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FormulaModel":{"description":"Rate Formula (Formula / BIF102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"int64","description":"Code. The code for the rate formula. (I_FORMULACODE)","type":"integer"},"Description":{"description":"Formula Description. The description of the formula. (C_DESCRIPTION)","type":"string"},"Notes":{"description":"Notes. The notes about the formula. (C_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the formula is disabled. (L_DISABLED)","type":"boolean"},"Script":{"description":"Script. The code in the formula. (M_SCRIPT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FormulaModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FormulaModel]"},"readOnly":true}}},"Operation[FormulaModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FreezeLevelModel":{"description":"Freeze Level Control (FreezeLevel / CON233)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Freeze Level Code. The freeze level code. (C_FREEZELEVEL)","type":"string"},"Description":{"description":"Freeze Level Description. The freeze level description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the freeze level is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FreezeLevelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FreezeLevelModel]"},"readOnly":true}}},"Operation[FreezeLevelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"FrequencyModel":{"description":"Power Frequency Control (Frequency / MEF223)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The frequency code. (C_CODE)","type":"string"},"Description":{"description":"Frequency (Hz). The frequency values. (C_FREQUENCY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[FrequencyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[FrequencyModel]"},"readOnly":true}}},"Operation[FrequencyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasInstrumentModel":{"description":"Gas Instrument (GasInstrument / MEF606)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial Number. The serial number (C_SERIALNUMBER)","type":"string"},"PressureRange":{"description":"Pressure Range. The pressure range. (C_PRESSURERANGE)","type":"string"},"TemperatureRange":{"description":"Temperature Range. The temperature range. (C_TEMPERATURERANGE)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the meter was scrapped. (D_SCRAPPED)","type":"string"},"Instrument":{"description":"Gas Instrument Number. The gas instrument number. (C_INSTRUMENT)","type":"string"},"InstallDate":{"format":"date-time","description":"Instrument Installation Date. The instrument installation date. (D_INSTALL)","type":"string"},"ServiceDate":{"format":"date-time","description":"Instrument Service Date. The instrument service date. (D_SERVICE)","type":"string"},"InstrumentType":{"description":"Instrument Type. The instrument type. (C_INSTRUMENTTYPE)","type":"string"},"Location":{"description":"Location. The meter location. (C_LOCATION)","type":"string"},"Manufacturer":{"description":"Manufacturer. The name of the manufacturer. (C_MANUFACTURER)","type":"string"},"PressureTransducerType":{"description":"Pressure Transducer Type. The pressure transducer type. (C_PRESSURETRANSDUCERTYPE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason why the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The meter status. (C_STATUS)","type":"string"},"StockCode":{"description":"Stock Code. The meter stock code. (C_STOCKCODE)","type":"string"},"TemperatureTransducerType":{"description":"Temperature Transducer Type. The temperature transducer type. (C_TEMPERATURETRANSDUCERTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasInstrumentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasInstrumentModel]"},"readOnly":true}}},"Operation[GasInstrumentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasInstrumentTestModel":{"description":"Gas Instrument Test (GasInstrumentTest / MEF607)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial Number. The instrument serial number. (C_INSTRUMENTSERIAL)","type":"string"},"TestDate":{"format":"date-time","description":"Test Date. The test date. (D_TESTDATE)","type":"string"},"FoundLowTempReading":{"format":"int32","description":"Low Temp Reading. The value as found low temperature reading. (N_FOUNDTEMPREADING)","type":"integer"},"FoundHighTempReading":{"format":"int32","description":"High Temp Reading. The value as found high temperature reading. (N_FOUNDTEMPERATUREREADINGHIGH)","type":"integer"},"Found0PressureReading":{"format":"int32","description":"Zero Pressure Reading. The value as found 0 pressure reading. (N_FOUNDPRESSUREREADING)","type":"integer"},"FoundSpanPressureReading":{"format":"int32","description":"Span Pressure Reading. The value as found span pressure reading. (N_FOUNDPRESSUREREADINGSPAN)","type":"integer"},"FoundOperatingPressureReading":{"format":"int32","description":"Operating Pressure Reading. The value as found operating pressure reading. (N_FOUNDPRESSUREREADINGOPER)","type":"integer"},"FoundGageTempReading":{"format":"int32","description":"Gauge Temp Reading. The value as found gauge temperature reading. (N_FOUNDGAGETEMPREADING)","type":"integer"},"FoundGagePressureReading":{"format":"int32","description":"Gauge Pressure Reading. The value as found gauge pressure reading. (N_FOUNDGAGEPRESSUREREADING)","type":"integer"},"LeftTempReading":{"format":"int32","description":"Temp Reading. The value as left temperature reading. (N_LEFTTEMPREADING)","type":"integer"},"LeftHighTempReading":{"format":"int32","description":"High Temp Reading. The value as left high temperature reading. (N_LEFTTEMPREADINGHIGH)","type":"integer"},"LeftPressureReading":{"format":"int32","description":"Pressure Reading. The value as left pressure reading. (N_LEFTPRESSUREREADING)","type":"integer"},"LeftSpanPressureReading":{"format":"int32","description":"Span Pressure Reading. The value as left span pressure reading. (N_LEFTPRESSUREREADINGSPAN)","type":"integer"},"LeftOperatingPressureReading":{"format":"int32","description":"Operating Pressure Reading. The value as left operating pressure reading. (N_LEFTPRESSUREREADINGOPER)","type":"integer"},"LeftGageTempReading":{"format":"int32","description":"Gauge Temp Reading. The value as left gauge temperature reading. (N_LEFTGAGETEMPREADING)","type":"integer"},"LeftGagePressureReading":{"format":"int32","description":"Gauge Pressure Reading. The value as left gauge pressure reading. (N_LEFTGAGEPRESSUREREADING)","type":"integer"},"Notes":{"description":"Notes. The notes about the instrument as found. (M_NOTES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasInstrumentTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasInstrumentTestModel]"},"readOnly":true}}},"Operation[GasInstrumentTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasLoopLocationModel":{"description":"Gas Loop Location Control (GasLoopLocation / CON047)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LoopLocationCode":{"description":"Gas Loop Location Code. The gas loop location code. (C_LOOPLOCATIONCODE)","type":"string"},"LoopLocationDescription":{"description":"Gas Loop Location Description. The gas loop location description. (C_LOOPLOCATIONDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas loop location is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasLoopLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasLoopLocationModel]"},"readOnly":true}}},"Operation[GasLoopLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterModel":{"description":"Gas Meter (GasMeter / MEF601)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"SerialNumber":{"description":"Serial Number. The serial number. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date the meter was purchased. (D_PURCHASE)","type":"string"},"Price":{"format":"double","description":"Price. The price of the meter. (Y_PRICE)","type":"number"},"LastTest":{"format":"date-time","description":"Last Test Date. The date the meter was last tested. (D_LASTTEST)","type":"string"},"ReverificationYear":{"format":"int32","description":"Reverification. The year that the meter must be re-verified. (N_REVYEAR)","type":"integer"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the meter was scrapped. (D_SCRAPPED)","type":"string"},"Warranty":{"format":"date-time","description":"Warranty Expiry Date. The date that the warranty expires on the meter. (D_WARRANTY)","type":"string"},"OwnedBy":{"description":"Meter Owned By. The owner of the meter. (C_OWNEDBY)","type":"string"},"ServicedBy":{"description":"Meter Serviced By. The person who serviced the meter. (C_SERVICED)","type":"string"},"ReadBy":{"description":"Meter Read By. The person who read the meter. (C_READBY)","type":"string"},"Mileage":{"format":"double","description":"Mileage. The meter mileage. (N_MILEAGE)","type":"number"},"Dials":{"format":"int32","description":"Dials. The number of dials on the meter. (N_DIALS)","type":"integer"},"TemperatureCompensated":{"description":"Temperature Compensated. Indicates whether the meter was temperature-compensated. (L_TEMPERATURECOMPENSATED)","type":"boolean"},"TemperatureCompensatedDate":{"format":"date-time","description":"Date Temperature Compensated. The date that the meter was temperature-compensated. (D_TEMPERATURECOMPENSATED)","type":"string"},"Notes":{"description":"Gas Meter Notes. Notes about the meter. (M_NOTES)","type":"string"},"Instrument":{"description":"Gas Instrument Number. The gas instrument number. (C_INSTRUMENT)","type":"string"},"ActiveAccount":{"type":"string"},"ActiveCustomer":{"type":"string"},"IndexType":{"description":"Index Type. The index type. (C_INDEXTYPE)","type":"string"},"Location":{"description":"Inventory Location. The location of the meter in inventory. (C_LOCATION)","type":"string"},"MeterType":{"description":"Meter Type. The meter type. (C_METERTYPE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The meter status. (C_STATUS)","type":"string"},"Subgroup":{"description":"SubGroup. The meter subgroup. (C_SUBGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterModel]"},"readOnly":true}}},"Operation[GasMeterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterIndexTypeModel":{"description":"Gas Meter Index Type Control (GasMeterIndexType / MEF610)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IndexType":{"description":"Index Type Code. The index type code. (C_INDEXTYPE)","type":"string"},"Description":{"description":"Description. The index description.  (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter index type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterIndexTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterIndexTypeModel]"},"readOnly":true}}},"Operation[GasMeterIndexTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterInstrumentTypeModel":{"description":"Instrument Type Control (GasMeterInstrumentType / MEF613)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InstrumentType":{"description":"Instrument Type. The instrument type. (C_INSTRUMENTTYPE)","type":"string"},"Description":{"description":"Description. The instrument type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the instrument type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterInstrumentTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterInstrumentTypeModel]"},"readOnly":true}}},"Operation[GasMeterInstrumentTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterMeasurementTypeModel":{"description":"Gas Meter Measurement Type Control (GasMeterMeasurementType / MEF612)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeasurementType":{"description":"Measurement Type. The measurement type. (C_MEASUREMENTTYPE)","type":"string"},"Description":{"description":"Description. The meter measurement description (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter measurement type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterMeasurementTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterMeasurementTypeModel]"},"readOnly":true}}},"Operation[GasMeterMeasurementTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterRemoteModel":{"description":"Gas Meter Remote (GasMeterRemote / MEF608)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RemoteNumber":{"description":"Meter Remote #. The remote number of the gas meter. (C_REMOTENUMBER)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the gas meter. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The gas meter purchase date. (D_PURCHASE)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date the meter was scrapped. (D_SCRAPPED)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The price of the meter. (Y_PRICE)","type":"number"},"RadioFrequency":{"format":"double","description":"Radio Frequency. The meter radio frequency. (N_RADIOFREQUENCY)","type":"number"},"ToneFrequency":{"format":"double","description":"Tone Frequency. The meter tone frequency. (N_TONEFREQUENCY)","type":"number"},"Concentrator":{"description":"Concentrator. Indicates whether the concentrator is used. (L_CONCENTRATOR)","type":"boolean"},"Notes":{"description":"Notes. The notes about the meter. (M_NOTES)","type":"string"},"ActiveAccount":{"type":"string"},"ActiveCustomer":{"type":"string"},"Location":{"description":"Location. The meter location. (C_LOCATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason why the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"RemoteType":{"description":"Type. The gas meter remote type. (C_REMOTETYPE)","type":"string"},"Status":{"description":"Status. The meter status. (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterRemoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterRemoteModel]"},"readOnly":true}}},"Operation[GasMeterRemoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterRemoteTypeModel":{"description":"Gas Meter Remote Type Control (GasMeterRemoteType / MEF609)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RemoteType":{"description":"Remote Type. The remote method type. (C_REMOTETYPE)","type":"string"},"TotalDials":{"format":"int32","description":"Total Dials. The total dials. (I_TOTALDIALS)","type":"integer"},"DecimalDials":{"format":"int32","description":"Decimal Dials. The value on the dials in decimals. (I_DECIMALDIALS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the gas meter remote type is disabled. (L_DISABLED)","type":"boolean"},"Manufacturer":{"description":"Manufacturer. The manufacturer code. (C_MANUFACTURER)","type":"string"},"MeterRemoteType":{"description":"Meter Remote Size. The gas meter remote type description. (C_METERREMOTETYPE)","type":"string"},"Method":{"description":"Method. The remote method. (C_METHOD)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterRemoteTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterRemoteTypeModel]"},"readOnly":true}}},"Operation[GasMeterRemoteTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterRepairModel":{"description":"Gas Meter Repair (GasMeterRepair / MEF604)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"RepairDate":{"format":"date-time","description":"Repair Date. The repair date. (D_REPAIRDATE)","type":"string"},"FieldNote":{"description":"Test Number. The meter test number. (C_FIELDNOTE)","type":"string"},"RepairedBy":{"description":"Repaired By. The person who repaired the meter. (C_REPAIREDBY)","type":"string"},"Location":{"description":"Location. The location of the meter. (C_LOCATION)","type":"string"},"TimeToRepair":{"format":"int32","description":"Time to Repair. The time it took to do the repair. (N_TIMETOREPAIR)","type":"integer"},"PartsUsed":{"description":"Parts Used. The parts used. (C_PARTSUSED)","type":"string"},"Notes":{"description":"Notes. The notes about the repair. (M_NOTES)","type":"string"},"RepairType":{"description":"Repair Type. The repair type. (C_REPAIRTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterRepairModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterRepairModel]"},"readOnly":true}}},"Operation[GasMeterRepairModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterSubGroupModel":{"description":"Gas Meter Subgroup (GasMeterSubGroup / MEF603)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Subgroup":{"description":"Sub Group Code. The sub group code. (C_SUBGROUP)","type":"string"},"SubgroupName":{"description":"Sub Group Name. The sub group name. (C_SUBGROUPNAME)","type":"string"},"PendingTestYear":{"format":"int32","description":"Test Year. The pending test year. (N_PENDINGTESTYEAR)","type":"integer"},"Original":{"format":"int32","description":"Original Population. The original population. (I_ORIGINAL)","type":"integer"},"YearSet":{"format":"int32","description":"Year Set. The year set. (I_YEARSET)","type":"integer"},"Notes":{"description":"Notes. The notes about the meter sub group. (M_NOTES)","type":"string"},"MeterType":{"description":"Meter Type 1. The first meter type. (C_METERTYPE)","type":"string"},"MeterType2":{"description":"Meter Type 2. The second meter type. (C_METERTYPE2)","type":"string"},"MeterType3":{"description":"Meter Type 3. The third meter type. (C_METERTYPE3)","type":"string"},"MeterType4":{"description":"Meter Type 4. The fourth meter type. (C_METERTYPE4)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterSubGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterSubGroupModel]"},"readOnly":true}}},"Operation[GasMeterSubGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterTestModel":{"description":"Gas Meter Test (GasMeterTest / MEF605)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter. The meter number. (C_METER)","type":"string"},"FieldNote":{"description":"Inspection Certificate. The inspection certificate. (C_FIELDNOTE)","type":"string"},"FieldNoteDate":{"format":"date-time","description":"Inspection Certificate Date. The inspection date. (D_FIELDNOTEDATE)","type":"string"},"TestBoard":{"description":"Test Board. The test board. (C_TESTBOARD)","type":"string"},"TestedBy":{"description":"Tested By. The person who did the testing. (C_TESTEDBY)","type":"string"},"ReverificationYear":{"format":"int32","description":"Reverification Year. The year that the meter must be re-verified. (I_REVYEAR)","type":"integer"},"WorkOrderNo":{"description":"Work Order #. The work order number. (C_WORKORDERNO)","type":"string"},"InProofOpen":{"format":"double","description":"Open In Proof. The open in proof (% of error). (N_INPROOFOPEN)","type":"number"},"InProofCheck":{"format":"double","description":"Check In Proof. The check in proof (% of error). (N_INPROOFCHECK)","type":"number"},"FinalProofOpen":{"format":"double","description":"Open Final Proof. The open final proof (% of error). (N_FINALPROOFOPEN)","type":"number"},"FinalProofCheck":{"format":"double","description":"Check Final Proof. The check final proof (% of error). (N_FINALPROOFCHECK)","type":"number"},"OpenVolumeRate":{"format":"double","description":"Open Volume Rate. The open volume rate. (N_OPENVOLUMERATE)","type":"number"},"OpenFlowRate":{"format":"int32","description":"Open Flow Rate. The open flow rate. (N_OPENFLOWRATE)","type":"integer"},"OpenTempRate":{"format":"int32","description":"Open Temp Rate. The open temperature rate. (N_OPENTEMPRATE)","type":"integer"},"OpenCompensatedProof":{"format":"double","description":"Open Compensated Proof. The open compensated proof. (N_OPENCOMPENSATEDPROOF)","type":"number"},"CheckVolumeRate":{"format":"double","description":"Check Volume Rate. The open volume rate. (N_CHECKVOLUMERATE)","type":"number"},"CheckFlowRate":{"format":"int32","description":"Check Flow Rate. The check flow rate. (N_CHECKFLOWRATE)","type":"integer"},"CheckTempRate":{"format":"int32","description":"Check Temp Rate. The check temperature rate. (N_CHECKTEMPRATE)","type":"integer"},"CheckCompensatedProof":{"format":"double","description":"Check Compensated Proof. The check compensated proof. (N_CHECKCOMPENSATEDPROOF)","type":"number"},"StaticPenFound":{"format":"int32","description":"Static Pen Found. The static pen found. (N_STATICPENFOUND)","type":"integer"},"StaticPenLeft":{"format":"int32","description":"Static Pen Left. The static pen left. (N_STATICPENLEFT)","type":"integer"},"TemperaturePenFound":{"format":"int32","description":"Temperature Pen Found. The temperature pen found. (N_TEMPERATUREPENFOUND)","type":"integer"},"TemperaturePenLeft":{"format":"int32","description":"Temperature Pen Left. The temperature pen left. (N_TEMPERATUREPENLEFT)","type":"integer"},"Notes":{"description":"Notes. The notes about the meter test. (M_NOTES)","type":"string"},"RejectCode":{"description":"Reject Code. The rejection code. (C_REJECTCODE)","type":"string"},"SerialNumber":{"description":"Serial Number. The gas meter serial number. (C_SERIALNUMBER)","type":"string"},"RemoteNumber":{"description":"Remote Number. The gas remote number. (C_REMOTENUMBER)","type":"string"},"TestSensor":{"description":"Test Sensor Code. The test sensor code. (C_TESTSENSOR)","type":"string"},"InTestAverage":{"format":"double","description":"In Test Average. The average value for the In Test. (N_INTESTAVERAGE)","type":"number"},"InTestReading":{"format":"int32","description":"In Test Reading. The reading value for the In Test. (N_INTESTREADING)","type":"integer"},"OutTestAverage":{"format":"double","description":"Out Test (Final Proof) Average. The average value for the Out Test (Final Proof). (N_OUTTESTAVERAGE)","type":"number"},"OutTestReading":{"format":"int32","description":"Out Test Reading. The reading value for the Out Test. (N_OUTTESTREADING)","type":"integer"},"AsFoundVolumeRateAvg":{"format":"double","description":"Field Test As Found Volume Rate Average. The field test as Found volume rate average. (N_ASFOUNDVOLUMERATEAVG)","type":"number"},"AsFoundFlowReading":{"format":"int64","description":"Field Test As Found Flow Rate Reading. The field test as Found flow rate reading. (N_ASFOUNDFLOWREADING)","type":"integer"},"AsLeftVolumeOpenRate":{"format":"double","description":"Field Test As Left Volume Open Rate. The field test as Left volume open rate. (N_ASLEFTVOLUMEOPENRATE)","type":"number"},"AsLeftVolumeCheckRate":{"format":"double","description":"Field Test As Left Volume Check Rate. The field test as Left volume Check Rate. (N_ASLEFTVOLUMECHECKRATE)","type":"number"},"AsLeftVolumeRateAvg":{"format":"double","description":"Field Test As Left Volume Rate Average. The field test as Left Volume rate average. (N_ASLEFTVOLUMERATEAVG)","type":"number"},"AsLeftFlowReading":{"format":"int64","description":"Field Test As Left Flow Reading. The field test as Left Flow reading. (N_ASLEFTFLOWREADING)","type":"integer"},"TurbineTest1":{"format":"int64","description":"Turbine Meter Test 1. The turbine meter test 1value. (N_TURBINETEST1)","type":"integer"},"TurbineTest2":{"format":"int64","description":"Turbine Meter Test 2. The turbine meter test 2 value. (N_TURBINETEST2)","type":"integer"},"TurbineTest3":{"format":"int64","description":"Turbine Meter Test 3. The turbine meter test 3 value. (N_TURBINETEST3)","type":"integer"},"TurbineDurationAvg":{"format":"int64","description":"Turbine Meter Test Duration Average. The turbine meter test duration average. (N_TURBINEDURATIONAVG)","type":"integer"},"PressureCompIndexPsi":{"format":"int32","description":"Pressure Compensate Test Index PSI. The pressure compensate test Index PSI. (N_PRESSURECOMPINDEXPSI)","type":"integer"},"PressureCompAsFoundPsi":{"format":"double","description":"Pressure Compensate Test As Found PSI. The pressure compensate test as Found PSI. (N_PRESSURECOMPASFOUNDPSI)","type":"number"},"PressureCompAsLeftPsi":{"format":"double","description":"Pressure Compensate Test As Left PSI. The pressure compensate test as Left PSI. (N_PRESSURECOMPASLEFTPSI)","type":"number"},"PressureCompReading":{"format":"int64","description":"Pressure Compensate Test Reading. The pressure compensate for the test reading. (N_PRESSURECOMPREADING)","type":"integer"},"AsLeftOpenFlowRate":{"format":"double","description":"As Left Open Flow Rate. The As Left Open Flow rate. (N_ASLEFTOPENFLOWRATE)","type":"number"},"AsLeftCheckFlowRate":{"format":"double","description":"As Left Check Flow Rate. The As Left Check Flow rate. (N_ASLEFTCHECKFLOWRATE)","type":"number"},"TurbineReading":{"format":"int64","description":"Turbine Test Reading. The turbine test reading. (N_TURBINEREADING)","type":"integer"},"Subgroup":{"description":"Subgroup. The sub group of the meter at the time of the test. (C_SUBGROUP)","type":"string"},"TestReason":{"description":"Reason For Test. The reason for the test. (C_TESTREASON)","type":"string"},"TestType":{"description":"Test Type. The test type. (C_TESTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterTestModel]"},"readOnly":true}}},"Operation[GasMeterTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterTestReasonModel":{"description":"Gas Meter Reason For Test Control (GasMeterTestReason / MEF614)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestReason":{"description":"Reason for Test Code. The reason for the test. (C_TESTREASON)","type":"string"},"Description":{"description":"Description. The meter test description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter reason for test is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterTestReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterTestReasonModel]"},"readOnly":true}}},"Operation[GasMeterTestReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterTestSensorModel":{"description":"Gas Meter Test Sensor Control (GasMeterTestSensor / MEF619)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestSensor":{"description":"Test Sensor Code. The test sensor code. (C_TESTSENSOR)","type":"string"},"Description":{"description":"Test Sensor Description. The test sensor description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter test sensor is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterTestSensorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterTestSensorModel]"},"readOnly":true}}},"Operation[GasMeterTestSensorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterTestTypeModel":{"description":"Gas Meter Test Type Control (GasMeterTestType / MEF611)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestType":{"description":"Test Type. The test type. (C_TESTTYPE)","type":"string"},"Description":{"description":"Description. The meter test description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter test type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterTestTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterTestTypeModel]"},"readOnly":true}}},"Operation[GasMeterTestTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasMeterTypeModel":{"description":"Gas Meter Type Control (GasMeterType / MEF602)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterType":{"description":"Meter Type. The meter type. (C_METERTYPE)","type":"string"},"ActualMeterType":{"description":"Actual Meter Type. The actual meter type. (C_ACTUALMETERTYPE)","type":"string"},"Description":{"description":"Description. The description of the meter type. (C_DESCRIPTION)","type":"string"},"MeterMultiplier":{"format":"double","description":"Meter Multiplier. The meter multiplier of the meter type. (N_METERMULTIPLIER)","type":"number"},"Position":{"description":"Position. The meter type position. (C_POSITION)","type":"string"},"MeterSize":{"description":"Meter Size. The meter size of the meter type. (C_METERSIZE)","type":"string"},"Capacity4Oz":{"format":"int32","description":"4oz Capacity. The 4 ounce capacity of the meter type. (I_4OZCAPACITY)","type":"integer"},"Capacity2Psi":{"format":"int32","description":"2 PSI Capacity. The 2 PSI capacity of the meter type. (I_2PSICAPACITY)","type":"integer"},"Capacity5Psi":{"format":"int32","description":"5 PSI Capacity. The 5 PSI capacity of the meter type. (I_5PSICAPACITY)","type":"integer"},"MaximumWorkingPressure":{"format":"int32","description":"Max. Pressure. The maximum pressured allowed for the meter type. (I_MAXWORKINGPRESSURE)","type":"integer"},"Notes":{"description":"Notes. Notes about the gas meter type. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the gas meter type is disabled. (L_DISABLED)","type":"boolean"},"CanDisconnect":{"description":"Disconnect Remotely. Indicates whether this meter type can be disconnected remotely. (L_DISCONNECTREMOTELY)","type":"boolean"},"Manufacturer":{"description":"Manufacturer. The meter type manufacturer.  (C_MANCODE)","type":"string"},"MeasurementType":{"description":"Measurement Type. The measurement type of the meter type. (C_MEASUREMENTTYPE)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the meter type. (C_STOCKCODE)","type":"string"},"Unit":{"description":"Units. The meter type units. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasMeterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasMeterTypeModel]"},"readOnly":true}}},"Operation[GasMeterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GasServiceEntranceModel":{"description":"Gas Service Entrance (GasServiceEntrance / BIF306)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Installation":{"description":"Installation #. The installation number of the gas service. (C_INSTALLATION)","type":"string"},"IsInlineMeter":{"description":"In-line Meter Indicator. Indicates if there is a gas inline meter indicator. (L_INLINEMETER)","type":"boolean"},"InstallDate":{"format":"date-time","description":"Date Gas Loop Installed. The date that the gas loop was installed. (D_INSTALLED)","type":"string"},"HasChartMeter":{"description":"Gas Loop Has Chart Meter. Indicates whether the gas loop has a chart meter. (L_HASCHARTMETER)","type":"boolean"},"ServiceFactor":{"format":"double","description":"Gas Service Factor. The gas service factor. (N_SERVICEFACTOR)","type":"number"},"FirstTimeMeter":{"description":"First Time Meter Installed Indicator. Indicates whether the meter has been installed for the first time. (L_FIRSTTIMEMETER)","type":"boolean"},"Comment":{"description":"Notes. Notes about the entrance for the gas service. (M_COMMENT)","type":"string"},"ServiceId":{"format":"int64","description":"ServiceID. The service ID. (I_SERVICEID)","type":"integer"},"LoopLocationCode":{"description":"Gas Loop Location Code. The location code for the gas loop. (C_LOOPLOCATIONCODE)","type":"string"},"OriginatingDivision":{"description":"Originating Division. The division that originated the gas service. (C_ORIGINATED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GasServiceEntranceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GasServiceEntranceModel]"},"readOnly":true}}},"Operation[GasServiceEntranceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GenericControlModel":{"description":"Generic Control (GenericControl / CON202)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Type. The generic control type. (C_TYPECODE)","type":"string"},"Description":{"description":"Description. The generic control description. (C_DESCRIPTION)","type":"string"},"LookupMethod":{"description":"Method. The lookup method, which can be \"R\"-range, \"E\"-exact value, \"M\"-range + multiply). (C_METHOD)\r\nEnum AdvancedUtility.Model.CON202+LookupMethodEnum:  Empty, ExactValue, Range, RangeMultiply, BlockTotal","type":"string"},"SourceDescription":{"description":"Source Description. The lookup code description. (C_SOURCEDESCRIPTION)","type":"string"},"ValueDescription":{"description":"Value Description. The lookup value description. (C_VALUEDESCRIPTION)","type":"string"},"ValueType":{"description":"Value Type. The type and format of the return value, e.g. N(12, 5). (C_VALUETYPE)","type":"string"},"Prorate":{"description":"Prorate. Indicates if to prorate the value. (L_PRORATE)","type":"boolean"},"GenericId":{"format":"int64","description":"Generic Control ID. The unique record identifier. (I_GENERICID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the generic control is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type for the generic control. (C_ACCOUNTTYPE)","type":"string"},"Service":{"description":"Service. The service type at the account. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GenericControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GenericControlModel]"},"readOnly":true}}},"Operation[GenericControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GenericControlDetailModel":{"description":"Generic Control Detail (GenericControlDetail / CON203)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Lookup Code. The lookup code. (C_LOOKUP)","type":"string"},"Value":{"description":"Value. The generic control value. (C_VALUE)","type":"string"},"EffectiveDatetime":{"format":"date-time","description":"Effective Date Time. The effective date and time that the generic control will be used. (T_EFFECTIVE)","type":"string"},"GenericControlHeaderLink":{"format":"int64","description":"Link to Generic Control. The foreign key from the CON202 table. (CON202.I_GENERICID) (I_GENERICID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GenericControlDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GenericControlDetailModel]"},"readOnly":true}}},"Operation[GenericControlDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GenericDataInterfaceModel":{"description":"Generic Interface (GenericDataInterface / UTL000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Source":{"description":"Source. The source of the generic interface. (C_SOURCE)","type":"string"},"Reference":{"description":"Reference. The generic interface reference. (C_REFERENCE)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally by CIS. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"DataParameters":{"description":"Additional Data Parameters. Additional data parameters to include when resending information. These parameters are a collection of data with a key and value saved in a JSON format. (C_DATAPARAMETERS)","type":"string"},"Key":{"format":"int64","description":"Key. The key number used to identify the record. (I_KEY)","type":"integer"},"Timestamp":{"format":"date-time","description":"Timestamp. The most recent date and time when data was sent. (T_TIMESTAMP)","type":"string"},"NumberofAttempts":{"format":"int32","description":"Number of Attempts. The number of attempts at calling the third-party API. (I_NUMBEROFATTEMPTS)","type":"integer"},"Data":{"description":"Data. The details about the generic interface. (M_DATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GenericDataInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GenericDataInterfaceModel]"},"readOnly":true}}},"Operation[GenericDataInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GenericExportInterfaceRunModel":{"description":"Generic file export base process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"GenericImportInterfaceRunModel":{"description":"Generic import interface request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"GenericImportRunnerRunModel":{"description":"GenericImportRunner process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted. Set to -1 to ignore.","type":"integer"},"ImportDefinition":{"description":"This is for assigning the Generic Import Definition Key for the runnable process to be run.","type":"string"},"TargetFilesFolder":{"description":"This is for assigning the folder path of targeted files to be picked then processed.","type":"string"},"ProcessingOrders":{"description":"This is for assigning the order will be used to process the files located in the targeted files folder . \r\nEnum AdvancedUtility.Services.Processes.AdvancedInterface.GenericImportRunner+ProcessingOrder: DateTimeOrder, FileNameOrder, FileSizeOrder","type":"string"},"MoveFilesToProcessedFolder":{"description":"This is for assigning if to move the processed file to processed folder.","type":"boolean"},"MovedExistingFiles":{"description":"This is for assigning on What to do when the Moved File Already Exists in Processed Folder. \r\nEnum AdvancedUtility.Services.Processes.AdvancedInterface.GenericImportRunner+MovedFileAlreadyExists: DonotProcessFile, MoveAndReplace, MoveButKeepExisting","type":"string"},"MoveFilesOnSuccess":{"description":"This is for assigning if to move the processed file in case of Success Only.","type":"boolean"},"ProcessedFilesFolder":{"description":"This is for assigning the folder path of successfully processed files to be moved to.","type":"string"},"InputData":{"description":"Import data\r\nThis is raw binary data containing the import file(s).\r\nIf passed, it will take precedence over files in TargetFilesFolder","type":"array","items":{"$ref":"#/definitions/GenericImportRunnerInputFileModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"GisConfigModel":{"description":"GIS Config (GisConfig / GIS000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LinkField":{"description":"CIS Table/Field Link to GIS. The CIS Table.Field containing the external reference link to GIS. (C_GISCISLINK)","type":"string"},"LatitudeField":{"description":"GIS Latitude Table/Field. The CIS Table.Field containing the GIS latitude. (C_GISXLOCATION)","type":"string"},"LongitudeField":{"description":"GIS Longitude Table/Field. The CIS Table.Field containing the GIS longitude. (C_GISYLOCATION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GisConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GisConfigModel]"},"readOnly":true}}},"Operation[GisConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GisMapExtentConfigModel":{"description":"GIS Map Extent Configuration (GisMapExtentConfig / GIS001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MinimumLatitude":{"format":"double","description":"Minimum Latitude. The map extent minimum latitude. (N_XMIN)","type":"number"},"MinimumLongitude":{"format":"double","description":"Minimum Longitude. The map extent minimum longitude. (N_YMIN)","type":"number"},"MaximumLatitude":{"format":"double","description":"Maximum Latitude. The map extent maximum latitude. (N_XMAX)","type":"number"},"MaximumLongitude":{"format":"double","description":"Maximum Longitude. The map extent maximum longitude. (N_YMAX)","type":"number"},"WellKnownID":{"format":"int32","description":"Well Known ID. The map coordinate system reference id. (N_WKID)","type":"integer"},"ZoomScale":{"format":"int64","description":"Zoom Scale. The map view scale to zoom to. (N_ZOOMSCALE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GisMapExtentConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GisMapExtentConfigModel]"},"readOnly":true}}},"Operation[GisMapExtentConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GisMapLayerModel":{"description":"GIS Map Layer Control (GisMapLayer / GIS002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CisMapCoordinateInfo":{"$ref":"#/definitions/GisMapLayer_CisMapCoordinateItemModel","description":"CIS map coordinate source info in decoded form.\r\nDecodes the data from the CisMapLayerCoordinateDetails internal field."},"Code":{"description":"Code. The GIS map layer code. (C_CODE)","type":"string"},"Description":{"description":"Description. The GIS map layer description. (C_DESCRIPTION)","type":"string"},"LayerType":{"description":"Layer Type. The layer type. (C_LAYERTYPE)\r\nEnum AdvancedUtility.Model.GIS002+LayerTypeEnum:  GISLayerType, CISLayerType","type":"string"},"GisMapLayerType":{"description":"GIS Map Layer Type. The GIS map layer type. (C_GISMAPLAYERTYPE)\r\nEnum AdvancedUtility.Model.GIS002+GisMapLayerTypeEnum:  _blank, ArcGISTiledMapServiceLayer, ArcGISDynamicMapServiceLayer","type":"string"},"GisMapLayerLocation":{"description":"GIS Map Layer Location. The URL of the map service. (C_GISMAPLAYERLOCATION)","type":"string"},"CisMapLayerType":{"description":"CIS Map Layer Type. The CIS map layer type. (C_CISMAPLAYERTYPE)\r\nEnum AdvancedUtility.Model.GIS002+CisMapLayerTypeEnum:  _blank, ServiceAddress","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the GIS map layer is disabled. (L_DISABLED)","type":"boolean"},"MapServiceSecurity":{"description":"Map Service Security. The security setting used by CIS Infinity to access the map service. (C_MAPSERVICESECURITY)\r\nEnum AdvancedUtility.Model.GIS002+MapServiceSecurityEnum:  _blank, PublicAvailableToEveryone, PrivateAccessSecuredUsingArcGISServerTokens, PrivateAccessSecuredUsingIntegratedWindowsAuthentication","type":"string"},"Username":{"description":"Username. An ArcGIS Server built-in user account or a domain user account from a Windows Active Directory or LDAP store, which has been granted access to the map service.  This field is required when token-based access is enabled for the map service. (C_USERNAME)","type":"string"},"ServerUrl":{"description":"Server URL. The URL of the ArcGIS Server which is hosting the map service.  This is required only if it cannot be automatically retrieved based on Map Service URL. (C_SERVERURL)","type":"string"},"TokenServiceUrl":{"description":"Token Service URL. The URL of the token service used by the ArcGIS Server.  This is required only if it cannot be automatically retrieved based on Map Service URL. (C_TOKENSERVICEURL)","type":"string"},"Password":{"description":"Password. The password corresponding to the specified username.  This field is required when token-based access is enabled for the map service. (C_PASSWORD)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"GisMapLayer_CisMapCoordinateItemModel":{"description":"Decoded data from the GisMapLayer.CisMapLayerCoordinateDetails property","type":"object","properties":{"Type":{"description":"Type of item.\r\nEnum: Valid values are \"FromGis\", \"FromCis\"","type":"string"},"CisLongitudeField":{"description":"The CIS longitude mapped field (\"table.field\" format; FromCis mode)","type":"string"},"CisLatitudeField":{"description":"The CIS latitude mapped field (\"table.field\" format; FromCis mode)","type":"string"},"GisMappedFieldLinks":{"description":"A list of mapped field links of GIS and CIS coordinates (FromGis mode)","type":"array","items":{"$ref":"#/definitions/GisMapLayer_GisCisCoordinateMappedFieldModel"}},"GisMapAddressServiceURI":{"description":"The GIS map address service URI (FromGis mode)","type":"string"}}},"GisMapLayer_GisCisCoordinateMappedFieldModel":{"description":"This class is to hold the value of GisMapLayer.GisCisCoordinate mapped field links","type":"object","properties":{"GisField":{"description":"The GIS Coordinate mapped field link.","type":"string"},"CisField":{"description":"The CIS Coordinate mapped field link.","type":"string"}}},"JsonPatchDocument[GisMapLayerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GisMapLayerModel]"},"readOnly":true}}},"Operation[GisMapLayerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLBatchModel":{"description":"G/L Interface Batch (GLBatch / GLE200)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchSource":{"description":"Source. The interface source. (C_SOURCE)\r\nEnum AdvancedUtility.Model.BatchTypeEnum:  Billing, Transaction","type":"string"},"BatchId":{"format":"int64","description":"Batch ID. The source batch ID. (I_SOURCEBATCHID)","type":"integer"},"Description":{"description":"Batch Description. The batch description. (C_DESCRIPTION)","type":"string"},"IsExported":{"description":"Journal Entry Created. Indicates whether the journal entry is created. (L_JOURNALENTRYCREATED)","type":"boolean"},"ExportDatetime":{"format":"date-time","description":"Journal Date/Time. The date and time that this batch was journalled (exported). (T_JOURNALDATETIME)","type":"string"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_TRANSDATE)","type":"string"},"ExternalReference":{"description":"External Reference. The external reference ID associated with this batch. (C_EXTREFERENCE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLBatchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLBatchModel]"},"readOnly":true}}},"Operation[GLBatchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLBatchDetailModel":{"description":"G/L Interface Batch Detail (GLBatchDetail / GLE201)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchSource":{"description":"Source. The interface source. (C_SOURCE)\r\nEnum AdvancedUtility.Model.BatchTypeEnum:  Billing, Transaction","type":"string"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_SOURCEBATCHID)","type":"integer"},"DebitBalance":{"format":"double","description":"Debit Balance. The debit balance. (Y_DEBITBALANCE)","type":"number"},"CreditBalance":{"format":"double","description":"Credit Balance. The credit balance. (Y_CREDITBALANCE)","type":"number"},"Type":{"description":"Type. The transaction entry type. (C_TYPE)","type":"string"},"Company":{"description":"Company Code. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division Code. The division code. (C_DIVISION)","type":"string"},"ElementNumber":{"description":"Element Number. The element number. (C_ELEMENTNUM)","type":"string"},"GLNumber":{"description":"G/L Number. The general ledger number. (C_GLNUM)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLBatchDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLBatchDetailModel]"},"readOnly":true}}},"Operation[GLBatchDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLExportInterfaceRunModel":{"description":"Preauthorized payment export base process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchPks":{"description":"The Pks of the GLE200 batch records the process should run against","type":"array","items":{"format":"int64","type":"integer"}},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"GLMonthModel":{"description":"G/L Year/Month Control (GLMonth / GLE040)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Month":{"description":"Month. The general ledger month. (C_MONTH)\r\nEnum AdvancedUtility.Model.GLE040+MonthEnum:  _01, _02, _03, _04, _05, _06, _07, _08, _09, _10, _11, _12","type":"string"},"FromDate":{"format":"date-time","description":"From Date. The 'From' date. (D_FROMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The 'To' date. (D_TODATE)","type":"string"},"IsClosed":{"description":"Month Closed. Indicates which month the general ledger was closed. (L_CLOSED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the G/L month is disabled. (L_DISABLED)","type":"boolean"},"Year":{"description":"Year. The general ledger year. (C_YEAR)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLMonthModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLMonthModel]"},"readOnly":true}}},"Operation[GLMonthModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLNumberModel":{"description":"G/L Number Control (GLNumber / GLE010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Company":{"description":"Company Code. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division Code. The division code. (C_DIVISION)","type":"string"},"GLNumberCode":{"description":"G/L Number. The general ledger number. (C_GLNUM)","type":"string"},"Description":{"description":"Description. The general ledger description. (C_DESCRIPTION)","type":"string"},"NotAvailableForGLEntryType":{"description":"N/A to G/L Entry Type. Indicates if the general ledger will not be available for selection when entering a GL type of Cash Register entry. (L_NOTAVAILABLEFORGLENTRYTYPE)","type":"boolean"},"NotSendGL":{"description":"Not Send G/L Entry (L_NOTSENDGL)","type":"boolean"},"ExternalAccount":{"description":"External Account. External Account (C_EXTACCOUNT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the GL number is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLNumberModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLNumberModel]"},"readOnly":true}}},"Operation[GLNumberModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLNumberElementModel":{"description":"G/L Number Element Control (GLNumberElement / GLE020)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Company":{"description":"Company Code. The company ID code of the general ledger element. (C_COMPANY)","type":"string"},"Division":{"description":"Division Code. The division code of the general ledger element. (C_DIVISION)","type":"string"},"ElementNumber":{"description":"Element Number. The element number. (C_ELEMENTNUM)","type":"string"},"Description":{"description":"Description. The description of the general ledger element. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the GL number element is disabled. (L_DISABLED)","type":"boolean"},"GLNumber":{"description":"G/L Number. The general ledger number. (C_GLNUM)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLNumberElementModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLNumberElementModel]"},"readOnly":true}}},"Operation[GLNumberElementModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLTransactionModel":{"description":"G/L Transaction (GLTransaction / GLE050)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransactionNumber":{"format":"int64","description":"Transaction Number. The general ledger transaction number. (I_TRANSNUM)","type":"integer"},"Sequence":{"format":"int32","description":"Sequence. The sequence number of this item within the (I_TRANSNUM) transaction.  Most items will be sequence 0, but if double posting G/L accounts are configured, there will a sequence 1 as well. (N_SEQUENCE)","type":"integer"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_TRANSDATE)","type":"string"},"TransactionAmount":{"format":"double","description":"Transaction Amount. The transaction amount. (Y_TRANSAMOUNT)","type":"number"},"Datetime":{"format":"date-time","description":"DateTime. The transaction date and time. (T_DATETIME)","type":"string"},"Month":{"description":"Month. The month of the transaction. (C_MONTH)\r\nEnum AdvancedUtility.Model.GLE040+MonthEnum:  _01, _02, _03, _04, _05, _06, _07, _08, _09, _10, _11, _12","type":"string"},"AccountType":{"type":"string"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"Company":{"description":"Company Code. The company ID code of the transaction. (C_COMPANY)","type":"string"},"CreditElementNumber":{"description":"Credit Element #. The credit element number. (C_CREDITELEMENTNUM)","type":"string"},"CreditGLNumber":{"description":"Credit G/L #. The credit general ledger number. (C_CREDITGLNUM)","type":"string"},"DebitElementNumber":{"description":"Debit Element #. The debit element number. (C_DEBITELEMENTNUM)","type":"string"},"DebitGLNumber":{"description":"Debit G/L #. The debit general ledger number. (C_DEBITGLNUM)","type":"string"},"Division":{"description":"Division Code. The division code of the transaction. (C_DIVISION)","type":"string"},"TransactionCode":{"description":"Transaction Code. The general ledger transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"Created By. The ID of the user who entered the transaction. (C_USERID)","type":"string"},"Year":{"description":"Year. The year of the transaction. (C_YEAR)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLTransactionModel]"},"readOnly":true}}},"Operation[GLTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"GLYearModel":{"description":"G/L Year Control (GLYear / GLE030)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"YearCode":{"description":"Year Code. The unique code to identify the entry. (C_YEAR)","type":"string"},"FiscalYear":{"format":"int32","description":"Fiscal Year. The fiscal year. (N_YEAR)","type":"integer"},"FromDate":{"format":"date-time","description":"From Date. The fiscal year 'From' date. (D_FROMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The fiscal year 'To' date. (D_TODATE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the G/L year is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[GLYearModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[GLYearModel]"},"readOnly":true}}},"Operation[GLYearModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"HighConsumptionReportRunModel":{"description":"HighConsumption report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SortBy":{"type":"string"},"GroupBy":{"format":"int32","type":"integer"},"Service":{"type":"string"},"OtherService":{"type":"string"},"DateFrom":{"format":"date-time","type":"string"},"DateTo":{"format":"date-time","type":"string"},"MinConsumption":{"format":"double","type":"number"},"TopUsers":{"format":"int32","type":"integer"},"AllCompany":{"type":"boolean"},"Company":{"type":"string"},"AllDivisions":{"type":"boolean"},"Divisions":{"type":"object"},"AccountTypes":{"type":"object"},"BillCodes":{"type":"object"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"HyperlinkEvaluateModel":{"description":"Details required to evaluate a dynamic hyperlink","type":"object","properties":{"TargetValue":{"description":"Optional target value.\r\nBound to $CurrentValue in the hyperlink environment script.\r\nTypically an individual simple value corresponding to the item on which the hyperlink was invoked.","type":"object"},"TargetObject":{"description":"Optional target object.\r\nBound to $this in the hyperlink environment script.\r\nTypically the entire object on the form on which the hyperlink was invoked.\r\nTreated as a dictionary of simple values, not a true object, and the property values cannot be themselves objects with embedded properties.","type":"object","additionalProperties":{"type":"object"}}}},"HyperlinkModel":{"description":"Hyperlink Control (Hyperlink / SYS013)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The hyperlink code. (C_HYPERLINKCODE)","type":"string"},"MenuLabel":{"description":"Menu Label. The menu label. (C_LABEL)","type":"string"},"Description":{"description":"Description. The description of the hyperlink. (C_DESCRIPTION)","type":"string"},"Script":{"description":"Script. The universal resource locator (URL) / website address. (C_DOCUMENT)","type":"string"},"IsDynamic":{"description":"Dynamic. Indicates if the hyperlink is dynamic. (L_DYNAMIC)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the hyperlink is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[HyperlinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[HyperlinkModel]"},"readOnly":true}}},"Operation[HyperlinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InfinityMobileSettingsModel":{"description":"Infinity.Mobile Settings (InfinityMobileSettings / MOB000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EmergencySOColor":{"format":"int64","description":"Emergency Service Order Color. The Infinity.Mobile emergency service order colour. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_EMERGENCYSOCOLOR)","type":"integer"},"HoldSOColor":{"format":"int64","description":"On Hold Service Order Color. The Infinity.Mobile on hold service order colour. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_HOLDSOCOLOR)","type":"integer"},"SOTypes":{"description":"Service Order Types. The Infinity.Mobile service order types. (C_SOTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InfinityMobileSettingsModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InfinityMobileSettingsModel]"},"readOnly":true}}},"Operation[InfinityMobileSettingsModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InformationOnlyReadingModel":{"description":"Information Only Readings (InformationOnlyReading / BIF032)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account. The account number. (C_ACCOUNT)","type":"string"},"ReadDate":{"format":"date-time","description":"Read Date. The read date. (T_READDATE)","type":"string"},"Meter":{"description":"Meter. The meter ID (C_METER)","type":"string"},"CurrentRead":{"format":"double","description":"Current Read. The current read. (N_CURREAD)","type":"number"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"Status":{"description":"Status. The record status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF032+StatusEnum:  FinalRead, MustRead, InformationOnlyRead, VacantAccountRead, MasterFinalRead, ScheduledUsage","type":"string"},"Counter":{"format":"int32","description":"Attempt Counter. The counter number for the attempt. (I_COUNTER)","type":"integer"},"IsProcessed":{"description":"Processed. Indicates whether the information was processed. (L_PROCESSED)","type":"boolean"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"PreviousReading":{"format":"double","description":"Previous Reading. The reading value from the previously recorded read. (N_PREVREAD)","type":"number"},"InfoReadingId":{"format":"int64","description":"Information Reading ID. The information reading ID. (I_INFOREADINGID)","type":"integer"},"Consumption":{"format":"double","description":"Consumption. Provides the amount consumed since the last reading date. It is the difference between the current reading and previous reading values. (N_CONSUMPTION)","type":"number"},"Notes":{"description":"Notes. The notes about the informational read. (M_NOTES)","type":"string"},"ServiceOrder":{"format":"int64","description":"Service Order. The service order associated to this information only reading. (I_SERVICEORDER)","type":"integer"},"PreviousReadingDate":{"format":"date-time","description":"Previous Reading Date. The date and time when the previous reading was recorded. (T_PREVREADDATE)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the reading was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"ReadStatus":{"description":"Read Status. The read status. (C_READSTATUS)","type":"string"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"ReadTypeId":{"format":"int64","description":"Read Type ID. The Read Type ID. (I_READTYPEID)","type":"integer"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Units":{"description":"Units. The units. (C_UNITS)","type":"string"},"WorkerCode":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InformationOnlyReadingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InformationOnlyReadingModel]"},"readOnly":true}}},"Operation[InformationOnlyReadingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InstallationChannelModel":{"description":"Installation Channel (InstallationChannel / MEF209)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Installation":{"description":"Installation Number. The MV90 channel installation number. (C_INSTALLATION)","type":"string"},"Channel":{"description":"Channel Number. The channel number. (C_CHANNEL)","type":"string"},"Mv90RecorderId":{"description":"MV90 Recorder ID. The MV90 recorder ID. (C_MV90RECORDERID)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date that the MV90 channel was installed. (T_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date that the MV90 channel was removed. (T_DATEREMOVED)","type":"string"},"Description":{"description":"Channel Description. The description of the MV90 channel. (C_DESCRIPTION)","type":"string"},"Mv90Unit":{"description":"MV90 Unit Code. The MV90 unit code. (C_MV90UNIT)","type":"string"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InstallationChannelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InstallationChannelModel]"},"readOnly":true}}},"Operation[InstallationChannelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InstallationInspectionModel":{"description":"Installation Inspection (InstallationInspection / MEF203)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Installation":{"description":"Installation. The installation number. (C_INSTALLATION)","type":"string"},"InspectionDate":{"format":"date-time","description":"Date of Inspection. The inspection date. (D_INSPECTION)","type":"string"},"InspectedBy":{"description":"Inspected by. The person who inspected the equipment. (C_INSPECTEDBY)","type":"string"},"Measurement":{"description":"Measurement Canada. Indicates whether Measurement Canada was involved in this inspection. (L_MEASUREMENT)","type":"boolean"},"ReportNumber":{"description":"Inspection Report Number. The inspection report number. (C_REPORTNUMBER)","type":"string"},"CrossPhase":{"description":"Cross Phase. Indicates whether the cross phase test was done. (L_CROSSPHASE)","type":"boolean"},"PtRatio":{"description":"PT Ratio. Indicates whether the primary transformer test was done. (L_PTRATIO)","type":"boolean"},"CtRatio":{"description":"CT Ratio. Indicates whether the current transformer test was done. (L_CTRATIO)","type":"boolean"},"CtBurden":{"description":"CT Burden. Indicates whether the current transformer burden test was done. (L_CTBURDEN)","type":"boolean"},"MeterAccuracy":{"description":"Meter Accuracy. Indicates whether the meter accuracy test was done. (L_METERACCURACT)","type":"boolean"},"Results":{"description":"Results of Inspection. Notes about the results of the inspection. (M_RESULTS)","type":"string"},"Location":{"description":"Location of Test Results. The location in which the test results are stored. (C_LOCATION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InstallationInspectionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InstallationInspectionModel]"},"readOnly":true}}},"Operation[InstallationInspectionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InstallationTransformerHistoryModel":{"description":"Installation Transformer (InstallationTransformerHistory / MEF208)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Installation":{"description":"Installation Number. The installation number of the transformer. (C_INSTALLATION)","type":"string"},"TransformerType":{"description":"Transformer Type. The transformer type. (C_TRANSFORMERTYPE)\r\nEnum AdvancedUtility.Model.MEF208+TransformerTypeEnum:  CurrentTransformer, PotentialTransformer, PMUTransformer, AuxiliaryCurrentTransformer","type":"string"},"TransformerNumber":{"description":"Transformer Number. The transformer number from a specific table which is based on the selected transformer type.  (C_TRANSFORMERNUMBER)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date the transformer was installed. (D_INSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date that the transformer was removed. (D_REMOVED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InstallationTransformerHistoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InstallationTransformerHistoryModel]"},"readOnly":true}}},"Operation[InstallationTransformerHistoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InstructionLocationCodeModel":{"description":"Instruction/Location Control (InstructionLocationCode / ITR002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Instr/Location Code. The instruction / location code. (C_CODE)","type":"string"},"Description":{"description":"Instr/Location Description. The instruction / location description. (C_DESCRIPTION)","type":"string"},"Instruction":{"description":"Instruction/Location. Indicates whether this is an instruction code or location code. (L_INSTRUCTION)","type":"boolean"},"Alert":{"description":"Alert. Indicates an alert. (L_ALERT)","type":"boolean"},"Hold":{"description":"Hold. Indicates a hold. (L_HOLD)","type":"boolean"},"CriticalRead":{"description":"Critical Read. Indicates a critical read. (L_CRITICALREAD)","type":"boolean"},"NeedAppointment":{"description":"Needs Appointment. Indicates whether an appointment is needed. (L_NEEDAPPOINTMENT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InstructionLocationCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InstructionLocationCodeModel]"},"readOnly":true}}},"Operation[InstructionLocationCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InsulatingFluidModel":{"description":"Insulating Fluid Control (InsulatingFluid / MEF224)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Insulating Fluid Code. The insulating fluid code. (C_CODE)","type":"string"},"Description":{"description":"Insulating Fluid. The insulating fluid description. (C_INSULATINGFLUID)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InsulatingFluidModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InsulatingFluidModel]"},"readOnly":true}}},"Operation[InsulatingFluidModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InsulationClassModel":{"description":"Insulation Class Control (InsulationClass / MEF221)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"double","description":"Insulation Class (kV). The insulation class (kV). (N_INSULATIONCLASS)","type":"number"},"Description":{"description":"Insulation Class Description. The insulation class description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the insulation class is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InsulationClassModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InsulationClassModel]"},"readOnly":true}}},"Operation[InsulationClassModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"IntegrationProcessModel":{"description":"Integration Process Control (IntegrationProcess / INT301)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProcessId":{"format":"int64","description":"Process ID. The process ID. (I_PROCESSID)","type":"integer"},"Description":{"description":"Description. The integration key description. (C_DESCRIPTION)","type":"string"},"MaximumParallelProcesses":{"format":"int32","description":"Maximum Parallel Processes. The maximum number of processes that can be run on the Integration Manager. (N_MAXPARALLELPROCESSES)","type":"integer"},"LoopInterval":{"format":"int32","description":"Loop Interval (sec). The interval in seconds between iterations on the Integration Manager. (I_LOOPINTERVAL)","type":"integer"},"ExcludeHolidays":{"description":"Exclude Holidays. Indicates whether to exclude holidays from the processing days. (L_NOHOLIDAYS)","type":"boolean"},"AvailabilityData":{"description":"Availability Data. Data describing when the Integration Manager is available. (C_AVAILABILITYDATA)","type":"string"},"EventType":{"description":"Event Type. The type of event initiating this process. (C_EVENTTYPE)\r\nEnum AdvancedUtility.Model.INT301+EventTypeEnum:  _blank, InterfaceTableChanges, ExternalChange, FolderChange, Custom","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"LastExecutionDatetime":{"format":"date-time","description":"Last Execution Date/Time. The most recent date and time the integration process was executed. (T_LASTEXECUTION)","type":"string"},"EventData":{"description":"Event Data. The event type data. (M_EVENTDATA)","type":"string"},"Function":{"description":"Name or Type of Functionality. The name or type of functionality. (C_FUNCTIONNAME)","type":"string"},"Module":{"description":"Module. The module. (C_MODULE)","type":"string"},"ParameterData":{"description":"Parameter Data. The parameter data of the process run. (M_PARAMETERDATA)","type":"string"},"ProcessViewSecurityId":{"format":"int64","description":"Process View. View used to configure the process. (I_PROCESSVIEWSECURITYID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[IntegrationProcessModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[IntegrationProcessModel]"},"readOnly":true}}},"Operation[IntegrationProcessModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"IntegrationServerConfigModel":{"description":"Integration Server Control (IntegrationServerConfig / INT300)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LoopInterval":{"format":"int32","description":"Loop Interval (sec). The interval in seconds between iterations on the Integration Manager. (I_LOOPINTERVAL)","type":"integer"},"ExcludeHolidays":{"description":"Exclude Holidays. Indicates whether to exclude holidays from the processing days. (L_NOHOLIDAYS)","type":"boolean"},"AvailabilityData":{"description":"Availability Data. Data describing when the Integration Manager is available. (C_AVAILABILITYDATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[IntegrationServerConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[IntegrationServerConfigModel]"},"readOnly":true}}},"Operation[IntegrationServerConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"IntegrationSetupModel":{"description":"Integration Control (IntegrationSetup / INT000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Property":{"description":"Property Name. The name of the integration setup. (C_NAME)","type":"string"},"Description":{"description":"Description. The integration setup details. (C_DESCRIPTION)","type":"string"},"ExternalValueType":{"description":"External Value Type. The external value type. (C_EXTERNALVALUETYPE)","type":"string"},"ExternalValueLength":{"format":"int32","description":"External Value Length. The external value length. (N_EXTERNALVALUELENGTH)","type":"integer"},"ExternalValueDecimals":{"format":"int32","description":"External Value Decimals. The external value decimals. (N_EXTERNALVALUEDEC)","type":"integer"},"CisValueType":{"description":"CIS Value Type. The CIS Infinity value type. (C_CISVALUETYPE)","type":"string"},"CisValueLength":{"format":"int32","description":"CIS Value Length. The CIS Infinity value length. (N_CISVALUELENGTH)","type":"integer"},"CisValueDecimals":{"format":"int32","description":"CIS Value Decimals. The CIS Infinity value decimals. (N_CISVALUEDEC)","type":"integer"},"IntegrationKey":{"format":"int64","description":"Integration Key. The integration key. (I_INTEGKEY)","type":"integer"},"IsNoValueAllowed":{"description":"No Value Allowed. Indicates if no value is allowed. (L_NOVALUEALLOWED)","type":"boolean"},"Encrypt":{"description":"Is Encrypted. Is Encrypted (L_ENCRYPT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Function":{"description":"Function Name. The name or type of functionality. (C_FUNCTIONNAME)","type":"string"},"Module":{"description":"Module Name. The module name. (C_MODULE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[IntegrationSetupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[IntegrationSetupModel]"},"readOnly":true}}},"Operation[IntegrationSetupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"IntegrationValueModel":{"description":"Integration Values (IntegrationValue / INT100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Description. The integration key description. (C_DESCRIPTION)","type":"string"},"ExternalValue":{"description":"External Value. The external value. (C_EXTERNALVALUE)","type":"string"},"CisValue":{"description":"CIS Value. The CIS value. (C_CISVALUE)","type":"string"},"IntegrationKey":{"format":"int64","description":"Integration Key. The integration key. (I_INTEGKEY)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[IntegrationValueModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[IntegrationValueModel]"},"readOnly":true}}},"Operation[IntegrationValueModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"IntervalMeterReadingModel":{"description":"Interval Reading (IntervalMeterReading / BIF116)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"Reading":{"format":"double","description":"Meter Reading. The meter reading description. (N_READING)","type":"number"},"TimeReadId":{"format":"int64","description":"Interval Read Key. The interval read key. (I_TIMEREADID)","type":"integer"},"Channel":{"description":"MV90 Channel Number. The MV90 channel number. (C_CHANNEL)","type":"string"},"ReadingDatetime":{"format":"date-time","description":"Date Time of Reading. The date and time of the reading. (T_READINGDATETIME)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[IntervalMeterReadingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[IntervalMeterReadingModel]"},"readOnly":true}}},"Operation[IntervalMeterReadingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"InventoryMassAddRunModel":{"description":"InventoryMassAdd process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InventoryType":{"description":"Inventory type code","type":"string"},"SourceId":{"description":"Inventory source id (ie. meter#)","type":"string"},"NumberOfMeterEquipment":{"format":"int32","description":"Number of meter equipment","type":"integer"},"FirstMeterEquipmentNumber":{"description":"First meter equipment number","type":"string"},"FirstMeterEquipmentSerialNumber":{"description":"First meter equipment serial number","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"InventoryTypeModel":{"description":"Inventory Type Control (InventoryType / CON035)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InventoryTypeCode":{"description":"Code. The inventory type code. (C_INVENTORYTYPE)","type":"string"},"Description":{"description":"Description. The inventory type description. (C_DESCRIPTION)","type":"string"},"InventoryTable":{"description":"Inventory Table. The inventory table. (C_INVENTORYTABLE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"AutoGenerateWaterHeaterNumber":{"description":"Auto Generate Water Heater Number. Indicates whether to automatically generate the water heater number.  (L_GENERATEWATERHEATERNUM)","type":"boolean"},"AutoGenerateMeterNumber":{"description":"Auto Generate Meter Number. Indicates whether to automatically generate the meter number.  (L_GENERATEMETERNUM)","type":"boolean"},"RetainRemoteMeterNumber":{"description":"Retain Remote Meter Number. Indicates whether to retain the remote number for a meter with multiple read types when there is a meter change. (L_RETAINREMOTENUM)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[InventoryTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[InventoryTypeModel]"},"readOnly":true}}},"Operation[InventoryTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ItronReadingTypeModel":{"description":"Itron Reading Type Code (ItronReadingType / CON070)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TypeCode":{"description":"Itron Read Type code. The Itron read type code. (C_TYPECODE)","type":"string"},"Description":{"description":"Type Description. The Itron read type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether itron reading type is disabled. (L_DISABLED)","type":"boolean"},"ReadStatus":{"description":"Read Status. The read status. (C_READSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ItronReadingTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ItronReadingTypeModel]"},"readOnly":true}}},"Operation[ItronReadingTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ItronReadTypeModel":{"description":"Itron Read Type Control (ItronReadType / ITR017)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ItronType":{"description":"Itron Read Type Code. The Itron read type code. (C_ITRONTYPE)","type":"string"},"Description":{"description":"Description. The Itron read type description. (C_DESCRIPTION)","type":"string"},"TextPrompt":{"description":"Text Prompt. The text prompt displayed on the handheld next to the reading (C_TEXTPROMPT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the itron read type is disabled. (L_DISABLED)","type":"boolean"},"ItronVersions":{"description":"Itron Versions. The Itron versions. (C_ITRONVERSIONS)","type":"string"},"ReadTypes":{"description":"Read Types. Comma separated list of read type codes (C_READTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ItronReadTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ItronReadTypeModel]"},"readOnly":true}}},"Operation[ItronReadTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"KeyModel":{"description":"Key (Key / ITR021)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"KeyReferenceNumber":{"description":"Key Reference #. The reference number of the key used to access the meter. (C_KEYREFERENCENUMBER)","type":"string"},"LockNumbers":{"description":"Lock Numbers. The lock numbers. (C_LOCKNUMBERS)","type":"string"},"Combination":{"description":"Combination. The combination of the lock. (C_COMBINATION)","type":"string"},"KeyReceivedFrom":{"description":"Key Received From. The person whom the key was received from. (C_KEYRECEIVEDFROM)","type":"string"},"DateKeyReceived":{"format":"date-time","description":"Date Key Received. The date that the key was received. (D_DATEKEYRECEIVED)","type":"string"},"KeyReturnedTo":{"description":"Key Returned To. The person to whom the key was returned. (C_KEYRETURNEDTO)","type":"string"},"DateKeyReturned":{"format":"date-time","description":"Date Key Returned. The date that the key was returned. (D_DATEKEYRETURNED)","type":"string"},"IsAlarm":{"description":"Alarm. Indicates whether there is an alarm at the meter's location. (L_ALARM)","type":"boolean"},"AlarmCode":{"description":"Alarm Code. The code for the alarm. (C_ALARMCODE)","type":"string"},"AlarmPhone":{"description":"Phone to Call on Alarm. The phone number to call if the alarm is activated. (C_ALARMPHONE)","type":"string"},"AlarmPhoneCode":{"description":"Alarm Phone Code. The phone code for deactivating the alarm. (C_ALARMPHONECODE)","type":"string"},"Contact":{"description":"Key Contact Person. The contact person for the key. (C_CONTACT)","type":"string"},"ContactPhone":{"description":"Contact Phone. The phone number of the key contact person. (C_CONTACTPHONE)","type":"string"},"IsActive":{"description":"Active. Indicates whether this record is active. (L_ACTIVE)","type":"boolean"},"Notes":{"description":"Notes. Notes about the key. (M_NOTES)","type":"string"},"LockType":{"description":"Lock Type. The lock type. (C_LOCKTYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"RingNumber":{"description":"Ring Number. The key's ring number. (C_RINGNUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[KeyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[KeyModel]"},"readOnly":true}}},"Operation[KeyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LampTypeModel":{"description":"Lamp Type Control (LampType / MEF033)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Lamp Type Code. The lamp type code. (C_LAMPTYPE)","type":"string"},"Description":{"description":"Lamp Type Description. The lamp type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LampTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LampTypeModel]"},"readOnly":true}}},"Operation[LampTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LanguagePreferenceModel":{"description":"Language Preference Control (LanguagePreference / CON219)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Language":{"description":"Language Preference Code. The language preference code. For example, FR or EN. (C_LANGUAGE)","type":"string"},"Description":{"description":"Language Description. The language preference description. For example, French or English. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether language preference is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LanguagePreferenceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LanguagePreferenceModel]"},"readOnly":true}}},"Operation[LanguagePreferenceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LetterModel":{"description":"Letter (Letter / BIF020)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ReferenceNumber":{"description":"External Reference. The external reference number linked to the letter generated in CIS Infinity. (C_REFERENCENUM)","type":"string"},"AddDatetime":{"format":"date-time","description":"Date/Time Created. The date and time of the letter. (T_DATETIME)","type":"string"},"CustomerAccountId":{"format":"int64","description":"CustAcct ID. The customer/account ID number. (I_CUSTACCTID)","type":"integer"},"LetterNumber":{"format":"int64","description":"Letter #. The letter number. (I_LETTERNUMBER)","type":"integer"},"LetterName":{"description":"Letter Name. The name of the file that stores the letter. (C_LETTERNAME)","type":"string"},"PrintDate":{"format":"date-time","description":"Print Date. The date that appears on the letter. (D_PRINTDATE)","type":"string"},"PrintedDatetime":{"format":"date-time","description":"Print Date/Time. The date and time that the letter was printed. (T_PRINTEDDATETIME)","type":"string"},"ActionDate":{"format":"date-time","description":"Action Date. The date when the action was generated. (D_ACTION)","type":"string"},"IsMembership":{"description":"Membership Letter. Indicates a membership letter. (L_MEMBERSHIP)","type":"boolean"},"SpecialType":{"description":"Special Letter Type. The special letter type. Blank by default. \"BFNT\" will be used for Backflow Notifications. (C_TYPE)","type":"string"},"SpecialKey":{"format":"int64","description":"Key to Special Letter Control. The key to \"Special Letter\" control. In the case of Backflow Notifications, this will be the Primary Key for the Notification record in CON244. (I_KEY)","type":"integer"},"SpecialDevice":{"description":"Special Letter Device Number. The special letter Backflow Device number. (C_DEVICE)","type":"string"},"DeviceList":{"description":"List of Devices. Device numbers (comma-separated) of devices listed in this letter. (M_DEVICELIST)","type":"string"},"Responded":{"description":"Correspondence Received. Indicates customer correspondence has been received. (L_RESPONDED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID of the letter. (I_ACTION)","type":"integer"},"CreateLetterOnSave":{"description":"Indicates if the letter is to be created immediately on save of this record. Leave null to let default from LetterForm (CON019) be used, else set explicitly as needed.","type":"boolean"},"Data":{"description":"Memo for List of Backflow Devices in the Letter. The memo about the list of Backflow Devices indicated in the Letter.   (M_DATA)","type":"string"},"FileExists":{"description":"Check if letter exists on path after creation.","type":"boolean"},"LetterCode":{"description":"Letter Code. The ID code of the letter. (C_LETTERCODE)","type":"string"},"MarkAsPrinted":{"type":"boolean"},"PrintedUserId":{"description":"Print User ID. The ID of the user that printed the letter. (C_PRINTEDUSERID)","type":"string"},"UserId":{"description":"Created By. The ID of the user that sent/created the letter. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LetterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LetterModel]"},"readOnly":true}}},"Operation[LetterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LIAPEnrolmentImportRunModel":{"description":"LIAPEnrolmentImport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssistanceCode":{"description":"Assistance program code","type":"string"},"CertificationAuthority":{"description":"Assistance certification authority code","type":"string"},"ImportFileName":{"description":"Import file name","type":"string"},"DeleteImportFile":{"description":"Flag indicating whether to delete the import file after processing","type":"boolean"},"CustomersNotProcessedLogName":{"description":"Log filename for customer entries not found","type":"string"},"CityFilter":{"description":"A comma separated list of cities to filter the import file by","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LienModel":{"description":"Lien Batch Detail (Lien / COL008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LienedTransactions":{"description":"List of liened transactions to be loaded","type":"array","items":{"$ref":"#/definitions/LienableTransactionModel"}},"BatchId":{"format":"int64","description":"Lien Batch ID. The lien batch ID. (I_BATCHID)","type":"integer"},"LienAgency":{"description":"Lien Agency. The name of the Lien Agency. (C_LIENAGENCY)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"CreatedDateTime":{"format":"date-time","description":"Date Time Created. The date and time the lien was created. (T_DATETIME)","type":"string"},"Certificate":{"description":"Lien Certificate. The lien certificate number. (C_CERTIFICATE)","type":"string"},"TotalLienAmount":{"format":"double","description":"Total Lien Amount. The total lien amount. (Y_AMOUNT)","type":"number"},"RemoveDate":{"format":"date-time","description":"Remove Date. The date the lien was removed. (D_REMOVE)","type":"string"},"LienAddress":{"description":"Lien Address. The lien address. (C_LIENADDRESS)","type":"string"},"Notes":{"description":"Notes. The notes about the lien. (C_NOTES)","type":"string"},"Pk":{"format":"int64","description":"COL008 Record Key. The unique record identifier. (I_COL008PK)","type":"integer"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"IsProcessed":{"description":"Is Processed. Indicates whether the lien batch has been processed. (L_PROCESSED)","type":"boolean"},"CalculateDateTime":{"format":"date-time","description":"Calculate Date Time. The date and time when the lien amount was last calculated for the account. (T_CALCULATEDATETIME)","type":"string"},"FeeAmount":{"format":"double","description":"Fee Amount. The fee amount to be applied to the lien. (Y_FEEAMOUNT)","type":"number"},"SaleDate":{"format":"date-time","description":"Lien Sale Date. The date the lien was sold to a third-party. (D_SALEDATE)","type":"string"},"OwnerName":{"description":"Owner Name. The name of the property owner at the time of lien for a legal document. (C_OWNER)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the lien detail was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"RemoveReason":{"description":"Remove Reason. The reason for removing the Lien. (C_REMOVEREASON)","type":"string"},"TitleAttorney":{"description":"Lien Attorney Code. The code identifying the lien title attorney. (C_TITLEATTORNEY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"LienableTransactionModel":{"description":"Model used for lienable transactions.","type":"object","properties":{"TransactionNumber":{"format":"int64","description":"Lienable transaction number","type":"integer"},"Amount":{"format":"double","description":"Lienable transaction amount","type":"number"}}},"JsonPatchDocument[LienModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienModel]"},"readOnly":true}}},"Operation[LienModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienAgencyModel":{"description":"Lien Agency (LienAgency / COL119)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Lien Agency Code. The lien agency code. (C_LIENAGENCY)","type":"string"},"Description":{"description":"Lien Agency Description. The description of the lien agency. (C_DESCRIPTION)","type":"string"},"CertificatePrefix":{"description":"Lien Agency Certificate Prefix. The Lien Agency prefix code to prepend to services to create a unique ID. (C_CERTIFICATEPREFIX)","type":"string"},"DocumentName":{"description":"Lien Document Name. The name of the lien agency document template. (C_DOCUMENTNAME)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the lien agency is disabled. (L_DISABLED)","type":"boolean"},"AllCompanies":{"description":"All Companies. Indicates whether the Lien agency is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"AccountStatuses":{"description":"Account Statuses. The account statuses that are applicable to this lien agency. (C_ACCOUNTSTATUSES)","type":"string"},"AccountTypes":{"description":"Account Types. The account types that are applicable to this lien agency. (C_ACCOUNTTYPES)","type":"string"},"AddressType":{"description":"Address Type. The address type. (C_ADDTYPE)","type":"string"},"ARCodes":{"description":"A/R Codes. The A/R Codes that are applicable to this lien agency. (C_ARCODES)","type":"string"},"Company":{"description":"Company. Accounts must belong to the selected Company in order to use this Lien agency. (C_COMPANY)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use this Lien agency. (C_DIVISIONS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienAgencyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienAgencyModel]"},"readOnly":true}}},"Operation[LienAgencyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienAgencyARExemptionModel":{"description":"Lien Agency A/R Exemption (LienAgencyARExemption / COL010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"IsExempted":{"type":"boolean"},"ARCode":{"description":"A/R Code. The A/R Codes that are applicable for a lien exemption. (C_ARCODE)","type":"string"},"LienAgency":{"description":"Lien Agency. The lien agency code. (C_LIENAGENCY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienAgencyARExemptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienAgencyARExemptionModel]"},"readOnly":true}}},"Operation[LienAgencyARExemptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienBatchModel":{"description":"Lien Batch (LienBatch / BIF511)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Lien Batch ID. The lien batch ID. (I_BATCHID)","type":"integer"},"CreatedDateTime":{"format":"date-time","description":"Date Time Created. The date and time the lien batch was created. (T_DATETIME)","type":"string"},"Status":{"description":"Lien Batch Status. The lien batch status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF511+StatusEnum:  Empty, InProgress, ProcessingBatch, ErrorProcessing, Updated","type":"string"},"TotalAmount":{"format":"double","type":"number"},"IsProcessed":{"description":"Processed. Indicates whether the batch has been processed. (L_PROCESSED)","type":"boolean"},"Description":{"description":"Lien Batch Description. The description for the lien batch. (C_DESCRIPTION)","type":"string"},"AggregateDate":{"format":"date-time","description":"Aggregate Date. The last date when new liens were aggregated in the lien batch. (D_AGGREGATEDATE)","type":"string"},"SaleDate":{"format":"date-time","description":"Lien Sale Date. The date the lien was sold to a third-party. (D_SALEDATE)","type":"string"},"FromDate":{"format":"date-time","description":"From Date. The first date to start processing liens on accounts. (D_FROMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The last date to use to process liens on accounts. (D_TODATE)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the batch was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ProcessId":{"format":"int64","description":"Lien Process ID. The lien batch process ID. (I_PROCESSID)","type":"integer"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienBatchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienBatchModel]"},"readOnly":true}}},"Operation[LienBatchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienBatchPrintReportRunModel":{"description":"LienBatchPrint report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Lien Batch Header Id","type":"integer"},"CertificateNumber":{"description":"Certificate Number","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LienDefinitionModel":{"description":"Lien Definition Control (LienDefinition / COL122)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProcessId":{"format":"int64","description":"Lien Process ID. The lien process ID. (I_PROCESSID)","type":"integer"},"Description":{"description":"Lien Process Description. The description of the lien process. (C_DESCRIPTION)","type":"string"},"DaysAfter":{"format":"int32","description":"Days After. The number of days after a lien. (I_DAYSAFTER)","type":"integer"},"ThresholdAmount":{"format":"double","description":"Threshold Amount. The threshold amount. (Y_THRESHOLDAMOUNT)","type":"number"},"IsDisabled":{"description":"Disabled. Indicates whether the lien is disabled. (L_DISABLED)","type":"boolean"},"ControlDate":{"description":"Control Date. The control date. (N_CONTROLDATE)\r\nEnum AdvancedUtility.Model.COL122+ControlDateEnum:  MoveOutEffectiveDate, FinalBillDueDate, FinalBillBillingDate, LastBillDueDate, LastBillBillingDate, LastPaymentDate, OverdueBalanceDate, BillingDate, ReadingDate, TransactionDate","type":"string"},"AccountStatuses":{"description":"Account Statuses. The account statuses. (C_ACCOUNTSTATUSES)","type":"string"},"AccountTypes":{"description":"Account Types. The account types. (C_ACCOUNTTYPES)","type":"string"},"Agency":{"description":"Lien Agency. The lien agency (C_LIENAGENCY)","type":"string"},"ARCodes":{"description":"A/R Codes. The A/R Codes. (C_ARCODES)","type":"string"},"CollectionsStatuses":{"description":"Collection Statuses. The collections statuses. (C_COLLECTIONSTATUSES)","type":"string"},"CriteriaId":{"format":"int64","description":"Custom Criteria ID. The custom criteria ID. (I_CRITERIAID)","type":"integer"},"EstimateType":{"description":"Estimate Type. The estimate type. (C_ESTIMATETYPE)","type":"string"},"FeeTransactionCode":{"description":"Fee Transaction Code. The transaction code to use for processing the fee amount. (C_FEETRANSCODE)","type":"string"},"OccupancyCodes":{"description":"Include Occupancy Codes. The occupancy codes which are included. (C_OCCUPANCYCODES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienDefinitionModel]"},"readOnly":true}}},"Operation[LienDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienDefinitionTransactionModel":{"description":"Lien Definition Transaction (LienDefinitionTransaction / COL123)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProcessId":{"format":"int64","description":"Lien Process ID. The lien process ID. (I_PROCESSID)","type":"integer"},"IsDisabled":{"description":"Disabled. Indicates whether the lien transaction is disabled. (L_DISABLED)","type":"boolean"},"MinimumAmount":{"format":"double","description":"Minimum Amount. The minimum lien amount allowed per A/R. (Y_MINAMOUNT)","type":"number"},"MaximumAmount":{"format":"double","description":"Maximum Amount. The maximum lien amount allowed per A/R. (Y_MAXAMOUNT)","type":"number"},"Action":{"format":"int64","description":"Action ID. The action to be run when a lien transaction is updated. (I_ACTION)","type":"integer"},"ARCode":{"description":"A/R Code. The A/R Code. (C_ARCODE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienDefinitionTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienDefinitionTransactionModel]"},"readOnly":true}}},"Operation[LienDefinitionTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienedTransactionModel":{"description":"Lien Batch Transaction (LienedTransaction / COL009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransactionNumber":{"format":"int64","description":"Transaction #. The liened transaction #. (I_TRANSNUM)","type":"integer"},"Certificate":{"description":"Lien Certificate. The lien certificate number. (C_CERTIFICATE)","type":"string"},"LienAmount":{"format":"double","description":"Lien Amount. The lien amount from a transaction. (Y_LIENAMOUNT)","type":"number"},"IsDeleted":{"description":"Deleted From Lien Batch. Indicates that the corresponding liened transaction was removed from the Lien Batch when this is selected (L_DELETED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienedTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienedTransactionModel]"},"readOnly":true}}},"Operation[LienedTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienProcessRunModel":{"description":"LienProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"'From Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"'To Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"LienSaleDate":{"description":"Lien Sale Date","type":"string"},"ProcessId":{"format":"int64","description":"Process ID","type":"integer"},"AllCompanies":{"description":"Search by all companies?","type":"boolean"},"Company":{"description":"Search by selected company code.\r\nUsed only if AllCompanies = false (i.e not all companies to be processed)","type":"string"},"AllDivisions":{"description":"Search by specific division?","type":"boolean"},"Divisions":{"description":"Search by selected division codes in the given list - divisions apply to the sepected company","type":"array","items":{"type":"string"}},"AllCycles":{"description":"Search by specific cycle?","type":"boolean"},"Cycles":{"description":"Search by selected cycle codes in the given list","type":"array","items":{"type":"string"}},"Customer":{"description":"Select by specific customer (not by cycles)","type":"string"},"Account":{"description":"Select by specific account (not by cycles)","type":"string"},"AdditionalCriteriaTree":{"description":"Additional Criteria provided in the Criteria Picker control.","type":"string"},"AdditionalCriteriaPromptData":{"description":"Additional Criteria from prompt data","type":"string"},"SelectBy":{"description":"Retains the Select By combo value (used in validation)","type":"string"},"UseCycleList":{"description":"Controls whether to validate Cycles list field","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LienReloadRunModel":{"description":"LienReload process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID to retrieve","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LienRemoveReasonModel":{"description":"Lien Remove Reason Control (LienRemoveReason / COL121)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Remove Reason Code. The lien remove reason code. (C_REMOVEREASON)","type":"string"},"Description":{"description":"Remove Reason Description. The remove reason description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the remove reason is disabled. (L_DISABLED)","type":"boolean"},"IsAggregationDefault":{"description":"Aggregate Default Remove Reason. Indicates whether to use this remove reason as the default when removing liens with a new balance less than or equal to zero during the aggregate process. (L_AGGREGATIONDEFAULT)","type":"boolean"},"AllowLienReprocessing":{"description":"Allow Lien Reprocessing. Indicates that previously removed lien records can be reprocessed when this is selected. (L_ALLOWLIENREPROCESSING)","type":"boolean"},"Action":{"format":"int64","description":"Remove Reason Action. The action will be triggered when removing a lien. (I_ACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienRemoveReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienRemoveReasonModel]"},"readOnly":true}}},"Operation[LienRemoveReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienTitleAttorneyModel":{"description":"Lien Title Attorney Control (LienTitleAttorney / COL124)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TitleAttorney":{"description":"Lien Attorney Code. The code for the lien title attorney. (C_TITLEATTORNEY)","type":"string"},"Description":{"description":"Lien Attorney Description. The description for the lien title attorney. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LienTitleAttorneyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LienTitleAttorneyModel]"},"readOnly":true}}},"Operation[LienTitleAttorneyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LienUpdateRunModel":{"description":"LienUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID to retrieve","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LightModel":{"description":"Light (Light / MEF031)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LightNumber":{"description":"Light #. The light number. (C_LIGHT)","type":"string"},"SerialNumber":{"description":"Serial #. The light serial number. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The light purchase date. (D_PURCHASEDATE)","type":"string"},"PurchaseCost":{"format":"double","description":"Purchase Price. The light purchase cost. (Y_PURCHASECOST)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the light was scrapped. (D_SCRAPPED)","type":"string"},"Notes":{"description":"Notes. The notes about the light. (M_NOTES)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The warranty expiry date. (D_WARRANTYEXPIRY)","type":"string"},"LightService":{"description":"Service Type. The light service type. (C_LIGHTSERVICE)","type":"string"},"Location":{"description":"Inventory Location. The light inventory location. (C_LOCATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason why the light was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The light status. (C_STATUS)","type":"string"},"Type":{"description":"Type. The light type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LightModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LightModel]"},"readOnly":true}}},"Operation[LightModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LightServiceModel":{"description":"Light Service Type Control (LightService / MEF035)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Light Service Type Code. The light service type code. (C_LIGHTSERVICETYPE)","type":"string"},"Description":{"description":"Light Service Description. The light service description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LightServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LightServiceModel]"},"readOnly":true}}},"Operation[LightServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LightTypeModel":{"description":"Light Type Control (LightType / MEF032)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The light type code. (C_LIGHTTYPE)","type":"string"},"Description":{"description":"Description. The light type description. (C_DESCRIPTION)","type":"string"},"Lumens":{"format":"int32","description":"Output. The light output.  (N_LUMENS)","type":"integer"},"Wattage":{"format":"int32","description":"Wattage. The light wattage. (N_WATTAGE)","type":"integer"},"Voltage":{"format":"int32","description":"Voltage. The light voltage. (N_VOLTAGE)","type":"integer"},"Ballast":{"format":"int32","description":"Ballast. The light ballast. (N_BALLAST)","type":"integer"},"Notes":{"description":"Type Notes. The notes about the light type. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Lamp":{"description":"Lamp Type. The lamp type. (C_LAMP)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer code for the lamp. (C_MANUFACTURER)","type":"string"},"Pole":{"description":"Pole Type. The pole type. (C_POLE)","type":"string"},"StockCode":{"description":"Stock Code. The light stock code. (C_STOCKCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LightTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LightTypeModel]"},"readOnly":true}}},"Operation[LightTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LimiterCutOffDeviceModel":{"description":"Limiter/Cut-Off Device (LimiterCutOffDevice / COL006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Device":{"description":"Limiter/Cut-Off Device ID. The ID of the limiter or cut-off device. (C_DEVICE)","type":"string"},"DeviceRating":{"format":"int32","description":"Device Rating (Amps). The rating of the device in amps. (I_DEVICERATING)","type":"integer"},"DeviceType":{"description":"Device Type. The device type. (C_DEVICETYPE)","type":"string"},"Status":{"description":"Device Status. The device status. (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LimiterCutOffDeviceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LimiterCutOffDeviceModel]"},"readOnly":true}}},"Operation[LimiterCutOffDeviceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LimiterCutoffDeviceTypeModel":{"description":"Limiter/Cut-Off Device Type Control (LimiterCutoffDeviceType / COL107)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Limiter/Cut-Off Device Type. The limiter/cut-off device type. (C_DEVICETYPE)","type":"string"},"Description":{"description":"Description. The limiter/cut-off device description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LimiterCutoffDeviceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LimiterCutoffDeviceTypeModel]"},"readOnly":true}}},"Operation[LimiterCutoffDeviceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LineExtensionModel":{"description":"Line Extension (LineExtension / MEF800)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ExtensionNumber":{"description":"Line Extension #. The extension number. (C_EXTENSIONNUMBER)","type":"string"},"SetupDate":{"format":"date-time","description":"Setup Date. The setup date cutom field 1 information. (D_CUSTOM1)","type":"string"},"GoProject":{"format":"date-time","description":"Go Project Date. The  go project date cutom field 2 information. (D_CUSTOM2)","type":"string"},"Developer":{"description":"Developer. The name of the developer. (C_DEVELOPER)","type":"string"},"Notes":{"description":"Notes. The line extension details. (M_NOTES)","type":"string"},"RefundApplied":{"description":"Refund Applied. Indicates whether a refund is applied. (L_REFUNDAPPLIED)","type":"boolean"},"TriggerAmount":{"format":"double","description":"Trigger Amount. The trigger amount. (Y_TRIGGERAMOUNT)","type":"number"},"RefundAmount":{"format":"double","description":"Refund Amount. The refund amount. (Y_REFUNDAMOUNT)","type":"number"},"DepositAmount":{"format":"double","description":"Deposit Amount. The deposit amount. (Y_DEPOSITAMOUNT)","type":"number"},"TriggerPercent":{"format":"double","description":"Trigger Percent. The trigger percent. (N_TRIGGERPERCENT)","type":"number"},"MinimumContribution":{"format":"double","description":"Minimum Contribution. The minimum contribution amount. (Y_MINCONTRIBUTION)","type":"number"},"Location":{"description":"Location. The line extension location. (C_LOCATION)","type":"string"},"ReleaseDate":{"format":"date-time","description":"Release Date. The release date cutom field 3 information. (D_CUSTOM3)","type":"string"},"RecoverDate":{"format":"date-time","description":"Recover Date. The recover date cutom field 4 information. (D_CUSTOM4)","type":"string"},"Services":{"description":"Services. The services included. (C_SERVICES)","type":"string"},"Status":{"description":"Line Extension Status Code. Line Extension Status Code (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LineExtensionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LineExtensionModel]"},"readOnly":true}}},"Operation[LineExtensionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LineExtensionDetailModel":{"description":"Line Extension Detail (LineExtensionDetail / MEF801)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ExtensionNumber":{"description":"Line Extension Number. The extension number. (C_EXTENSIONNUMBER)","type":"string"},"CustomerNumber":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"AccountNumber":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ContributionDate":{"format":"date-time","description":"Contribution Date. The contribution date. (D_CONTRIBUTIONDATE)","type":"string"},"DeductAmount":{"format":"double","description":"Deduct Amount. The deducted amount. (Y_DEDUCTAMOUNT)","type":"number"},"NonDeductAmount":{"format":"double","description":"Non Deduct Amount. The amount not deducted. (Y_NONDEDUCTAMOUNT)","type":"number"},"NumberOfFeesPaid":{"format":"int32","description":"Number of Fees Paid. The number of fees paid. (I_NUMBEROFFEESPAID)","type":"integer"},"TapNumber":{"description":"Tap Number. The service entrance tap number (C_TAPNUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LineExtensionDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LineExtensionDetailModel]"},"readOnly":true}}},"Operation[LineExtensionDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LineExtensionRefundReportRunModel":{"description":"LineExtensionRefund report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PeriodStartDate":{"type":"object"},"DaysPerPeriod":{"format":"int32","type":"integer"},"NumberOfPeriods":{"format":"int32","type":"integer"},"AllCycles":{"type":"boolean"},"AllARCodes":{"type":"boolean"},"AllLineExtensions":{"type":"boolean"},"Cycles":{"type":"object"},"ARCodes":{"type":"object"},"LineExtensions":{"type":"object"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LineExtensionStatusModel":{"description":"Line Extension Status Control (LineExtensionStatus / CON251)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Line Extension Status Code. The line extension status code. (C_CODE)","type":"string"},"Description":{"description":"Description. The line extension status description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LineExtensionStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LineExtensionStatusModel]"},"readOnly":true}}},"Operation[LineExtensionStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LinkCisConfigModel":{"description":"Infinity.Link CIS Control (LinkCisConfig / WEB000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"From":{"description":"From. From field of email (C_FROM)","type":"string"},"RedirectMessage":{"description":"Redirect Message. Display the message when redirect customers to payment provider's website (M_REDIRECTMESSAGE)","type":"string"},"BCC":{"description":"BCC. Blind Carbon Copy field of email (C_BCC)","type":"string"},"Subject":{"description":"Subject. Subject field of email (C_SUBJECT)","type":"string"},"Message":{"description":"Message. Message; gets added to the message generated using the email type in C_EMAILTYPE (M_MESSAGE)","type":"string"},"InfinityLinkUrl":{"description":"Infinity.Link URL. URL where eCare can be accessed (C_CUSTOMERVUURL)","type":"string"},"UtilityName":{"description":"Utility Name. Utility Company Name (C_UTILITYNAME)","type":"string"},"UtilityStreetAddress":{"description":"Utility Street Address. Utility Street Address (C_UTILITYSTREETADDRESS)","type":"string"},"UtilityState":{"description":"Utility State. Utility State or Province (C_UTILITYSTATE)","type":"string"},"UtilityCity":{"description":"Utility City. Utility City (C_UTILITYCITY)","type":"string"},"UtilityPostal":{"description":"Utility Postal Code. Utility Postal or Zip Code (C_UTILITYPOSTAL)","type":"string"},"UtilityEmail":{"description":"Utility Email Address. Utility Email Address (C_UTILITYEMAIL)","type":"string"},"UtilityPhone":{"description":"Utility Phone Number. Utility Phone Number (C_UTILITYPHONE)","type":"string"},"UtilityFax":{"description":"Utility Fax Number. Utility Fax Number (C_UTILITYFAX)","type":"string"},"CreditCardProcessorUrl":{"description":"URL of Credit Card Processor. Url to Credit Card Processor. (C_CREDITCARDPROCESSORURL)","type":"string"},"ECheckProcessorUrl":{"description":"URL of eCheck Processor. Url to eCheck Processor. (C_ECHECKPROCESSORURL)","type":"string"},"CreditCardPaymentMaxAmount":{"format":"double","description":"Maximum Amount for Credit Card Payment. Maximum Amount for Credit Card Payment (Y_CREDITCARDPAYMENTMAXAMOUNT)","type":"number"},"ECheckPaymentMaxAmount":{"format":"double","description":"Maximum Amount for eCheck Payment. Maximum Amount for eCheck Payment. (Y_ECHECKPAYMENTMAXAMOUNT)","type":"number"},"DisableViewEBill":{"description":"Disable Viewing eBills. Flag to disable viewing of eBills (L_DISABLEVIEWEBILL)","type":"boolean"},"BillType":{"description":"Bill Type. Bill type for submitting readings (C_BILLTYPE)\r\nEnum AdvancedUtility.Model.BIF016+BillTypeEnum:  AutoFinalBill, RemovedMeterRead, RegularBill, CancelRebill, MasterFinalBill, ScheduledRead","type":"string"},"AssignedTo":{"description":"Service Request Assigned To. Service Request assigned to either department or user. (C_ASSIGNEDTO)","type":"string"},"RestrictPayment":{"description":"Restrict payments. Flag to Restrict payment on .Link (L_RESTRICTPAYMENT)","type":"boolean"},"DisablePayment":{"description":"Disable payment. Flag to disable payment by account collection status on .Link (L_DISABLEPAYMENT)","type":"boolean"},"UsageExcludeCancelBill":{"description":"Exclude Canceled Bills. Flag to exclude canceled bills when display usage history (L_USAGEEXCLUDECANCELBILL)","type":"boolean"},"TransactionSumAmount":{"description":"Total Amount for Same Day Transaction Code. Flag to sum up amount for the same transaction code and same day (L_TRANSACTIONSUMAMOUNT)","type":"boolean"},"TransactionHidePendingBill":{"description":"Hide Pending Bills. Flag to hide pending bills (L_TRANSACTIONHIDEPENDINGBILL)","type":"boolean"},"TransactionHidePendingTrans":{"description":"Hide Pending Transactions. Flag to hide pending transactions (L_TRANSACTIONHIDEPENDINGTRANS)","type":"boolean"},"UseCustomEBill":{"description":"Use Custom eBill. Flag to use custom eBill (L_USECUSTOMEBILL)","type":"boolean"},"CustomEBillUrl":{"description":"URL for Custom eBill. Custom eBill website URL (C_CUSTOMEBILLURL)","type":"string"},"DisableViewBillDetail":{"description":"Disable Viewing Bill Details. Flag to disable viewing of bill details (L_DISABLEVIEWBILLDETAIL)","type":"boolean"},"BillDisplayLoan":{"description":"Display Loan Details. Flag to display loan in billing history (L_BILLDISPLAYLOAN)","type":"boolean"},"BillExcludeCanceled":{"description":"Exclude Canceled Bills. Flag to exclude canceled bills in billing history (L_BILLEXCLUDECANCELED)","type":"boolean"},"BillDisplayConverted":{"description":"Display Converted Bills. Flag to display converted bills (L_BILLDISPLAYCONVERTED)","type":"boolean"},"BillDetailTransGrouping":{"description":"Show Transactions Grouping in Bill Detail. Flag to show transactions grouping in bill detail (L_BILLDETAILTRANSGROUPING)","type":"boolean"},"ServiceOrderViewDetail":{"description":"View Service Order Details. Flag to view service order details (L_SERVICEORDERVIEWDETAIL)","type":"boolean"},"ContactUtilityEmail":{"description":"Send Email. Send email to CSR (L_EMAILCU)","type":"boolean"},"ContactUtilityPopup":{"description":"Send Pop-up Message. Send popup message to CSR (L_POPUPCU)","type":"boolean"},"ContactUtilityEmailSender":{"description":"Sender's Email Address. Sender's Email Address (must be set to send email) (C_EMAILSENDERCU)","type":"string"},"ContactUtilityStation":{"description":"Station. Station (.Link) (For setting SYS080 Station ID) (C_STATIONCU)","type":"string"},"ContactUtilityEmailReceiver":{"description":"Receiver's Email Address. Receiver's Email Address (C_EMAILRECEIVERCU)","type":"string"},"ContactUtilityIsCISEmail":{"description":"CIS Infinity Email?. Emails will be sent through CIS Infinity (Email(BIF048)) (L_ISCISEMAILCU)","type":"boolean"},"MoveInEmail":{"description":"Send Email. Send email to CSR (L_EMAILMOVEIN)","type":"boolean"},"MoveInPopup":{"description":"Send Pop-up Message. Send popup message to CSR (L_POPUPMOVEIN)","type":"boolean"},"MoveInEmailSender":{"description":"Sender's Email Address. Sender's Email Address(must be set to send email) (C_EMAILSENDERMOVEIN)","type":"string"},"MoveInStation":{"description":"Station. Station (.Link)(For setting SYS080 Station ID) (C_STATIONMOVEIN)","type":"string"},"MoveInEmailReceiver":{"description":"Receiver's Email Address. Receiver's Email Address (C_EMAILRECEIVERMOVEIN)","type":"string"},"MoveInIsCISEmail":{"description":"CIS Infinity Email?. Emails will be sent through CIS Infinity (L_ISCISEMAILMOVEIN)","type":"boolean"},"HideENotice":{"description":"Hide eNotice Enrollment. Flag to hide eNotice enrollment (L_HIDEENOTICE)","type":"boolean"},"CombineEBillENotice":{"description":"Combine eBill and eNotice Enrollment. Flag to combine eBill and eNotice Enrollment (L_COMBINEEBILLENOTICE)","type":"boolean"},"LinkPaymentProcessorPageUrl":{"description":"Infinity.Link Payment Processor Page URL. URL where the payment processor page in Infinity.Link can be accessed (C_LINKPAYMENTPROCESSORPAGEURL)","type":"string"},"AutoPayRestriction":{"description":"Enable Restriction on Autopay Enrollment and Update. Flag to enable restriction on autopay enrollment and update (L_AUTOPAYRESTRICTION)","type":"boolean"},"MovingUseMoveInOut":{"description":"Use Move In/Out. Check it to enable Move In/Out  (L_MOVEINOUT)","type":"boolean"},"MovingUseMoveOut":{"description":"Use Move Out. Check it to enable Move Out (L_MOVEOUT)","type":"boolean"},"MovingUseMoveIn":{"description":"Use Move In. Check it to enable Move In (L_MOVEIN)","type":"boolean"},"ExcludeHolidaysMoveInOut":{"description":"Exclude Holidays for Move In/Out. Exclude Holidays for Move In/Out (configured in CIS Infinity) (L_EXHOLIDAYSMOVEINOUT)","type":"boolean"},"ExcludeDaysMoveInOut":{"description":"Exclude Days for Move In/Out. Exclude Days for Move In/Out (configured in CIS Infinity) (L_EXDAYSMOVEINOUT)","type":"boolean"},"NoPaymentDefault":{"description":"No Payment As Default Option. Set the default payment option as No Payment in Pay Bills (L_NOPAYMENTDEFAULT)","type":"boolean"},"InformationReading":{"description":"Information Reading. Flag to indicate the meter readings submitted via Infinity.Link is for information only (L_INFORMATIONREADING)","type":"boolean"},"AssignedToDepartment":{"description":"Assigned to Department. Department the notifying email is to be assigned to (C_ASSIGNEDTODEPARTMENT)","type":"string"},"AssignedToUserId":{"description":"Assigned to UserId. ID of user the notifying email is to be assigned to (C_ASSIGNEDTOUSERID)","type":"string"},"AutoPayAvailablePlans":{"description":"Autopay Plans for Customers with No Plans. To determine which plans are available for no-plan customers (C_AUTOPAYAVAILABLEPLANS)","type":"string"},"AutoPayLevelizedPlans":{"description":"Levelized Plans. To determine if an account is associated with a levelized plan (C_AUTOPAYLEVELIZEDPLANS)","type":"string"},"AvailableLevelizedPlans":{"description":"Autopay Plans for Customers on Levelized Plans. To determine which autopay plans are available for customers in levelized plans (C_AVAILABLELEVELIZEDPLANS)","type":"string"},"BillPrintCode":{"description":"Bill Print. The default bill print code for customers signing up for e-bills via Link (C_BILLPRINT)","type":"string"},"ContactUtilityAssignedToDepartment":{"description":"Assigned To Department. Assigned To Department (Email(BIF048)) (C_ASSIGNEDTODEPARTMENTCU)","type":"string"},"ContactUtilityAssignedToUserId":{"description":"Assigned To User. Assigned To User (Email(BIF048)) (C_ASSIGNEDTOUSERIDCU)","type":"string"},"ContactUtilityEmailType":{"description":"Email Type. The type of email to be sent. (C_EMAILTYPECU)","type":"string"},"ContactUtilityMessageType":{"description":"Message Type. The message type for Pop-up Message (SYS080) (C_MESSAGETYPECU)","type":"string"},"ContactUtilityUserFrom":{"description":"User From. The user who is sent the message.(Pop-up Message (SYS080)) (C_USERFROMCU)","type":"string"},"ContactUtilityUserTo":{"description":"User To. The user who the message is sent to.(Pop-up Message (SYS080)) (C_USERTOCU)","type":"string"},"CreditCardPaymentType":{"description":"Payment Type for Credit Card. Credit card payment type to be restricted on .Link (C_CREDITCARDPAYMENTTYPE)","type":"string"},"EBillSignUpUserId":{"description":"eBill Signed Up by User. The user ID of the person who completed the signup / registration for ebills. (C_EBILLSIGNUPUSERID)","type":"string"},"eCheckPaymentType":{"description":"Payment Type for eCheck. eCheck payment type to be restricted on .Link (C_ECHECKPAYMENTTYPE)","type":"string"},"EmailType":{"description":"Email Type. Email format code (C_EMAILTYPE)","type":"string"},"LastPayInfoExcludeTrans":{"description":"Exclude Transaction in Last Payment Info. To exclude transactions in last payment info (C_LASTPAYINFOEXCLUDETRANS)","type":"string"},"MoveInAssignedToDepartment":{"description":"Assigned To Department. Assigned To Department (BIF048) (C_ASSIGNEDTODEPARTMENTMOVEIN)","type":"string"},"MoveInAssignedToUserId":{"description":"Assigned To User. Assigned To User (BIF048) (C_ASSIGNEDTOUSERIDMOVEIN)","type":"string"},"MoveInEmailType":{"description":"Email Type. The type of email to be sent. (C_EMAILTYPEMOVEIN)","type":"string"},"MoveInMessageType":{"description":"Message Type. The message type for Pop-up Message (SYS080) (C_MESSAGETYPEMOVEIN)","type":"string"},"MoveInUserFrom":{"description":"User From. The user who is sent the message.(Pop-up Message (SYS080)) (C_USERFROMMOVEIN)","type":"string"},"MoveInUserTo":{"description":"User To. The user who the message is sent to.(Pop-up Message (SYS080)) (C_USERTOMOVEIN)","type":"string"},"PaymentTypes":{"description":"Payment Types. Payment Types From Bank Account Type Table (C_PAYMENTTYPES)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.CON050+TypeEnum:  Checking, Saving, CreditCard","type":"string"},"SelectedCollectionStatuses":{"description":"Collection Statuses for Disabling Payments. Select collection Statuses to disable account payments on .Link (C_SELECTEDCOLLECTIONSTATUSES)","type":"string"},"ServiceOrderExcludeTypes":{"description":"Do Not Display Service Order Types. To exclude service order types from display (C_SERVICEORDEREXCLUDETYPES)","type":"string"},"SignupUserId":{"description":"Signed Up by User. The user ID of the person who completed the signup / registration for bill prints. (C_SIGNUPUSERID)","type":"string"},"SubmitReadingReadStatus":{"description":"Submit Readings Read Status. Read status for submitting readings (C_SUBMITREADINGREADSTATUS)","type":"string"},"TransactionCodesFilter":{"description":"Do not Display Transactions in Transaction History. To filter out transactions in .Link Transaction History. (C_TRANSACTIONCODESFILTER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LinkCisConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LinkCisConfigModel]"},"readOnly":true}}},"Operation[LinkCisConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LinkCustomerModel":{"description":"Link Customer (LinkCustomer / WEB001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The CIS Infinity customer number. (C_CUSTOMER)","type":"string"},"UserId":{"format":"int64","description":"User ID. User ID generated by DNN (I_USERID)","type":"integer"},"UserName":{"description":"User Name. User Name (C_USERNAME)","type":"string"},"IsSuperUser":{"description":"Super User. Indicates whether the user is a DNN super user. (L_SUPERUSER)","type":"boolean"},"AffiliateId":{"format":"int64","description":"Affiliate ID. Affiliate ID (I_AFFILIATEID)","type":"integer"},"DisplayName":{"description":"Display Name. Display Name (C_DISPLAYNAME)","type":"string"},"UpdatePassword":{"description":"Update Password. Force user to change password on the next logon. (L_UPDATEPASSWORD)","type":"boolean"},"LastIPAddress":{"description":"Last IP Address. Last IP Address (C_LASTIPADDRESS)","type":"string"},"CreatedByUserId":{"format":"int64","description":"Created By User ID. Created by User ID. (I_CREATEDBYUSERID)","type":"integer"},"CreatedOnDate":{"format":"date-time","description":"Created On Date. The date user was created on. (D_CREATEDONDATE)","type":"string"},"LastModifiedByUserId":{"format":"int64","description":"Last Modified By User ID. Last Modified by User ID. (I_LASTMODIFIEDBYUSERID)","type":"integer"},"LastModifiedOnDate":{"format":"date-time","description":"Last Modified On Date. The date user was modified on. (D_LASTMODIFIEDONDATE)","type":"string"},"PasswordResetToken":{"description":"Password Reset Token. Password Reset Token (C_PASSWORDRESETTOKEN)","type":"string"},"PasswordResetExpiration":{"format":"date-time","description":"Password Reset Expiration. The date when password reset expires. (D_PASSWORDRESETEXPIRATION)","type":"string"},"Password":{"description":"Password. Password (C_PASSWORD)","type":"string"},"PasswordFormat":{"format":"int64","description":"Password Format. Password Format (I_PASSWORDFORMAT)","type":"integer"},"PasswordSalt":{"description":"Password Salt. Password Salt (C_PASSWORDSALT)","type":"string"},"PasswordQuestion":{"description":"Password Question. Password Question (C_PASSWORDQUESTION)","type":"string"},"PasswordAnswer":{"description":"Password Answer. Password Answer (C_PASSWORDANSWER)","type":"string"},"IsApproved":{"description":"Is Approved. Is user approved? (L_APPROVED)","type":"boolean"},"IsLockedOut":{"description":"Is Locked Out. Is locked out? (L_LOCKEDOUT)","type":"boolean"},"LastLoginDate":{"format":"date-time","description":"Last Login Date. Last login date (D_LASTLOGINDATE)","type":"string"},"LastPasswordChangeDate":{"format":"date-time","description":"Last Password Change Date. Last password change date (D_LASTPASSWORDCHANGEDATE)","type":"string"},"LastLockoutDate":{"format":"date-time","description":"Last Lockout Date. Last lockout date (D_LASTLOCKOUTDATE)","type":"string"},"FailedPasswordAttemptCount":{"format":"int64","description":"Failed Password Attempt Count. Failed Password Attempt Count (I_FAILEDPASSWORDATTEMPTCOUNT)","type":"integer"},"FailedPasswordAttemptWindowStart":{"format":"date-time","description":"Failed Password Attempt Window Start. Failed Password Attempt Window Start (D_FAILEDPWDATTWINDOWSTART)","type":"string"},"FailedPasswordAnswerAttemptCount":{"format":"int64","description":"Failed Password Answer Attempt Count. Failed Password Answer Attempt Count (I_FAILEDPWDANSWRATTCOUNT)","type":"integer"},"FailedPasswordAnswerAttemptWindowStart":{"format":"date-time","description":"Failed Password Answer Attempt Window Start. Failed Password Answer Attempt Window Start (D_FAILEDPWDANSWRATTWINDOWSTART)","type":"string"},"Comment":{"description":"Comment. Comment (C_COMMENT)","type":"string"},"PasswordHistory":{"description":"PasswordHistory. The history about the registered user. (M_HISTORY)","type":"string"},"Deleted":{"description":"Deleted. Indicates whether the user's Infinity.Link registration has been deleted. (L_DELETED)","type":"boolean"},"ExternalReference":{"description":"External Reference. External reference (C_EXTREFERENCE)","type":"string"},"ExternalSettings":{"description":"External Settings. This is only used to stored the external user profile or preference settings from CIS Infinity add-ons or third-party customer portals (e.g.  Infinity.Link and Link Enterprise). This field is optional and is not used for data processing in CIS Infinity. (C_EXTSETTINGS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LinkCustomerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LinkCustomerModel]"},"readOnly":true}}},"Operation[LinkCustomerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LinkedTransactionCodeModel":{"description":"Linked Transaction Code Control (LinkedTransactionCode / GLE005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Percentage":{"format":"double","description":"Percent Amount of Original Transaction Amount. The percentage of the original transaction. (N_PERCENTAGE)","type":"number"},"DefaultAmount":{"format":"double","description":"Override Default Amount (Overrides Default in GLE001). The override default amount. (Y_DEFAULTAMOUNT)","type":"number"},"IsDeductibleFromOriginalTransaction":{"description":"Deductible Transaction. Indicates whether the transaction is deductible. (L_ISDEDUCTIBLE)","type":"boolean"},"Multiplier":{"format":"double","description":"Multiplier. The transaction amount multiplier. (N_MULTIPLIER)","type":"number"},"ApplyOnActiveService":{"description":"Distribute Equally to Active Services. Indicates whether the amount would be distributed equally among active services. (L_APPLYONACTIVESERVICE)","type":"boolean"},"ApplyOncePerAccount":{"description":"Create Linked Transaction per Parent Transaction. Indicates whether to create linked transactions once per parent transaction.  (L_APPLYONCEPERACCOUNT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the linked transaction code is disabled. (L_DISABLED)","type":"boolean"},"Company":{"description":"Company. The company that the transaction is connected to. (C_COMPANY)","type":"string"},"Division":{"description":"Division. The division of the company that the transaction is connected to. (C_DIVISION)","type":"string"},"Linked":{"description":"Linked Transaction Code. The linked transaction code. (C_LINKEDTRANSCODE)","type":"string"},"Original":{"description":"Original Transaction Code. The original transaction code. (C_ORIGINALTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LinkedTransactionCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LinkedTransactionCodeModel]"},"readOnly":true}}},"Operation[LinkedTransactionCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LinkEnrollmentModel":{"description":"Link Enrollment (LinkEnrollment / WEB003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UserId":{"format":"int64","description":"User ID. User ID generated by DNN (I_USERID)","type":"integer"},"Customer":{"description":"Customer #. The CIS Infinity customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The CIS Infinity account number. (C_ACCOUNT)","type":"string"},"SignupDate":{"format":"date-time","description":"Sign Up Date. The date and time sign up / registration was completed to receive bill prints. (T_SIGNUP)","type":"string"},"EBillSignUpDate":{"format":"date-time","description":"eBill Sign Up Date. The date and time signup / registration was completed to receive ebills. (T_EBILLSIGNUP)","type":"string"},"IsEBillActive":{"description":"E-Bill Subscription Active. Indicates an eBill subscription action. (L_EBILLACTIVE)","type":"boolean"},"GeneratePrintedBill":{"description":"Also Generate Printed Bill. Indicates that the printed bill will be generated in addition to the e-Bill. (L_PRINTBILL)","type":"boolean"},"IsActive":{"description":"Subscription Active. Indicates an active subscription. (L_ACTIVE)","type":"boolean"},"Deleted":{"description":"Deleted. Indicates whether the user's Infinity.Link registration has been deleted. (L_DELETED)","type":"boolean"},"EmailAddress":{"description":"Email Address. The email address associated with the customer/account. This will be used to send email notifications to the customer, as required. Some notifications may be automatically generated by Infinity.Link. (C_EMAIL)","type":"string"},"History":{"description":"Password History. The history about the registered user. (M_HISTORY)","type":"string"},"ENotice":{"description":"Send eNotices. Indicates whether the customer is subscribed for receiving eNotices. (L_ENOTICE)","type":"boolean"},"ExternalReference":{"description":"External Reference. External reference (C_EXTREFERENCE)","type":"string"},"Default":{"description":"Default. Default account for Link Enrollment (L_DEFAULT)","type":"boolean"},"BillPrintCode":{"description":"Bill Print. The bill print used to print this customer's bills. (C_BILLPRINT)","type":"string"},"EBillSignUpUserId":{"description":"eBill Signed Up by User. The user ID of the person who completed the signup / registration for ebills. (C_EBILLSIGNUPUSERID)","type":"string"},"SignupUserId":{"description":"Signed Up by User. The user ID of the person who completed the signup / registration for bill prints. (C_SIGNUPUSERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LinkEnrollmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LinkEnrollmentModel]"},"readOnly":true}}},"Operation[LinkEnrollmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LinkModuleActionModel":{"description":"Link Module Action Control (LinkModuleAction / WEB004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ModuleName":{"description":"Module Name. The Module Name. (C_MODULENAME)","type":"string"},"Description":{"description":"Description. Link Description. (C_DESCRIPTION)","type":"string"},"Category":{"description":"Category. Module Category. (C_CATEGORY)","type":"string"},"Notification":{"description":"Notification. Notify the Link users as if the action triggered have certain consequences(i.e transaction fee). (C_NOTIFICATION)","type":"string"},"Code":{"description":"Task Type Action Code. The task type action code. (C_TASKTYPECODE)","type":"string"},"CategoryCode":{"description":"Category Code. Category Code (Contact Catagory). (C_CATEGORYCODE)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LinkModuleActionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LinkModuleActionModel]"},"readOnly":true}}},"Operation[LinkModuleActionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LoadProfileModel":{"description":"Load Profile (LoadProfile / BIF105)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProfileId":{"format":"int64","description":"Profile ID. The profile ID. (I_PROFILEID)","type":"integer"},"Description":{"description":"Description. The load profile description. (C_DESCRIPTION)","type":"string"},"UsagePercent":{"description":"Usage or Percent. The usage or percentage. (C_USAGEPERCENT)\r\nEnum AdvancedUtility.Model.BIF105+UsagePercentEnum:  Usage, Percent","type":"string"},"ImportObject":{"description":"Import Object. The import object. (C_IMPORTOBJECT)","type":"string"},"IntervalType":{"description":"Interval Type. The interval type. (C_INTERVALTYPE)\r\nEnum AdvancedUtility.Model.BIF105+IntervalTypeEnum:  Day, Hour, Minute, Month, Year","type":"string"},"IntervalLength":{"format":"int32","description":"Interval Length. The interval length (I_INTERVALLENGTH)","type":"integer"},"TimeZone":{"description":"Time Zone. The time zone. (C_TIMEZONE)","type":"string"},"Units":{"description":"Unit of Measure. The unit of measure. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LoadProfileModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LoadProfileModel]"},"readOnly":true}}},"Operation[LoadProfileModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LoadTransferUtilityModel":{"description":"Load Transfer Utility Control (LoadTransferUtility / CON132)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The load transfer utility code. (C_CODE)","type":"string"},"Name":{"description":"Utility Name. The utility name. (C_NAME)","type":"string"},"MarketId":{"description":"Market Participant ID. The market participant ID. (C_MARKETID)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the load transfer utility is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LoadTransferUtilityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LoadTransferUtilityModel]"},"readOnly":true}}},"Operation[LoadTransferUtilityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NextPaymentModel":{"description":"Loan Next Payment response model","type":"object","properties":{"Valid":{"type":"boolean"},"PrincipalTransCode":{"type":"string"},"PrincipalPaid":{"format":"double","type":"number"},"InterestTrasnCode":{"type":"string"},"InterestPaid":{"format":"double","type":"number"},"PaymentTransCode":{"type":"string"},"Payment":{"format":"double","type":"number"},"TotalPaid":{"format":"double","type":"number"}}},"Loan_PaymentModel":{"description":"Loan payment.\r\nPOST to /data/loan/{id}/makepayment to create transaction requests for loan principal and/or interest payments.","type":"object","properties":{"PaymentDate":{"format":"date-time","description":"Transaction date to be assigned to the created loan payment transaction request(s)","type":"string"},"PaymentAmount":{"format":"double","description":"Total payment amount against the loan (principal and interest)","type":"number"},"InterestAmount":{"format":"double","description":"Interest portion of the loan payment; this amount is included in the total payment amount 'PaymentAmount'","type":"number"}}},"LoanModel":{"description":"Loan (Loan / POS004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PaymentScheduleData":{"$ref":"#/definitions/Loan_PaymentScheduleDataModel","description":"Loan payment schedule data.\r\nFor reference only - is not saved on updates. Read-only."},"LoanNumber":{"format":"int64","description":"Loan Number. The loan number. (I_LOANNUMBER)","type":"integer"},"LoanTotal":{"format":"double","description":"Loan Amount. The loan amount. (Y_LOANTOTAL)","type":"number"},"InterestRate":{"format":"double","description":"Loan Interest Rate. The interest rate of the loan. (N_INTERESTRATE)","type":"number"},"NumberOfPeriods":{"format":"int32","description":"Number of Payments. The number of loan payments. (I_NUMBEROFPERIODS)","type":"integer"},"PaymentAmount":{"format":"double","description":"Payment Amount. The payment amount of the loan. (Y_PAYMENTAMOUNT)","type":"number"},"LastPayment":{"format":"double","description":"Last Payment Amount. The last payment amount of the loan. (Y_LASTPAYMENT)","type":"number"},"CurrentBalance":{"format":"double","description":"Current Balance. The current loan balance. (Y_CURRENTBALANCE)","type":"number"},"NumberOfPaymentsPending":{"format":"int32","description":"Number of Payments Pending. The number of payments pending on the loan. (I_NUMBEROFPAYMENTSPENDING)","type":"integer"},"InterestPaidToDate":{"format":"double","description":"Interest Paid to Date. The interest paid on the loan to date. (Y_INTERESTPAIDTODATE)","type":"number"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date of the loan. (D_TRANSDATE)","type":"string"},"StartDate":{"format":"date-time","description":"First Payment Date. The date of the first loan payment. (D_STARTDATE)","type":"string"},"NextPaymentDate":{"format":"date-time","description":"Next Payment Date. The date of the next loan payment. (D_NEXTPAYMENT)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"BranchNumber":{"description":"Branch Number. The customer's bank branch number. (C_BRANCHNUM)","type":"string"},"BankAccountNumber":{"description":"Bank Account Number. The customer's bank account number. (C_BANKACCOUNTNUM)","type":"string"},"BankCustomerTypeCode":{"description":"Bank Customer Type Code. The code for the bank customer type. (C_BANKCUSTOMERTYPECODE)","type":"string"},"DateInterestStart":{"format":"date-time","description":"Date Interest Starts. The date that interest calculation starts. (D_DATEINTERESTSTART)","type":"string"},"Notes":{"description":"Notes. Notes about the loan. (M_NOTES)","type":"string"},"PrenoteDate":{"format":"date-time","description":"ACH Prenote Date. The ACH (Automated Clearing House) Prenote date. (D_PRENOTE)","type":"string"},"PrevCustAcctId":{"format":"int64","description":"Previous Customer/Account ID. The previous account ID of the customer. (I_PREVCUSTACCTID)","type":"integer"},"LastInterestDate":{"format":"date-time","description":"Last Interest Date. The last date when interest was applied. (D_LASTINTEREST)","type":"string"},"BalloonAmount":{"format":"double","description":"Balloon Amount. The balloon amount. (Y_BALLOONAMOUNT)","type":"number"},"Balloon":{"format":"date-time","description":"Balloon Date. The balloon date. (D_BALLOON)","type":"string"},"BillToAccount":{"description":"Loan Bill To Account. Loan Bill To Account (C_BILLTOACCOUNT)","type":"string"},"BillToCustomer":{"description":"Loan Bill To Customer. Loan Bill To Customer (C_BILLTOCUSTOMER)","type":"string"},"LoanBalanceTransferCustAcctId":{"format":"int64","description":"Loan Transfer Customer/Account ID. The Customer/Account ID that the loan balance transfer applies to. (I_TRANSLOANCUSTACCTID)","type":"integer"},"LoanTransferToAccount":{"type":"string"},"LoanTransferToCustomer":{"type":"string"},"OldLoanNumber":{"format":"int64","description":"Old Loan Number. The loan number that was transferred from other account. (I_OLDLOANNUMBER)","type":"integer"},"AccountType":{"description":"Account Type. The bank account type. (C_ACCOUNTTYPE)","type":"string"},"BankNumber":{"description":"Bank Code. The customer's bank code. (C_BANKNUM)","type":"string"},"IsTenant":{"type":"boolean"},"LoanType":{"description":"Loan Type. The loan type. (C_LOANTYPE)","type":"string"},"PayeeAccount":{"description":"The account responsible for paying for the loan. This is the BillToAccount if specified, otherwise it is the loan's Account. Read only.","type":"string"},"PayeeCustomer":{"description":"The customer responsible for paying for the loan. This is the BillToCustomer if specified, otherwise it is the loan's Customer. Read only.","type":"string"},"PayPeriod":{"description":"Payment Period. The payment period of the loan. (C_PAYPERIOD)","type":"string"},"PlanType":{"description":"Loan Plan Type. The plan type of the loan. (C_PLANTYPE)","type":"string"},"PrincipalPaidToDate":{"format":"double","description":"Current principal amount paid.  Read only.","type":"number"},"Service":{"description":"Service Code. Service Code (C_SERVICE)","type":"string"},"Status":{"description":"Loan Status Code. Loan Status Code (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_BalloonPaymentWarning":{"format":"int32","description":"Warns that the first balloon payment date is not in the first year and asks that this be confirmed. Resolve with yes (0) to confirm and accept the existing date or no (1) to reject (or fix the date to avoid the warning). Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_IgnoreExistingPendingLoanTransaction":{"format":"int32","description":"Warns that there is an existing pending loan transaction in a batch. Resolve with true (0) to continue posting additional transaction, or false (1) to abort the new payment.. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"Option_StartDateDayWarning":{"format":"int32","description":"Warns that the specified start date may not be appropriate and asks that it be confirmed. Resolve with yes (0) to confirm or no (1) to reject (or fix the start date and avoid the warning). Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"Loan_PaymentScheduleDataModel":{"description":"Loan payment schedule data.\r\nIncluded as embedded data for a Loan (POS004) resource when requested via the fields=PaymentScheduleData item.","type":"object","properties":{"Payments":{"type":"array","items":{"$ref":"#/definitions/LoanPaymentItemModel"}},"NumberOfPayments":{"format":"int32","description":"The remaining number of payments","type":"integer"},"LastPayment":{"format":"double","description":"The amount of the last payment","type":"number"}}},"LoanPaymentItemModel":{"description":"Representes a single scheduled payment of a loan","type":"object","properties":{"Period":{"format":"int32","description":"The current period","type":"integer"},"Payment":{"format":"double","description":"The payment amount of the scheduled loan payment","type":"number"},"InterestPaid":{"format":"double","description":"The amount of interest paid","type":"number"},"PrincipalPaid":{"format":"double","description":"The amount of principal paid","type":"number"},"Balance":{"format":"double","description":"The current loan amount outstanding","type":"number"},"DailyInterest":{"format":"double","description":"Calculated daily accrued interest","type":"number"},"Notes":{"description":"Additional information for the scheduled payment","type":"string"}}},"JsonPatchDocument[LoanModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LoanModel]"},"readOnly":true}}},"Operation[LoanModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LoanStatusModel":{"description":"Loan Status Control (LoanStatus / POS102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Status":{"description":"Loan Status Code. The loan status code. (C_STATUS)","type":"string"},"Description":{"description":"Loan Status Description. The loan status description. (C_DESCRIPTION)","type":"string"},"Active":{"description":"Active Flag. Active flag (L_ACTIVE)","type":"boolean"},"Completed":{"description":"Completed Flag. Completed flag (L_COMPLETED)","type":"boolean"},"Transfered":{"description":"Transferred Flag. Transferred flag (L_TRANSFERED)","type":"boolean"},"TotransferToInCustomer":{"description":"To be Transferred to the Incoming Customer. To be Transferred to the Incoming Customer. (L_TOTRANSFERTOINCUSTOMER)","type":"boolean"},"Hold":{"description":"Put a Loan on hold.. To put a loan on hold (L_HOLD)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the loan status is disabled. (L_DISABLED)","type":"boolean"},"TransferToStatus":{"description":"Transferred Loan New Status. The new status of the transferred loan. (C_TRANSFERTOSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LoanStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LoanStatusModel]"},"readOnly":true}}},"Operation[LoanStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LoanTransferProcessRunModel":{"description":"LoanTransferProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LoanPaymentType":{"description":"The Loan Payment Type to use for Loan Transfer process. \r\nEnum AdvancedUtility.Services.BusinessObjects.Loan+LoanPaymentType: Regular, OneTime, FinalBill,\tCancelBill\r\nTo process transfer loan from Loan Processing Form use Regular. This is the default.\r\nTo process transfer loan from Move IN/OUT - Final Bill Update process, use FinalBill.\r\nTo revert transferred loan, use CancelBill. Normally this should only be use in the case of Cancel Bill Update process.\r\nNOTE: Transferred loan with pending payment or pending transaction request will not be revert.","type":"string"},"TransferFromCustomer":{"description":"The Customer to where transfer loan will come from\r\nNOTE: Customer/account loan with pending payment or pending transaction request will not be transfer.","type":"string"},"TransferFromAccount":{"description":"The Account to where transfer loan will come from\r\nNOTE: Customer/account loan with pending payment or pending transaction request will not be transfer.","type":"string"},"LoanNumber":{"format":"int64","description":"The Loan Number to transfer","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"LoanTypeModel":{"description":"Loan Type Control (LoanType / POS101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Loan Type. The loan type. (C_LOANTYPE)","type":"string"},"Description":{"description":"Loan Description. The loan description. (C_LOANDESCRIPTION)","type":"string"},"ApplyLoanOnFinal":{"description":"Apply loan balance to final bill. Indicates whether the loan balance is applied to the final bill. (L_APPLYLOANONFINAL)","type":"boolean"},"AutoNobillException":{"description":"Auto No-Bill Exception. Indicates whether the auto no-bill exception applies. (L_NOBILLEXCEPTION)","type":"boolean"},"LoanOptions":{"description":"Loan Options. The link to the Generic Control table that stores additional loan options. (C_LOANOPTIONS)","type":"string"},"InterestRate":{"format":"double","description":"Loan Interest Rate. The loan interest rate. (N_INTERESTRATE)","type":"number"},"FinalBillTransfer":{"description":"Transfer Loan on Final Bill flag. Transfer Loan on Final Bill flag (L_FINALBILLTRANSFER)","type":"boolean"},"HoldOnVacancy":{"description":"Hold Loans on Vacancy. Hold Loans on Vacancy (L_HOLDONVACANCY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the loan type is disabled. (L_DISABLED)","type":"boolean"},"ApplyLoanInterestOnFinalTransactionCode":{"description":"Apply Loan Interest on Final Bill Transaction Code. The transaction code that will be used to apply the loan interest on the final bill. (C_APPLYLOANINTONFINALTRANSCODE)","type":"string"},"ApplyLoanOnFinalTransactionCode":{"description":"Apply Loan on Final Bill Transaction Code.. The transaction code that will be used to apply the loan on the final bill. (C_APPLYLOANONFINALTRANSCODE)","type":"string"},"FinalBillExceptionCode":{"format":"int64","description":"Final Bill Exception if Pending Loan Cash Batch. The final bill exception code if there is a pending loan cash batch. (I_FINALBILLEXCEPTIONCODE)","type":"integer"},"FinanceARCode":{"description":"Finance A/R Code. The finance accounts receivable code. (C_FINANCEARCODE)","type":"string"},"InterestTransactionCode":{"description":"Interest Payment Transaction. The interest payment transaction. (C_INTERESTTRANSCODE)","type":"string"},"LoanTransactionCode":{"description":"Loan Transaction. The loan transaction code. (C_LOANTRANSCODE)","type":"string"},"LoanTransferTransactionCode":{"description":"Loan Transfer Transaction. The loan transfer transaction code. (C_LOANTRANSFERTRANSCODE)","type":"string"},"OverpaymentTransactionCode":{"description":"Overpayment Transaction Code. The loan overpayment transaction code. (C_OVERPAYMENTTRANSCODE)","type":"string"},"PaymentTransactionCode":{"description":"Payment Transaction Code. The payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"PrepaymentTransactionCode":{"description":"Loan Prepayment Transaction Code. The loan pre-payment transaction code. (C_PREPAYMENTTRANSCODE)","type":"string"},"PrincipalTransactionCode":{"description":"Principle Payment Transaction. The principle payment transaction. (C_PRINCIPLETRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LoanTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LoanTypeModel]"},"readOnly":true}}},"Operation[LoanTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LocalizationModel":{"description":"Localization Control (Localization / CON084)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Locale":{"description":"Locale. The locale. (C_LOCALE)\r\nEnum AdvancedUtility.Model.CON084+LocaleEnum:  Default, English, EnglishCanadian, French, FrenchCanadian, SpanishUS","type":"string"},"Code":{"description":"Text ID. The id or original value to translate (C_CODE)","type":"string"},"Translation":{"description":"Localized Value. The localized value. (C_DESTSTRING)","type":"string"},"LastUpdate":{"format":"date-time","description":"Last Update. The last update. (T_LASTUPDATE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the localization is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LocalizationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LocalizationModel]"},"readOnly":true}}},"Operation[LocalizationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LockTypeModel":{"description":"Lock Type Control (LockType / ITR024)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The lock type code. (C_CODE)","type":"string"},"Type":{"description":"Lock Type. The lock type description. (C_LOCKTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the lock type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[LockTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[LockTypeModel]"},"readOnly":true}}},"Operation[LockTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"LowIncomeAssistanceProgramRecertificationRunModel":{"description":"LowIncomeAssistanceProgramRecertification process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AssistanceCode":{"description":"Assistance program code","type":"string"},"FromDate":{"description":"'From Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"'To Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MailingServiceModel":{"description":"Mailing Service Control (MailingService / CON239)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceCode":{"description":"Mail Service Code. The mail service code. (C_SERVICECODE)","type":"string"},"ServiceDescription":{"description":"Mail Service Description. The mail service description. (C_SERVICEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MailingServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MailingServiceModel]"},"readOnly":true}}},"Operation[MailingServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MailingSetupModel":{"description":"Mailing Setup (MailingSetup / CON238)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ProviderCode":{"description":"Mailing Provider Code. The mailing provider code. (C_PROVIDERCODE)\r\nEnum AdvancedUtility.Model.CON238+ProviderCodeEnum:  UnitedStatesPostalServices","type":"string"},"ProviderDescription":{"description":"Mailing Provider Description. The mailing provider description. (C_PROVIDERDESCRIPTION)","type":"string"},"BarcodeId":{"description":"Barcode ID. The barcode ID. (C_BARCODEID)","type":"string"},"MailerId":{"description":"Mailer ID. The mailer ID. (C_MAILERID)","type":"string"},"MailingSetupCode":{"description":"Mailing Setup Code. The mailing setup code. (C_MAILINGSETUPCODE)","type":"string"},"MailingSetupDescription":{"description":"Mail Setup Description. The mail setup description. (C_MAILINGSETUPDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the mailing setup is disabled. (L_DISABLED)","type":"boolean"},"MailServiceId":{"description":"Mail Service ID. The mail service ID. (C_MAILSERVICEID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MailingSetupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MailingSetupModel]"},"readOnly":true}}},"Operation[MailingSetupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MassAddCustomerAccountsRunModel":{"description":"Mass Add Customer/Accounts process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerNumber":{"description":"The customer for all new accounts to be created by this process.","type":"string"},"AccountNumber":{"description":"The current account of the customer used by this process.","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID of the selected customer/account.","type":"integer"},"Cycle":{"description":"The Cycle to which the new customer/accounts created by this process will be assigned.","type":"string"},"Book":{"description":"The Cycle Book to which the new customer/accounts created by this process will be assigned.","type":"string"},"NumberOfAccounts":{"format":"int32","description":"Number of accounts with sequential service addresses to be created by this process.","type":"integer"},"NumberingType":{"description":"Type of numbering of dwelling units - One of:  Street, Apartment, Lot, None","type":"string"},"StreetSide":{"description":"Street Side. One of: BothSides, EvenSides, OddSides","type":"string"},"StartingNumber":{"format":"int32","description":"The first street number (or unit number, or lot number) in a series of sequebtial servise addresses to be created by this process.","type":"integer"},"Increment":{"format":"int32","description":"The increment value for generating series of numbers of sequebtial servise addresses to be created by this process.","type":"integer"},"CopyAccountAddresses":{"description":"Also copy addresses of the address types that apply to account (AddressType.AppliesTo == \"A\") from the original account to the new accounts.","type":"boolean"},"CopyCustomerAccountAddresses":{"description":"Also copy addresses of the address types that apply to both customer and account (AddressType.AppliesTo == \"B\") from the original account to the new accounts.","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MassCopyRatesRunModel":{"description":"MassCopyRates process request model","type":"object","properties":{"BillCodes":{"type":"array","items":{"$ref":"#/definitions/BillCodeModel"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EffectiveDate":{"format":"date-time","description":"Effective date for the copied rates.","type":"string"},"isCopyRateDetails":{"description":"Indicates whether or not to copy the rate details.","type":"boolean"},"ServiceGroupIds":{"description":"Service group ids for which rates should be copied.","type":"array","items":{"type":"string"}},"BillCodeIds":{"description":"Bill code ids for which rates should be copied.","type":"array","items":{"type":"string"}},"RateKeys":{"description":"Rate keys for which rates should be copied.","type":"array","items":{"format":"int64","type":"integer"}},"ApplyPercentToRates":{"description":"Indicates whether or not to apply percentage increase for rates on a rate type.","type":"boolean"},"ApplyPercentToCharges":{"description":"Indicates whether or not to apply percentage increase for charges on a rate type.","type":"boolean"},"PercentAmount":{"format":"double","description":"Indicates the percentage amount for which rate types has to be increased.","type":"number"},"selectedRates":{"description":"List of rates selected for copying.","type":"array","items":{"$ref":"#/definitions/RateModel"}},"ServiceGroups":{"description":"List of service groups for which rates needs to be copied.","type":"array","items":{"$ref":"#/definitions/ServiceGroupModel"}},"rateTypePercentIncreaseList":{"description":"Provides the details about the percentage amounts for which rate types has to be increased.","type":"array","items":{"$ref":"#/definitions/RateTypePercentIncreaseItemModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"RateModel":{"description":"Rate Control (Rate / BIF100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RateKey":{"format":"int64","description":"Rate Key. The rate key. (I_RATEKEY)","type":"integer"},"EffectiveDatetime":{"format":"date-time","description":"Effective Date Time. The effective date and time of the rate. (T_EFFDATETIME)","type":"string"},"RateTime":{"description":"Use Time. Indicates whether to use time for this rate. (L_RATETIME)","type":"boolean"},"Description":{"description":"Description. The description of the rate. (C_DESCRIPT)","type":"string"},"DefaultRateDays":{"format":"double","description":"Default Rate Days. The default rate days. (N_DEFAULTRATEDAYS)","type":"number"},"PercentOfOtherService":{"format":"double","description":"Percent Of Other Service. The percentage that the other service is used in the rate. (N_PERCENTOFOTHERSERVICE)","type":"number"},"Group":{"description":"Group. The group of the rate. (C_GROUP)","type":"string"},"IsRange":{"description":"Range. The range of the rate. (L_RANGE)","type":"boolean"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"IsIntervalRate":{"description":"Interval Rate. Indicates whether the rate is an interval rate. (L_INTERVALRATE)","type":"boolean"},"IntervalType":{"description":"Interval type. The interval type. (C_INTERVALTYPE)\r\nEnum AdvancedUtility.Model.BIF100+IntervalTypeEnum:  None, Day, Hour, Month, Minute, Year","type":"string"},"IntervalLength":{"format":"int32","description":"Interval Length. The interval length. (N_INTERVALLENGTH)","type":"integer"},"IsMeterRate":{"description":"Meter Rate. The meter rate. (L_METERRATE)","type":"boolean"},"ApplyCredit":{"description":"Apply Credit. Indicates whether to apply a credit to the rate. (L_APPLYCREDIT)","type":"boolean"},"IsSeasonalRate":{"description":"Seasonal Rate. Indicates whether this rate is a seasonal rate. (L_SEASONALRATE)","type":"boolean"},"StartMonth":{"description":"Start Month. The first month of the season, if this rate is seasonal. (N_STARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"StartDay":{"format":"int32","description":"Start Day. The first day in the first month of the season, if this rate is seasonal. (N_STARTDAY)","type":"integer"},"EndMonth":{"description":"End Month. The last month of the season, if this rate is seasonal. (N_ENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"EndDay":{"format":"int32","description":"End Day. The last day of the last month, if this rate is seasonal. (N_ENDDAY)","type":"integer"},"BillCode1":{"description":"Linked Bill Code 1. The first linked bill code (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Linked Bill Code 2. The second linked bill code (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Linked Bill Code 3. The third linked bill code (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Linked Bill Code 4. The fourth linked bill code (C_BILLCODE4)","type":"string"},"BillCode5":{"description":"Linked Bill Code 5. The fifth linked bill code. (C_BILLCODE5)","type":"string"},"PercentOfDeductService":{"format":"double","description":"Deduct Service Consumption. The deduct service consumption percentage. (N_PERCENTOFDEDUCTSERVICE)","type":"number"},"NoLinkIfMeter":{"description":"Do Not Link If Meter Present. Indicates that no link should be made if a meter already exists. (L_NOLINKIFMETER)","type":"boolean"},"Profile":{"description":"Proration Profile Code. The proration profile code. (C_PROFILE)","type":"string"},"AllCompanies":{"description":"All Companies?. Indicates whether this rate is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"IsDisabled":{"description":"Disabled. Indicates whether the Rate is disabled. (L_DISABLED)","type":"boolean"},"BillCode":{"description":"Bill Code. The billing code of the rate. (C_BILLCODE)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order to use this Bill Code. (C_COMPANY)","type":"string"},"DeductService":{"description":"Deduct Other Services Usage. The deduct other service usage code (C_DEDUCTSERVICE)","type":"string"},"DeductUnits":{"description":"Deduct Service Convert to Units. The deduct service convert to units code. (C_DEDUCTUNITS)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use this Bill Code. (C_DIVISIONS)","type":"string"},"IsActive":{"type":"boolean"},"IsFuture":{"type":"boolean"},"NextEffectiveDate":{"format":"date-time","description":"Returns the Effective Date of the subsequent rate change if there is any. Returns null if no future rate change has been specified.","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OtherService":{"description":"Other Service. The other service from which the history can be used. (C_OTHERSERVICE)","type":"string"},"PricingMethod":{"description":"Pricing Method. The pricing method of the rate. (C_PRICINGMETHOD)","type":"string"},"SeasonEndDate":{"format":"date-time","type":"string"},"SeasonStartDate":{"format":"date-time","type":"string"},"ServiceGroup":{"description":"Service Group. The service group of the rate. (C_SERVICEGROUP)","type":"string"},"ServiceGroup1":{"description":"Linked Service Group 1. The first linked service group. (C_SERVICEGROUP1)","type":"string"},"ServiceGroup2":{"description":"Linked Service Group 2. The second linked service group. (C_SERVICEGROUP2)","type":"string"},"ServiceGroup3":{"description":"Linked Service Group 3. The third linked service group. (C_SERVICEGROUP3)","type":"string"},"ServiceGroup4":{"description":"Linked Service Group 4. The fourth linked service group. (C_SERVICEGROUP4)","type":"string"},"ServiceGroup5":{"description":"Linked Service Group 5. The fifth linked service group. (C_SERVICEGROUP5)","type":"string"},"Units":{"description":"Units. The type of units used in the rate. (C_UNITS)","type":"string"},"UsageFormula":{"format":"int64","description":"Bill Usage Formula. The consumption (usage) formula for billing purposes. (I_USAGEFORMULA)","type":"integer"},"Option_AllowDelete":{"format":"int32","description":"Confirms that a delete should proceed. Valid values are: 0 = delete, 1 = cancel, -1 = unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_CopyDetails":{"format":"int32","description":"Determines if rate details are also copied on save of a copy of a rate header item. Only applies to a COPY operation. If resolved false or unresolved, no details are transferred. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ServiceGroupModel":{"description":"Service Group Control (ServiceGroup / CON109)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Group. The service group. (C_SERVICEGROUP)","type":"string"},"Description":{"description":"Service Group Description. The service group description. (C_DESCRIPTION)","type":"string"},"TabOrder":{"format":"int32","description":"Tab Order. The tab order. (I_TABORDER)","type":"integer"},"ServiceAttachedTo":{"description":"Service Billed With. The service to be attached to.  (C_SERVICEATTACHEDTO)\r\nEnum AdvancedUtility.Model.AppliesTo:  Account, Customer, Both","type":"string"},"Table":{"description":"Table Name. The data table code. (C_TABLE)\r\nEnum AdvancedUtility.Model.CON127+TableEnum:  RecurringCharge, TaxRoll, FlatRate, Equipment, Meter","type":"string"},"MultiplierPrecision1":{"format":"int32","description":"Multiplier 1 Precision. The first precision multiplier. (N_MULTIPLIERPRECISION1)","type":"integer"},"MultiplierPrecision2":{"format":"int32","description":"Multiplier 2 Precision. The second precision multiplier. (N_MULTIPLIERPRECISION2)","type":"integer"},"Multiplier1Description":{"description":"Multiplier 1 Description. The first multiplier description. (C_MULTIPLIER1DESCRIPTION)","type":"string"},"Multiplier2Description":{"description":"Multiplier 2 Description. The second multiplier description. (C_MULTIPLIER2DESCRIPTION)","type":"string"},"Precision":{"format":"int32","description":"Precision. The precision code. (N_PRECISION)","type":"integer"},"ApplyChangeToAllMeterBillCodes":{"description":"Change All Meter Bill Codes. Indicates whether to change all meter bill codes. (L_CHANGEALLMETERBCODES)","type":"boolean"},"LossFactorUse":{"description":"Loss Factor Use (C_LOSSFACTORUSE)\r\nEnum AdvancedUtility.Model.CON109+LossFactorUseEnum:  _blank, AccountType, MeteringType, AccountTypeandMeteringType","type":"string"},"BilltoAccount":{"description":"Allow Service to Link to Another Account. Indicates whether to allow Service to Link to Another Account.  (L_BILLTOACCOUNT)","type":"boolean"},"AllowMeterBillCodesForService":{"description":"Allow Meter Bill Codes for Service. Indicates whether to use meter bill codes as service bill codes. (L_ALLOWMETERBILLCODEFORSERVICE)","type":"boolean"},"ApplyNewMeterReadTypesTo":{"description":"Apply New Meter Read Types To. Apply the new meter read types based on main service, service group or inventory. (C_APPLYNEWMETERREADTYPESTO)\r\nEnum AdvancedUtility.Model.CON109+ApplyNewMeterReadTypesToEnum:  All, MainServiceOnly, ServiceGroupOnly","type":"string"},"Disabled":{"description":"Disabled. Indicates whether service type group is disabled. (L_DISABLED)","type":"boolean"},"ExcludeVacantBillToService":{"description":"Exclude Vacant Bill To Service. Indicates whether to exclude the vacant account’s service when billing the 'Bill To Account'. (L_EXCLUDEVACANTBILLTOSERVICE)","type":"boolean"},"TransferTransactionsToBilltoAccount":{"description":"Transfer Transactions To Bill To Account. Indicates whether the cash/adjustment transactions related to the service group will be transferred to the Bill To Account. (L_TRANSFERTRANSTOBILLTOACCT)","type":"boolean"},"BusinessHours":{"description":"Business Hours. Comma separated list of working hours for the service in the form [D:][HHMM]-[HHMM]. This is used to determine if a service order is completed outside of business hours. It overrides the global business hours configured in BIF000. (C_BUSINESSHOURS)","type":"string"},"MainService":{"description":"Main Service. The main service. (C_MAINSERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"RateTypePercentIncreaseItemModel":{"description":"Rate type percentage increase grid details.","type":"object","properties":{"RateType":{"description":"Rate type description.","type":"string"},"PercentRateIncrease":{"format":"double","description":"Percentage amount to increase the rate type by.","type":"number"},"Precision":{"format":"int32","description":"Decimals to which the rate has to be rounded.","type":"integer"},"Code":{"description":"Rate type code.","type":"string"}}},"MassMemoryChannelDesignationModel":{"description":"Mass Memory Channel Designation Control (MassMemoryChannelDesignation / MEF020)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The mass memory channel designation code. (C_CODE)","type":"string"},"Description":{"description":"Mass Memory Channel Designation. The mass memory channel designation description. (C_MASSMEMORYCHANNELDESIG)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the mass memory channel designation is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MassMemoryChannelDesignationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MassMemoryChannelDesignationModel]"},"readOnly":true}}},"Operation[MassMemoryChannelDesignationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MassMemorySizeModel":{"description":"Mass Memory Size Control (MassMemorySize / MEF023)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The mass memory size code. (C_CODE)","type":"string"},"MemorySize":{"format":"int32","description":"Memory Size. The memory size. (I_MEMORYSIZE)","type":"integer"},"Description":{"description":"Mass Memory Size. The mass memory size description. (C_MASSMEMORYSIZE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the mass memory size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MassMemorySizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MassMemorySizeModel]"},"readOnly":true}}},"Operation[MassMemorySizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MembershipStatusModel":{"description":"Membership Status Control (MembershipStatus / CON168)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Membership Status. The membership status. (C_MEMBERSTATUS)","type":"string"},"Description":{"description":"Description. The description of the membership status. (C_DESCRIPTION)","type":"string"},"DaysAfterMoveOut":{"format":"int32","description":"Days After Move Out to Change Status. The number of days after the Move Out to change the membership status. (I_DAYSAFTERMOVEOUT)","type":"integer"},"KeepAutoMoveInStatus":{"description":"Keep Status for Auto Move In. Indicates whether to keep the existing membership status for an auto Move In process. (L_KEEPAUTOMOVEINSTATUS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the membership status is disabled. (L_DISABLED)","type":"boolean"},"MoveInStatus":{"description":"Change Status On Move In. The membership status to change to when a member moves into an account. (C_MOVEINSTATUS)","type":"string"},"MoveOutStatus":{"description":"Change Status On Move Out. The membership status to change to when a member moves out of an account. (C_MOVEOUTSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MembershipStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MembershipStatusModel]"},"readOnly":true}}},"Operation[MembershipStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MembershipTypeModel":{"description":"Membership Type Control (MembershipType / CON106)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Membership Type. The membership type. (C_MEMBERSHIP)","type":"string"},"Description":{"description":"Membership Type Description. The membership type description. (C_DESCRIPTION)","type":"string"},"IsExemptType":{"description":"Exempt Type. Indicates the exempt type. (L_EXEMPT)","type":"boolean"},"IsNonMember":{"description":"Non-Member. Indicates the non member type. (L_NONMEMBER)","type":"boolean"},"DepositAmount":{"format":"double","description":"Membership Amount. The deposit amount. (Y_DEPOSIT)","type":"number"},"ApplyFeeOncePerMember":{"description":"Apply Membership Fee Once per Member. Indicates whether the membership fee is applied only once per member. (L_APPLYFEEONCEPERMEMBER)","type":"boolean"},"ApplyFeeForNewMembersOnly":{"description":"Apply Membership Fee for New Members Only. Indicates whether the membership fee will be applied for new members only. (L_APPLYFEEFORNEWMEMBERSONLY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the membership type is disabled. (L_DISABLED)","type":"boolean"},"AllowedMemberDesignees":{"description":"Allowed Member Designees. The allowed member designees. (C_ALLOWEDMEMBERDESIGNEES)","type":"string"},"DepositTransactionCode":{"description":"Membership Fee Transaction Code. The deposit transaction code. (C_DEPOSITTRANSCODE)","type":"string"},"FinalBillCreditTransactionCode":{"description":"Reversal/Final Bill Credit Transaction Code. Reversal / Final Bill Credit Transaction Code (C_FINALCREDITTRANSCODE)","type":"string"},"InCareOfDesignee":{"description":"Include in Designee Correspondence. Include in Designee Correspondence (C_INCAREOFDESIGNEE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MembershipTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MembershipTypeModel]"},"readOnly":true}}},"Operation[MembershipTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MenuDefinitionModel":{"description":"Menu Definition (MenuDefinition / SYS033)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. Code (C_MENUCODE)","type":"string"},"Description":{"description":"Description. The description that describes the current menu (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the menu definition is disabled. (L_DISABLED)","type":"boolean"},"AssignedTo":{"description":"Assigned To. The list of owners that this menu is assigned to (C_ASSIGNEDTO)","type":"string"},"MenuDetails":{"description":"Menu Details. An XML that defines the available main menu (M_MENUDETAILS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MenuDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MenuDefinitionModel]"},"readOnly":true}}},"Operation[MenuDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MenuItemModel":{"description":"Menu Item (MenuItem / SYS034)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. Code (C_MENUITEMCODE)","type":"string"},"Description":{"description":"Description. The description that describes the current menu item (C_DESCRIPTION)","type":"string"},"MenuItemType":{"description":"Type of Menu Item. The type of menu functionality this is (form, script, report, etc) (C_MENUITEMTYPE)\r\nEnum AdvancedUtility.Model.SYS034+MenuItemTypeEnum:  Report, Form, OpenItem, Hyperlink, Script","type":"string"},"SecurityId":{"format":"int64","description":"Security Item ID. The category this menu item belongs to (I_SECURITYID)","type":"integer"},"Data":{"description":"Data/Value. The value/data that represents this menu item (M_DATA)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the menu item is disabled. (L_DISABLED)","type":"boolean"},"Category":{"description":"Menu Categories. The category this menu item belongs to (C_CATEGORY)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.MenuCategoryEnum:  Control, General, Equipment, Deposits, Addressing, Integration, Billing, System, Collections, AssistanceContribution, Backflow, InstrumentTransformer, CapitalCredit, Payment, FieldWorker, Electric, ServiceOrder, Water, Accounting, Gas, Metering, Lighting, PointOfSale, Loans, Sewer, Scheduler, Service, SolidWaste, Inventory, Transformer, Workflow, Pickup, Security, Utility, Inquiry, Report, LineExtension, Propane, WaterHeater, Task","type":"string"},"Interfaces":{"description":"Applicable Interfaces. The interfaces this menu item can be used with: Microsoft Windows GUI, browser GUI, or both when the field is empty. (C_INTERFACES)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.SYS034+InterfacesEnum:  Windows, Browser","type":"string"},"IsAccessAllowed":{"description":"Is access to this menu item allowed for the current login session associated with this menu item. Read only.","type":"boolean"},"Parameters":{"description":"Parameters. The list of optional parameters used for the menu item. (C_PARAMETERS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MenuItemModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MenuItemModel]"},"readOnly":true}}},"Operation[MenuItemModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterBatchEntryModel":{"description":"Meter Batch Entry Control (MeterBatchEntry / MEF000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterNumberLength":{"format":"int32","description":"Meter Number Length. The length of the meter number. (N_METERNUM)","type":"integer"},"MeterPrefix":{"description":"Meter Prefix Characters. The prefix characters of the meter. (C_METERPREFIX)","type":"string"},"PadMeterNumber":{"description":"Pad Meter Number. Indicates whether to pad the meter number. (L_MNUMPAD)","type":"boolean"},"MeterNumberPadCharacter":{"description":"Character to Pad the Meter Number. The character used to pad the meter number. (C_MNUMPAD)","type":"string"},"SerialNumberLength":{"format":"int32","description":"Serial Number Length. The length of the serial number. (N_MSERIALL)","type":"integer"},"SerialNumberPrefix":{"description":"Serial Number Prefix Characters. The prefix characters of the serial number. (C_MSERIALPREFIX)","type":"string"},"PadSerialNumber":{"description":"Pad Serial Number. Indicates whether to pad the serial number. (L_SNUMPAD)","type":"boolean"},"SerialNumberPadCharacter":{"description":"Character to Pad the Serial Number. The character used to pad the serial number. (C_SNUMPAD)","type":"string"},"ChangeERTWithRemote":{"description":"Update Meter Remote# with ERT. Indicates that when ERT changes in Electric Meter Inventory, the Meter Remote Numbers will be updated for that meter with the ERT number (applies only to Electric meters). (L_USEERT4REMOTENUMBER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the meter batch entry is disabled. (L_DISABLED)","type":"boolean"},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterBatchEntryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterBatchEntryModel]"},"readOnly":true}}},"Operation[MeterBatchEntryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterChangeReasonModel":{"description":"Meter Change Reason Control (MeterChangeReason / CON126)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ChangeCode":{"description":"Meter Change Reason Code. The meter change reason code. (C_CHANGECODE)","type":"string"},"ChangeDescription":{"description":"Meter Change Reason Description. The meter change reason description. (C_CHANGEDESCRIPTION)","type":"string"},"ForMeter":{"description":"Used for Meter. Indicates whether this change type is applicable to meters . (L_FORMETERS)","type":"boolean"},"ForEquipment":{"description":"Used for Equipment. Indicates whether this change type is applicable to equipment . (L_FOREQUIPMENT)","type":"boolean"},"DoNotBillRemovedReading":{"description":"Do Not Bill Removed Reading. If this flag is enabled, the removed meter reading will not be billed. This flag is designed to be used for exceptions - like meter switch process - when the consumption of the removed meter should not be billed (L_DONOTBILLREMOVEDREADING)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the meter change reason is disabled. (L_DISABLED)","type":"boolean"},"ReasonScrapped":{"description":"Reason Scrapped Code (C_REASONSCRAPPED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterChangeReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterChangeReasonModel]"},"readOnly":true}}},"Operation[MeterChangeReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterCoverOptionModel":{"description":"Meter Cover Option Control (MeterCoverOption / MEF021)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The meter cover options code. (C_CODE)","type":"string"},"Description":{"description":"Meter Cover Options. The meter cover options description. (C_METERCOVEROPTIONS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the meter cover option is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterCoverOptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterCoverOptionModel]"},"readOnly":true}}},"Operation[MeterCoverOptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterFormModel":{"description":"Meter Form Control (MeterForm / MEF008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Meter Form Code. The meter form code. (C_METERFORM)","type":"string"},"Description":{"description":"Meter Form Description. The meter form description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the meter form is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterFormModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterFormModel]"},"readOnly":true}}},"Operation[MeterFormModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeteringTypeModel":{"description":"Interval Metering Type Control (MeteringType / CON154)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeteringTypeCode":{"description":"Metering Type. The metering type code.  (C_METERINGTYPECODE)","type":"string"},"Description":{"description":"Description. The metering type description.  (C_DESCRIPTION)","type":"string"},"IsInterval":{"description":"Is This Interval. Indicates whether interval or not.  (L_INTERVAL)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether interval metering type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeteringTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeteringTypeModel]"},"readOnly":true}}},"Operation[MeteringTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterInterfaceModel":{"description":"Meter Interface (MeterInterface / UTL005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Service":{"description":"Service Code. The service code. (C_SERVICE)","type":"string"},"InventoryType":{"description":"Service Inventory Type. The service inventory type. (C_INVENTORYTYPE)","type":"string"},"NewMeter":{"description":"New Meter #. The new meter number. (C_NEWMETER)","type":"string"},"NewSerialNumber":{"description":"New Serial #. The new serial number. (C_NEWSERIALNUM)","type":"string"},"RemoteId":{"description":"Transponder/ERT #. The remote meter transponder/ERT id. (C_REMOTEID)","type":"string"},"InstallDate":{"format":"date-time","description":"New Meter Install Date. The date when the new meter was installed. (D_INSTALL)","type":"string"},"OldMeter":{"description":"Old Meter #. The old meter number. (C_OLDMETER)","type":"string"},"OldSerialNumber":{"description":"Old Serial #. The old serial number. (C_OLDSERIALNUM)","type":"string"},"RemoveDate":{"format":"date-time","description":"Old Meter Remove Date. The date when the old meter was removed. (D_REMOVE)","type":"string"},"MeterSize":{"description":"Meter Size Code. The meter size code. (C_METERSIZE)","type":"string"},"RemoteType":{"description":"Meter Remote Type. The meter remote type. (C_REMOTETYPE)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ReadType":{"description":"New Meter Read Type. The new meter read type. (C_READTYPE)","type":"string"},"CallNumber":{"description":"New Meter Call Number. The new meter call number. (C_CALLNUM)","type":"string"},"Units":{"description":"New Meter Unit Code. The new meter unit code. (C_UNITS)","type":"string"},"Dials":{"format":"int32","description":"New Meter Dials. The new meter number of dials. (I_DIALS)","type":"integer"},"Decimals":{"format":"int32","description":"New Meter Decimals. The new meter number of decimals. (N_DECIMALS)","type":"integer"},"ServiceRequestNumber":{"format":"int32","description":"Service Request Number (I_SERVICEREQUEST)","type":"integer"},"OldReading":{"format":"double","description":"Old Reading. The older meter reading. (N_OLDREADING)","type":"number"},"NewReading":{"format":"double","description":"New Reading. The new meter reading. (N_NEWREADING)","type":"number"},"ServiceRequestId":{"description":"Service Request ID. The service request ID. (C_SERVICEREQUEST)","type":"string"},"Installation":{"description":"Installation. The installation number. (C_INSTALLATION)","type":"string"},"ChangeCode":{"description":"Change Code. The meter change code. (C_CHANGECODE)","type":"string"},"MeterType":{"description":"Meter Type. The meter type. (C_METERTYPE)","type":"string"},"Manufacturer":{"description":"Meter Manufacturer. The meter manufacturer. (C_MANCODE)","type":"string"},"MeterNotes":{"description":"Meter Location Notes. The meter location notes. (C_METERNOTES)","type":"string"},"Registers":{"format":"int32","description":"Number of Registers. The number of registers. (I_REGISTERS)","type":"integer"},"ActionType":{"description":"Action Type. The action type that is triggered. (C_ACTIONTYPE)\r\nEnum AdvancedUtility.Model.UTL005+ActionTypeEnum:  MeterInstall, MeterExchange, MeterRemoval","type":"string"},"MeterTypeDescription":{"description":"Meter Type Description. The meter type description. (C_METERTYPEDESC)","type":"string"},"Longitude":{"description":"Longitude. The longitude value. (C_LONGITUDE)","type":"string"},"Latitude":{"description":"Latitude. The latitude value. (C_LATITUDE)","type":"string"},"UDF_Char_1":{"description":"Meter Custom Field 1. The meter customer field 1 information. (C_METERCUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Meter Custom Field 2. The meter customer field 2 information. (C_METERCUSTOM2)","type":"string"},"UDF_Number_1":{"format":"int64","description":"Meter Custom Number 1. The meter custom number 1. (I_CUSTOM1)","type":"integer"},"UDF_Number_2":{"format":"double","description":"Meter Custom Number 2. The meter custom number 2. (N_CUSTOM2)","type":"number"},"IsOutForRead":{"description":"Meter Out For Read. Indicates whether the meter is out for read. (L_OUTFORREAD)","type":"boolean"},"InstructionLocationCode1":{"description":"Instr/Location Code 1. The instruction or location code 1. (C_INSTRLOCATECODE1)","type":"string"},"InstructionLocationCode2":{"description":"Instr/Location Code 2. The instruction or location code 2. (C_INSTRLOCATECODE2)","type":"string"},"InstructionLocationCode3":{"description":"Instr/Location Code 3. The instruction or location code 3. (C_INSTRLOCATECODE3)","type":"string"},"Multiplier":{"format":"double","description":"Billing Multiplier 1. The new meter's billing multiplier. (N_MULTIPLIER)","type":"number"},"SONum":{"format":"int64","description":"S/O # Related. The meter's service order number. (I_SONUM)","type":"integer"},"OldRemoteId":{"description":"Old Transponder/ERT #. The old remote meter transponder/ERT id. (C_OLDREMOTEID)","type":"string"},"BillCode":{"description":"Meter Bill Code. The meter's bill code. (C_BILLCODE)","type":"string"},"ChannelNumber":{"description":"Channel Number. The channel number. (C_CHANNELNUM)","type":"string"},"IntervalMeterType":{"description":"Interval Meter Type. The MIST or Most interval meter type. (C_INTERVALMETERTYPE)","type":"string"},"ForceCodes":{"description":"Force Codes. Indicates whether to force the meter reader to read any instruction or location codes. (L_FORCECODES)","type":"boolean"},"UtilMeterData":{"description":"Utility Meter Data. The utility meter data. (C_UTILMETERDATA)","type":"string"},"MustRead":{"description":"Must read Indicator. Indicates whether the meter reader must read the meter. (L_MUSTREAD)","type":"boolean"},"DisplayIndicator":{"description":"Display Indicator. The display indicator. (C_DISPLAYINDICATOR)\r\nEnum AdvancedUtility.Model.UTL005+DisplayIndicatorEnum:  Blank, NoSpecialMessage, BeforeReadingCollected, AfterReadingCollected, OnRequest, RequestDeleted","type":"string"},"PrevTamper1":{"description":"Previous Tamper 1 Value. The previous tamper 1 reading. (C_PREVTAMPER1)","type":"string"},"PrevTamper2":{"description":"Previous Tamper 2 Value. The previous tamper 2 reading. (C_PREVTAMPER2)","type":"string"},"MeterReadCustom1":{"description":"Meter Read Custom1 (C_METERREADCUSTOM1)","type":"string"},"MeterReadCustom2":{"description":"Meter Read Custom2 (C_METERREADCUSTOM2)","type":"string"},"MeterReadCustom3":{"description":"Meter Read Custom3 (C_METERREADCUSTOM3)","type":"string"},"UDF_Char_3":{"description":"Water Service Entrance Custom Field 1. The water service entrance custom field 1. (C_WATERSERVICECUSTOM1)","type":"string"},"UDF_Char_4":{"description":"Water Service Entrance Custom Field 2. The water service entrance custom field 2. (C_WATERSERVICECUSTOM2)","type":"string"},"MustReplace":{"description":"Must Replace. Indicates whether the meter must be replaced after it is removed. (L_MUSTREPLACE)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterInterfaceModel]"},"readOnly":true}}},"Operation[MeterInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterInventoryLocationModel":{"description":"Location Control (MeterInventoryLocation / MEF617)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Location Code. The location code. (C_LOCATION)","type":"string"},"Description":{"description":"Description. The location. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the meter inventory location is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterInventoryLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterInventoryLocationModel]"},"readOnly":true}}},"Operation[MeterInventoryLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterInventoryRunModel":{"description":"MeterInventory process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InventoryType":{"description":"Indicate whether Water (WT) or Electric (EL) Meter Inventory","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MeterItronReadingHistoryModel":{"description":"Meter - Itron Reading (MeterItronReadingHistory / ITR902)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account. The meter account. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter. The meter type. (C_METER)","type":"string"},"ReadDate":{"format":"date-time","description":"Reading Date. The date the meter was read. (T_READDATE)","type":"string"},"Reading":{"format":"int64","description":"Reading. The amount of the reading. (N_READING)","type":"integer"},"ConditionCode":{"format":"int32","description":"Reading Type Condition Code. The reading type condition code. (N_CONDITIONCODE)","type":"integer"},"TypeCode":{"description":"Reading Type Code. The reading type code. (C_TYPECODE)","type":"string"},"CantRead":{"description":"Can't Read Other Code. The \"Can't Read Other\" code. (C_CANTREAD)","type":"string"},"Comment1":{"description":"Comment Code 1. The first comment code. (C_COMMENT1)","type":"string"},"Comment2":{"description":"Comment Code 2. The second comment code. (C_COMMENT2)","type":"string"},"CommentOther":{"description":"Comment Other Code. The \"Comment Other\" code. (C_COMMENTOTHER)","type":"string"},"Comments":{"description":"Notes. Notes about the reading history. (C_COMMENTS)","type":"string"},"HiLowCount":{"format":"int32","description":"Hi/Low Attempts. The number of attempts to obtain a high or low reading for the meter (N_HILOWCOUNT)","type":"integer"},"ReaderId":{"description":"Reader ID. The meter reader ID. (C_READERID)","type":"string"},"ReadTime":{"format":"int32","description":"Time Of Day. The time of day that the meter was read. (N_READTIME)","type":"integer"},"ElapseTime":{"format":"int32","description":"Time Since Last Meter. The elapsed time since the last meter reading. (N_ELAPSETIME)","type":"integer"},"ReadType":{"description":"Type of Reading. The type of meter reading. (C_READTYPE)","type":"string"},"Service":{"description":"Service. The meter service. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterItronReadingHistoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterItronReadingHistoryModel]"},"readOnly":true}}},"Operation[MeterItronReadingHistoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterLinkModel":{"description":"Master - Sub Meter Link (MeterLink / BIF203)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MasterServiceId":{"format":"int64","description":"Master Service ID. The master service ID. (I_MASTERSERVICEID)","type":"integer"},"MasterMeterReadTypeId":{"format":"int64","description":"Master Meter Read Type ID. The master meter read type ID. (I_MASTERMETERID)","type":"integer"},"SubMeterReadTypeId":{"format":"int64","description":"Sub Meter Read Type ID. The sub meter read type ID. (I_SUBMETERID)","type":"integer"},"Percent":{"format":"double","description":"Percentage. The percentage for the meter. (N_PERCENT)","type":"number"},"InstallDate":{"format":"date-time","description":"Install Date. The date when the meter was installed. (D_INSTALLDATE)","type":"string"},"RemoveDate":{"format":"date-time","description":"Remove Date. The date when the meter was removed. (D_REMOVEDATE)","type":"string"},"LinkType":{"description":"Link Type. The master-sub meter link type. (C_LINKTYPE)\r\nEnum AdvancedUtility.Model.BIF203+LinkTypeEnum:  MasterSub, Associate, Series, Linked","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterLinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterLinkModel]"},"readOnly":true}}},"Operation[MeterLinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"CalculateWaterLeakAdjustmentRequestModel":{"description":"Structure to store address components resulting from a parse","type":"object","properties":{"S2RateAdj":{"format":"double","type":"number"},"ReadingsList":{"description":"List of meter readings for water leak adjustments.","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjMeterReadingModel"}},"BillsList":{"description":"List of associated bills for the water leak adjustments.","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjBillsModel"}},"AdjustmentList":{"description":"List of the adjustments for water leaks.","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjustmentModel"}},"TargetRead":{"$ref":"#/definitions/WaterLeakAdjMeterReadingModel","description":"The reading of the meter."},"RateLevel":{"description":"Indicates what rate should be calculated (Meter/Service).\r\nEnum AdvancedUtility.Model.CON009+RateLevelEnum: _blank, Meter, Service","type":"string"},"ApplySaving":{"description":"Indicates whether the Savings should be applied.","type":"boolean"},"AdjustmentNotes":{"description":"Additional information for the adjustment.","type":"string"},"DivideByDays":{"format":"int32","description":"Number of days to divide the adjustment by them","type":"integer"},"AdjustmentPercent1":{"description":"The type of water leak adjustment percentages to be used for billing adjustment (1).\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+WaterLeakAdjustmentPercent: P33, P50, P66, P100, POther","type":"string"},"Percent1":{"format":"double","description":"The percentage used for billing adjustment (1).\r\nThis value is only used when AdjustmentPercent (1) is set to \"Other\"","type":"number"},"AdjustmentPercent2":{"description":"The type of water leak adjustment percentages to be used for billing adjustment (1).\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+WaterLeakAdjustmentPercent: P33, P50, P66, P100, POther","type":"string"},"Percent2":{"format":"double","description":"The percentage used for billing adjustment (2).\r\nThis value is only used when AdjustmentPercent (2) is set to \"Other\"","type":"number"},"AdjustmentAmount":{"format":"double","description":"Adjustment amount","type":"number"},"NetAmount":{"format":"double","description":"Net amount","type":"number"},"ManualConsumption":{"format":"double","description":"Manual consumption numbers","type":"number"},"AdjustmentMethod":{"description":"The method in which the water leak will be adjusted.\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+WaterLeakAdjustmentMethod: Estimated, Manual, RefundRebill","type":"string"},"WaterTransactionCode":{"description":"Transaction code for water service","type":"string"},"TransactionCode":{"description":"Transaction code (General for services)","type":"string"},"FirstReadingId":{"format":"int64","description":"First reading's informations","type":"integer"},"SecondReadingId":{"format":"int64","description":"Second reading's information","type":"integer"},"DateFrom":{"description":"From / Start date formula","type":"string"},"DateTo":{"description":"To / End date formula","type":"string"},"LeakMultiplier":{"format":"double","description":"Leak multiplier","type":"number"},"ManualBillCons":{"format":"double","description":"Manual bill consumption","type":"number"},"S1Rate":{"format":"double","description":"First Service's Rate","type":"number"},"S1RateAdj":{"format":"double","description":"First Service's Rate adjustment","type":"number"},"S2Rate":{"format":"double","description":"Second Service's Rate","type":"number"},"MultiplierCode":{"description":"Basic service multipliers","type":"string"},"AdjustmentTypeCode":{"description":"Adjustment type","type":"string"},"RoundFactor":{"format":"double","description":"Round factor","type":"number"},"Precision":{"format":"int32","description":"Precision","type":"integer"},"AdjustmentOrder":{"description":"Adjustment order selected from proper enumerator\r\nEnum AdvancedUtility.Model.CON009+LeakAdjustOrderEnum: _blank, Average, HightoLow, LowtoHigh","type":"string"},"ServiceCode1":{"description":"First service","type":"string"},"ServiceCode2":{"description":"Second service","type":"string"},"SavingServiceCode":{"description":"Saving service","type":"string"},"AdjustedServiceCode":{"description":"Adjusted service","type":"string"}}},"WaterLeakAdjMeterReadingModel":{"description":"Water leak adjustment meter reading","type":"object","properties":{"Adjusted":{"description":"Boolean: is it adjusted?","type":"boolean"},"ReadingDate":{"format":"date-time","description":"Reading date","type":"string"},"Consumption":{"format":"double","description":"Consumption amount","type":"number"},"Reading":{"format":"double","description":"Reading numbers","type":"number"},"I_BIF016PK":{"format":"int64","description":"BIF016 Primary key","type":"integer"},"Customer":{"description":"Customer number","type":"string"},"Account":{"description":"Account number","type":"string"},"BilledDays":{"format":"int32","description":"Number of days included in the bill","type":"integer"},"BillNumber":{"format":"int64","description":"Bill number","type":"integer"},"ReadType":{"description":"Meter reading type","type":"string"},"PreviousReading":{"format":"double","description":"Previous reading","type":"number"},"Description":{"description":"Description","type":"string"},"ReadingId":{"format":"int64","description":"Reading Id","type":"integer"},"Meter":{"description":"Meter","type":"string"},"Dials":{"format":"int32","description":"Reading dials","type":"integer"},"Decimals":{"format":"int32","description":"Reading decimals","type":"integer"},"Multiplier":{"format":"double","description":"First multiplier","type":"number"},"Multiplier2":{"format":"double","description":"Second multiplier","type":"number"},"Units":{"description":"Units","type":"string"},"ReadTypeDesc":{"description":"Read type description","type":"string"},"OrigConsumption":{"format":"double","description":"Original consumption","type":"number"},"ServiceId":{"format":"int64","description":"Service Id","type":"integer"}}},"WaterLeakAdjBillsModel":{"description":"Used to organize water leak adjustment bills","type":"object","properties":{"BillNumber":{"format":"int64","description":"Bill number","type":"integer"},"BillTypeCode":{"description":"Bill type code","type":"string"},"BillDate":{"format":"date-time","description":"Bill date","type":"string"},"FromDate":{"format":"date-time","description":"From / Start date","type":"string"},"ToDate":{"format":"date-time","description":"To / End date","type":"string"},"Days":{"format":"int32","description":"Number of days","type":"integer"},"BillCode":{"description":"Bill code","type":"string"}}},"WaterLeakAdjustmentModel":{"description":"Adjustment for a Water Leak","type":"object","properties":{"Service":{"description":"Service","type":"string"},"TransactionCode":{"description":"Transaction code","type":"string"},"AdjustmentAmount":{"format":"double","description":"Adjustment amount","type":"number"},"OriginalARBalance":{"format":"double","description":"Account's receivable balance","type":"number"},"AdjustedARBalance":{"format":"double","description":"Account's receivable balance adjustment","type":"number"},"ARCode":{"description":"Account's receivable code","type":"string"},"CalculationDetails":{"$ref":"#/definitions/WaterLeakAdjustmentCalculationDetailsModel","description":"Calculation details"}}},"WaterLeakAdjustmentCalculationDetailsModel":{"description":"Model used to organize calculation details","type":"object","properties":{"IsSuccess":{"description":"Boolean: indicates whether calculation is successful or not?","type":"boolean"},"CreditAmt":{"format":"double","description":"Credit amount","type":"number"},"Notes":{"description":"Notes","type":"string"},"RefundAmtService":{"format":"double","description":"Refund amount service","type":"number"},"RebillAmtService":{"format":"double","description":"Re-bill amount service","type":"number"},"AdjustmentDetails":{"description":"String-Decimal dictionary contains adjustment details","type":"object","additionalProperties":{"format":"double","type":"number"}},"Feedback":{"description":"Feedback","type":"array","items":{"$ref":"#/definitions/ApiFeedbackItem"}}}},"CalculateWaterLeakAdjustmentResponseModel":{"description":"Response model used to organize water leak adjustment information","type":"object","properties":{"Feedback":{"description":"Feedback","type":"array","items":{"$ref":"#/definitions/ApiFeedbackItem"}},"Adjustments":{"description":"List of water leak adjustments","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjustmentModel"}},"IsOk":{"description":"Boolean: indicated whether the status is OK to not?","type":"boolean"},"PeriodDays":{"format":"int32","description":"Number of days in period","type":"integer"},"OldReadingPk":{"format":"int64","description":"Old reading primary key","type":"integer"},"OldConsumption":{"format":"double","description":"Old consumption","type":"number"},"AdjConsumption":{"format":"double","description":"Adjusted consumption","type":"number"},"DailyUsage":{"format":"double","description":"Daily usage","type":"number"},"AdjustmentNotes":{"description":"Adjustment notes","type":"string"},"ProcessLog":{"description":"Process Log","type":"string"}}},"JsonPatchDocument[MeterReadingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingModel]"},"readOnly":true}}},"Operation[MeterReadingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingCommentModel":{"description":"Meter Reader Trouble Code (MeterReadingComment / ITR025)\r\nComments or trouble codes returned from the meter readers via the meter reading import process.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"ReadCode":{"description":"Read code. The read code. (C_READCODE)","type":"string"},"Message":{"description":"Trouble Message. The trouble message. (C_TROUBLE)","type":"string"},"ReadAudit":{"description":"Read Audit Result. The read audit result. (C_READAUDIT)","type":"string"},"AuditCounter":{"description":"Audit Counter. The audit counter. (C_AUDITCOUNTER)","type":"string"},"ClearCounter":{"description":"Clear Counter. The clear counter. (C_CLEARCOUNTER)","type":"string"},"MeterReaderID":{"description":"Meter Reader ID. The meter reader ID. (C_METERREADID)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the meter reading was processed. (L_PROCESSED)","type":"boolean"},"ReadReason":{"description":"Read Reason Code. The read reason code.  (C_READREASON)","type":"string"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"Service":{"description":"Service Code. The service code. (C_SERVICE)","type":"string"},"TroubleCode1":{"description":"Trouble Code1. The first trouble code. (C_TROUBLECODE1)","type":"string"},"TroubleCode2":{"description":"Trouble Code2. The second trouble code. (C_TROUBLECODE2)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingCommentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingCommentModel]"},"readOnly":true}}},"Operation[MeterReadingCommentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingCommentCodeModel":{"description":"Meter Reading Comment Code Control (MeterReadingCommentCode / ITR003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Comment Code. The meter reading comment code. (C_CODE)","type":"string"},"Description":{"description":"Comment Description. The meter reading comment description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingCommentCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingCommentCodeModel]"},"readOnly":true}}},"Operation[MeterReadingCommentCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingExportInterfaceRunModel":{"description":"Meter reading export base process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsFinalBills":{"description":"Are they final bills?","type":"boolean"},"ExcludeVacantAccounts":{"description":"Indicates whether to exclude vacant accounts. Only applies for final bills i.e. when IsFinalBills = true.","type":"boolean"},"IncludeSent":{"description":"Indicates whether to include sent items","type":"boolean"},"Resequence":{"description":"Indicates whether to do the re-sequence","type":"boolean"},"MustReadToDci":{"description":"indicates whether it is required to read to Dci","type":"boolean"},"DaysBack":{"format":"int32","description":"Number of days back to import","type":"integer"},"FromDate":{"description":"Start / from date","type":"string"},"ToDate":{"description":"End / To date","type":"string"},"ScheduledReadDate":{"description":"Scheduled read date","type":"string"},"BillingDate":{"description":"Billing date","type":"string"},"IsAllServices":{"description":"Indicates whether to export all services","type":"boolean"},"Services":{"description":"List of the services","type":"array","items":{"type":"string"}},"IsAllRemoteTypes":{"description":"Whether or not meter readings are exported regardless of remote type (all remote types)","type":"boolean"},"RemoteTypes":{"description":"The remote type codes to export; only meters having this remote type or an empty remote type will be exported.\r\n            <para>May include a hard-coded blank code item to handle meters with a blank/undefined remote type property.</para>","type":"array","items":{"type":"string"}},"IsAllCompanies":{"description":"Whether or not meter readings are exported for all companies","type":"boolean"},"Company":{"description":"The company code to export meter readings for","type":"string"},"IsAllDivisions":{"description":"Whether or not meter readings are processed for all divisions","type":"boolean"},"Divisions":{"description":"The division codes to export meter readings for","type":"array","items":{"type":"string"}},"Cycle":{"description":"Cycle","type":"string"},"IsAllBooks":{"description":"Indicates whether to export all books","type":"boolean"},"Books":{"description":"List of the books to export","type":"array","items":{"type":"string"}},"IsAlternateBooks":{"description":"Is there alternate books?","type":"boolean"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MeterReadingImportInterfaceRunModel":{"description":"Meter Reading import interface request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Resequence":{"description":"Indicates whether do re-sequence","type":"boolean"},"StorePriorReadings":{"description":"Indicates whether to store prior readings","type":"boolean"},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MeterReadingInstructionLocationModel":{"description":"Meter Reading Instruction/Location (MeterReadingInstructionLocation / ITR007)\r\nMeter reading instructions and/or location codes to be included in meter reading exports. This is a more advanced and general version of the ITR006 MeterReadingNote functionality.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsActive":{"type":"boolean"},"Account":{"description":"Account. The account name. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter. The meter name or number. (C_METER)","type":"string"},"ForceCodes":{"description":"Force Codes. Indicates whether to force the meter reader to read any instruction or location codes. (L_FORCECODES)","type":"boolean"},"UtilMeterData":{"description":"Utility Meter Data. The utility meter data. (C_UTILMETERDATA)","type":"string"},"MustRead":{"description":"Must Read Indicator. Indicates whether the meter reader must read the meter. (L_MUSTREAD)","type":"boolean"},"MeterNotes":{"description":"Meter Notes. Notes about the meter. (C_METERNOTES)","type":"string"},"DisplayIndicator":{"description":"Display Indicator. The display indicator. (C_DISPLAYINDICATOR)\r\nEnum AdvancedUtility.Model.ITR007+DisplayIndicatorEnum:  Blank, NoSpecialMessage, BeforeReadingCollected, AfterReadingCollected, OnRequest, RequestDeleted","type":"string"},"PrevTamper1":{"description":"Previous Tamper 1 Value. The previous tamper 1 reading. (C_PREVTAMPER1)","type":"string"},"PrevTamper2":{"description":"Previous Tamper 2 Value. The previous tamper 2 reading. (C_PREVTAMPER2)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"MeterReadCustom1":{"description":"Meter Read Custom1. The value of meter read custom 1. (C_METERREADCUSTOM1)","type":"string"},"MeterReadCustom2":{"description":"Meter Read Custom2. The value of meter read custom 2. (C_METERREADCUSTOM2)","type":"string"},"MeterReadCustom3":{"description":"Meter Read Custom3. The value of meter read custom 3. (C_METERREADCUSTOM3)","type":"string"},"Code1":{"description":"Instr/Location Code 1. The first location code that specifies where the meter is located. (C_INSTRLOCATECODE1)","type":"string"},"Code2":{"description":"Instr/Location Code 2. The second location code. (C_INSTRLOCATECODE2)","type":"string"},"Code3":{"description":"Instr/Location Code 3. The third location code. (C_INSTRLOCATECODE3)","type":"string"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingInstructionLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingInstructionLocationModel]"},"readOnly":true}}},"Operation[MeterReadingInstructionLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingInterfaceModel":{"description":"Meter Reading Interface (MeterReadingInterface / UTL016)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Member #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"Reading":{"format":"double","description":"Meter Reading. The meter reading value. (N_READING)","type":"number"},"ReadStatus":{"description":"Read Status. The status of the meter reading. (C_READSTATUS)","type":"string"},"ReadingId":{"format":"int64","description":"Reading ID. The meter reading ID. (I_READINGID)","type":"integer"},"IsProcessed":{"description":"Internal Process Flag. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ReadDate":{"format":"date-time","description":"Read Date/Time. The actual meter reading date. (T_READDATE)","type":"string"},"Service":{"description":"Service. The type of metered service. (C_SERVICE)","type":"string"},"ReadType":{"description":"Read Type. The meter read type. (C_READTYPE)","type":"string"},"InfoReadOnly":{"description":"Information Read Only Flag. Indicates whether the meter readings are for informational purposes only. (L_INFOREADONLY)","type":"boolean"},"BillType":{"description":"Bill Type. The bill type. (C_BILLTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingInterfaceModel]"},"readOnly":true}}},"Operation[MeterReadingInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingInterfaceRunModel":{"description":"MeterReadingInterface process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportReadingErrors":{"description":"Indicates whether there is report reading errors","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MeterReadingNoteModel":{"description":"Meter Reading Note (MeterReadingNote / ITR006)\r\nMeter reading notes included in the meter reading export. This is a simpler version of the ITR007 MeterReadingInstruction functionality used primarily for Itron exports.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account. The account name. (C_ACCOUNT)","type":"string"},"Note1":{"description":"Note 1. The first line of the note. (C_NOTE1)","type":"string"},"Note2":{"description":"Note 2. The second line of the note. (C_NOTE2)","type":"string"},"Note3":{"description":"Note 3. The third line of the note. (C_NOTE3)","type":"string"},"Note4":{"description":"Note 4. The fourth line of the note. (C_NOTE4)","type":"string"},"ForceNotes":{"description":"Force Notes. Indicates whether to force the user to read the note. (L_FORCENOTES)","type":"boolean"},"CustomerData":{"description":"Utility Customer Data. Information about the customer. (C_CUSTOMERDATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingNoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingNoteModel]"},"readOnly":true}}},"Operation[MeterReadingNoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingServiceExceptionModel":{"description":"Meter Reading Service Exception (MeterReadingServiceException / ITR029)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ItronVersion":{"description":"Itron Version. Itron Version. (C_ITRONVERSION)","type":"string"},"UsageFrom":{"format":"double","description":"Usage From. Usage From. (N_USAGEFROM)","type":"number"},"UsageTo":{"format":"double","description":"Usage To. Usage To. (N_USAGETO)","type":"number"},"High1":{"format":"double","description":"High 1 Percentage. The high 1 percentage. (N_HIGH1)","type":"number"},"High2":{"format":"double","description":"High 2 Percentage. The high 2 percentage. (N_HIGH2)","type":"number"},"Low1":{"format":"double","description":"Low 1 Percentage. The low 1 percentage. (N_LOW1)","type":"number"},"Low2":{"format":"double","description":"Low 2 Percentage. The low 2 percentage. (N_LOW2)","type":"number"},"DefaultHighLimit":{"format":"int64","description":"Default High Limit. Default High Limit. (N_DEFAULTHIGHLIMIT)","type":"integer"},"High1Override":{"format":"double","description":"High 1 Override. The number of customers on the route. (N_HIGH1OVERRIDE)","type":"number"},"Service":{"description":"Service Code. The export description. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingServiceExceptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingServiceExceptionModel]"},"readOnly":true}}},"Operation[MeterReadingServiceExceptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingSoftwareModel":{"description":"Meter Reading Software Control (MeterReadingSoftware / ITR001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IhpId":{"description":"IHP ID. The Itron Host Processor ID. (C_IHPID)","type":"string"},"Description":{"description":"Description. The meter software description (C_DESCRIPTION)","type":"string"},"CodeRecords":{"description":"Code Records. The code records. (L_CODERECORDS)","type":"boolean"},"DateFormat":{"description":"Date Format. The date format. (C_DATEFORMAT)\r\nEnum AdvancedUtility.Model.ITR001+DateFormatEnum:  _blank, YearMonthDay, MonthDayYear, DayMonthYear","type":"string"},"UtilityId":{"description":"Utility ID. The utility ID. (C_UTILITYID)","type":"string"},"NotesTable":{"description":"Notes Table. Which notes table is used for this interface software (C_NOTESTABLE)\r\nEnum AdvancedUtility.Model.ITR001+NotesTableEnum:  ITR006, ITR007, Notused","type":"string"},"AddressFormat":{"description":"Address Format. The address format. (C_ADDRESSFORMAT)\r\nEnum AdvancedUtility.Model.ITR001+AddressFormatEnum:  StreetStreetNameApt, AptStreetStreetName","type":"string"},"CodeTable":{"description":"Code Table. Which code table is used with for this interface software (C_CODETABLE)\r\nEnum AdvancedUtility.Model.ITR001+CodeTableEnum:  ITR006, ITR007, Notused","type":"string"},"VersionCode":{"description":"Itron Version Code. The Itron version code. (C_ITRONVERSION)","type":"string"},"High2":{"format":"double","description":"High 2 Percentage. The high 2 percentage. (N_HIGH2)","type":"number"},"High1":{"format":"double","description":"High 1 Percentage. The high 1 percentage. (N_HIGH1)","type":"number"},"Low1":{"format":"double","description":"Low 1 Percentage. The low 1 percentage. (N_LOW1)","type":"number"},"Low2":{"format":"double","description":"Low 2 Percentage. The low 2 percentage. (N_LOW2)","type":"number"},"Reprogram":{"description":"Reprogram. Indicate whether the meter reading import file contains reprogramming records (L_REPROGRAM)","type":"boolean"},"DigitalReadSchedule":{"description":"Digital Read Schedule. Indicates whether meter reading import file contains a digital read schedule that should be processed. (L_DIGITALREADSCHEDULE)","type":"boolean"},"CrLf":{"description":"CR/LF Indicators. Indicates whether carriage return/line feed indicators are being sent in the meter reading import file. (L_CRLF)","type":"boolean"},"BlockLength":{"format":"int32","description":"Block Length. This is used to set the size of records in the meter reading import file to the largest record used. (I_BLOCKLENGTH)","type":"integer"},"RecordLength":{"format":"int32","description":"Record Length. The actual length of the longest record if the CR/LF (carriage return/line feed) is set to 0. (I_RECORDLENGTH)","type":"integer"},"CycleLength":{"format":"int32","description":"Cycle Length. The cycle length. (I_CYCLELENGTH)","type":"integer"},"CyclePad":{"description":"Cycle Pad. The cycle pad. (C_CYCLEPAD)","type":"string"},"BookLength":{"format":"int32","description":"Book Length. The book length. (I_BOOKLENGTH)","type":"integer"},"BookPad":{"description":"Book Pad. The book pad. (C_BOOKPAD)","type":"string"},"UseLeadingZeroes":{"description":"Leading Zeros. Indicates whether the meter number has leading zeros. (L_LEADINGZEROES)","type":"boolean"},"NumberOfLeadingZeroes":{"format":"int32","description":"Meter # Leading Zeros. The number of leading zeroes to include in meter number. (I_LEADINGZEROES)","type":"integer"},"RightJustifyMeter":{"description":"Right Justify Meter #. Indicates whether to right justify the meter. (L_RIGHTJUSTIFYMETER)","type":"boolean"},"MeterStartPosition":{"format":"int32","description":"Meter # Start Position. The default position in the meter field to start the meter number in the meter reading import file. (I_METERSTARTPOSITION)","type":"integer"},"TestMode":{"description":"Test Mode. The test mode. (L_TESTMODE)","type":"boolean"},"Company":{"description":"Company. The company code. (C_COMPANY)","type":"string"},"Region":{"description":"Region. The region code. (C_REGION)","type":"string"},"Office":{"description":"Office. The office code. (C_OFFICE)","type":"string"},"WandProgram":{"description":"Wand Program. The wand program. (C_WANDPROGRAM)","type":"string"},"RadioFrequency":{"format":"double","description":"Remote Radio Frequency. The remote radio frequency. (N_RADIOFREQUENCY)","type":"number"},"PassMustReadToDci":{"description":"Pass Must Read Flag to Meter Reading Export. Indicates whether pass must read flag to meter reading import file. (L_PASSMUSTREADTODCI)","type":"boolean"},"UseMeter":{"description":"Use Meter. Indicates whether to use the meter. (L_USEMETER)","type":"boolean"},"NotesByMeter":{"description":"Store Notes by Meter. Indicates whether to store notes by the meter. (L_NOTESBYMETER)","type":"boolean"},"UseDecimals":{"description":"Use Decimals. Indicates whether to use decimals. (L_USEDECIMALS)","type":"boolean"},"StoreTroubleCodes":{"description":"Store Trouble Codes. Indicates whether to store trouble codes. (L_STORETROUBLECODES)","type":"boolean"},"UpdateNoteSkipReads":{"description":"Update Notes for Skipped Reads. Indicates whether to update the notes with the skipped reads. (L_UPDATENOTESKIPREADS)","type":"boolean"},"AskFileName":{"description":"Ask User for the File Name. Indicates whether the user is asked for the filename. (L_ASKFILENAME)","type":"boolean"},"ValidateMapInDco":{"description":"Validate Map in Meter Reading Import. Indicates whether the map is validated in the meter reading import file. (L_VALIDATEMAPINDCO)","type":"boolean"},"UseDialsHiLow":{"description":"Use Meter Dials for Hi/Low Limits. Indicates whether the meter dials are used for the Hi/Low limits.     (L_USEDIALSHILOW)","type":"boolean"},"UseNewRffFormat":{"description":"Use New RFF Format for Itron MVRS Export. Indicates whether the new RFF format is used for the Itron MVRS export file. (L_USENEWRFFFORMAT)","type":"boolean"},"GroupCodeDefault":{"description":"Group Code Default. The group code default value. (C_GROUPCODEDEFAULT)","type":"string"},"DefReadingDirection":{"description":"Default Reading Direction. The default reading direction. (C_DEFREADINGDIRECTION)","type":"string"},"SetMeterStatus":{"description":"Set Meter Status. Indicates whether the meter status is automatically set. (L_SETMETERSTATUS)","type":"boolean"},"UseCustomRdgDateFormat":{"description":"Use Custom RDG Date Format. Indicates whether the custom RDG date format is used. (L_USECUSTOMRDGDATEFORMAT)","type":"boolean"},"UseCustomReadDay":{"description":"Use Custom Read Day. Indicates whether to use the custom read day, determined by programmable meters, instead of the reading date stored in CIS Infinity. (L_USECUSTOMREADDAY)","type":"boolean"},"NoZeroConsumption":{"description":"Do Not Allow Zero Consumption. Indicates whether to disallow zero consumption. (L_NOZEROCONSUMPTION)","type":"boolean"},"SeparateBookForRemotes":{"description":"Separate Book For Meters with Remotes. Indicates whether meters with ERTs will be separated into distinct books in the Meter Reading Export process. (L_SEPARATEBOOKFORREMOTES)","type":"boolean"},"AllowMultipleReadsPerDay":{"description":"Allow Multiple Reads per Day. Indicates whether to allow storing multiple reads of the meter reading import file for the same day. (L_ALLOWMULTIPLEREADSPERDAY)","type":"boolean"},"MinimumDaysBetweenReadings":{"format":"int32","description":"Minimum Days Between Readings. The minimum number of days between readings. Default value to be used if not specified in the Cycle/Book control table. (I_MINDAYSBETWEENREADINGS)","type":"integer"},"ProcessMTXRec":{"description":"Process MTX record. Allows to process MTX record. (L_PROCESSMTXREC)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the meter reading software is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingSoftwareModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingSoftwareModel]"},"readOnly":true}}},"Operation[MeterReadingSoftwareModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingSoftwareSelectionModel":{"description":"Cycle - Inventory Type - Meter Reading Assignment Control (MeterReadingSoftwareSelection / CON160)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates whether the cycle inventory type meter reading is disabled. (L_DISABLED)","type":"boolean"},"Cycle":{"description":"Cycle. The meter cycle. (C_CYCLE)","type":"string"},"InventoryType":{"description":"Inventory Type. The meter inventory type. (C_INVENTORYTYPE)","type":"string"},"VersionCode":{"description":"Version Code. The meter version code. (C_VERSIONCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadingSoftwareSelectionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadingSoftwareSelectionModel]"},"readOnly":true}}},"Operation[MeterReadingSoftwareSelectionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterReadingWebImportRunModel":{"description":"MeterReadingWebImport process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsFinalBill":{"description":"Indicates whether reads are expected for final bills","type":"boolean"},"ScheduledReadDateFrom":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ScheduledReadDateTo":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ErrorThreshold":{"format":"int32","description":"Number of errors before the process is canceled","type":"integer"},"LogChanges":{"description":"Indicates whether successful changes will be logged","type":"boolean"},"IsAllServices":{"description":"Indicates whether to import all services","type":"boolean"},"Services":{"description":"List of the services","type":"array","items":{"type":"string"}},"IsAllRemoteTypes":{"description":"Whether or not meter readings are exported regardless of remote type (all remote types)","type":"boolean"},"RemoteTypes":{"description":"The remote type codes to export; only meters having this remote type or an empty remote type will be exported.\r\n            <para>May include a hard-coded blank code item to handle meters with a blank/undefined remote type property.</para>","type":"array","items":{"type":"string"}},"IsAllCompanies":{"description":"Whether or not meter readings are exported for all companies","type":"boolean"},"Company":{"description":"The company code to export meter readings for","type":"string"},"IsAllDivisions":{"description":"Whether or not meter readings are processed for all divisions","type":"boolean"},"Divisions":{"description":"The division codes to export meter readings for","type":"array","items":{"type":"string"}},"Cycle":{"description":"Cycle","type":"string"},"IsAllBooks":{"description":"Indicates whether to import from all books","type":"boolean"},"Books":{"description":"List of the books","type":"array","items":{"type":"string"}},"IsAlternateBooks":{"description":"Is there alternate books?","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MeterReadTypeModel":{"description":"Meter Read Type Control (MeterReadType / MEF007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterType":{"description":"Meter Type. The meter type. (C_METERTYPE)","type":"string"},"ReadMinimum":{"format":"int32","description":"Min Range. The minimum range. (N_MINRANGE)","type":"integer"},"ReadMaximum":{"format":"int32","description":"Max Range. The maximum range. (N_MAXRANGE)","type":"integer"},"Decimals":{"format":"int32","description":"Decimals. The read in decimals. (N_DECIMALS)","type":"integer"},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"Unit":{"description":"Units. The units. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterReadTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterReadTypeModel]"},"readOnly":true}}},"Operation[MeterReadTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterRoomModel":{"description":"Meter Room (MeterRoom / ITR020)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterRoomCode":{"description":"Meter Room. The meter room type. (C_METERROOM)","type":"string"},"StreetNumberOld":{"description":"Street Number (Obsolete). The street number in the meter room's address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number in the meter room's address. (N_STREETNUM)","type":"integer"},"StreetName":{"description":"Street Name. The street name in the meter room's address. (C_STREETNAME)","type":"string"},"City":{"description":"City. The city of the meter room's address (C_CITY)","type":"string"},"Location":{"description":"Location. The location of the meter room. (C_LOCATION)","type":"string"},"Notes":{"description":"Notes. Notes about the meter room. (M_NOTES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterRoomModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterRoomModel]"},"readOnly":true}}},"Operation[MeterRoomModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterRoomKeyAssignmentModel":{"description":"Meter Room Key Assignment (MeterRoomKeyAssignment / ITR022)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterRoom":{"description":"Meter Room. The meter room type. (C_METERROOM)","type":"string"},"KeyReferenceNumber":{"description":"Key Reference Number. The reference number of the key used to access the meter. (C_KEYREFERENCENUMBER)","type":"string"},"DateChanged":{"format":"date-time","description":"Date Changed. The date that the assignment was changed. (D_DATECHANGED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterRoomKeyAssignmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterRoomKeyAssignmentModel]"},"readOnly":true}}},"Operation[MeterRoomKeyAssignmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterSealStatusModel":{"description":"Seal Status Control (MeterSealStatus / MEF024)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Seal Status Code. The seal status code. (C_CODE)","type":"string"},"Description":{"description":"Seal Status Description. The seal status description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the meter seal status is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterSealStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterSealStatusModel]"},"readOnly":true}}},"Operation[MeterSealStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterSizeBillCodeModel":{"description":"Meter Size Bill Code Control (MeterSizeBillCode / ITR026)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ExternalMeterSizeCode":{"description":"External Meter Size. The size of the external meter. (C_EXTERNALMETERSIZECODE)","type":"string"},"MeterSize":{"description":"Meter Size. The size of the meter. (C_METERSIZE)","type":"string"},"Description":{"description":"Size Description. The meter size description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the meter size bill code is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type code. (C_ACCOUNTTYPE)","type":"string"},"BillCode":{"description":"Meter Bill Code. The meter bill code. (C_BILLCODE)","type":"string"},"Service":{"description":"Service Code. The service code. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterSizeBillCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterSizeBillCodeModel]"},"readOnly":true}}},"Operation[MeterSizeBillCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MeterStatusModel":{"description":"Meter Status Control (MeterStatus / CON090)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterStatusCode":{"description":"Meter Status Code. The meter status code. (C_METERSTATUS)","type":"string"},"Description":{"description":"Meter Status Description. The meter status description. (C_DESCRIPTION)","type":"string"},"StatusType":{"description":"Meter Status Type. The meter status type. (C_STATUSTYPE)\r\nEnum AdvancedUtility.Model.CON090+StatusTypeEnum:  _blank, Active, Inventory, Scrapped, Repairing, Testing, Rented, Energized, Deenergized","type":"string"},"Default":{"description":"Default. Default value for its StatusType (L_DEFAULT)","type":"boolean"},"ScrappedDateMandatory":{"description":"Scrapped Date Mandatory. Indicates whether scrapped date should be mandatory if meter status is Scrapped (L_SCRAPPEDDATEMANDATORY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the meter status is disabled. (L_DISABLED)","type":"boolean"},"DefaultSealStatus":{"description":"Default Seal Status. The default seal status. (C_DEFAULTSEALSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MeterStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MeterStatusModel]"},"readOnly":true}}},"Operation[MeterStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MinimumPaymentDiscountCalculationModel":{"description":"Minimum Payment Discount Calculation Control (MinimumPaymentDiscountCalculation / CON302)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Percentage":{"format":"double","description":"Discount Percentage. The discount percentage to be applied to  the payment. (N_PERCENTAGE)","type":"number"},"MonthsBack":{"format":"int32","description":"Months Back for Charges. The number of months back to look for charges at the account. (I_MONTHSBACK)","type":"integer"},"CalculationMethod":{"description":"Calculation Method. The Discount Calculation Rules. (C_CALCULATIONMETHOD)\r\nEnum AdvancedUtility.Model.CON302+CalculationMethodEnum:  Sumoflastmonthscharges, LastbillchargesXnumberofmonths","type":"string"},"Service":{"description":"Service. The services considered when calculating the charges to which the discount will be applied. (C_SERVICE)","type":"string"},"TransactionCode":{"description":"Payment Discount Transaction Code. The transaction code that will be used to apply the payment discount. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MinimumPaymentDiscountCalculationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MinimumPaymentDiscountCalculationModel]"},"readOnly":true}}},"Operation[MinimumPaymentDiscountCalculationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MinimumPaymentMonthlyCalculationModel":{"description":"Minimum Payment Monthly Calculation Control (MinimumPaymentMonthlyCalculation / CON301)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StartDate":{"format":"date-time","description":"Start Date. The start date for the minimum payment monthly plan. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date for the minimum payment monthly plan. (D_ENDDATE)","type":"string"},"Percentage":{"format":"double","description":"Minimum Payment Monthly Percentage. The minimum payment monthly percentage. (N_PERCENTAGE)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether minimum payment monthly is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MinimumPaymentMonthlyCalculationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MinimumPaymentMonthlyCalculationModel]"},"readOnly":true}}},"Operation[MinimumPaymentMonthlyCalculationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MinimumPaymentOptionConfigModel":{"description":"Minimum Payment Option Control (MinimumPaymentOptionConfig / CON300)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ExcludeArrangements":{"description":"Exclude Active Arrangements Flag. Indicates whether to exclude active arrangements. (L_EXCLUDEARRANGEMENTS)","type":"boolean"},"MinimumAmount":{"format":"double","description":"Minimum Overdue Amount. The minimum overdue amount. (Y_MINAMOUNT)","type":"number"},"DaysOverdue":{"format":"int32","description":"Days Overdue. The number of days the payment is overdue. (I_DAYSOVERDUE)","type":"integer"},"CreateArrangement":{"description":"Create Arrangement Flag. Indicates whether to create the arrangement. (L_CREATEARRANGEMENT)","type":"boolean"},"ArrangementDays":{"format":"int32","description":"Arrangement Number of Days. The arrangement number of days. (I_ARRANGEMENTDAYS)","type":"integer"},"AccountType":{"description":"Account Types. The list of account types. (C_ACCOUNTTYPE)","type":"string"},"ArrangementType":{"description":"Minimum Payment Option Arrangement Type. The minimum payment arrangement type. (C_ARRANGEMENTTYPE)","type":"string"},"ExcludedCollectionStatuses":{"description":"Excluded Collection Statuses. The list of excluded collection statuses. (C_EXCLUDEDCOLSTAT)","type":"string"},"ExcludedPap":{"description":"Excluded Payment Plans. The list of excluded payment plans. (C_EXCLUDEDPAP)","type":"string"},"MinimumPaymentCollectionStatuses":{"description":"Minimum Payment Option Collection Status. The minimum payment option collection status. (C_MINPAYCOLSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MinimumPaymentOptionConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MinimumPaymentOptionConfigModel]"},"readOnly":true}}},"Operation[MinimumPaymentOptionConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ModuleModel":{"description":"Module Control (Module / SYS075)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Module. The module. (C_MODULE)","type":"string"},"SystemModule":{"description":"System Module. The CIS module. (C_SYSTEMMODULE)","type":"string"},"Description":{"description":"Description. The module description (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates if the module is disabled. Disabling a module disables all associated functionality, including event handlers linked to the module. (L_DISABLED)","type":"boolean"},"Location":{"description":"Location. The location information. (C_LOCATION)","type":"string"},"Service":{"description":"Service. The service description. (C_SERVICE)","type":"string"},"Port":{"description":"Port. The port information. (C_PORT)","type":"string"},"IsWorkOrderSystem":{"description":"Work Order System. Indicates the work order system. (L_WORKORDERSYSTEM)","type":"boolean"},"Software":{"description":"Software. The software name. (C_SOFTWARE)","type":"string"},"Version":{"description":"Version. The software version. (C_VERSION)","type":"string"},"RunnableProcess":{"description":"Runnable Process. The associated process to be executed. (C_RUNNABLEPROCESS)","type":"string"},"ActivationKey":{"description":"Activation Key. The license activation key. (C_KEY)","type":"string"},"IsLicenseValid":{"type":"boolean"},"LicenseData":{"type":"string"},"Licensee":{"type":"string"},"LicenseExpiryDate":{"format":"date-time","type":"string"},"LicenseModuleId":{"type":"string"},"LicenseUserMaximum":{"format":"int32","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ModuleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ModuleModel]"},"readOnly":true}}},"Operation[ModuleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ModuleFunctionModel":{"description":"Module Function Control (ModuleFunction / SYS076)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FunctionName":{"description":"Name or Type of Functionality. The name or type of functionality. (C_FUNCTIONNAME)","type":"string"},"Description":{"description":"Description. The module description. (C_DESCRIPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates if the module is disabled. (L_DISABLED)","type":"boolean"},"RunnableProcess":{"description":"RunnableProcess. The associated process to be executed. (C_RUNNABLEPROCESS)","type":"string"},"Module":{"description":"Module. The module. (C_MODULE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ModuleFunctionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ModuleFunctionModel]"},"readOnly":true}}},"Operation[ModuleFunctionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MoveRequestTaskProcessRunModel":{"description":"MoveRequestTaskProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MoveScenarioModel":{"description":"Move Scenario Control (MoveScenario / CON227)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates if this scenario is disabled. (L_DISABLED)","type":"boolean"},"Type":{"description":"Scenario Type. Scenario Type. (C_TYPE)\r\nEnum AdvancedUtility.Model.MoveScenarioType:  MoveIn, MoveOut, MoveInMoveOut","type":"string"},"Code":{"description":"Code. Move Scenario Code (C_CODE)","type":"string"},"Description":{"description":"Description. Description of the Move Scenario (C_DESCRIPTION)","type":"string"},"ShowPreviousOwner":{"description":"Show Previous Owner Option. Show Previous Owner option (L_SHOWPREVOWNER)","type":"boolean"},"Position":{"format":"int32","description":"Position. Scenario position in a list (I_POSITION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MoveScenarioModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MoveScenarioModel]"},"readOnly":true}}},"Operation[MoveScenarioModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MoveScenarioPageModel":{"description":"Move Scenario Page (MoveScenarioPage / CON228)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PageCode":{"description":"Move Page Code. Move Scenario Code (C_PAGECODE)","type":"string"},"Description":{"description":"Description. Description of the page (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether this page is disabled (L_DISABLED)","type":"boolean"},"IsRequired":{"description":"Is Required. Is Required (L_REQUIRED)","type":"boolean"},"Type":{"description":"Type. Type (C_TYPE)\r\nEnum AdvancedUtility.Model.MoveScenarioType:  MoveIn, MoveOut, MoveInMoveOut","type":"string"},"CustAcctOrder":{"description":"Customer/Account Order. Customer/Account Order (C_CUSTACCTORDER)\r\nEnum AdvancedUtility.Model.CustomerAccountOrder:  Default, CustomerAccount, AccountCustomer","type":"string"},"PapStartOnMoveInDate":{"description":"Start Date of PAP Same As Move In Date. Start Date of PAP Same As Move In Date (L_PAP_START_ON_MOVE_IN_DATE)","type":"boolean"},"CopyExistingPapData":{"description":"Copy Existing Pap Data. Copy Existing PAP Data for Move In Customer (L_COPY_EXISTING_PAP_DATA)","type":"boolean"},"AutoAddForwardingAddress":{"description":"Auto Add Forwarding Address. Automatically add a forwarding address to the moving out customer/account. The service address of the new account is used to populate the new forwarding address. (L_AUTOADDFORWARDINGADDRESS)","type":"boolean"},"Position":{"format":"int32","description":"Position. Page position in the scenario (I_POSITION)","type":"integer"},"AddType":{"description":"Address Type. The address type. (C_ADDTYPE)","type":"string"},"ScenarioCode":{"description":"Scenario Code. Move Scenario Code (C_SCENARIOCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MoveScenarioPageModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MoveScenarioPageModel]"},"readOnly":true}}},"Operation[MoveScenarioPageModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MultiARBalancesReportRunModel":{"description":"MultiARBalances report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Company":{"type":"string"},"Division":{"type":"string"},"Cycle":{"type":"string"},"ReportTitle":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"MV90ControlModel":{"description":"MV90 Control (MV90Control / ITR008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The MV90 code. (C_CODE)","type":"string"},"ItronReadType":{"description":"Itron Read Type. The Itron read type. (C_ITRONREADTYPE)","type":"string"},"Multiplier":{"format":"double","description":"Reading Multiplier. The reading multiplier. (N_MULTIPLIER)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"CisReadType":{"description":"CIS Read Type. The CIS read type. (C_CISREADTYPE)","type":"string"},"ItronType":{"description":"Itron Type. The Itron type. (C_ITRONTYPE)","type":"string"},"Service":{"description":"Service. The service ID. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MV90ControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MV90ControlModel]"},"readOnly":true}}},"Operation[MV90ControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"MV90UnitControlModel":{"description":"MV90 Unit Control (MV90UnitControl / ITR009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"MV90 Code. The MV90 code. (C_CODE)","type":"string"},"Description":{"description":"Description. The MV90 unit description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the MV90 unit control is disabled. (L_DISABLED)","type":"boolean"},"ReadType":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[MV90UnitControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[MV90UnitControlModel]"},"readOnly":true}}},"Operation[MV90UnitControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NameTypeModel":{"description":"Name Type Control (NameType / CON018)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Name Type Code. The name type code.  (C_CODE)","type":"string"},"Description":{"description":"Name Type Description. The name type description. (C_DESCRIPTION)","type":"string"},"IsResidential":{"description":"Residential. Names that use all name part fields are considered residential. Non-residential names are corporate and only use the last name field. (L_NAMETYPE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the name type is disabled. (L_DISABLED)","type":"boolean"},"Membership":{"description":"Membership Type. The membership type. (C_MEMBERSHIP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NameTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NameTypeModel]"},"readOnly":true}}},"Operation[NameTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NewAccountServiceImportInterfaceRunModel":{"description":"Meter Reading import interface request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NoteModel":{"description":"Customer/Account Note (Note / BIF008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Categories":{"description":"List of NoteCategory codes.","type":"array","items":{"type":"string"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"DatetimeEntered":{"format":"date-time","description":"Date/Time Entered. The date and time that this Customer/Account was entered. (T_DATETIME)","type":"string"},"Subject":{"description":"Note Subject. The notes subject of this Customer/Account. (C_SUBJECT)","type":"string"},"Notes":{"description":"Notes. Notes about this Customer/Account (M_NOTES)","type":"string"},"ExpirationDate":{"format":"date-time","description":"Expiration Date. The expiration date. (D_EXPIRATIONDATE)","type":"string"},"NoteId":{"format":"int64","description":"Note ID. The note ID reference number. (I_NOTEID)","type":"integer"},"ActionId":{"format":"int64","description":"Action ID. The action ID number. (I_ACTION)","type":"integer"},"IsExpired":{"type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Reason":{"description":"Note Reason. The note reason. (C_CONTACTREASON)","type":"string"},"UserId":{"description":"Created By. The ID of the user that entered this Customer/Account (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoteModel]"},"readOnly":true}}},"Operation[NoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoteCategoryModel":{"description":"Note Category Control (NoteCategory / CON222)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Note Category Code. The note category or sub-category. (C_NOTECATEGORY)","type":"string"},"Description":{"description":"Note Category Description. The note category description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether note category is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoteCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoteCategoryModel]"},"readOnly":true}}},"Operation[NoteCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoteCategoryDetailModel":{"description":"Note Category Detail (NoteCategoryDetail / BIF088)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DateEntered":{"format":"date-time","description":"Date Entered. The date when the note details were entered. (D_ENTERED)","type":"string"},"NoteId":{"format":"int64","description":"Note ID. The foreign key link from BIF008. (I_NOTEID)","type":"integer"},"NoteCategory":{"description":"Note Category. The note category or sub-category. (C_NOTECATEGORY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoteCategoryDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoteCategoryDetailModel]"},"readOnly":true}}},"Operation[NoteCategoryDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoteTypeModel":{"description":"Note Type Control (NoteType / CON226)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Note Type. The note type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The note description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the note type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoteTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoteTypeModel]"},"readOnly":true}}},"Operation[NoteTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoticeBatchModel":{"description":"Notice Batch (NoticeBatch / BIF504)\r\nNotice batch header contains an entry for each in progress or updated notice batch","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Description":{"description":"Batch Description. The batch description. (C_DESCRIPTION)","type":"string"},"Status":{"description":"Status. The batch status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF504+StatusEnum:  Empty, InProgress, Updated, UpdateInProgress, ProcessingBatch, ErrorProcessing, ErrorUpdating","type":"string"},"NoticeDate":{"format":"date-time","description":"Notice Date. The notice date. (D_NOTICEDATE)","type":"string"},"StationId":{"description":"Station ID. The station ID. (C_STATIONID)","type":"string"},"FromDate":{"format":"date-time","description":"From Date. The 'From' date. (D_FROMDATE)","type":"string"},"ToDate":{"format":"date-time","description":"To Date. The 'To' date. (D_TODATE)","type":"string"},"IsProcessed":{"description":"Batch Processed. Indicates whether the batch is processed. (L_PROCESSED)","type":"boolean"},"Message":{"description":"Message. The message in the notice. (M_MESSAGE)","type":"string"},"Notices":{"description":"Notices. The notices list. (C_NOTICES)","type":"string"},"Company":{"description":"Company. The name of the company. (C_COMPANY)","type":"string"},"ReprintDate":{"format":"date-time","description":"Reprint Date. The reprint date. (D_REPRINTDATE)","type":"string"},"AddressValidatedTimeStamp":{"format":"date-time","description":"Addresses Validated DateTime Stamp. The date and time when the addresses in the batch were last validated. (T_ADDRESSVALIDATED)","type":"string"},"IsAddressValidated":{"description":"Addresses Validated. Indicates whether the mailing addresses in the batch have been validated.  (L_ADDRESSVALIDATED)","type":"boolean"},"ActionId":{"format":"int64","description":"Update Action. The action to run against each notice when the batch is updated. (I_ACTION)","type":"integer"},"Criteria":{"description":"Additional Criteria. Additional Criteria. (C_CRITERIA)","type":"string"},"Cycles":{"description":"Cycles. The billing cycles. (C_CYCLES)","type":"string"},"Divisions":{"description":"Divisions. The divisions of the company. (C_DIVISIONS)","type":"string"},"IsActionContinueEntryAllowed":{"type":"boolean"},"IsActionNoticeListingAllowed":{"type":"boolean"},"IsActionPrintNoticesAllowed":{"type":"boolean"},"IsActionRemovedListingAllowed":{"type":"boolean"},"IsActionUpdateAllowed":{"type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the batch was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"MessageRaw":{"type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoticeBatchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoticeBatchModel]"},"readOnly":true}}},"Operation[NoticeBatchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoticeBatchPickupRunModel":{"description":"NoticeBatchPickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Notice Batch Header Id","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NoticeBatchPrintNoticesReportRunModel":{"description":"NoticeBatchPrintNotices report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Notice Batch Header Id","type":"integer"},"ReprintDate":{"format":"date-time","description":"Notice reprint date","type":"string"},"Reschedule":{"description":"Reschedule notices","type":"boolean"},"Reprint":{"description":"Reprint notices","type":"boolean"},"Removed":{"description":"Removed notices","type":"boolean"},"PrintMultipleCopies":{"description":"Print multiple copies","type":"boolean"},"Print3rdParty":{"description":"Print 3rd party copy","type":"boolean"},"BillNumber":{"format":"int64","description":"Bill number of the notice","type":"integer"},"NoticeNumber":{"format":"int32","description":"Notice number of the notice","type":"integer"},"RequestType":{"description":"Notice request type (Batch or Single Notice)\r\nEnum AdvancedUtility.Services.Reports.NoticeRequestType: Batch, Single notice","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NoticeBatchUpdateRunModel":{"description":"NoticeBatchUpdate process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Notice Batch Header Id","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NoticeDocumentModel":{"description":"Notice Document Control (NoticeDocument / COL114)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DocumentId":{"description":"Document #. The document number. (C_DOCUMENTID)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether notice document is disabled. (L_DISABLED)","type":"boolean"},"DocumentName":{"description":"Document Name. The document name. (C_DOCUMENTNAME)","type":"string"},"Description":{"description":"Description. The description of the document. (C_DESCRIPTION)","type":"string"},"DocumentType":{"description":"Document Type. The document type. (C_DOCUMENTTYPE)\r\nEnum AdvancedUtility.Model.COL114+DocumentTypeEnum:  Electronic, Crystal","type":"string"},"Object":{"description":"Object Name. The object associated with the document. (C_OBJECT)","type":"string"},"IncludeBillDetails":{"description":"Include Bill Details. Indicates whether the bill details are to be included on the Crystal notice. (L_INCLUDEBILLDETAILS)","type":"boolean"},"IncludeTransactionsSinceBill":{"description":"Include Transactions Posted Since the Bill. Indicates whether transactions are posted since the bill was processed. (L_INCLUDETRANSSINCEBILL)","type":"boolean"},"IncludeCashOnlyFlag":{"description":"Include Cash Only Field on Notice Documents. Indicates whether the Cash Only field is included on notice documents. (L_INCLUDECASHONLYFLAG)","type":"boolean"},"PrintInCareOfName":{"description":"Print In Care of name in Notice Document. Indicates whether the \"In Care Of\" name is printed in the Notice document. (L_PRINTINCAREOFNAME)","type":"boolean"},"GenerateNoticeFile":{"description":"Generate Notice File. Indicates whether the notice will be saved as a file (one file per bill number). (L_GENERATENOTICEFILE)","type":"boolean"},"NoticeFileTemplate":{"description":"Notice File Template. the document template from which notice files will be generated. (C_NOTICEFILETEMPLATE)","type":"string"},"ModalCrystalPreview":{"format":"int64","description":"Modal Crystal Preview. Notice preview should open in a modal (locked) window. (I_MODALCRYSTALPREVIEW)","type":"integer"},"MailingSetupCode":{"description":"Mailing Setup Code. The mailing setup code. (C_MAILINGSETUPCODE)","type":"string"},"SortOrder":{"description":"Sort Order. The sort order. (C_SORTORDER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoticeDocumentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoticeDocumentModel]"},"readOnly":true}}},"Operation[NoticeDocumentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoticeListingReportRunModel":{"description":"NoticeListing report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","type":"integer"},"Removed":{"type":"boolean"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NoticeRemovalTypeModel":{"description":"Notice Removal Type Control (NoticeRemovalType / COL112)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Notice Removal Type. The notice removal type. (C_REMOVALTYPE)","type":"string"},"Description":{"description":"Notice Removal Description. The notice removal description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Notice Removal Action. The notice removal action (I_ACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NoticeRemovalTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NoticeRemovalTypeModel]"},"readOnly":true}}},"Operation[NoticeRemovalTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"NoticeSchedulingRunModel":{"description":"NoticeScheduling process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunCreateNoticeBatch":{"description":"Create notice batch","type":"boolean"},"RunStartBatch":{"description":"Start Notice Batch","type":"boolean"},"RunPrintNotices":{"description":"Print notices","type":"boolean"},"RunRemovedListing":{"description":"Print removed listing","type":"boolean"},"RunNoticeListing":{"description":"Print notice listing","type":"boolean"},"RunUpdate":{"description":"Update batch","type":"boolean"},"CreateBatchData":{"$ref":"#/definitions/NoticeBatchModel","description":"Data for Create Batch"},"CreateBatchReprintDate":{"format":"date-time","description":"Date batch reprint Created","type":"string"},"CreateBatchNoticeDate":{"description":"Create batch payment date formula","type":"string"},"CreateBatchNoticeDateFrom":{"description":"Create batch Date From","type":"string"},"CreateBatchNoticeDateTo":{"description":"Create batch Date To","type":"string"},"PrintNoticesDestination":{"description":"Destination which notices will be displayed/saved to\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"PrintNoticesEmailAddress":{"description":"Email address which notices will be sent to","type":"string"},"PrintNoticesEmailSubjectLine":{"description":"Notices email's subject line","type":"string"},"PrintNoticesFileName":{"description":"File name which notice will be stored to","type":"string"},"PrintNoticesFileType":{"description":"File type which notice will be stored to\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"PrintNoticesPrinterName":{"description":"Printer name to use for printing notice","type":"string"},"PrintNoticesFolder":{"description":"Folder name to store notices","type":"string"},"RemovedListingDestination":{"description":"Notice destination that has been removed from the list\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"RemovedListingEmailAddress":{"description":"Email address that has been removed from the list","type":"string"},"RemovedListingEmailSubjectLine":{"description":"Email address's subject lines that has been removed from the list","type":"string"},"RemovedListingFileName":{"description":"Filename that has been removed from the list","type":"string"},"RemovedListingFileType":{"description":"File type that has been removed from the list\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"RemovedListingPrinterName":{"description":"Printer name that has been removed from the list","type":"string"},"NoticeListingDestination":{"description":"Destination where notice listing will be displayed.\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"NoticeListingEmailAddress":{"description":"Notice listing email address","type":"string"},"NoticeListingEmailSubjectLine":{"description":"Notice listing email subject line","type":"string"},"NoticeListingFileName":{"description":"Notice listing file name","type":"string"},"NoticeListingFileType":{"description":"Notice listing file type\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"NoticeListingPrinterName":{"description":"Notice Listing printer name","type":"string"},"RetrieveCriteriaTree":{"description":"Additional Criteria provided in the Criteria Picker control.","type":"string"},"RetrieveCriteriaPromptData":{"description":"Criteria provided in the Criteria Picker control.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NotificationProcessingRunModel":{"description":"NotificationProcessing process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AlertCode":{"description":"Select the alert code for which the process will run","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"NsfOccurrenceModel":{"description":"NSF Occurrence Control (NsfOccurrence / CON130)\r\nProvides an ability to configure actions per company/division based of NSF transactions occurrences for a customer account.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Days":{"format":"int32","description":"Days to Look Back for NSF. Number of days to look back for NSF transactions. (I_DAYSBACK)","type":"integer"},"MinimumValue":{"format":"int32","description":"Minimum Value. Determines the lower boundary for NSF transaction occurrences in the specified days for triggering the actions. (I_MINIMUM)","type":"integer"},"MaximumValue":{"format":"int32","description":"Maximum Value. Determines the upper boundary for NSF transaction occurrences in the specified days for triggering the actions. (I_MAXIMUM)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the specified actions for NSF occurrence is disabled. (L_DISABLED)","type":"boolean"},"Action":{"format":"int64","description":"Action. Specifies the action to be triggered when NSF occurrences count falls within the configured minimum and maximum values. (I_ACTION)","type":"integer"},"AllCompanies":{"description":"Indicates whether the configuration applies to all companies.","type":"boolean"},"Company":{"description":"Company. Accounts must belong to this Company in order to trigger actions for NSF occurrences. If no specific company is chosen, the rule applies to all companies. (C_COMPANY)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to trigger actions for NSF occurrences. (C_DIVISIONS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[NsfOccurrenceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[NsfOccurrenceModel]"},"readOnly":true}}},"Operation[NsfOccurrenceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"OccupancyModel":{"description":"Occupancy Code Control (Occupancy / CON213)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Occupancy Code. The occupancy code. (C_OCCUPANCYCODE)","type":"string"},"Description":{"description":"Occupancy Description. The occupancy description. (C_DESCRIPTION)","type":"string"},"OccupancyTreatAs":{"description":"Occupancy Treat As. The occupancy treat as code. (C_OCCUPANCYTREATAS)\r\nEnum AdvancedUtility.Model.CON213+OccupancyTreatAsEnum:  Owner, Tenant, LowIncome, Unknown","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"EndBillToOnMoveInOccupancies":{"description":"End Bill To On Move In Occupancies. End the Service Group Bill To on move out date when move-in customer's occupancy is one of the types specified on this list. (C_ENDBILLTOONMOVEINOCCUPANCIES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[OccupancyModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[OccupancyModel]"},"readOnly":true}}},"Operation[OccupancyModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"OriginatingDivisionModel":{"description":"Originating Division Control (OriginatingDivision / CON046)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Originating Division Code. The originating division code. (C_CODE)","type":"string"},"OriginatingDivisionDescription":{"description":"Originating Division Description. The originating division description. (C_ORIGINATINGDIVISION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the originating division is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[OriginatingDivisionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[OriginatingDivisionModel]"},"readOnly":true}}},"Operation[OriginatingDivisionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"OverrideConsumptionReasonModel":{"description":"Override Consumption Reason Control (OverrideConsumptionReason / CON306)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Override Consumption Reason Code. The override consumption reason code (C_CODE)","type":"string"},"Description":{"description":"Override Consumption Reason Description. The override consumption reason description. (C_DESCRIPTION)","type":"string"},"AdjustBillReading":{"description":"Adjust Bill Reading. Indicates whether the subsequent billed reading will be adjusted with the override consumption of this pending reading. (L_ADJUSTBILLREADING)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the override consumption reason is disabled. (L_DISABLED)","type":"boolean"},"ReadStatusCode":{"description":"Default Read Status. The default read status. (C_READSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[OverrideConsumptionReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[OverrideConsumptionReasonModel]"},"readOnly":true}}},"Operation[OverrideConsumptionReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"OverrideReportModel":{"description":"Override Report Control (OverrideReport / CON303)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OriginalReportName":{"description":"Original Report Name. The report name in CIS Infinity. (C_RPTNAME)","type":"string"},"ClientReportName":{"description":"Client Report Name. The report name renamed by the client. (C_NEWRPT)","type":"string"},"Description":{"description":"Description. The report description. (C_RPTDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether ovveride report is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[OverrideReportModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[OverrideReportModel]"},"readOnly":true}}},"Operation[OverrideReportModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PapAuthorizationRunModel":{"description":"PapAuthorization process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"The Id of the batch the process is running against","type":"integer"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PapBatchPickupRunModel":{"description":"PapBatchPickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"Start date range\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"End date range\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"Companies":{"description":"List of the companies","type":"array","items":{"type":"string"}},"PlanTypes":{"description":"List of the payment plan types","type":"array","items":{"type":"string"}},"AccountTypes":{"description":"List of account types","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Include all companies","type":"boolean"},"AllPlanTypes":{"description":"Include all plan types","type":"boolean"},"AllAccountTypes":{"description":"Include all account types","type":"boolean"},"BatchDescription":{"description":"Cash Batch description to use","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PapEstimateTypeModel":{"description":"PAP Estimate Type Control (PapEstimateType / CON061)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"PAP Estimate Type. The pre-authorized payments estimate type. (C_PAPESTIMATETYPE)","type":"string"},"Description":{"description":"Estimate Description. The estimate description. (C_DESCRIPTION)","type":"string"},"PreviousDays":{"format":"int32","description":"Number of Days Previous. The number of days previous. (I_PREVDAYS)","type":"integer"},"RangeDays":{"format":"int32","description":"Range of Days. The range of days. (I_RANGEDAYS)","type":"integer"},"Method":{"description":"Estimate Method. The estimate method. (C_METHOD)\r\nEnum AdvancedUtility.Model.CON022+MethodEnum:  OneBill, PeriodAverage, LastBill, Maximum, Minimum, Function, BillingFormula, Script","type":"string"},"ExcludeReadStatuses":{"description":"Exclude Read Status. Indicates the read status. (L_READSTATUS)","type":"boolean"},"UseCustomerBill":{"description":"Use Previous Customer Bill. Indicates whether to use previous customer bill. (L_CUSTOMER)","type":"boolean"},"Factor":{"format":"int32","description":"Add/Minus Percentage. The Add/Minus percentage. (I_FACTOR)","type":"integer"},"MinimumDays":{"format":"int32","description":"Minimum Days for Estimate. The minimum days for estimate. (I_MINDAYS)","type":"integer"},"BaseOnAverage":{"description":"Based on Average. Indicates whether to calculate based on the average. (L_BASEONAVERAGE)","type":"boolean"},"Days":{"format":"int32","description":"Number of Days for Calculation. The number of days for calculation. (I_DAYS)","type":"integer"},"ProrateDemand":{"description":"Prorate Demand Service. Indicates whether to prorate the demand services. (L_PRORATEDEMAND)","type":"boolean"},"Function":{"description":"Formulaproc Function Name. The name of the function in the Formulaproc program. (C_FUNCTION)","type":"string"},"FunctionType":{"description":"Formulaproc Function Type. Specifies what the Function returns. (C_FUNCTIONTYPE)\r\nEnum AdvancedUtility.Model.CON061+FunctionTypeEnum:  _blank, EstimatedQuoteAmount, StartEndDates","type":"string"},"UseCharges":{"description":"Use Charges for PAP Quoting. Indicates whether to use charges for PAP quoting. (L_USECHARGES)","type":"boolean"},"Adjustment":{"format":"double","description":"Adjustment %. Adjust the calculated quote by this percentage. (N_ADJUSTMENT)","type":"number"},"LimitPeriodToMinimumDays":{"description":"Limit Period to Minimum Days. Indicates whether the period will be limited to the minimum number of days. (L_LIMITPERIODTOMINIMUMDAYS)","type":"boolean"},"BaseOnMonths":{"description":"Based on Months. Indicates whether the charge calculation is based on the Number of Bills or the Number of Months used from the History. (L_BASEONMONTHS)","type":"boolean"},"Script":{"description":"Script. PowerShell Formula to calculate the estimate (M_SCRIPT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether PAP estimate type is disabled. (L_DISABLED)","type":"boolean"},"AdditionalDaysBack":{"format":"int32","description":"Additional Days Back. Enter the number of additional days back to extend the reading history when the specified Days Previous returns inadequate reading history within the Minimum Days allowed for an Estimate. (I_ADDITIONALDAYSBACK)","type":"integer"},"Summarized":{"description":"Summarized. Indicates whether the charge based quote will be calculated per service or summarized. If this checkbox is unchecked, the PAP quote will be calculated per service. If this checkbox is selected, the PAP quote calculation will be summarized. (L_SUMMARIZED)","type":"boolean"},"Company":{"description":"Company. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division. The division code. (C_DIVISION)","type":"string"},"ReadStatuses":{"description":"Excluded Read Statuses. The excluded read statuses. (C_READSTATUS)","type":"string"},"UseChargesTransactionCodes":{"description":"Base on Charges Transaction Categories. The charges transaction codes used to process the PAP quote. (C_USECHARGESTRANSCODES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PapEstimateTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PapEstimateTypeModel]"},"readOnly":true}}},"Operation[PapEstimateTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PapExportInterfaceRunModel":{"description":"Pre authorized payment export process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PapBankFileType":{"description":"The PAP bank (PAP010) file type the export is based on","type":"string"},"BatchId":{"format":"int64","description":"The Id of the transaction (cash) batch the process should run against","type":"integer"},"IsPrenote":{"description":"Indicates if the Process is a Pre note export or a PAP Export","type":"boolean"},"IsTransactionSchedulingSetup":{"description":"Specifies if the export is setup as part of a Transaction Scheduling process or not (standalone)","type":"boolean"},"FileNameOverride":{"description":"File name override. Used in conjunction with the pre-configured name to determine the file name.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PapReQuotePickupRunModel":{"description":"PapReQuotePickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date of the adjustable period\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"LogChanges":{"description":"Log Account Changes","type":"boolean"},"StoreDetails":{"description":"Store Quote Calculation Details","type":"boolean"},"Account":{"description":"Run the process for the set account only","type":"string"},"AccountTypes":{"description":"List of Account Type Codes to run the process","type":"array","items":{"type":"string"}},"Cycles":{"description":"List of Cycles to run the process","type":"array","items":{"type":"string"}},"PlanType":{"description":"Code of the Service to run the process","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PaymentActionRuleModel":{"description":"Payment Action Rule Control (PaymentActionRule / CON305)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RulePriority":{"format":"int32","description":"Rule Priority. The Rule priority. (I_PRIORITY)","type":"integer"},"RuleAmount":{"format":"double","description":"Rule Amount/Percentage. The Rule amount or percentage. (Y_RULE)","type":"number"},"RuleCode":{"description":"Payment Rule Code. The Payment Rule Code. (C_RULECODE)\r\nEnum AdvancedUtility.Model.CON305+RuleCodeEnum:  MinimumPayment, RemainingBalance, PaymentPercentage, RemainingPastDueBalance, PaymentPercentageofPastDue","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The Action ID. (I_ACTIONID)","type":"integer"},"ServiceOrderTypes":{"description":"Service Order Types. The list of Service Orders Types. (C_SOTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentActionRuleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentActionRuleModel]"},"readOnly":true}}},"Operation[PaymentActionRuleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[PaymentArrangementModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentArrangementModel]"},"readOnly":true}}},"Operation[PaymentArrangementModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentArrangementInterfaceModel":{"description":"Payment Arrangement Interface (PaymentArrangementInterface / UTL007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Member #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"CreatedOn":{"format":"date-time","description":"Date/Time Arrangement Created. The date and time when the arrangement was created. (T_DATETIME)","type":"string"},"CreatedByUserId":{"description":"Created By. The user ID of the person entering the information. (C_USERID)","type":"string"},"Amount":{"format":"double","description":"Amount. The amount of the payment arranged for the payment plan. (Y_AMOUNT)","type":"number"},"DueDate":{"format":"date-time","description":"Due Date. The due date for the arranged payment. (D_ARRANGE)","type":"string"},"Status":{"description":"Status. The status of the payment arrangement. (C_STATUS)","type":"string"},"PaymentLocation":{"description":"Payment Location. The location of the institution from which the payment is to be made. (C_PAYAT)","type":"string"},"PaymentMethod":{"description":"Payment Method. The method in which the payment is to be made. (C_PAYMENTMETHOD)","type":"string"},"Notes":{"description":"Notes. The notes regarding the payment arrangement. (M_NOTES)","type":"string"},"IsProcessed":{"description":"Internal Process Flag. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentArrangementInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentArrangementInterfaceModel]"},"readOnly":true}}},"Operation[PaymentArrangementInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentArrangementInterfaceRunModel":{"description":"PaymentArrangementInterface process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ExternalSource":{"description":"The external source code for which the pending data will be processed.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PaymentAssistanceModel":{"description":"Assistance/Contribution Control (PaymentAssistance / CON144)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Program Code. The assistance program code. (C_ASSISTANCECODE)","type":"string"},"Description":{"description":"Program Description. The assistance program description. (C_DESCRIPTION)","type":"string"},"DefaultContribution":{"format":"double","description":"Default Contribution Amount. The default contribution amount. (Y_DEFAULTCONTRIBUTION)","type":"number"},"IsWorkRequired":{"description":"Work Required. Indicates whether work is required. (L_WORKREQUIRED)","type":"boolean"},"FollowCustomer":{"description":"Follow Customer. If enabled then the assistance program follows the customer, otherwise the customer/account (L_FOLLOWCUSTOMER)","type":"boolean"},"RoundUp":{"description":"Round Up Contribution. Indicates whether to round up the contribution. (L_ROUNDUP)","type":"boolean"},"CreditAuthorizationImportMethod":{"description":"Credit Authorization Import Method. The credit authorization method. (C_CAIMPORTMETHOD)","type":"string"},"BillExportMethod":{"description":"Bill Export Method. The bill export method. (C_BILLEXPORTMETHOD)","type":"string"},"PaymentImportMethod":{"description":"Payment Import Method. The payment import method. (C_PAYMENTIMPORTMETHOD)","type":"string"},"SequenceNumber":{"format":"int32","description":"Current Sequence Number. The current sequence number. (I_SEQUENCENO)","type":"integer"},"DaysToDueDate":{"format":"int32","description":"No. of Days Used to Calculate Contribution End Date. The number of days used to calculate the contribution end date. (N_DAYSTODUEDATE)","type":"integer"},"DueDateOption":{"description":"Option to Calculate Contribution End Date. The option on how to calculate the contribution end date. (N_DUEDATEOPTION)\r\nEnum AdvancedUtility.Model.CON144+DueDateOptionEnum:  None, NumberofDays, FixedDueDate","type":"string"},"FixedDueDate":{"format":"date-time","description":"Fixed Date for the Contribution End Date. The fixed date for the contribution end date. (D_FIXEDDUEDATE)","type":"string"},"StartDate":{"format":"date-time","description":"Assistance Contribution Start Date. The date when the assistance contribution is scheduled to start. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"Assistance Contribution End Date. The date when the assistance contribution is scheduled to end. (D_ENDDATE)","type":"string"},"ExcludeDepositOwing":{"description":"Exclude Deposit Owing From Payment Allocation. Indicates whether to exclude the deposit owing from the payment allocation. (L_EXCLUDEDEPOSITOWING)","type":"boolean"},"DisplayInMove":{"description":"Display Contribution Plan in Move Processing. Indicates whether to display Contribution Plan tab in Move Processing. (L_DISPLAYINMOVE)","type":"boolean"},"AppropriationAmount":{"format":"double","description":"Appropriation Amount. The annual appropriation amount. (Y_APPROPRIATIONAMOUNT)","type":"number"},"AppropriationBalance":{"format":"double","description":"Appropriation Balance. The YTD appropriation balance. (Y_APPROPRIATIONBALANCE)","type":"number"},"UpdateYTDByPayment":{"description":"Update YTD Balance by Payment. Indicates whether to update the YTD Balance by cash transactions. If this is set to false, the YTD Balance is update in the bill. (L_UPDATEYTDBYPAYMENT)","type":"boolean"},"Priority":{"format":"int32","description":"Priority. The priority of the assistance methods when there are multiple active methods for the customer. A lower number indicates a higher priority. (I_PRIORITY)","type":"integer"},"RoundUpCurrentCharges":{"description":"Round Up Current Charges. Indicates whether the round up amount will be calculated on the current charges or bill total. When this is unchecked the round up amount will be calculated on the bill total. (L_ROUNDUPCURRENTCHARGES)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Type":{"description":"Program Type. The type of program this is. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON144+TypeEnum:  AgencyPledge, CustomerContribution, LowIncomeAssistance","type":"string"},"EnrollmentCriteria":{"description":"Enrollment Criteria. Enrollment criteria. (M_CRITERIA)","type":"string"},"RecertificationFrequency":{"format":"int32","description":"Recertification Frequency. The number of times the program enrollment must be recertified every interval type. For example, if Recertification Frequency = 2, and Interval Type = Monthly, then the enrollment must be recertified 2 times per month. (I_FREQUENCY)","type":"integer"},"IntervalType":{"description":"Interval Type. The type of interval to use for recertification. For example, if Recertification Frequency = 2, and Interval Type = Monthly, then the enrollment must be recertified 2 times per month. (C_INTERVALTYPE)\r\nEnum AdvancedUtility.Model.CON144+IntervalTypeEnum:  None, Daily, Monthly, Yearly","type":"string"},"MaxNumberOfRecertifications":{"format":"int32","description":"Maximum Number of Recertifications. The maximum number of recertifications allowed. (I_MAXRECERTIFICATIONS)","type":"integer"},"ARCodes":{"description":"A/R Codes. The A/R codes. (C_ARCODES)","type":"string"},"UtilityId":{"description":"Utility ID. The ID of the utility. (C_UTILITYID)","type":"string"},"IsApprovalNeeded":{"description":"Approval Needed. Indicates whether enrollment in the program requires approval or not. (L_NEEDSAPPROVAL)","type":"boolean"},"IsAmountOptional":{"description":"Amount Is Optional. Indicates whether the amount is optional when creating an application for this program. If this is enabled, or the Appropriation Amount or Billing Formula is specified for this program, the amount is optional, otherwise it is required. This setting only applies when the Program Type is Low Income Assistance. (L_ISAMOUNTOPTIONAL)","type":"boolean"},"Agency":{"description":"Agency Code. The agency code. (C_AGENCY)","type":"string"},"ApprovalDept":{"description":"Approval Department. The department assigned to approve the application; only applies when approval is required. (C_APPROVALDEPT)","type":"string"},"ApprovalUserId":{"description":"Approval User ID. The user assigned to approve the application; only applies when approval is required. (C_APPROVALUSERID)","type":"string"},"BillingFormula":{"format":"int64","description":"Billing Formula. Billing formula to determine the customer qualification. (I_BILLINGFORMULA)","type":"integer"},"CreditTransactionCode":{"description":"Credit Transaction Code. The credit transaction code. (C_CREDITTRANSCODE)","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Enrollment criteria. (I_CRITERIAID)","type":"integer"},"DebitTransactionCode":{"description":"Debit Transaction Code. The debit transaction code. (C_DEBITTRANSCODE)","type":"string"},"EntryType":{"description":"Entry Type for Pledge Payments. The entry type for the pledge payments. (C_ENTRYTYPE)","type":"string"},"Group":{"description":"Assistance Group. The assistance group the program belongs to. (C_GROUP)","type":"string"},"IsBasedOnRate":{"type":"boolean"},"IsProjectRelief":{"description":"Contribution (Obsolete). Indicates whether to apply project relief. (Obsolete) (L_PROJECTRELIEF)","type":"boolean"},"MedicalExemptionType":{"description":"Exemption Type. Medical exemption type. (C_EXEMPTTYPE)","type":"string"},"NotQualifiedCustActionId":{"format":"int64","description":"Action For Not Qualified Customers. Action code to execute in billing process if the customer is not qualified for assistance. (I_NOTQUALIFIEDCUSTACTIONID)","type":"integer"},"PendingTranscode":{"description":"Pending Transaction Code. The pending transaction code. (C_PENDINGTRANSCODE)","type":"string"},"QualifiedCustActionId":{"format":"int64","description":"Action For Qualified Customers. Action code to execute in billing process if the customer is qualified for assistance. (I_QUALIFIEDCUSTACTIONID)","type":"integer"},"StatusActionId":{"format":"int64","description":"Status Change Action. Action to run when the application is created or whenever its status changes. (I_STATUSACTIONID)","type":"integer"},"ZeroBalanceActionId":{"format":"int64","description":"Zero Balance Action. Action code to execute in billing process if the balance is zero. (I_ZEROBALANCEACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentAssistanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentAssistanceModel]"},"readOnly":true}}},"Operation[PaymentAssistanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentAssistanceDetailModel":{"description":"Payment Assistance Detail Control (PaymentAssistanceDetail / CON205)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceTypeCode":{"description":"Service Type Code. The code used to indicate what service the assistance applied to. (C_SERVICETYPECODE)","type":"string"},"AppliesToTransactionCodes":{"description":"Assistance Applies to (C_APPLIESTOTRANSCODES)","type":"string"},"Percent":{"format":"double","description":"Appropriation Percent. Appropriation Percent to be calculated and be credited to bill. Only one of Appropriation Percent or Amount can be specified (N_PERCENT)","type":"number"},"ApplyToPaymentPlanAmount":{"description":"Apply To Payment Plan Amount. Indicates whether the payment plan amount will be adjusted by the payment assistance amount. (L_APPLYTOPAPAMT)","type":"boolean"},"Amount":{"format":"double","description":"Appropriation Amount. Appropriation amount to be credited to bill. Only one of Appropriation Amount or Percent can be specified. (N_DEDUCTIONAMOUNT)","type":"number"},"BillCodeRateType":{"description":"Bill Code Rate Type. The bill code rate type. (C_RATETYPE)","type":"string"},"BillCodeRateCounter":{"format":"int32","description":"Bill Code Rate Counter. The bill code rate type. (I_RATECOUNTER)","type":"integer"},"ARCode":{"description":"A/R Code. The A/R code the service type code is mapped to. (C_ARCODE)","type":"string"},"AssistanceCode":{"description":"Program Code. The program code from CON144.  (C_ASSISTANCECODE)","type":"string"},"BillCode":{"description":"Bill Code. The bill code. (C_BILLCODE)","type":"string"},"CreditAdjustmentTransactionCode":{"description":"Credit Adjustment Transaction Code. The transaction code to use when generating an adjustment for any outstanding amounts. (C_CREDITADJUSTMENTTRANSCODE)","type":"string"},"CreditTransactionCode":{"description":"Credit Transaction Code. The transaction to use when crediting the bill with an assistance amount. (C_CREDITTRANSCODE)","type":"string"},"PaymentReceivedTransactionCode":{"description":"Payment Received Transaction Code. The transaction code to use when a payment is received from the assistance agency. (C_PAYMENTRECEIVEDTRANSCODE)","type":"string"},"PledgeReceivedTransactionCode":{"description":"Pledge Received Transaction Code. The transaction code to use for the adjustment generated when the pledge is received. (C_PLEDGERECEIVEDTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentAssistanceDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentAssistanceDetailModel]"},"readOnly":true}}},"Operation[PaymentAssistanceDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentAuthorizationSetupModel":{"description":"Payment Authorization Control (PaymentAuthorizationSetup / CON085)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AuthClass":{"description":"Payment Authorization Class. This is the class that implements the communication with the utilized payment service. (C_AUTHCLASS)\r\nEnum AdvancedUtility.Model.CON085+AuthClassEnum:  AdvancedPaymentGateway","type":"string"},"Description":{"description":"Description. Description. (C_CONFIGFILELOCATION)","type":"string"},"PaymentApplicationUrl":{"description":"Payment Application URL. Payment Application URL. (C_AUTHURL)","type":"string"},"PaymentAuthorizer":{"description":"Payment Authorizer. Payment Authorizer (C_VENDOR)\r\nEnum AdvancedUtility.Model.CON085+PaymentAuthorizerEnum:  None, CSI, CyberSource, FIS, HarrisPaymentGateway, PayflowPro, Paymentus, TransFirst, VirtualMerchant, InvoiceCloud","type":"string"},"PortalId":{"format":"int32","description":"Infinity.Link Portal ID. Infinity.Link Portal ID (I_ECAREPORTALID)","type":"integer"},"WebServiceUrl":{"description":"Infinity.Link Web Service URL. Infinity.Link Web Service URL. (C_WEBSERVICEURL)","type":"string"},"IsActive":{"description":"Active. Indicates whether to use the active configuration. (L_ACTIVE)","type":"boolean"},"UseFeePopups":{"description":"Use Fee Pop-ups. Indicates if fee popups are used. (L_USEFEEPOPUPS)","type":"boolean"},"ChargeFee":{"description":"Charge Fees. Indicates if fees are charged. (L_CHARGEFEE)","type":"boolean"},"UseToken":{"description":"Use Token For E-Check Payments. Indicates whether tokens are used for e-check payments. (L_USETOKEN)","type":"boolean"},"UseAvs":{"description":"Use AVS. Indicates whether to use Address Verification System (AVS). (L_USEAVS)","type":"boolean"},"PromptForAmountTransactionHistory":{"description":"Transaction History Payment - Prompt For Amount (L_AMOUNTPROMPTTRANSHISTORY)","type":"boolean"},"PromptForAmountCashRegister":{"description":"Cash Register Payment - Prompt For Amount (L_PROMPTAMOUNTCASHREGISTER)","type":"boolean"},"SuccessStrings":{"description":"Success Strings. All the result strings that denote a successful transaction, delimited by comma; 'success' for Cybercash, '0,126' for Payflow Pro.\\n (C_SUCCESSSTRINGS)","type":"string"},"AuthCmd":{"description":"Authorization Command. The command used when authorizing a payment. (C_AUTHCMD)","type":"string"},"ClientKey":{"description":"Client Key. The key used by the webservice for authentication. (C_PROXYPWD)","type":"string"},"VoidCmd":{"description":"Void Command. The command used when voiding an authorization. (C_VOIDCMD)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the payment authorization is disabled. (L_DISABLED)","type":"boolean"},"IsAddressUsed":{"type":"boolean"},"OverridePortalId":{"format":"int32","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentAuthorizationSetupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentAuthorizationSetupModel]"},"readOnly":true}}},"Operation[PaymentAuthorizationSetupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentDiscountModel":{"description":"Payment Discount Control (PaymentDiscount / CON102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the discount. (D_EFFECTIVEDATE)","type":"string"},"Days":{"format":"int32","description":"Number of Days. The number of days in which a received payment will be applied with a discount. (I_DAYS)","type":"integer"},"UseWorkDays":{"description":"Work Days. Indicates whether the number of work days includes \"business days\" only or regular calendar days. (L_WORKDAYS)","type":"boolean"},"Percentage":{"format":"double","description":"Discount %. The percentage discount that will be applied to the bill payment. (N_PERCENTAGE)","type":"number"},"PaymentDiscountId":{"format":"int64","description":"Payment Discount ID. The unique record identifier. (I_PAYDISCID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type Code. The account type. (C_ACCOUNTTYPE)","type":"string"},"ExcludeBillTypes":{"description":"Exclude Bill Types. The bill types which will be excluded from the discount process. (C_EXCLUDEBILLTYPES)","type":"string"},"ExcludePlanTypes":{"description":"Exclude Plan Types. The plan types which will be excluded from the discount process. (C_EXCLUDEPLANTYPES)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentDiscountModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentDiscountModel]"},"readOnly":true}}},"Operation[PaymentDiscountModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentDiscountTransactionDetailModel":{"description":"Payment Discount Transaction Code Control (PaymentDiscountTransactionDetail / CON101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"PaymentDiscountId":{"format":"int64","description":"Payment Discount ID. The foreign key from CON102. (I_PAYDISCID)","type":"integer"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentDiscountTransactionDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentDiscountTransactionDetailModel]"},"readOnly":true}}},"Operation[PaymentDiscountTransactionDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentMethodModel":{"description":"Payment Method Control (PaymentMethod / CON074)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Payment Method Code. The payment method code. (C_CODE)","type":"string"},"Description":{"description":"Payment Method Description. The payment method description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the payment method code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentMethodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentMethodModel]"},"readOnly":true}}},"Operation[PaymentMethodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentPeriodModel":{"description":"Payment Period Control (PaymentPeriod / CON038)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Payment Period Code. The payment period code. (C_PAYMENTPERIOD)","type":"string"},"Description":{"description":"Payment Period Description. The payment period description. (C_DESCRIPTION)","type":"string"},"Periods":{"format":"int32","description":"Periods in Year. The period in years. (N_YEARMULTI)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentPeriodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentPeriodModel]"},"readOnly":true}}},"Operation[PaymentPeriodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[PaymentPlanModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentPlanModel]"},"readOnly":true}}},"Operation[PaymentPlanModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentPlanBalanceModel":{"description":"PAP Payment Plan Balance (PaymentPlanBalance / PAP003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"PlanBilled":{"format":"double","description":"Plan Billed. The planned billed amount. (Y_PLANBILLED)","type":"number"},"Credits":{"format":"double","description":"Credits. The credit amount. (Y_CREDITS)","type":"number"},"YtdPlanApplicableCharges":{"format":"double","description":"YTD Plan Applicable Charges. The year-to-date plan applicable charges. (Y_YTDPLANAPPLICABLECHARGES)","type":"number"},"YtdEqualAmount":{"format":"double","description":"YTD Plan Equalized Amount. The year-to-date plan equalized payment amount. (Y_YTDEQUALAMOUNT)","type":"number"},"LastReconciledAmount":{"format":"double","description":"Last Reconciled Amount. The last reconciled amount. (Y_LASTRECONCILEDAMOUNT)","type":"number"},"Balance":{"format":"double","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentPlanBalanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentPlanBalanceModel]"},"readOnly":true}}},"Operation[PaymentPlanBalanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentPlanBankModel":{"description":"PAP Bank Control (PaymentPlanBank / PAP010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UseAchCustomerName":{"description":"Use ACH Customer Name. Indicates if the ACH customer name is used. (L_USEACHCUSTOMERNAME)","type":"boolean"},"FileType":{"description":"File Type. The file type. (C_FILETYPE)","type":"string"},"FileName":{"description":"File Name. The file name. (C_FILENAME)","type":"string"},"BankAccount1":{"description":"Bank Account 1. The first bank account.  (C_BANKACCOUNT1)","type":"string"},"BankAccount2":{"description":"Bank Account 2. The second bank account.  (C_BANKACCOUNT2)","type":"string"},"BankAccount3":{"description":"Bank Account 3. The third bank account.  (C_BANKACCOUNT3)","type":"string"},"BankAccount4":{"description":"Bank Account 4. The fourth bank account.  (C_BANKACCOUNT4)","type":"string"},"BankAccount5":{"description":"Bank Account 5. The fifth bank account.  (C_BANKACCOUNT5)","type":"string"},"BankAccount6":{"description":"Bank Account 6. The sixth bank account.  (C_BANKACCOUNT6)","type":"string"},"Branch1":{"description":"Branch 1. The first branch. (C_BRANCH1)","type":"string"},"Branch2":{"description":"Branch 2. The second branch. (C_BRANCH2)","type":"string"},"Branch3":{"description":"Branch 3. The third branch. (C_BRANCH3)","type":"string"},"Branch4":{"description":"Branch 4. The fourth branch. (C_BRANCH4)","type":"string"},"Branch5":{"description":"Branch 5. The fifth branch. (C_BRANCH5)","type":"string"},"Branch6":{"description":"Branch 6. The sixth branch. (C_BRANCH6)","type":"string"},"ClientNumber":{"description":"Client Number. The client number. (C_CLIENTNUM)","type":"string"},"ClientName":{"description":"Client Name. The client name. (C_CLIENTNAME)","type":"string"},"ShortName":{"description":"Client Short Name. The short client name. (C_SHORTNAME)","type":"string"},"RefundFileName":{"description":"Refund File Name. The file name for the bank refund file. (C_REFUNDFILENAME)","type":"string"},"ClientNumberForRefunds":{"description":"Client Number for Refunds. The number of refunds given to the client. (C_CLIENTNUMREFUNDS)","type":"string"},"BankUserId":{"description":"Bank User ID. The bank user ID. (C_BANKUSERID)","type":"string"},"DataCentreNumber":{"description":"Data Center #. The data centre number. (C_DATACENTRENUMBER)","type":"string"},"IsTesting":{"description":"Testing. Indicates whether testing is required. (L_TESTING)","type":"boolean"},"SendMainframe":{"description":"Include Mainframe Lines. Indicates whether mainframe lines should be included in PAP transmission file.  (L_SENDMAINFRAME)","type":"boolean"},"BankPaymentTypeCode":{"description":"Bank Payment Type Code. The bank payment type code. (C_BANKPAYMENTTYPECODE)","type":"string"},"DestinationId":{"description":"Send ACH ID. The ID where the ACH (Automated Clearing House) file will be sent.   (C_DESTINATIONID)","type":"string"},"DestinationDescription":{"description":"ACH Description. The description of where the ACH (Automated Clearing House) file will be sent to. (C_DESTINATIONDESCRIPTION)","type":"string"},"OriginId":{"description":"Origin ACH ID. The ID where the ACH (Automated Clearing House) file was created/originated. (C_ORIGINID)","type":"string"},"EntryDescription":{"description":"Entry Description. The description of the entry that will appear on the customer's statement. (C_ENTRYDESCRIPTION)","type":"string"},"CurrentDate":{"format":"date-time","description":"Current Date. This is used along with the I_NumFilesSent to determine how many files were ACH (Automated Clearing House) sent on the current day. (D_CURRENTDATE)","type":"string"},"NumberOfFilesSent":{"format":"int32","description":"Files Sent. This is used along with the D_CurrentDate to determine how many files were ACH (Automated Clearing House) sent on the current day. (I_NUMFILESSENT)","type":"integer"},"OriginName":{"description":"ACH Company Full Name. The Full name of the company without abbreviations, if possible. (C_ORIGINNAME)","type":"string"},"ExtendedCompanyName":{"description":"Extended Company Name. The extended company name that is used by the ACH (Automated Clearing House). (C_EXTENDEDCOMPANYNAME)","type":"string"},"FileId":{"description":"File ID. The file ID used by the ACH (Automated Clearing House) to determine the immediate origin ID. (C_FILEID)","type":"string"},"HeaderRecord":{"description":"Royal Bank Header Record. The header record for Royal Bank. (C_HEADERRECORD)","type":"string"},"IsOutputFileCreated":{"description":"Output File Created. Indicates whether to output the file. (L_OUTPUTFILE)","type":"boolean"},"CounterName":{"description":"Counter Name. The counter name used for the bank file creation. (C_COUNTERNAME)","type":"string"},"UseBankNumber":{"description":"Use Bank Number. Use Bank Number instead of Branch Number (L_USEBANKNUM)","type":"boolean"},"MultipleOf10Lines":{"description":"Multiple of 10 Lines. ACH file should contain multiple of 10 lines. (L_MULTIPLEOF10LINES)","type":"boolean"},"Supress622Record":{"description":"Suppress Record 622/623 from the Prenote File. Option to supress the record 622/623 from the Prenote file (L_SUPRESS622RECORD)","type":"boolean"},"GroupByEntryClass":{"description":"ACH Group by Entry Class. Indicates whether the ACH is grouped by entry class.  (L_GROUPBYENTRYCLASS)","type":"boolean"},"EntryTypebyAccountType":{"description":"ACH Entry Type By Account Type. Indicates whether the Entry Type from the Bank Account Type Control form is used in the ACH file. (L_ENTRYTYPEBYACCOUNTTYPE)","type":"boolean"},"CompanyId":{"description":"Company Identification. Indicates the name of the company. (C_COMPANYID)","type":"string"},"ResetSequenceNumberAfterPrenote":{"description":"Reset Sequence Number After Prenote. Reset Trasnaction Counter after Prenote records. (L_RESETSEQNUMPRENOTE)","type":"boolean"},"IncludeFileIdInHash":{"description":"Include FileID In Entry Hash. Include FileID in Entry Hash Calculation. (L_INCLUDEFILEIDINHASH)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the payment plan bank is disabled. (L_DISABLED)","type":"boolean"},"Bank1":{"description":"Bank Code 1. The first bank. (C_BANK1)","type":"string"},"Bank2":{"description":"Bank Code 2. The second bank. (C_BANK2)","type":"string"},"Bank3":{"description":"Bank Code 3. The third bank. (C_BANK3)","type":"string"},"Bank4":{"description":"Bank Code 4. The fourth bank. (C_BANK4)","type":"string"},"Bank5":{"description":"Bank Code 5. The fifth bank. (C_BANK5)","type":"string"},"Bank6":{"description":"Bank Code 6. The sixth bank. (C_BANK6)","type":"string"},"CreditExportInterface":{"description":"Credit Export Interface. The export interface that creates the bank file used to credit customer bank accounts. (C_CREDITEXPORTINTERFACE)","type":"string"},"DebitExportInterface":{"description":"Debit Export Interface. The export interface that creates the bank file used to debit customer bank accounts. (C_DEBITEXPORTINTERFACE)","type":"string"},"PrenoteExportInterface":{"description":"Prenote Export Interface. The export interface that creates the prenote bank file. (C_PRENOTEEXPORTINTERFACE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentPlanBankModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentPlanBankModel]"},"readOnly":true}}},"Operation[PaymentPlanBankModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentPlanTypeModel":{"description":"Payment Plan Type Control (PaymentPlanType / PAP002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PlanType":{"description":"Plan Type. The payment plan type. (C_PLANTYPE)","type":"string"},"Description":{"description":"Plan Description. The payment plan description. (C_DESCRIPTION)","type":"string"},"DrawDays":{"description":"Plan Draw Days. The number of draw days. (C_DRAWDAYS)","type":"string"},"DaysAfterDueDate":{"format":"int32","description":"Days After Due Date. The number of days after the due date. (I_DAYSAFTERDUEDATE)","type":"integer"},"NumberOfDraws":{"format":"int32","description":"Draws Per Year. The number of draw days per year for this plan type. (I_NUMBEROFDRAWS)","type":"integer"},"ReconcilliationBill":{"format":"double","description":"Reconciled Bill Amount. The reconciliation bill amount. (Y_RECBILL)","type":"number"},"ReconcilliationRefund":{"format":"double","description":"Reconciled Bill Refund Amount. The reconciliation credit refund amount. (Y_RECREFUND)","type":"number"},"ReportReconcilliationBillsAsExceptions":{"description":"Reconciled Bill Exception. Indicates whether the reconciled bill is an exception. (L_RECBILLEXCEPT)","type":"boolean"},"ReportReconcilliationRefundsAsExceptions":{"description":"Reconciled Refund Exception. Indicates whether the reconciled refund is an exception. (L_RECREFUNDEXCEPT)","type":"boolean"},"ReconcilliationHighThreshold":{"format":"double","description":"Reconcile High Threshold Exception. The high threshold percentage to compare the new pre-authorized payment (PAP) amount against the old PAP amount. (N_RECHIGHTHRESHOLD)","type":"number"},"ReconcilliationLowThreshold":{"format":"double","description":"Reconcile Low Threshold Exception. The low threshold percentage to compare the new pre-authorized payment (PAP) amount against the old PAP amount. (N_RECLOWTHRESHOLD)","type":"number"},"CheckPapQuoteForNull":{"description":"Check PAP Quote for Null. Indicates whether a pre-authorized payment (PAP) deposit was quoted. (L_RECCHECKNULLQUOTE)","type":"boolean"},"ExcludeTransactionCodes":{"description":"Exclude Transaction Codes. Indicates whether to exclude the transaction code. (L_EXCLUDETRANSCODES)","type":"boolean"},"CheckPlanBalance":{"description":"Plan Balance Check. Indicates whether to check the pre-authorized payment (PAP) balance. (L_PAPBALANCECHECK)","type":"boolean"},"PapBalanceMinimum":{"format":"double","description":"Plan Balance Minimum Exception. The pre-authorized payment (PAP) minimum balance. (Y_PAPBALANCEMIN)","type":"number"},"PapBalanceMaximum":{"format":"double","description":"Plan Balance Maximum Exception. The PAP maximum balance. (Y_PAPBALANCEMAX)","type":"number"},"UseBankRefund":{"description":"Refund File. Indicates whether there is a bank refund. (L_BANKREFUND)","type":"boolean"},"CreateBankDebitFile":{"description":"Debit File. Indicates whether there is a bank debit. (L_BANKDEBIT)","type":"boolean"},"CanReconcilePlan":{"description":"Reconcile Plan. Indicates whether to reconcile a particular plan type. (L_RECONCIL)","type":"boolean"},"UsePaymentPlanBalance":{"description":"Use Balance in Payment Plan Balance Table. Indicates whether to use the balance in PAP003. (L_USEBALANCEINPAP003)","type":"boolean"},"RecoveryFactor":{"format":"double","description":"Recovery Factor. The recovery factor. (N_RECOVERYFACTOR)","type":"number"},"AllowPlanBalanceMinimumExceptionToFlagNoBill":{"description":"Plan Balance Minimum Exception No Bill. Indicates the pre-authorized payment (PAP) balance minimum no bill. (L_PAPBALANCEMINNOBILL)","type":"boolean"},"AllowPlanBalanceMaximumExceptionToFlagNoBill":{"description":"Plan Balance Maximum Exception No Bill. Indicates the pre-authorized payment (PAP) balance maximum. (L_PAPBALANCEMAXNOBILL)","type":"boolean"},"AllowReconcileBillExceptionToFlagNoBill":{"description":"Reconciled Bill Exception No Bill. Indicates whether to 'no bill' the reconciled bill exception. (L_RECBILLEXCEPTNOBILL)","type":"boolean"},"AllowReconcileRefundExceptionToFlagNoBill":{"description":"Reconciled Refund Exception No Bill. Indicates whether to 'no bill' the reconciled refund exception. (L_RECREFUNDEXCEPTNOBILL)","type":"boolean"},"AllowReconcileHighThresholdExceptionToFlagNoBill":{"description":"Reconcile High Threshold Exception No Bill. Indicates whether to 'no bill' the reconciled high threshold. (L_RECHIGHTHRESHOLDNOBILL)","type":"boolean"},"AllowReconcileLowThresholdExceptionToFlagNoBill":{"description":"Reconcile Low Threshold Exception No Bill. Indicates whether to 'no bill' the reconciled low threshold. (L_RECLOWTHRESHOLDNOBILL)","type":"boolean"},"AllowPlanNullQuoteExceptionToFlagNoBill":{"description":"Check Null Quote Exception No Bill. Indicates whether to 'no bill' the check null quote. (L_CHECKNULLQUOTENOBILL)","type":"boolean"},"MinimumDaysAfterBillDate":{"format":"int32","description":"Minimum Days After Bill Date. The minimum days after the bill date (I_MINIMUMDAYSAFTERBILLDATE)","type":"integer"},"ExtendDueDateDays":{"format":"int32","description":"Extended Due Date Days. The extended due date days. (I_EXTENDDUEDATEDAYS)","type":"integer"},"UsePlanBalanceInDraw":{"description":"Use Plan Balance in Draw. Indicates whether to use the plan balance in the draw. (L_USEPLANBALANCEINDRAW)","type":"boolean"},"PlanMultiplier":{"format":"int64","description":"Plan Multiplier. The plan multiplier. (I_PLANMULTIPLIER)","type":"integer"},"MaximumCreditPoints":{"format":"int32","description":"Maximum Credit Rating. The maximum credit points. (I_MAXCREDITPOINTS)","type":"integer"},"DoNotIncludeReturnEnvelope":{"description":"No Return Envelope. Indicates whether a return envelope is to be included. (L_NOENVELOPE)","type":"boolean"},"AllowUserOverride":{"description":"Allow user to not draw money on final bill. Indicates whether to allow the user to draw money on the final bill. (L_ALLOWUSEROVERRIDE)","type":"boolean"},"MaxFinalBillDraw":{"format":"double","description":"Upper Limit For Auto-Draw For Final Bill. This is the upper limit to which the utility will draw from a customer's account.  If it is higher than this an exception will be created. (Y_MAXFINALBILLDRAW)","type":"number"},"AllowFinalBillDrawNoBill":{"description":"Final Bill Draw No Bill. Indicates whether the bill should be billed or not, if the amount to be drawn is higher than Y_MAXFINALBILLDRAW. (L_FINALBILLDRAWNOBILL)","type":"boolean"},"Type":{"description":"Payment Type. The type of payment plan. (C_TYPE)\r\nEnum AdvancedUtility.Model.PAP002+TypeEnum:  Variable, Equalized, Levelized","type":"string"},"CanCalculateDiscount":{"description":"Calculate Discount. Indicates whether to calculate the discount. (L_CALCULATEDISCOUNT)","type":"boolean"},"AllowDrawPayment":{"description":"Draw Payment. Indicates whether to draw the payment. (L_DRAW)","type":"boolean"},"AllowDrawOnDueDate":{"description":"Draw on Due Date. Indicates whether the payment is drawn on the due date or on the day chosen by the customer. (L_DRAWONDUEDATE)","type":"boolean"},"AllowReconcileOnAnniversary":{"description":"Reconcile on Anniversary. Indicates that the payment plan reconciles on the anniversary date of each customer. (L_RECONANNIVERSARY)","type":"boolean"},"ReconcileFrequency":{"format":"int32","description":"Reconciliation Frequency. The number of days from the start date of the plan that the plan will be reconciled. (I_RECFREQUENCY)","type":"integer"},"DueDays":{"format":"int32","description":"Due Days. The number of days before the payment is due. (I_DUEDAYS)","type":"integer"},"IncludeTaxOnCategoryCharges":{"description":"Include Tax on Actual Category Charges. Indicates whether to include tax on category charges. (L_INCLUDETAXONCATEGORYCHARGES)","type":"boolean"},"AllowRequote":{"description":"Re-Quote Plan. Indicates whether re-quoting the plan is applicable. (L_REQUOTE)","type":"boolean"},"RequotePercent":{"format":"double","description":"Re-Quoting Percentage. The re-quoting percentage. (N_REQUOTEPERCENT)","type":"number"},"IsNoticeExempt":{"description":"Notice Exempt. Indicates whether there is a notice exemption. (L_NOTICEEXEMPT)","type":"boolean"},"IsPenaltyExempt":{"description":"Penalty Exempt. Indicates whether there is a penalty exemption. (L_PENALTYEXEMPT)","type":"boolean"},"ReconcileMonth":{"format":"int32","description":"Reconciliation Month. The reconciliation month. (N_RECONCILEMONTH)","type":"integer"},"StartWithARBalance":{"description":"Start with A/R Balance. Indicates that the payment plan starts with the A/R balance. (L_STARTWITHARBALANCE)","type":"boolean"},"AllowReconcileIndividualBill":{"description":"Reconcile Individual Bills. Indicates that reconciling individual bills is allowed. (L_ALLOWRECONCILEINDIVIDUALBILL)","type":"boolean"},"AllowForwardDebitInReconciliation":{"description":"Forward Debit in Reconciliation. Indicates whether the debit amount is forwarded in the reconciliation process. (L_FWDDEBITINRECONCILE)","type":"boolean"},"IncludeAdjustments":{"description":"Include Adjustments. Indicates whether the adjustments are included in the draw amount. (L_INCLUDEADJUSTMENTS)","type":"boolean"},"TopRangeVariance":{"format":"double","description":"Top Range Value Variance Amount. The top range value variance amount. (N_TOPRANGEVARIANCE)","type":"number"},"BottomRangeVariance":{"format":"double","description":"Bottom Range Value Variance Amount. The bottom range value variance amount. (N_BOTTOMRANGEVARIANCE)","type":"number"},"CanAdjustLevelizedAmount":{"description":"Adjust Levelized Amount. Indicates whether the levelized amount is adjusted. (L_ADJUSTLEVELIZEDAMOUNT)","type":"boolean"},"ApplyPenaltyIfNoPayment":{"description":"Penalty if No Payment. Indicates whether to calculate penalty regardless of the customer's balance if the bill is not paid. (L_PENALTYIFNOPAYMENT)","type":"boolean"},"UseBillingFrequency":{"description":"Use Billing Frequency for Payment Quote and Reconciliation. Indicates whether to use Billing Frequency for Payment Quote and Reconciliation. (L_USEBILLINGFREQUENCY)","type":"boolean"},"PaymentRequireCharge":{"description":"Apply Charge Before Payment. Indicates that no payment will be applied to the PAP balance until there is a charge. (L_PAYMENTREQUIRECHARGE)","type":"boolean"},"AllowMultipleDraw":{"description":"Plan Can Draw Multiple Times. Indicates whether the plan can draw multiple times. (L_MULTIPLEDRAW)","type":"boolean"},"UseReadDateForQuote":{"description":"Use Read Date for Quote in the Bill. Indicates whether to use the read date instead of the bill date to get the quote in the bill. (L_BILLTOUSEREADDATE)","type":"boolean"},"SaveQuoteDetails":{"description":"Save Quote Details in Billing. Indicates whether quote details will be saved in billing. (L_SAVEQUOTEDETAILS)","type":"boolean"},"DrawnNoneReconcileStatus":{"description":"Draw on Reconciled Bill with ‘None’ Reconcile Status. Draw on Reconciled Bill with ‘None’ Reconcile Status (L_DRAWNONERECONCILESTATUS)","type":"boolean"},"IncludeDrawPlanInNotice":{"description":"Include This PAP Plan in Notice Process. Indicates whether to include the PAP Plan in the notice process. This replaces the \"Include Draw Plan Bills in Notice Process\" setting in the System Defaults Control form. (L_INCLUDEDRAWPLANINNOTICE)","type":"boolean"},"PenaltyBasedOnPlanQuote":{"description":"Penalty Based on Plan Quote. Indicates whether the penalty is based on Plan Quote Transactions instead of the actual Bill Transactions. (L_PENALTYBASEDONPLANQUOTE)","type":"boolean"},"DoNotDrawAfterStopDate":{"description":"Do not draw after stop date. Indicates that after the stop date there will be no draw. (L_DONOTDRAWAFTERSTOPDATE)","type":"boolean"},"UseAccountTypeDueDate":{"description":"Use Account Type Due Date. Use Due Date in Account Type Control on Final Billing (L_USEACCOUNTTYPEDUEDATE)","type":"boolean"},"UsePlanAmountInOcr":{"description":"Use Plan Amount in OCR Line. Indicates whether to use the payment plan amount in OCR Line of the bill print. (L_USEPLANAMOUNTINOCR)","type":"boolean"},"IncludeContributions":{"description":"Include Contributions in Plan Amount. Indicates whether to include contributions in the payment plan amount. (L_INCLUDECONTRIBUTIONS)","type":"boolean"},"AllowChangePlanOfUnDrawnBill":{"description":"Allow Changing Plan Type for UnDrawn Bill. Indicates whether to allow changing the EQ plan type to a variable plan type if there is an updated bill to draw. (L_ALLOWCHANGEPLANIFPENDINGBILL)","type":"boolean"},"KeepBillDueDate":{"description":"Keep Bill Due Date. Indicates whether to keep the bill due date. (L_KEEPBILLDUEDATE)","type":"boolean"},"DrawNewAmountOnReconcilBill":{"description":"Draw New Amount on Reconciliation Bill. Indicates whether the new amount will be drawn on a reconciliation bill. (L_DRAWNEWAMOUNTONRECONCILBILL)","type":"boolean"},"UsePlanBilledAmtForPrevBill":{"description":"Use Plan Billed Amount to Populate Previous Bill Amount. Indicates whether the Plan Billed Amount will be used to Populate the Previous Bill Amount. (L_USEPLANBILLEDAMTFORPREVBILL)","type":"boolean"},"NoRoundup":{"description":"No Round up on Contribution Amount. Indicates whether contibution amount round up or not. (L_NOROUNDUPCONTRIBUTION)","type":"boolean"},"IsReconciledBillPenaltyExempt":{"description":"Reconciled Bill is Penalty Exempt. Indicates whether the reconciled bill with balance owing should be penalty exempt if the plan type is penalty exempt. (L_PENALTYEXEMPTRECONCILEDBILL)","type":"boolean"},"DrawMinimumAmount":{"description":"Draw Minimum of Plan Amount or Plan Balance. Indicates that the Draw Amount is the minimum of Plan Equal Amount or the Plan Balance. (L_DRAWMINIMUMAMOUNT)","type":"boolean"},"DrawTransferAccount":{"description":"Draw at New Account for Transferred Balance. Indicates if the PAP/ACH draw is performed at new account for transferred balance. (L_DRAWTRANSFERACCOUNT)","type":"boolean"},"SkippedDrawDays":{"format":"int32","description":"Skipped Bills Draw Days. Include Skipped Bills Draw Days. (I_INCLUDESKIPPEDDRAWDAYS)","type":"integer"},"ARBalanceInNewQuoteAmount":{"description":"New Plan Quote Includes A/R Balance. Indicates to include the A/R balance in the new plan amount calculation. (L_NEWPLANINCLUDEARBALANCE)","type":"boolean"},"PapReconcileAmount":{"description":"Reconcile Amount. Pap Reconcile Amount. (C_PAPRECONCILEAMOUNT)\r\nEnum AdvancedUtility.Model.PAP002+PapReconcileAmountEnum:  _blank, BillAmount, BillBalance, PapBalance","type":"string"},"DoNotPopulateAddDrawAmount":{"description":"Do Not Populate Add to Draw Amount. Indicates if the bnill should not populate the Add Draw Amount if the plan is no draw plan. (L_DONOTPOPULATEADDDRAWAMT)","type":"boolean"},"PlanBalanceByBillTotal":{"description":"Plan Balance By Bill Total. Update Plan Balance by Bill Total. (L_PLANBALANCEBYBILLTOTAL)","type":"boolean"},"UseBillDateInPapPeriod":{"description":"Use Bill Date in PAP Period. Indicates whether to use bill dates in the calculation of the PAP period. (L_USEBILLDATEINPAPPERIOD)","type":"boolean"},"ReconcileDays":{"format":"int32","description":"Reconcile Days. Sets the reconcile frequency default days to use when calculating the PAP period. (N_RECONDAYS)","type":"integer"},"PlanBalanceInBillTotal":{"description":"Include Plan Balance in Bill Total. Indicates whether to include Plan Balance in Bill Total Amount. (L_PLANBALANCEINBILLTOTAL)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the payment plan type is disabled. (L_DISABLED)","type":"boolean"},"IncludeCents":{"description":"Include Cents in the quoted amount. Indicates whether cents will be included in quoted amounts. (L_INCLUDECENTS)","type":"boolean"},"UseCurrentAmountForYTD":{"description":"Use current bill quoted amount and plan charges for YTD. Indicates whether the quoted amount and payment plan charges for the current bill will be stored in the Year-To-Date (YTD) section. (L_USECURRENTAMOUNTFORYTD)","type":"boolean"},"AdjustPaymentPlanByAssistanceAmount":{"description":"Adjust Payment Plan by Assistance Amount. Indicates whether the plan amount will be adjusted by the payment assistance amount. (L_ADJUSTPLANBYASSISTANCEAMOUNT)","type":"boolean"},"MultiplyPaymentPlanByRoundedDaysRatio":{"description":"Multiply Payment Plan Amount by Rounded Days Ratio. Indicates whether the plan amount will be multiplied by the next integer (i.e. ceiling value) or by the rounded value of the bill days’ ratio to the billing frequency (i.e. the number of days in the bill divided by the regular billing frequency days). (L_MULTIPLYPLANBYROUNDDAYSRATIO)","type":"boolean"},"NotWeekendDueDate":{"description":"Not Weekend Due Date. Indicates whether to adjust the Due Date that falls on the weekend to a week day for the specified draw day plan type. (L_NOTWEEKENDDUEDATE)","type":"boolean"},"MarkMultiplePapBatchEntriesInvalid":{"description":"Mark Subsequent Transaction For Same Customer as Invalid. Indicates whether subsequent transactions in the PAP batch for the same customer will be marked as invalid. (L_MARKMULTIPLEENTRIESINVALID)","type":"boolean"},"UseOnlyCreditCardPayment":{"description":"Only Credit Card Payment. Indicates whether only credit card payments will be used with this payment plan type. (L_USEONLYCREDITCARDPAYMENT)","type":"boolean"},"RequiresBranchNumber":{"description":"Requires Branch Number. Indicates whether a payment plan of this type requires a branch number. Only applies to plan types that draw the payment. (L_REQUIRESBRANCHNUMBER)","type":"boolean"},"AddLoanToPlanAmount":{"description":"Add Loan to Plan Amount. The list of loan types to add the loan amount to the plan amount. (C_ADDLOANTOPLANAMOUNT)","type":"string"},"ExcludeCreditTranscodes":{"description":"Exclude Credit Transaction Codes. The transaction codes that are excluded from the PAP credit when there is a credit amount. OR The transaction codes that are excluded from the PAP credit when there are new payments. (C_EXCLUDECREDITTRANSCODES)","type":"string"},"ExcludeDebitTranscodes":{"description":"Exclude Debit Transaction Codes. Transaction Codes not included into PAP debit for debit amount. (C_EXCLUDEDEBITTRANSCODES)","type":"string"},"ExcludedTransactionCodes":{"description":"Excluded Transaction Codes. The comma-separated list of transaction codes that are excluded from the payment plan quote calculation process. (C_EXCLUDEDTRANSCODES)","type":"string"},"FinalBillDrawNoBillExceptionCode":{"format":"int64","description":"Final Bill Draw No Bill Exception Desc.. This is the exception which is used, if the amount to be drawn is higher than Y_MAXFINALBILLDRAW. (I_FINALBILLDRAWNOBILLCODE)","type":"integer"},"FlatARCodes":{"description":"A/Rs In Flat Factor. The accounts receivable codes included in the flat factor. (C_FLATARCODES)","type":"string"},"HighExceptionCode":{"format":"int64","description":"New PAP Amount Is Above The Threshold Exception. The new pre-authorized payment (PAP) amount that is above the threshold exception. (I_HIGHEXCEPTCODE)","type":"integer"},"LowExceptionCode":{"format":"int64","description":"New PAP Amount Is Below The Threshold Exception. The new pre-authorized payment (PAP) amount that is below the threshold exception. (I_LOWEXCEPTCODE)","type":"integer"},"NoDrawCycles":{"description":"No Draw Cycles. The no draw cycles description. (M_NODRAWCYCLES)","type":"string"},"NullQuoteExceptionCode":{"format":"int64","description":"Null Quote Exception Desc.. The PAP null quote exception description. (I_RECNULLQUOTEEXCEPTCODE)","type":"integer"},"PapBalanceCheckMinExceptionCode":{"format":"int64","description":"PAP Balance Check Min. Exception Desc.. The pre-authorized payment - (PAP) check minimum balance exception description. (I_PAPBALANCECHECKMINEXCEPTCODE)","type":"integer"},"PapBalanceMaxExceptionCode":{"format":"int64","description":"PAP Balance Check Max. Exception Desc.. The pre-authorized payment - (PAP) check maximum balance exception description. (I_PAPBALANCEMAXEXCEPTCODE)","type":"integer"},"PenaltyBaseTranscode":{"description":"Penalty Base Transaction Code. The transaction code (\"SYS4\") that stores the Penalty Base transaction amount. (C_PENALTYBASETRANSCODE)","type":"string"},"PlanChargeCategories":{"description":"Plan charge categories. The plan charge category. (C_PLANCHARGECATEGORY)","type":"string"},"ReconciledBillExceptionCode":{"format":"int64","description":"Reconciled Bill Exception Desc.. The reconciled bill exception description. (I_RECBILLEXCEPTCODE)","type":"integer"},"ReconciledRefundExceptionCode":{"format":"int64","description":"Reconciled Refund Exception Desc.. The reconciled refund exception description. (I_RECREFUNDEXCEPTCODE)","type":"integer"},"RecoveryARCodes":{"description":"A/Rs In Recovery Factor. The accounts receivable codes included in the recovery factor. (C_RECOVERYARCODES)","type":"string"},"RefundTransactionCode":{"description":"Refund Transaction Code. The refund transaction code. (C_REFUNDTRANSCODE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"ValidAccountStatuses":{"description":"Valid Account Statuses. The valid account status. (C_VALIDSTATUS)","type":"string"},"ValidAccountTypes":{"description":"Valid Bank Account Types. The valid bank account types associated with the selected plan type. (C_VALIDACCOUNTTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentPlanTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentPlanTypeModel]"},"readOnly":true}}},"Operation[PaymentPlanTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentProfileModel":{"description":"Payment Profile Control (PaymentProfile / CON171)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Payment Profile Code. The payment profile code. (C_PAYMENTPROFILE)","type":"string"},"Description":{"description":"Description of Payment Profile. The description of the payment profile. (C_DESCRIPTION)","type":"string"},"AllowNonZeroCredits":{"description":"Allow Total Credits to Partially Offset Billing. Indicates whether to allow credits to not completely offset billing. (L_ALLOWNONZEROCREDITS)","type":"boolean"},"OffsetARBalance":{"description":"Offset AR Balance. Indicates the offset of the A/R balance. (L_OFFSETARBALANCE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"PaymentTransactionCode":{"description":"Offsetting Payment Transaction Code. The offset payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentProfileModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentProfileModel]"},"readOnly":true}}},"Operation[PaymentProfileModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentProfileDetailModel":{"description":"Payment Profile Detail Control (PaymentProfileDetail / CON172)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Percentage":{"format":"int32","description":"Offsetting Percentage. The offsetting percentage, which is 100 % by default. (N_PERCENTAGE)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"BillingTransactionCode":{"description":"Original Billing Transaction Code. The original billing transaction code. (C_BILLINGTRANSCODE)","type":"string"},"PaymentProfile":{"description":"Payment Profile Code. The payment profile code. (C_PAYMENTPROFILE)","type":"string"},"PaymentTransactionCode":{"description":"Offsetting Payment Transaction Code. The offset payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentProfileDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentProfileDetailModel]"},"readOnly":true}}},"Operation[PaymentProfileDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentTermModel":{"description":"Payment Term Control (PaymentTerm / CON039)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PaymentTermCode":{"description":"Payment Term Code. The payment term code. (C_PAYMENTTERMCODE)","type":"string"},"PaymentTermDescription":{"description":"Payment Term Description. The payment term description. (C_PAYMENTTERMDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentTermModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentTermModel]"},"readOnly":true}}},"Operation[PaymentTermModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PaymentTypeModel":{"description":"Cash Register Payment Type Control (PaymentType / CON082)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The ID code of the cash register payment type. (C_CODE)","type":"string"},"Description":{"description":"Description. The description of the payment type. (C_PAYMENTTYPE)","type":"string"},"UsedByCashRegister":{"description":"Used by CashRegister. Indicates whether this payment type is available on the Cash Register form. (L_CASHREGISTERUSE)","type":"boolean"},"ButtonCaption":{"description":"Button Caption. The caption for the cmdButton on the Cash Register form. (C_CAPTION)","type":"string"},"Type":{"description":"Payment Type. Physical payment type ( cash, check, credit card, debit card ). (C_CONTAINERNAME)\r\nEnum AdvancedUtility.Model.CON082+TypeEnum:  Cash, Check, CreditCard, DebitCard","type":"string"},"MustAuthorize":{"description":"Authorize Payment. Indicates whether to authorize the payment electronically. (L_AUTHORIZE)","type":"boolean"},"PrintTransactionRecord":{"description":"Print Transaction Record. Indicates whether to print a transaction record. (L_PRINTTRANSRECORD)","type":"boolean"},"StoreCreditCardNumber":{"description":"Store Credit Card Number. Indicates whether the CC number is stored. (L_STORECCNUM)","type":"boolean"},"AutoPrintReceipt":{"description":"Automatically Print Receipts. Indicates whether receipts are printed automatically. (L_AUTOPRINTRECEIPT)","type":"boolean"},"BalanceCashRegister":{"description":"Balance Cash Register. Indicates whether the balance is displayed in the Cash Register form. (L_BALANCECASHREGISTER)","type":"boolean"},"CashRounding":{"description":"Round Cash to the Nearest 5 Cent Increment. Indicates whether the Cash amount should be rounded to the nearest 5 cent increment. (L_CASHROUNDING)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the cash register payment type is disabled. (L_DISABLED)","type":"boolean"},"CashRoundingCreditGL":{"description":"Credit G/L for Cash Rounding Transaction. The credit G/L for the cash rounding transaction. (C_CREDITGLCASH)","type":"string"},"CashRoundingDebitGL":{"description":"Debit G/L for Cash Rounding Transaction. The debit G/L for the cash rounding transaction. (C_DEBITGLCASH)","type":"string"},"PaymentTransactionCode":{"description":"Payment Type Transaction Code. The payment type transaction code. Payments of this type in cash register batches will use this transaction code in lieu of the transaction code on the batch. (C_PAYMENTTRANSCODE)","type":"string"},"ReceiptCode":{"description":"Transaction Record Report File Code. The file code of the transaction record report. (C_RECEIPTCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PaymentTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PaymentTypeModel]"},"readOnly":true}}},"Operation[PaymentTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PenaltyConfigModel":{"description":"Penalty Configuration Control (PenaltyConfig / CON229)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates whether the penalty configuration is disabled. (L_DISABLED)","type":"boolean"},"Order":{"format":"int32","description":"Processing Order. The processing order for penalty configuration entry. (I_ORDER)","type":"integer"},"AllCompanies":{"description":"All Companies?. Configuration applies to all companies (L_ALLCOMPANIES)","type":"boolean"},"AllDivisions":{"description":"All Divisions?. Configuration applies to all divisions (L_ALLDIVISIONS)","type":"boolean"},"FlatPenaltyAmount":{"format":"double","description":"Additional Flat Penalty Amount. Indicates additional Flat Penalty Amount enabled on the form only when the penalty method is set to Flat Penalty Old. (Y_FLATPENALTYAMOUNT)","type":"number"},"DiscountTolerance":{"format":"double","description":"Discount Tolerance. The discount tolerance. (Y_DISCOUNTTOLERANCE)","type":"number"},"InterestPercent":{"format":"double","description":"Interest Percentage for Penalty and Interest. The interest percentage for the penalty and interest. (N_INTERESTPERCENT)","type":"number"},"MinimumPenaltyAmount":{"format":"double","description":"Minimum Penalty Amount. The amount of the minimum penalty charge. (Y_MINIMUMPENALTYAMOUNT)","type":"number"},"MaximumPenaltyAmount":{"format":"double","description":"Maximum Penalty Amount. The amount of the maximum penalty charge. (Y_MAXPENALTYAMOUNT)","type":"number"},"PenaltyDays":{"format":"int32","description":"Penalty Days. The number of penalty days. (N_PENDAYS)","type":"integer"},"IncludeOnlyBillsWithinPenaltyDays":{"description":"Include Only Bills Within Penalty Days. Indicates whether to only include bills that are due within the last number of days specified by Penalty Days. When not selected, only bills due more than that number of days ago will be included. Only applicable for the Flat Once Per Bill method. (L_INCLUDEWITHINPENALTYDAYS)","type":"boolean"},"PenaltyPercentage":{"format":"double","description":"Penalty Percentage. The account percentage. (N_PERCENTAGE)","type":"number"},"UsePenaltyOnFinal":{"description":"Penalty on Final Bill. Indicates whether there is a penalty on the final bill. (L_PENALTYONFINAL)","type":"boolean"},"IsAlwaysBasePenaltyOn30Days":{"description":"Always Base Penalty on 30 Days. Indicates whether to base the penalty charge if the customer has not paid the amount due after 30 days. (L_ALWAYSBASEPENALTYON30DAYS)","type":"boolean"},"CompoundFlatRatePenalty":{"description":"Compound Flat Rate Penalty. Indicates whether to compound the flat rate penalty. (L_COMPOUNDFLATRATEPENALTY)","type":"boolean"},"DeductPendingPayments":{"description":"Deduct Pending Payments from Penalty. Indicates if the pending payments are deducted from the penalty. (L_DEDUCTPENDINGPAYMENTS)","type":"boolean"},"NoPenaltyOnNonRendered":{"description":"Exclude Non-Rendered Services from Penalty. Indicates that  penalties will not be calculated on services not yet rendered. (L_NOPENALTYONNONRENDERED)","type":"boolean"},"UsePenaltyInterest":{"description":"Penalty Interest. Indicates whether to charge penalty interest on the account like a credit card or a one time charge. (L_PENALTYINTEREST)","type":"boolean"},"UseBusinessDays":{"description":"Use Business Days for Penalties. Indicates whether to use business days only and ignore weekends and holidays in the penalty calculation. (L_USEBUSINESSDAYS)","type":"boolean"},"IsPenaltyOnAllOutstanding":{"description":"Penalty on All Outstanding. Indicates whether there is a penalty charge for all outstanding amounts for the account. (L_PENALTYONALLOUTSTANDING)","type":"boolean"},"ProrateDiscount":{"description":"Prorate Discount. The prorated discount. (L_PRORATEDISCOUNT)","type":"boolean"},"AlwaysMinimumPenalty":{"description":"Always Apply Minimum Penalty. Indicates whether the minimum penalty will be applied on a bill payment. (L_ALWAYSMINPENALTY)","type":"boolean"},"NoPenaltyOnArrangements":{"description":"Exclude Active Arrangements from Penalty. Indicates that accounts having active arrangements are exempted from penalties. (L_NOPENALTYONARRANGEMENTS)","type":"boolean"},"FinalBillPercentage":{"format":"double","description":"Final Bill Percentage. The final bill percentage. (N_FINALBILLPCENT)","type":"number"},"ApplyPenaltyOnFinalOnce":{"description":"Apply Final Bill Once. Indicates that the final bill is applied once. (L_PENALTYONFINALONCE)","type":"boolean"},"ExcludeBillsNotDue":{"description":"Exclude Bills Not Due. Indicates whether to exclude bills which are not due from penalty. (L_EXCLUDEBILLSNOTDUE)","type":"boolean"},"ExcludeNonBilled":{"description":"Exclude Non-Billed. Exclude Non-Billed Amounts from Penalty (L_EXCLUDENONBILLED)","type":"boolean"},"PenaltyForENPlan":{"description":"Penalty for EN Plan. Charge penalties for EN plan (L_PENALTYENPLAN)","type":"boolean"},"SubstractAllAdjustments":{"description":"Subtract All Adjustments. Substract All Adjustments (L_SUBTRACTALLADJUSTMENTS)","type":"boolean"},"PenaltyAgingBucket":{"format":"int32","description":"Penalty Aging Bucket. The penalty aging bucket. (I_PENAGINGBUCKET)","type":"integer"},"PenaltyOnLatePayment":{"description":"Charge Penalty on Late Payment. Charge Penalty on Late Payments (L_PENALTYONLATEPAYMENT)","type":"boolean"},"PenaltyForTotalAR":{"description":"Charge Penalty for Total AR. Charge Penalty for Total AR (L_PENALTYTOTALAR)","type":"boolean"},"NextPenaltyGraceDays":{"format":"int32","description":"Grace Days Before Next Penalty. The number of days after the last penalty before the next penalty will be charged if this bill or account balance remains unpaid. (I_NEXTPENALTYGRACEDAYS)","type":"integer"},"PenaltyMethod":{"description":"Penalty Method. The penalty method. (C_METHOD)\r\nEnum AdvancedUtility.Model.CON229+PenaltyMethodEnum:  Flat, FlatByCurrentBalance, FlatOncePerBill, Interest","type":"string"},"NoPenaltyRefund":{"description":"Do Not Refund Penalty. Do not refund paid penalty (L_NOPENALTYREFUND)","type":"boolean"},"RecurringPenaltyonBills":{"description":"Recurring Penalty on Bills. Causes bills that have already had a penalty assessed previously to be picked up again when eligible.  Otherwise, each bill is only penalized once. Only applies to penalty flat method. (L_RECURRINGPENALTYONBILLS)","type":"boolean"},"NoPenaltyOnDueDate":{"description":"No Penalty on Bill's Due Date. Do not calculate penalty on bill's Due Date. (L_NOPENALTYONDUEDATE)","type":"boolean"},"PenaltyOnIndividualARs":{"description":"Penalty on Individual A/Rs. Causes the penalty to be calculated for each A/R marked in the A/R Type Control table. Otherwise the penalty is calculated on the total balance. Applies to Penalty Flat by Current Balance method only. (L_PENALTYONINDIVIDUALARS)","type":"boolean"},"DoNotRunSubsequentPenalty":{"description":"Do Not Run Subsequent Penalties. Indicates whether to prevent running addtional penalties on the same account. (L_DONOTRUNSUBSEQUENTPENALTY)","type":"boolean"},"CreatePenaltyTransactionInBill":{"description":"Create Penalty Transaction in Bill. Indicates whether penalty transactions will be created for bills during Bill Processing. (L_CREATEPENALTYTRANSINBILL)","type":"boolean"},"UseTotalPenaltyTransactions":{"description":"Penalty Transactions Total. Indicates whether the total of all penalty transactions will be used instead of the AR balance. (L_USETOTALPENALTYTRANSACTIONS)","type":"boolean"},"ExcludeLastBillDueFromPenalty":{"description":"Exclude Last Bill Due From Penalty. Indicates whether to exclude the last bill due from the penalty calculation. (L_EXCLUDLASTBILLDUEFROMPENALTY)","type":"boolean"},"StartDate":{"format":"date-time","description":"Start Date. No penalty will be applied to any balance that existed prior to this start date. This only applies to the Flat By Current Balance and Interest penalty methods. (D_STARTDATE)","type":"string"},"AccountStatuses":{"description":"Account Statuses. List of Account Statuses the configuration applies to (C_ACCOUNTSTATUSES)","type":"string"},"AccountTypes":{"description":"Account Types. List of Account Types the configuration applies to (C_ACCOUNTTYPES)","type":"string"},"AdminFeeTransactionCode":{"description":"Administration Fee Transaction Code. The administration fee transaction code. (C_ENADMINFEETRANSCODE)","type":"string"},"ARCodes":{"description":"A/R Codes Apply to. The accounts receivable to which the configuration entry applies. (C_ARCODES)","type":"string"},"CombineWith":{"description":"Allowed Penalty Configuration for Current Item. List of allowed penalty configuration for current item (C_COMBINEWITH)","type":"string"},"Company":{"description":"Company. Companies the configuration applies to (C_COMPANY)","type":"string"},"CustomCriteria":{"description":"Custom Criteria. The custom criteria. (M_CRITERIA)","type":"string"},"Divisions":{"description":"Divisions. List of divisions the configuration applies to (C_DIVISIONS)","type":"string"},"FullPenaltyAR":{"description":"Full Penalty A/R Code. The A/R code that will be used to apply the full penalty charge on an account. This only applies when using the Flat Once Per Bill penalty method. (C_FULLPENALTYAR)","type":"string"},"PenaltyTransactionsPlans":{"description":"Plan Types Using Penalty Transactions. The payment plans for which the penalty is calculated based on the penalty transactions amount. This only applies to the Flat Once Per Bill method and only if the penalty is charged for the Total AR. (C_PENALTYTRANSACTIONSPLANS)","type":"string"},"TransactionCodes":{"description":"Transaction Code. The transaction code for penalties. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PenaltyConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PenaltyConfigModel]"},"readOnly":true}}},"Operation[PenaltyConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PenaltyPickupRunModel":{"description":"PenaltyPickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PickupDate":{"description":"Penalty Pickup Date.\r\nThis is a FormulaDate formula string; Use GET /utility/dateformula to get a serialized formula string to be used, or assign an immediate date value in the form YYYY-MM-DD.","type":"string"},"MaxPaymentDate":{"description":"Maximum Payment Date for New Credits\r\nThis is a FormulaDate formula string. Use GET /utility/dateformula to get a serialized formula string to be used, or assign an immediate date value in the form YYYY-MM-DD.","type":"string"},"AllCompanies":{"description":"Include Customer/Accounts from all companies in the selection process.\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"boolean"},"Company":{"description":"Select Customer/Accounts only from this specific company.  Only applies when AllCompanies is not set.\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"string"},"AllDivisions":{"description":"Include Customer/Accounts from all divisions for the selected company.  Only applies when a specific company has been selected.\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"boolean"},"Divisions":{"description":"Select Customer/Accounts only from the specific division(s) specified here.  Only applies when AllDivisions is not set.\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"array","items":{"type":"string"}},"AllCycleBooks":{"description":"Include Customer/Accounts from all cycle/books.\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"boolean"},"CycleBooks":{"description":"Select Customer/Accounts only from the specific cycles/books specified here.  Only applies when AllCycleBooks is not set.\r\nContains a comma separated list of cycle/book codes in the form \"Cycle1/BookA,Cycle1,BookC,Cycle3/BookA,...\".\r\nThis criteria does not apply if CustomerAccountKeys list is used.","type":"string"},"CustomerAccountKeys":{"description":"If this customer/account key (PK) list is assigned, penalty calculation will run against all the keys in this list.\r\nAssign null to cause a standard criteria calculation to be used.\r\nThis list supports serialization, so can be used when submitting penalty calculations for later execution or use in saved settings.","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PendingPaymentModel":{"description":"Pending Payment Interface (PendingPayment / UTL045)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account. The account number. (C_ACCOUNT)","type":"string"},"TransactionDateTime":{"format":"date-time","description":"Transaction Date/Time. The date and time of the transaction. (T_TRANSDT)","type":"string"},"Amount":{"format":"double","description":"Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"BillNumber":{"format":"int64","description":"Bill #. The bill number for this customer/account. (I_BILLNUMBER)","type":"integer"},"TransactionNumber":{"format":"int64","description":"Transaction #. The transaction number. (I_TRANSNUM)","type":"integer"},"PendingTransactionType":{"description":"Pending Transaction Type. The pending account receivable type. (C_PENDINGTRANSTYPE)","type":"string"},"Datetime":{"format":"date-time","description":"Date/Time. The actual date and time stamp. (T_DATETIME)","type":"string"},"InternalReferenceNumber":{"description":"Internal Ref #. The internal reference number. (C_INTREFERENCE)","type":"string"},"ExternalReferenceNumber":{"description":"External Ref #. The external reference number. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"Processed":{"description":"Processed?. Indicates whether the credit card payment was processed. (L_PROCESSED)","type":"boolean"},"CreditCardAuthorization":{"description":"Credit Card Authorization. The details about the credit card authorization. (M_RESPONSE)","type":"string"},"ExternallyProcessed":{"description":"Externally Processed. Indicates the external process flag. (L_EXTPROCESSED)","type":"boolean"},"ExternalBatchId":{"format":"int32","description":"External BatchId. The external batch ID. (I_EXTBATCHID)","type":"integer"},"Token":{"description":"Token. The description of the Token. (M_TOKEN)","type":"string"},"PaymentGatewayId":{"format":"int32","description":"Payment Gateway ID. The payment gateway ID. (I_PAYMENTGATEWAYID)","type":"integer"},"ExtraPaymentIncludedInBill":{"description":"Extra Payment Included in Bill (L_EXTRAPAYADDEDINBILL)","type":"boolean"},"ExtraPaymentNotIncludedInBill":{"description":"Extra Payment NOT Included in Bill (L_EXTRAPAYNOBILL)","type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the pending payment was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PendingPaymentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PendingPaymentModel]"},"readOnly":true}}},"Operation[PendingPaymentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PendingPaymentsInterfaceRunModel":{"description":"PendingPaymentsInterface process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchList":{"description":"Batch list","type":"string"},"MultipleCashBatch":{"description":"Indicates whether it is multiple cash batch","type":"boolean"},"Source":{"description":"The external source code for which the pending payments will be processed","type":"string"},"BatchDescription":{"description":"Batch Description","type":"string"},"ClearInvalidCustomerAccount":{"description":"Clear invalid customer account","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PointOfSaleConfigModel":{"description":"Point of Sale Module Configuration (PointOfSaleConfig / POS000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InterestRate":{"format":"double","description":"Interest Rate. The interest rate. (N_INTERESTRATE)","type":"number"},"MinimumAmountPap":{"format":"double","description":"Min. Amount PAP. The minimum amount required for the pre-authorized payment plan. (Y_MINAMOUNTPAP)","type":"number"},"MinimumAmountBill":{"format":"double","description":"Min. Amount Bill. The minimum bill amount. (Y_MINAMOUNTBILL)","type":"number"},"CashBatchId":{"format":"int64","description":"Cash Batch ID. The cash batch ID. (I_CASHBATCHID)","type":"integer"},"IsHistoryEnterMode":{"description":"History Enter Mode. The \"History Enter\" mode. (L_HISTORYENTERMODE)","type":"boolean"},"FinanceARCode":{"description":"Finance AR Code. The financial accounts receivable code. (C_FINANCEARCODE)","type":"string"},"InterestTransactionCode":{"description":"Interest Payment Transaction. The interest payment transaction. (C_INTERESTTRANSCODE)","type":"string"},"InventoryTransactionCode":{"description":"Inventory Transaction. The inventory transaction. (C_INVTRANSCODE)","type":"string"},"LoanTransactionCode":{"description":"Loan Transaction. The loan transaction. (C_LOANTRANSCODE)","type":"string"},"PaymentTransactionCode":{"description":"Payment Transaction. The payment transaction. (C_PAYMENTTRANSCODE)","type":"string"},"PayPeriod":{"description":"Payment Period. The payment period. (C_PAYPERIOD)","type":"string"},"PrincipalTransactionCode":{"description":"Principle Payment Transaction. The principle payment transaction. (C_PRINCIPLETRANSCODE)","type":"string"},"SaleTransactionCode":{"description":"Sales Transaction. The sales transaction. (C_SALETRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PointOfSaleConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PointOfSaleConfigModel]"},"readOnly":true}}},"Operation[PointOfSaleConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PointOfSaleInventoryModel":{"description":"Point of Sale Inventory Control (PointOfSaleInventory / POS001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Description. The description of the Point of Sale item. (C_DESCRIPTION)","type":"string"},"SellingPrice":{"format":"double","description":"Selling Price. The selling price of the inventory item. (Y_SELLINGPRICE)","type":"number"},"Cost":{"format":"double","description":"Cost. The cost of the inventory item. (Y_COST)","type":"number"},"QuantityOnHand":{"format":"int32","description":"Quantity On Hand. The quantity of the inventory item on hand. (I_QTYONHAND)","type":"integer"},"ModelNumber":{"description":"Model Number. The model number of the inventory item. (C_MODELNUMBER)","type":"string"},"Notes":{"description":"Notes. Notes about the Point of Sale item. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the point of sale inventory is disabled. (L_DISABLED)","type":"boolean"},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"ManufacturerCode":{"description":"Manufacturer Code. The manufacturer code of the inventory item. (C_MANCODE)","type":"string"},"StockCode":{"description":"Stock Code. The inventory stock code. (C_STOCKCODE)","type":"string"},"Supplier":{"description":"Supplier. The supplier of the inventory item. (C_SUPPLIER)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code of the inventory item. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PointOfSaleInventoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PointOfSaleInventoryModel]"},"readOnly":true}}},"Operation[PointOfSaleInventoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PointOfSaleInventoryTypeModel":{"description":"Point of Sale Inventory Type Control (PointOfSaleInventoryType / POS003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"Description":{"description":"Inventory Type Description. The description of the inventory type. (C_DESCRIPTION)","type":"string"},"Notes":{"description":"Notes. Notes about the inventory type. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the point of sale inventory type is disabled. (L_DISABLED)","type":"boolean"},"TransactionCode":{"description":"Transaction Code. The transaction code for the inventory type. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PointOfSaleInventoryTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PointOfSaleInventoryTypeModel]"},"readOnly":true}}},"Operation[PointOfSaleInventoryTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PointOfSalePlanTypeModel":{"description":"Point of Sale Plan Type Control (PointOfSalePlanType / POS100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Plan Type. The plan type. (C_PLANTYPE)","type":"string"},"ChargeTo":{"description":"Charge To. The person who will receive the charges. (C_CHARGETO)\r\nEnum AdvancedUtility.Model.POS100+ChargeToEnum:  Bill, PreAuthorized, Blank","type":"string"},"Description":{"description":"Description. The plan type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the point of sale plan type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PointOfSalePlanTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PointOfSalePlanTypeModel]"},"readOnly":true}}},"Operation[PointOfSalePlanTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PointOfSaleSupplierModel":{"description":"Point of Sale Supplier Control (PointOfSaleSupplier / POS002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The supplier ID code. (C_SUPPLIER)","type":"string"},"LastName":{"description":"Last Name. The supplier's last name. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The supplier's first name. (C_FIRSTNAME)","type":"string"},"MiddleName":{"description":"Middle Name. The supplier's middle name. (C_MIDDLENAME)","type":"string"},"Suffix":{"description":"Name Suffix. The supplier's suffix. (C_SUFFIX)","type":"string"},"Prefix":{"description":"Name Prefix. The supplier's prefix. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"Address1":{"description":"Address 1. The first address line of the supplier. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address 2. The second address line of the supplier. (C_ADDRESS2)","type":"string"},"POBox":{"description":"Formatted PO Box Address. The supplier's formatted post office box address (e.g. PO BOX 4001 STN MAIN). (C_POBOX)","type":"string"},"StreetNumberOld":{"description":"Street Number (Obsolete). The street number in the supplier's address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number in the supplier's address. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street. The street name in the supplier's address. (C_STREET)","type":"string"},"Apt":{"description":"Apartment #. The supplier's apartment number. (C_APT)","type":"string"},"Town":{"description":"Town. The supplier's city or town. (C_TOWN)","type":"string"},"PostalCode":{"description":"Zip Code. The supplier's postal code. (C_POSTCODE)","type":"string"},"Plan":{"description":"Plan #. The supplier's plan number. (C_PLAN)","type":"string"},"Lot":{"description":"Lot #. The supplier's lot number. (C_LOT)","type":"string"},"Concession":{"description":"Concession. The supplier's concession. (C_CONCESS)","type":"string"},"EmailAddress":{"description":"Email. The supplier's email. (C_EMAIL)","type":"string"},"URL":{"description":"URL. The supplier's website. (C_URL)","type":"string"},"Telephone":{"description":"Telephone. The supplier's telephone number. (C_TELEPHONE)","type":"string"},"Fax":{"description":"Fax. The supplier's fax number. (C_FAX)","type":"string"},"Notes":{"description":"Notes. Notes about the supplier. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the point of sale supplier is disabled. (L_DISABLED)","type":"boolean"},"POBoxNumber":{"format":"int32","description":"PO Box Number. The number of the post office box in the supplier's address. (N_POBOX)","type":"integer"},"DeliveryInstallationName":{"description":"Delivery Installation Name. The name of the postal delivery installation in the supplier's address, e.g. MAIN as in PO BOX 4001 STN MAIN. (C_DELIVERYINSTALLATIONNAME)","type":"string"},"CountryCode":{"description":"Country. The country code for the supplier. (C_COUNTRYCODE)","type":"string"},"DeliveryInstallationType":{"description":"Delivery Installation Type. The code for the type of postal delivery installation in the supplier's address, e.g. STN = Station, PO = Post Office, RPO = Retail Postal Outlet. (C_DELIVERYINSTALLATIONTYPE)","type":"string"},"NameType":{"description":"Name Type. The supplier's name type. (C_NAMETYPE)","type":"string"},"State":{"description":"State. The supplier's province. (C_PROV)","type":"string"},"StreetNumberSuffix":{"description":"Street # Suffix. The supplier's street number suffix.  (C_STRNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the supplier's address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The supplier's street prefix. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The supplier's street suffix. (C_STREETSUFFIX)","type":"string"},"SupplierAddress":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PointOfSaleSupplierModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PointOfSaleSupplierModel]"},"readOnly":true}}},"Operation[PointOfSaleSupplierModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PoleTypeModel":{"description":"Pole Type Control (PoleType / MEF034)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Pole Type Code. The pole type code. (C_POLETYPE)","type":"string"},"Description":{"description":"Pole Type Description. The pole type description. (C_DESCRIPTION)","type":"string"},"Length":{"description":"Pole Length. The pole length. (C_POLELENGTH)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PoleTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PoleTypeModel]"},"readOnly":true}}},"Operation[PoleTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PopupMessageModel":{"description":"Pop-up Message (PopupMessage / SYS080)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Datetime":{"format":"date-time","description":"Date Time. The date and time scheduled for the message to popup. (T_DATETIME)","type":"string"},"Message":{"description":"Message. The message. (M_MESSAGE)","type":"string"},"Station":{"description":"Station ID. The station ID.  (C_STATION)","type":"string"},"ExpiryDatetime":{"format":"date-time","description":"Expiry Date Time. The message expiry date and time. (T_EXPIRY)","type":"string"},"Pk":{"format":"int64","description":"SYS080 Record Key. The unique record identifier. (I_SYS080PK)","type":"integer"},"LinkedMessage":{"format":"int64","description":"Foreign key of linked pop-up message. The foreign key of the linked pop-up message. (I_LINKEDMSG)","type":"integer"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account targeted by the possible action run when this message is resolved. Optional actions are defined in related EMessageType control (CON158). (I_CUSTACCTID)","type":"integer"},"IsLocked":{"description":"Locked Pop-up. Causes the sender of the message to be locked until the receiver receives and acknowledges the message. (L_LOCKED)","type":"boolean"},"MessageType":{"description":"Message Type. The message type. (C_MSGTYPE)","type":"string"},"Resolution":{"description":"Resolution type of the popup. If set, typically the popup will be deleted after performing any business logic associated with the details of the type of resolution indicated. Positive or negative resolution can run the associated actions in the related popup type definition, if applicable.\r\nEnum AdvancedUtility.Services.BusinessObjects.PopupMessage+PopupMessageResolution:  Unresolved, ResolvedPositive, ResolvedNegative, TimedOut","type":"string"},"UserFrom":{"description":"User From. The user who is sent the message. (C_USERFROM)","type":"string"},"UserTo":{"description":"User To. The user who the message is sent to. (C_USERTO)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PopupMessageModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PopupMessageModel]"},"readOnly":true}}},"Operation[PopupMessageModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PopupMessageTypeModel":{"description":"Pop-up Message Control (PopupMessageType / CON155)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Pop-up Message Type. The popup message type.  (C_POPUPTYPE)","type":"string"},"Description":{"description":"Pop-up Message Description. The popup message description.  (C_DESCRIPTION)","type":"string"},"Title":{"description":"Pop-up Message Title. The text visible on the title bar of the popup message. (C_TITLE)","type":"string"},"Graphic":{"description":"Pop-up Message Graphic. The graphic displayed on the popup message. (N_GRAPHIC)\r\nEnum AdvancedUtility.Model.CON155+GraphicEnum:  Information, Question, Attention, Error","type":"string"},"Buttons":{"description":"Pop-up Message Buttons. The buttons visible on the popup message. (N_BUTTONS)\r\nEnum AdvancedUtility.Model.CON155+ButtonsEnum:  Ok, OkCancel, YesNo, YesNoCancel","type":"string"},"Color":{"format":"int64","description":"Pop-up Background Color. The popup background colour. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (N_COLOR)","type":"integer"},"IsLocked":{"description":"Pop-up Message is Locked. Indicates that the popup message is locked. (L_LOCK)","type":"boolean"},"LockSeconds":{"format":"int32","description":"Lock Time in Seconds. The lock time in seconds. (N_LOCKSECONDS)","type":"integer"},"SoundFile":{"description":"Sound File. The sound file that is in use. (C_SOUNDFILE)","type":"string"},"AdditionalMessage":{"description":"Additional Message. The additional message. (C_ADDLMESSAGE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether popup message is disabled. (L_DISABLED)","type":"boolean"},"LockExpiryActionId":{"format":"int64","description":"Lock Expiry Action ID. The expiry action ID for the locked popup message. (I_LOCKEXPIRYACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PopupMessageTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PopupMessageTypeModel]"},"readOnly":true}}},"Operation[PopupMessageTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PosProcessRunModel":{"description":"PosProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"UserIds":{"description":"Serach by User Ids from the list","type":"array","items":{"type":"string"}},"AllArCodes":{"description":"Don't search by Ar codes","type":"boolean"},"ArCodes":{"description":"Search by transaction codes from the list","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Dont search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"UseFullMonthInterest":{"description":"Use Full Month Interest","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PostCodeDeliveryModeModel":{"description":"Postal Code/Delivery Mode Control (PostCodeDeliveryMode / CON033)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PostCode":{"description":"Postal Code. The postal code. (C_POSTCODE)","type":"string"},"DeliveryMode":{"description":"Delivery Mode. The delivery mode. (C_DELIVERYMODE)","type":"string"},"AuditCode":{"description":"Audit Code. The audit code. (C_AUDITCODE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PostCodeDeliveryModeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PostCodeDeliveryModeModel]"},"readOnly":true}}},"Operation[PostCodeDeliveryModeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PostDatedPaymentsPickupRunModel":{"description":"PostDatedPaymentsPickup process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AllCompanies":{"description":"Search by all companies?","type":"boolean"},"Company":{"description":"Search by selected company code.\r\nUsed only if AllCompanies = false (i.e not all companies to be processed)","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by specific division","type":"string"},"AllTransactionCodes":{"description":"Search by specific cycle?","type":"boolean"},"TransactionCodes":{"description":"Search by selected cycle codes in the given list","type":"array","items":{"type":"string"}},"AdditionalCriteriaTree":{"description":"Search by selected cycle codes in the given list","type":"string"},"AdditionalCriteriaPromptData":{"description":"Additional criteria from prompt data","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PostDatedTransactionModel":{"description":"Post Dated Transaction (PostDatedTransaction / BIF958)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Amount":{"format":"double","description":"Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_TRANSDATE)","type":"string"},"PenaltyBillNumber":{"format":"int64","description":"Penalty Bill Number. The penalty bill number. (I_PBILLNUM)","type":"integer"},"ParentTransactionNumber":{"format":"int64","description":"Parent Transaction Number. The parent transaction number. (I_PARENTRANS)","type":"integer"},"Datetime":{"format":"date-time","description":"DateTime. The transaction date and time. (T_DATETIME)","type":"string"},"Processed":{"description":"Batch Processed. Indicates whether the batch was processed. (L_PROCESSED)","type":"boolean"},"PickedupBatchId":{"format":"int64","description":"Picked up Batch ID. The picked-up batch ID. (I_PICKEDUPBATCHID)","type":"integer"},"ReferenceNumber":{"description":"Check/Reference Number. The reference number from the cheque or money order. (C_REFNUM)","type":"string"},"ARCode":{"description":"A/R Code. The transaction accounts receivable code. (C_ARCODE)","type":"string"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PostDatedTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PostDatedTransactionModel]"},"readOnly":true}}},"Operation[PostDatedTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PosTransactionModel":{"description":"Point Of Sale Transaction (PosTransaction / POS041)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"TransactionDateTime":{"format":"date-time","description":"Transaction Date. The transaction date. (T_TRANSDT)","type":"string"},"SerialNumber":{"description":"Serial Number. The transaction serial number. (C_SERIALN)","type":"string"},"Quantity":{"format":"double","description":"Quantity. The transaction quantity. (N_QTY)","type":"number"},"Amount":{"format":"double","description":"Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"Price":{"format":"double","description":"Price. The transaction sales price. (Y_OPRICE)","type":"number"},"Rebate":{"format":"double","description":"Rebate. The transaction rebate. (Y_REBATE)","type":"number"},"SaleNumber":{"format":"int64","description":"Sale Number. The sales number of the transaction. (I_SALENUM)","type":"integer"},"BillNumber":{"format":"int64","description":"Bill Number. The transaction bill amount. (I_BILLNUMBER)","type":"integer"},"Datetime":{"format":"date-time","description":"Date Time. The date and time of the transaction. (T_DATETIME)","type":"string"},"Remarks":{"description":"Remarks/Description. The description of the transaction. (C_REMARKS)","type":"string"},"PreviousCustomerAccountId":{"format":"int64","description":"Previous Customer/Account ID. The previous account ID of the customer. (I_PREVCUSTACCTID)","type":"integer"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"StockCode":{"description":"Stock Code. The transaction stock code. (C_STOCKCD)","type":"string"},"UserId":{"description":"Created By. The ID of the user that entered the transaction. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PosTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PosTransactionModel]"},"readOnly":true}}},"Operation[PosTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PotentialTransformerModel":{"description":"Potential Transformer (PotentialTransformer / MEF205)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PtNumber":{"description":"PT #. The PT (potential transformer) number. (C_PTNUMBER)","type":"string"},"SerialNumber":{"description":"Serial #. The PT (potential transformer) serial number. (C_SERIALNUMBER)","type":"string"},"DatePurchased":{"format":"date-time","description":"Date Purchased. The date that the PT (potential transformer) was purchased. (D_DATEPURCHASED)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The price of the PT (potential transformer). (Y_PRICE)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the PT (potential transformer) was scrapped. (D_DATESCRAPPED)","type":"string"},"Pmu":{"description":"PMU #. The PT (potential transformer) PMU (Primary Metering Unit) number. (C_PMU)","type":"string"},"Installation":{"description":"Installation #. The PT (potential transformer) installation number. (C_INSTALLATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the PT (potential transformer) was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The PT (potential transformer) status. (C_STATUS)","type":"string"},"Type":{"description":"Type. The PT (potential transformer) type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PotentialTransformerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PotentialTransformerModel]"},"readOnly":true}}},"Operation[PotentialTransformerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PotentialTransformerTypeModel":{"description":"Potential Transformer Type Control (PotentialTransformerType / MEF206)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Ratio":{"format":"double","type":"number"},"Type":{"description":"Type. The actual potential transformer type. (C_TYPE)","type":"string"},"ActualType":{"description":"Actual Type. The actual type of the transformer. (C_ACTUALTYPE)","type":"string"},"Description":{"description":"Description. The description of the transformer. (C_DESCRIPTION)","type":"string"},"ApprovalNumber":{"description":"Measurement Canada Approval #. The Measurement Canada approval number for the transformer. (C_APPROVALNUMBER)","type":"string"},"PrimaryVoltage":{"format":"int32","description":"Primary Voltage. The primary voltage of the transformer. (I_PRIMARYVOLTAGE)","type":"integer"},"SecondaryVoltage":{"format":"int32","description":"Secondary Voltage. The secondary voltage of the transformer. (I_SECONDARYVOLTAGE)","type":"integer"},"ThermalCapacity":{"description":"Thermal Capacity. The thermal capacity of the transformer. (C_THERMALCAPACITY)","type":"string"},"AccuracyClass":{"description":"Accuracy Class. The accuracy class of the transformer. (C_ACCURACYCLASS)","type":"string"},"Notes":{"description":"Notes. Notes about the transformer. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Bil":{"format":"int64","description":"BIL (kV). The basic level impulse value of the transformer in kilovolts. (I_BIL)","type":"integer"},"DesignedUse":{"description":"Designed for Use. The use for which the transformer was designed. (C_DESIGNEDUSE)","type":"string"},"Frequency":{"description":"Frequency (Hz). The transformer frequency. (C_FREQUENCY)","type":"string"},"InsulationClass":{"format":"double","description":"Insulation Class (kV). The insulation class of the transformer. (N_INSULATIONCLASS)","type":"number"},"Manufacturer":{"description":"Manufacturer. The transformer manufacturer. (C_MANUFACTURER)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the transformer. (C_STOCKCODE)","type":"string"},"Option_AllowFractionalRatio":{"format":"int32","description":"Confirms that a non-integer (fractional) ratio is acceptable.  Valid values are: 0 = yes, 1 = no, -1 = unresolved","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PotentialTransformerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PotentialTransformerTypeModel]"},"readOnly":true}}},"Operation[PotentialTransformerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PreExceptionsReportReportRunModel":{"description":"PreExceptionsReport report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UseAlternateBooksOnly":{"type":"boolean"},"Cycle":{"type":"string"},"AllBooks":{"type":"boolean"},"Books":{"type":"object"},"DefaultReadingDate":{"type":"object"},"AllServices":{"type":"boolean"},"Services":{"type":"object"},"ReportBillData":{"type":"object"},"ReportOption":{"type":"string"},"ReportSubtitle":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PreExceptionsRunModel":{"description":"PreExceptions process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.PreExceptions+RunOptions: RetrieveAndPrint, Retrieve, Print","type":"string"},"IncludeAccountExceptions":{"description":"Report account exceptions","type":"boolean"},"IncludeServiceExceptions":{"description":"Report service exceptions","type":"boolean"},"IncludeMeterExceptions":{"description":"Report meter exceptions","type":"boolean"},"QueryPromptData":{"description":"Query prompt data","type":"string"},"UseAlternateBooksOnly":{"description":"Use alternate books only","type":"boolean"},"Cycle":{"description":"Search by specific cycle","type":"string"},"AllBooks":{"description":"Don't search by specific book","type":"boolean"},"Books":{"description":"Search by books from the list","type":"array","items":{"type":"string"}},"DefaultReadingDate":{"description":"Default Reading Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ServiceGroups":{"description":"Search by service groups from the list","type":"array","items":{"type":"string"}},"ReportOption":{"description":"Report sort option\r\nEnum AdvancedUtility.Services.Processes.PreExceptions+SortOptions: CycleAndBook, Account, Exception, CallNumber","type":"string"},"ReportBillData":{"description":"Report data to print","type":"array","items":{"$ref":"#/definitions/BillModel"}},"ReportTitle":{"description":"Report's subtitle","type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PressureFactorModel":{"description":"Pressure Factor Control (PressureFactor / CON240)\r\nDrive/Pound Pressure Factor Table","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Drive/Pound. The drive per pound description. (C_DRIVEPERPOUND)","type":"string"},"Factor":{"format":"double","description":"Pressure Factor. The pressure factor value. (N_FACTOR)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PressureFactorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PressureFactorModel]"},"readOnly":true}}},"Operation[PressureFactorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PressureTransducerTypeModel":{"description":"Pressure Transducer Type Control (PressureTransducerType / MEF615)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PressureTransducerTypeCode":{"description":"Pressure Transducer Type. The pressure transducer type. (C_PRESSURETRANSDUCERTYPE)","type":"string"},"Description":{"description":"Description. The pressure transducer description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the pressure transducer type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PressureTransducerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PressureTransducerTypeModel]"},"readOnly":true}}},"Operation[PressureTransducerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PressureZoneModel":{"description":"Pressure Zone Control (PressureZone / CON161)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Pressure Zone Code. The pressure zone code.  (C_PRESSURECODE)","type":"string"},"Description":{"description":"Pressure Zone Description. The pressure zone description. (C_DESCRIPTION)","type":"string"},"AllCompanies":{"description":"All Companies?. Indicate whether this Pressure Zone is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use this Pressure Zone. (C_DIVISIONS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the pressure zone is disabled. (L_DISABLED)","type":"boolean"},"Company":{"description":"Company. Accounts must belong to this Company in order to use this Pressure Zone. (C_COMPANY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PressureZoneModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PressureZoneModel]"},"readOnly":true}}},"Operation[PressureZoneModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PriceUnitModel":{"description":"Price Unit Control (PriceUnit / CON129)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Price Unit Code. The price unit code. (C_UNITCODE)","type":"string"},"Description":{"description":"Description. The price unit description. (C_DESCRIPTION)","type":"string"},"Factor":{"format":"double","description":"Conversion Factor. The multiplier factor. (N_FACTOR)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the price unit is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PriceUnitModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PriceUnitModel]"},"readOnly":true}}},"Operation[PriceUnitModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PricingMethodModel":{"description":"Pricing Method Control (PricingMethod / BIF403)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Pricing Method Code. The price method code. (C_PRICINGMETHOD)","type":"string"},"Description":{"description":"Pricing Method Description. The price method description. (C_DESCRIPTION)","type":"string"},"CalculationMethod":{"description":"Calculation Method. The calculation method (C_CALCULATIONMETHOD)\r\nEnum AdvancedUtility.Model.BIF403+CalculationMethodEnum:  AdvancedBilling, WeightedAverageHourly, SpotMarket, BillingDeterminants, Peak","type":"string"},"AggregateType":{"description":"Aggregate Type. The aggregate type used for pricing (SUM, MAX, PEAK, AVG). (C_AGGREGATETYPE)\r\nEnum AdvancedUtility.Model.BIF403+AggregateTypeEnum:  SUM, MAX, MIN, PEAK, AVG","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the pricing method is disabled. (L_DISABLED)","type":"boolean"},"ReadTypes":{"description":"Read Types. The read types to include in the consumption. (C_READTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PricingMethodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PricingMethodModel]"},"readOnly":true}}},"Operation[PricingMethodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PrimaryMeteringDiscountModel":{"description":"Consumption Discount Control (PrimaryMeteringDiscount / CON063)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Discount Code. The discount code. (C_CODE)","type":"string"},"Description":{"description":"Description. The discount description. (C_DESCRIPTION)","type":"string"},"PercentDiscount":{"format":"double","description":"Percent Discount. The percent discount. (N_PERCENTDISCOUNT)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PrimaryMeteringDiscountModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PrimaryMeteringDiscountModel]"},"readOnly":true}}},"Operation[PrimaryMeteringDiscountModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PrimaryMeteringUnitModel":{"description":"Primary Metering Unit (PrimaryMeteringUnit / MEF207)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PmuNumber":{"description":"PMU #. The primary metering unit number. (C_PMUNUMBER)","type":"string"},"SerialNumber":{"description":"Serial #. The primary metering unit. (C_SERIALNUMBER)","type":"string"},"Type":{"description":"Type. The primary metering unit type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The primary metering unit description. (C_DESCRIPTION)","type":"string"},"Elements":{"format":"double","description":"Elements. The primary metering unit elements. (N_ELEMENTS)","type":"number"},"Phase":{"format":"int32","description":"Phase. The primary metering unit phase. (I_PHASE)","type":"integer"},"Wire":{"format":"int32","description":"Wire. The primary metering unit wire. (I_WIRE)","type":"integer"},"TestedPcb":{"description":"Tested for PCB. Indicates whether the primary metering unit was tested for PCB (Polychlorinated Biphenyl). (L_TESTEDPCB)","type":"boolean"},"DateTested":{"format":"date-time","description":"Last Date Tested for PCB. The last date on which the primary metering unit was test for PCB (Polychlorinated Biphenyl). (D_DATETESTED)","type":"string"},"PcbInPpm":{"description":"PCB Content in PPM. The PCB (Polychlorinated Biphenyl) contents in PPM (Parts per Million) of the primary metering unit. (C_PCBINPPM)","type":"string"},"FluidVolume":{"format":"int32","description":"Volume of Fluid (L). The volume of fluid in litres of the primary metering unit. (I_FLUIDVOLUME)","type":"integer"},"MassKg":{"format":"int32","description":"Mass (kg). The mass of the primary metering unit in kilograms. (I_MASSKG)","type":"integer"},"ApprovalNumber":{"description":"Measurement Canada Approval #. The official measurement Canada approval number of the primary metering unit. (C_APPROVALNUMBER)","type":"string"},"DatePurchased":{"format":"date-time","description":"Date Purchased. The date that the primary metering unit was purchased. (D_DATEPURCHASED)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The price of the primary metering unit. (Y_PRICE)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date the primary metering unit was scrapped. (D_DATESCRAPPED)","type":"string"},"Installation":{"description":"Installation #. The installation number of the primary metering unit. (C_INSTALLATION)","type":"string"},"Notes":{"description":"Notes. Notes about the primary metering unit. (M_NOTES)","type":"string"},"Bil":{"format":"int64","description":"BIL (kV). The primary metering unit basic level impulse value in kilovolts. (I_BIL)","type":"integer"},"DesignedUse":{"description":"Designed for Use. The use for which the primary metering unit was designed. (C_DESIGNEDUSE)","type":"string"},"Frequency":{"description":"Frequency (Hz). The primary metering unit frequency in hertz. (C_FREQUENCY)","type":"string"},"InsulatingFluid":{"description":"Insulating Fluid. The primary metering unit insulating fluid. (C_INSULATINGFLUID)","type":"string"},"InsulationClass":{"format":"double","description":"Insulation Class (kV). The primary metering unit insulation class in kilovolts. (N_INSULATIONCLASS)","type":"number"},"Manufacturer":{"description":"Manufacturer. The primary metering unit manufacturer. (C_MANUFACTURER)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the primary metering unit was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The primary metering unit status. (C_STATUS)","type":"string"},"StockCode":{"description":"Stock Code. The primary metering unit stock code. (C_STOCKCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PrimaryMeteringUnitModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PrimaryMeteringUnitModel]"},"readOnly":true}}},"Operation[PrimaryMeteringUnitModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PrintLetterRunModel":{"description":"PrintLetter process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LetterPks":{"description":"Total number of letters to print","type":"array","items":{"format":"int64","type":"integer"}},"Destination":{"description":"Destination of where the letters will be printed\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"EmailAddress":{"description":"Email Address to send to","type":"string"},"EmailSubject":{"description":"Email Subject to be used in the email","type":"string"},"Printer":{"description":"Printer to be printed to","type":"string"},"SingleFile":{"description":"Determines if the file will be separated into Templates or all put into one file","type":"boolean"},"MarkAsPrinted":{"description":"Mark successful prints as Printed","type":"boolean"},"SaveDestination":{"description":"Destination for files to be saved. If null or empty - saves to preview folder","type":"string"},"SaveFileType":{"description":"If the File Type is not a DOCX, assign what to convert it to. Currently only supports DOCX and PDF","type":"string"},"RegenerateEnumValue":{"description":"Determines if letter should be regenerated if exists\r\nEnum  AdvancedUtility.Services.Processes.PrintLetter+RegenerateEnum: RegenerateIfExists, UseExistingFile","type":"string"},"ErrorHandlingEnumValue":{"description":"Determines if letter should be regenerated if exists\r\nEnum  AdvancedUtility.Services.Processes.PrintLetter+ErrorHandlingEnum: StopIfError, ContinueOnError","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PrintServiceOrderRunModel":{"description":"PrintServiceOrder process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Destination":{"description":"Destination of where the service order(s) will be printed\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"EmailAddress":{"description":"Email Address to send to","type":"string"},"EmailSubject":{"description":"Email Subject to be used in the email","type":"string"},"Printer":{"description":"Printer to be printed to","type":"string"},"MarkAsPrinted":{"description":"Mark successful prints as Printed","type":"boolean"},"SaveDestination":{"description":"Destination for files to be saved. If null or empty - saves to preview folder","type":"string"},"ErrorHandlingEnumValue":{"description":"Determines whether to continue if an error is encountered\r\nEnum AdvancedUtility.Services.Processes.PrintLetter+ErrorHandlingEnum: StopIfError,ContinueOnError","type":"string"},"ServiceOrderPks":{"description":"List of PKs of ServiceOrder to print","type":"array","items":{"format":"int64","type":"integer"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PrintSortOrderModel":{"description":"Print Sort Order Control (PrintSortOrder / CON029)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code (C_SORTORDERCODE)","type":"string"},"Description":{"description":"Description. The sort order. (C_SORTORDERDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PrintSortOrderModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PrintSortOrderModel]"},"readOnly":true}}},"Operation[PrintSortOrderModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ProcessLogModel":{"description":"Process Log (ProcessLog / SYS024)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsSuccess":{"description":"Success. Indicates whether the process was successful. (L_ISSUCCESS)","type":"boolean"},"ProcessedCount":{"format":"int32","description":"Processed count. The total number of items processed. (I_PROCESSED)","type":"integer"},"SuccessfulCount":{"format":"int32","description":"Successful count. The number of successfully processed items. (I_SUCCESSFUL)","type":"integer"},"FailedCount":{"format":"int32","description":"Failed count. The number of failed items. (I_FAILED)","type":"integer"},"SkippedCount":{"format":"int32","description":"Skipped count. The number of skipped items. (I_SKIPPED)","type":"integer"},"Feedback":{"description":"Feedback. The feedback returned by process. (M_FEEDBACK)","type":"string"},"CustomReturn":{"description":"Custom Return. The custom return. (M_CUSTOMRETURN)","type":"string"},"ResultDetails":{"description":"Result Details. The result details. (M_RESULTDETAILS)","type":"string"},"ProcessName":{"description":"Process Name. The type of RunnableProcess job that this run represents. (C_PROCESS)","type":"string"},"RunId":{"format":"int64","description":"Run ID. Unique number associated with this process run. (I_RUNID)","type":"integer"},"StationId":{"description":"Station ID. The work station ID on which this process ran. (C_STATIONID)","type":"string"},"StartDateTime":{"format":"date-time","description":"Start Date/Time. The date and time the process started. (T_START)","type":"string"},"EndDateTime":{"format":"date-time","description":"End Date/Time. The date and time the process ended or was recorded as failed. (T_END)","type":"string"},"SessionId":{"format":"int64","description":"Session ID. The login session id of the session that ran this process. (I_SESSIONID)","type":"integer"},"Notes":{"description":"Notes. The notes about the source table. (M_NOTES)","type":"string"},"Pk":{"format":"int64","description":"SYS024 Record Key. The unique record identifier. (I_SYS024PK)","type":"integer"},"ProcessType":{"description":"Process Type. The type of this process. (C_PROCESSTYPE)\r\nEnum AdvancedUtility.Model.SYS024+ProcessTypeEnum:  Pickup, Export, Import, ITS, Report","type":"string"},"CaptionId":{"description":"Process Caption Id. The CaptionId of RunnableProcess job that this run represents. (C_CAPTIONID)","type":"string"},"UserId":{"description":"User ID. The user ID who ran this process. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ProcessLogModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ProcessLogModel]"},"readOnly":true}}},"Operation[ProcessLogModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ProcessLogDetailModel":{"description":"Process Log Detail (ProcessLogDetail / SYS025)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Record Type (C_TYPE)\r\nEnum AdvancedUtility.Model.LogEntryType:  _blank, Exception, Information, Output, Category_01, Category_02, Category_03, Category_04, Category_05","type":"string"},"Reference":{"description":"Reference. Optional external reference. (C_REFERENCE)","type":"string"},"SourceTable":{"description":"Source Table. The source table. (C_TABLE)","type":"string"},"SourcePk":{"format":"int64","description":"Source Primary Key. The source table primary key. (I_PK)","type":"integer"},"ErrorCode":{"description":"Exception Code. The exception code. (C_ERRORCODE)","type":"string"},"Pk":{"format":"int64","description":"SYS025 Record Key. The unique record identifier. (I_SYS025PK)","type":"integer"},"HeaderKey":{"format":"int64","description":"Header Key. PK of the parent SYS024 record  (I_SYS024FK)","type":"integer"},"RunId":{"format":"int64","description":"Run ID. The unique number of the associated process run. (I_RUNID)","type":"integer"},"Details":{"description":"Detail. Detailed information of the log entry. (M_DETAILS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ProcessLogDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ProcessLogDetailModel]"},"readOnly":true}}},"Operation[ProcessLogDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ProcessLogPurgeRunModel":{"description":"Process log purge process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ProcessRunStatusModel":{"description":"Process Run Status (ProcessRunStatus / SYS026)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunId":{"format":"int64","description":"Run ID. The unique number identifying this process run. (I_RUNID)","type":"integer"},"StartDateTime":{"format":"date-time","description":"Start Date/Time. The date and time the process started. (T_START)","type":"string"},"ProcessName":{"description":"Process Name. The class name for this process run. (C_PROCESS)","type":"string"},"Status":{"description":"Status. The run status of this process. (C_STATUS)\r\nEnum AdvancedUtility.Model.SYS026+StatusEnum:  Running, CancelRequested","type":"string"},"ProgressValue":{"format":"int32","description":"Progress Value. The percentage of the process run that is completed. (I_PROGRESSVALUE)","type":"integer"},"ProgressMessage":{"description":"Progress Message. The description of the progress step. (C_PROGRESSMESSAGE)","type":"string"},"StationId":{"description":"Station ID. The station ID of the workstation on which this process ran. (C_STATIONID)","type":"string"},"Notes":{"description":"Notes. Comments about this process run. (M_NOTES)","type":"string"},"Pk":{"format":"int64","description":"SYS026 Record Key. The unique record identifier. (I_SYS026PK)","type":"integer"},"ProcessType":{"description":"Process Type. The type of this process. (C_PROCESSTYPE)\r\nEnum AdvancedUtility.Model.SYS024+ProcessTypeEnum:  Pickup, Export, Import, ITS, Report","type":"string"},"CaptionId":{"description":"Process Caption Id. The CaptionId of RunnableProcess job that this run represents. (C_CAPTIONID)","type":"string"},"CanCancel":{"description":"Can Cancel. Indicates whether the process can be cancelled. (L_CANCANCEL)","type":"boolean"},"SessionId":{"format":"int64","description":"Session ID. The session id of the login session that ran this process. (I_SESSIONID)","type":"integer"},"UserId":{"description":"User ID. The User ID of the user who ran this process. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ProcessRunStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ProcessRunStatusModel]"},"readOnly":true}}},"Operation[ProcessRunStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PropaneTankModel":{"description":"Propane Tank (PropaneTank / MEF701)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TankNumber":{"description":"Tank #. The tank number. (C_TANKNUMBER)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the tank. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Date Purchased. The date the tank was purchased. (D_PURCHASE)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The tank price. (Y_PRICE)","type":"number"},"Manufactured":{"format":"date-time","description":"Date Manufactured. The date the tank was manufactured. (D_MANUFACTURED)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date the tank was scrapped. (D_SCRAPPED)","type":"string"},"Notes":{"description":"Notes. The notes about the tank. (M_NOTES)","type":"string"},"Location":{"description":"Location. The location of the tank. (C_LOCATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason the tank was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The status of the tank. (C_STATUS)","type":"string"},"Type":{"description":"Type. The tank type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PropaneTankModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PropaneTankModel]"},"readOnly":true}}},"Operation[PropaneTankModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PropaneTankMaintenanceModel":{"description":"Propane Tank Maintenance (PropaneTankMaintenance / MEF703)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TankNumber":{"description":"Tank #. The tank number. (C_TANKNUMBER)","type":"string"},"DatePerformed":{"format":"date-time","description":"Maintenance Date. The maintenance date. (D_DATEPERFORMED)","type":"string"},"PartsUsed":{"description":"Parts Used. The parts used. (C_PARTSUSED)","type":"string"},"DoneBy":{"description":"Done By. The name of the person who did the maintenance. (C_DONEBY)","type":"string"},"Maintenance":{"description":"Maintenance. The maintenance description. (C_MAINTENANCE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PropaneTankMaintenanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PropaneTankMaintenanceModel]"},"readOnly":true}}},"Operation[PropaneTankMaintenanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PropaneTankMaintenanceCodeModel":{"description":"Propane Tank Maintenance Control (PropaneTankMaintenanceCode / MEF710)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MaintenanceCode":{"description":"Maintenance Code. The maintenance code. (C_MAINTENANCE)","type":"string"},"Description":{"description":"Description. The propane tank description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the propane tank maintenance code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PropaneTankMaintenanceCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PropaneTankMaintenanceCodeModel]"},"readOnly":true}}},"Operation[PropaneTankMaintenanceCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PropaneTankTypeModel":{"description":"Propane Tank Type Control (PropaneTankType / MEF702)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Tank Type. The tank type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The description of the tank type. (C_DESCRIPTION)","type":"string"},"Capacity":{"format":"double","description":"Capacity. The tank capacity of the tank type. (N_CAPACITY)","type":"number"},"Notes":{"description":"Notes. Notes about the tank type. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the propane tank type is disabled. (L_DISABLED)","type":"boolean"},"ActualType":{"description":"Actual Type. The actual tank type. (C_ACTUALTYPE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The tank type manufacturer. (C_MANUFACTURER)","type":"string"},"StockCode":{"description":"Stock Code. The tank type stock code. (C_STOCKCODE)","type":"string"},"Unit":{"description":"Units. The tank type units. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PropaneTankTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PropaneTankTypeModel]"},"readOnly":true}}},"Operation[PropaneTankTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"PropertyCodeModel":{"description":"Property Code Control (PropertyCode / CON312)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The property code. (C_CODE)","type":"string"},"Description":{"description":"Description. The property description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether property is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[PropertyCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[PropertyCodeModel]"},"readOnly":true}}},"Operation[PropertyCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ProrationRuleModel":{"description":"Proration Rules Control (ProrationRule / BIF108)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Profile":{"description":"Profile. The proration rules profile. (C_PROFILE)","type":"string"},"BillType":{"description":"Bill Type. The bill type of the service. (C_BILLTYPE)\r\nEnum AdvancedUtility.Model.BIF108+BillTypeEnum:  NormalBill, FinalBill, FirstBill, CancelRebill, AutoFinal, DepositQuote, PAPQuote","type":"string"},"EventType":{"description":"Event Code. The event type. (C_EVENTTYPE)\r\nEnum AdvancedUtility.Model.BIF108+EventTypeEnum:  NoEvent, RateChange, MeterChange, SeasonChange, SeasonChangewithMeterChange, RateChangewithMeterChange, NewService","type":"string"},"Priority":{"format":"int32","description":"Priority. The proration priority. Higher value takes precedence over lower value. (I_PRIORITY)","type":"integer"},"IsMeterRateUsed":{"description":"Meter Rate. Indicates whether the meter rate is used. (L_METERRATE)","type":"boolean"},"OverrideDays":{"format":"double","description":"Override Days. The number of override days. (N_OVERRIDEDAYS)","type":"number"},"MinimumOverrideDays":{"format":"int32","description":"Override Days Minimum. The minimum number of override days. (N_OVERRIDEDAYSMIN)","type":"integer"},"MaximumOverrideDays":{"format":"int32","description":"Override Days Maximum. The maximum number of override days. (N_OVERRIDEDAYSMAX)","type":"integer"},"OverrideDaysMultiple":{"format":"int32","description":"Override Days Multiple. The override days multiple. (N_OVERRIDEDAYSMULTIPLE)","type":"integer"},"ActivationRule":{"description":"Activation Rule. The activation rule. (C_ACTIVATIONRULE)\r\nEnum AdvancedUtility.Model.BIF108+ActivationRuleEnum:  Forboth, Fordeactivatedonly, Forreactivatedonly, NA","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The proration rules effective date. (D_EFFECTIVEDATE)","type":"string"},"ProrationId":{"format":"int64","description":"Proration ID. The unique record identifier. (I_PRORATIONID)","type":"integer"},"ProrateAutoFinalBill":{"description":"Prorate Auto Final Bill. Indicates whether to prorate Auto Final Bill (L_PRORATEAUTOFINALBILL)","type":"boolean"},"MaxProrateAutoFinalBillDays":{"format":"int32","description":"Max Days to Prorate Auto Final Bill. Maximum number of days to prorate Auto Final Bill (I_MAXDAYSPRORATEAUTOFINALBILL)","type":"integer"},"KeepOriginalDaysWithinOverrideDays":{"description":"Keep Original Days Within Override Days. Indicates whether to keep the original billing days if those days fall within the override days period, or replace with the override days. (L_KEEPORIGINALDAYS)","type":"boolean"},"ExcludeInactiveDays":{"description":"Exclude Inactive Days from Bill. Indicates whether to exclude inactive days from the bill calculation when the inactive period is within the billing period. (L_EXCLUDEINACTIVEDAYS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the proration rule is disabled. (L_DISABLED)","type":"boolean"},"EstimatingMethod":{"description":"Based On Estimating Method. Indicates that the calculation is based on the estimating method and if no estimating method is specified, then the calculation is based on the number of days (old). (C_ESTIMATINGMETHOD)","type":"string"},"Service":{"description":"Service. The service that is prorated. (C_SERVICE)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group that the proration rules apply to. (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_CopyDetails":{"format":"int32","description":"Determines if proration rule details are also copied on save of a copy of a proration rule header. Only applies to an explicit COPY operation. If the option is not resolved, or resolved false, then no details are transferred. Only true will transfer details. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ProrationRuleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ProrationRuleModel]"},"readOnly":true}}},"Operation[ProrationRuleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ProrationRuleDetailModel":{"description":"Proration Rules Detail Control (ProrationRuleDetail / BIF109)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RateCounter":{"format":"int32","description":"Rate Counter. The rate counter. (I_RATECOUNTER)","type":"integer"},"Prorate":{"description":"Prorate Charge. Indicates whether the charge is prorated. (L_PRORATE)","type":"boolean"},"ProrateConsumption":{"description":"Prorate Consumption. Indicates whether the consumption is prorated. (L_PRORATECONS)","type":"boolean"},"RebillProrationRule":{"description":"Cancel/Rebill Proration Rule. The cancel / rebill proration rule. (I_REBILLPRORATIONRULE)\r\nEnum AdvancedUtility.Model.BIF109+RebillProrationRuleEnum:  _blank, NumberofBills, NumberofDays, BillPeriods","type":"string"},"RebillNumberofDays":{"format":"int32","description":"Number of Days in Cancel / Rebill. The number of days indicated in the cancel or rebill. (I_REBILLNUMBEROFDAYS)","type":"integer"},"UseTotalDays":{"description":"Use Total Days. Indicates whether the total days are used. (L_USETOTALDAYS)","type":"boolean"},"AlwaysUseRateDays":{"description":"Use Rate Days Always. Indicates whether the rate days are always used. (L_ALWAYSUSERATEDAYS)","type":"boolean"},"ProrateFormulaCharge":{"description":"Prorate Formula Charge. Indicates whether the formula charge is prorated. (L_PRORATEFORMULA)","type":"boolean"},"ProrateFormulaConsumption":{"description":"Prorate Formula Consumption. Indicates whether the formula consumption is prorated. (L_PRORATEFORMULACONSUMPTION)","type":"boolean"},"AdjustProratedFormula":{"description":"Adjust Formula Proration. Indicates whether the formula prorated is adjusted. (L_ADJUSTFORMULAPRORATION)","type":"boolean"},"UseOverrideDays":{"description":"Use Override Days. Indicates whether the override days are used. (L_USEOVERRIDEDAYS)","type":"boolean"},"OverrideDays":{"format":"double","description":"Override Days. The number of override days. (N_OVERRIDEDAYS)","type":"number"},"MinimumOverrideDays":{"format":"int32","description":"Override Days Minimum. The minimum number of override days. (N_OVERRIDEDAYSMIN)","type":"integer"},"MaximumOverrideDays":{"format":"int32","description":"Override Days Maximum. The maximum number of override days. (N_OVERRIDEDAYSMAX)","type":"integer"},"OverrideDaysMultiple":{"format":"int64","description":"Override Days Multiple. The override days multiple. (N_OVERRIDEDAYSMULTIPLE)","type":"integer"},"ProrationElementId":{"format":"int64","description":"Proration Element ID. The unique record identifier. (I_PRORATIONELEMENTID)","type":"integer"},"ProrateBlockSize":{"description":"Prorate Block Size. Indicates whether the block size is prorated. (L_PRORATEBLOCK)","type":"boolean"},"SeparateOverrideDaysOnRateChange":{"description":"Separate Override Days in Meter or Rate Change. Indicates whether override days are separated in the meter or rate change.  (L_SEPARATEOVERRIDEDAYSRATECHNG)","type":"boolean"},"AdjustRoundedAmountOnRateChange":{"description":"Adjust Rounded Amount. Indicates that the rounded amount is adjusted during the rate change. (L_ADJUSTROUNDEDAMT)","type":"boolean"},"UseFormula":{"description":"Use Formula. Indicates whether to use the formula to calculate the proration ratio. (L_USEFORMULA)","type":"boolean"},"AdjustProrationRateChange":{"description":"Adjust Rate Change Proration. Indicates whether to adjust the prorated value in Rate Change. (L_ADJUSTPRORATIONRATECHANGE)","type":"boolean"},"BillRemovedMeterInRateChange":{"description":"Bill Removed Meter Consumption in Rate Change. Indicates that the removed meter consumption should be billed in a rate change or season change regardless of the 'No Charge if Removed Meter' setting of the rate element. (L_BILLREMOVEDMETERINRATECHANGE)","type":"boolean"},"Formula":{"format":"int64","description":"Formula. The number used to calculate the proration ratio. (I_FORMULA)","type":"integer"},"ProrationId":{"format":"int64","description":"Linked Proration ID. The link to BIF108 foreign key. (I_PRORATIONID)","type":"integer"},"RateType":{"description":"Rate Type. The rate type. (C_RATETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ProrationRuleDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ProrationRuleDetailModel]"},"readOnly":true}}},"Operation[ProrationRuleDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"QuerySerializedModel":{"description":"Request/Response model representing a serialized (JSON/XML) QueryTree and QueryPromptData","type":"object","properties":{"Tree":{"description":"A serialized (JSON/XML) query tree model","type":"string"},"PromptData":{"description":"A serialized (JSON/XML) prompt data associated with the Tree","type":"string"}}},"QueryModel":{"description":"Request/Response model representing QueryTree and QueryPromptData","type":"object","properties":{"Tree":{"$ref":"#/definitions/QueryTreeModel","description":"A query tree model"},"PromptData":{"description":"Prompt data associated with the Tree","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}}}},"QueryTreeModel":{"description":"Request/Response model representing QueryTree\r\nThis class also represents the root node of a query tree.","type":"object","properties":{"Type":{"description":"Node type\r\nEnum AdvancedUtility.Services.CisQuery.NodeType: \r\nNo_Op, Root, Operator_EQ, Operator_NE, Operator_GT, Operator_GE, Operator_LT, Operator_LE, Operator_In, Operator_NotIn, Operator_Contains, Operator_NotContains, Operator_Like, Operator_NotLike, Operator_BeginsWith, Operator_Between, Operator_NotBetween, \r\nCriteria, Join, Custom, Connector_And, Connector_Or, Not, Value_Field, Value_String, Value_Integer, Value_Float, Value_DateTime, Value_Date, Value_DateFormula, Value_Bool, Value_Empty, \r\nAggregate_Sum, Aggregate_Max, Aggregate_Min, Aggregate_Cnt, Aggregate_Avg","type":"string"},"Description":{"description":"The description of the tree node.\r\nThis property returns the query description for the root node.","type":"string"},"Text":{"description":"Raw text associated with the tree node.","type":"string"},"Value":{"description":"Interpreted natural value associated with the raw text of this node when the node type logic is applied.","type":"object"},"RootScopeName":{"description":"Table model scope associated with the top of the query (sub)tree.\r\nOnly applies to the root node of a subtree - any attempt to assign this for non-top-level nodes will be silently ignored.","type":"string"},"Prompt":{"description":"Assigning a string here enables run time prompting for this value; clearing this string removes prompt functionality for this field.","type":"string"},"Children":{"description":"0-based list of children of this the root.","type":"array","items":{"$ref":"#/definitions/QueryTreeModel"}}}},"RadioTypeModel":{"description":"Radio Type Control (RadioType / MEF042)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Radio Type. The device radio type code. (C_RADIOTYPE)","type":"string"},"Description":{"description":"Description. The device radio type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Manufacturer":{"description":"Manufacturer. The manufacturer of this radio device. (C_MANUFACTURER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RadioTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RadioTypeModel]"},"readOnly":true}}},"Operation[RadioTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RateMassCopyModel":{"description":"Run details associated with a Rate mass copy request.","type":"object","properties":{"OriginalRateCodes":{"description":"List of existing Rate codes to be copied.","type":"array","items":{"type":"string"}},"EffectiveDate":{"format":"date-time","description":"New rate effective date.","type":"string"},"CopyRateDetails":{"description":"Flag indicating whether the rate details will be copied.","type":"boolean"}}},"JsonPatchDocument[RateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RateModel]"},"readOnly":true}}},"Operation[RateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RateDetailModel":{"description":"Rate Detail (RateDetail / BIF101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RateDetailKey":{"format":"int64","description":"Rate Detail Key. The rate detail key. (I_RATEDETAILKEY)","type":"integer"},"Description":{"description":"Description. The description of the rate detail. (C_DESCRIPT)","type":"string"},"Counter":{"format":"int32","description":"Counter. The rate counter. (I_COUNTER)","type":"integer"},"Consumption":{"format":"double","description":"Consumption. The consumption adjustment. (N_CONSUMPTION)","type":"number"},"Rate":{"format":"double","description":"Rate. The rate ID. (N_RATE)","type":"number"},"RateDays":{"format":"double","description":"Rate Days. The number of days that the rate covers. (N_RATEDAYS)","type":"number"},"IsBasedOnPrevious":{"description":"Based on Previous. Indicates whether the rate is based on the previous amount. (L_BASEDONPREVIOUS)","type":"boolean"},"PreviousMonths":{"format":"int32","description":"Previous Months. The number of previous months on which the minimum bill is based. (I_PREVIOUSMONTHS)","type":"integer"},"ExcludeConsumption":{"format":"double","description":"Exclude Consumption. The excluded consumption amount. (N_EXCLUDECONSUMPTION)","type":"number"},"Charge":{"format":"double","description":"Charge. The rate charge. (Y_CHARGE)","type":"number"},"PercentToApply":{"format":"double","description":"Percent. The rate percentage. (N_PERCENTTOAPPLY)","type":"number"},"ApplyDiscount":{"description":"Apply Adjustment. Indicates whether to apply an adjustment to the rate. (L_APPLYDISCOUNT)","type":"boolean"},"DiscountToApply":{"format":"int32","description":"Adjustment To Apply. The amount of adjustment to apply to the rate. (I_DISCOUNTTOAPPLY)","type":"integer"},"ApplyMultiplier":{"description":"Apply Multiplier. Indicates whether to apply a multiple value to the rate. (L_APPLYMULTIPLE)","type":"boolean"},"ApplyMultiplierToBlockSize":{"description":"Apply Multiplier to Block Size. Indicates whether the multiplier will be applied to the block size rather than the charge. (L_APPLYMULTIPLIERTOBLOCKSIZE)","type":"boolean"},"Precision":{"format":"int32","description":"Precision. The degree of precision within the rate. (I_PRECISION)","type":"integer"},"MinimumBill":{"format":"double","description":"Minimum Bill. The minimum amount that can be billed. (Y_MINBILL)","type":"number"},"UseFormula":{"description":"Use Formula. Indicates whether to use a formula for the rate. (L_USEFORMULA)","type":"boolean"},"Divider":{"format":"double","description":"Divider. The division factor for the rate. (N_DIVIDER)","type":"number"},"Multiplier":{"format":"double","description":"Multiplier. The multiplier to apply. (N_MULTIPLIER)","type":"number"},"ApplyMinimumBill":{"description":"Apply Minimum Bill. Indicates whether to bill a minimum amount. (L_APPLYMINIMUMBILL)","type":"boolean"},"UseIndex":{"description":"Use Index. Indicates whether to use the index for the rate. (L_USEINDEX)","type":"boolean"},"IndexCode":{"format":"int64","description":"Index Code. The index code. (I_INDEXCODE)","type":"integer"},"UseCap":{"description":"Use Cap. The maximum amount of service units that can be used for the rate. (L_USECAP)","type":"boolean"},"UseFloor":{"description":"Use Floor. The minimum amount of service units that must be used for the rate. (L_USEFLOOR)","type":"boolean"},"IsGlobal":{"description":"Is this Global. Indicates whether the rate is global. (L_GLOBAL)","type":"boolean"},"IsRange":{"description":"Is this Block a Range. Indicates whether the rate block is a range. (L_RANGE)","type":"boolean"},"ChargeCode":{"description":"Charge Code. The charge code of the rate. (C_CHARGECODE)","type":"string"},"ApplyToSettlement":{"description":"Apply to Settlement. Indicates whether to apply the rate to a settlement. (L_SETTLEMENT)","type":"boolean"},"SubAccount":{"description":"Settlement Subaccount. The sub-account of the settlement. (C_SUBACCOUNT)","type":"string"},"UseFactor":{"description":"Use Factor. Indicates whether to use a factor formula for the rate. (L_FACTOR)","type":"boolean"},"IsLossAdjustedConsumption":{"description":"Adjust Consumption With Loss. Indicates whether to adjust the consumption amount with a loss. (L_LOSSADJUSTEDCONSUMPTION)","type":"boolean"},"ApplyUsageDiscount":{"description":"Apply Usage Discount. Indicates whether to apply a discount based on the amount used. (L_APPLYUSAGEDISCOUNT)","type":"boolean"},"UseAllocation":{"description":"Use Allocation. Indicates whether to use an allocated amount. (L_USEALLOCATION)","type":"boolean"},"DateToUse":{"description":"Date To Use. The date to use the allocation. (C_DATETOUSE)\r\nEnum AdvancedUtility.Model.BIF101+DateToUseEnum:  None, ReadDateAsEffectiveDate, BillDateAsEffectiveDate, GLMonthYear","type":"string"},"UseCycle":{"description":"Use Cycle to Find Allocation. Indicates whether to use the cycle to find the allocation amount. (L_USECYCLE)","type":"boolean"},"AllowProrateAllocation":{"description":"Prorate Allocation. Indicates whether to prorate the allocation. (L_PRORATEALLOCATION)","type":"boolean"},"ExcludeCollectionStatus":{"description":"Exclude Collection Statuses. The \"Exclude Collection\" statuses. (C_EXCLUDECOLSTATUS)","type":"string"},"NoChargeIfRemovedMeter":{"description":"No Charge if Removed Meter. Indicates that there is no charge if the meter is removed. (L_NOCHARGEIFREMOVEDMETER)","type":"boolean"},"IncludeRemovedMeterCons":{"description":"Include Removed Meter Consumption. Indicates whether to include the removed meter consumption. (L_INCLUDEREMOVEDMETERCONS)","type":"boolean"},"RemovedMeterConsAdj":{"description":"Adjust Consumption with Removed Meter Consumption. The consumption is adjusted with the removed meter consumption. (C_REMOVEDMETERCONSADJ)\r\nEnum AdvancedUtility.Model.BIF101+RemovedMeterConsAdjEnum:  None, ADD, MIN, MAX, ADDCOND","type":"string"},"IsCommonBlocksForBillCode":{"description":"Common Blocks for Meter/Equipment Change. Indicates whether to use common blocks for meters/equipment exchange if the condition specified in the ‘Common Blocks for Meter/Equipment Change Condition’ field is satisfied. (L_COMMONBLOCKSFORBILLCODE)","type":"boolean"},"StoreAllocation":{"description":"Store Allocation. Indicates whether to store allocation. (L_STOREALLOCATION)","type":"boolean"},"ApplyMeterBasicMultiple":{"description":"Apply Meter Basic Multiplier. Indicates whether to apply the meter basic multiple. (L_APPLYMETERBASICMULTIPLE)","type":"boolean"},"StoreConsumptionInMultiplier":{"description":"Store Consumption in Multiplier (L_STORECONSUMPTIONINMULTIPLIER)","type":"boolean"},"StoreConsumptionIfZero":{"description":"Store Consumption in Multiplier if Zero. Indicates whether to store the consumption in the multiplier if it is zero. (L_STORECONSUMPTIONIFZERO)","type":"boolean"},"StoreChargeInMultiplier":{"description":"Store Charge in Multiplier. Indicates whether to store the charge in the multiplier. (L_STORECHARGEINMULTIPLIER)","type":"boolean"},"StoreChargeIfZero":{"description":"Store Charge in Multiplier if Zero. Indicates whether to store the charge if it is zero. (L_STORECHARGEIFZERO)","type":"boolean"},"ConsToMultipleAdjust":{"description":"How to Adjust the Consumption Multiplier. The code that is used to adjust the consumption multiplier. (C_CONSTOMULTIPLEADJUST)\r\nEnum AdvancedUtility.Model.BIF967+ActionEnum:  NoAction, Add, Insert, Subtract, Replace, Delete, End, UpdateAllocation, InsertAllocation","type":"string"},"ChargeToMultipleAdjust":{"description":"How to Adjust the Charge Multiplier. The code that is used to adjust the charge multiplier. (C_CHARGETOMULTIPLEADJUST)\r\nEnum AdvancedUtility.Model.BIF967+ActionEnum:  NoAction, Add, Insert, Subtract, Replace, Delete, End, UpdateAllocation, InsertAllocation","type":"string"},"NoBillOnZeroChargeException":{"description":"No Bill if Zero Charge Exception. Indicates that the account will not be billed if there is a zero charge exception. (L_EXPZEROCHARGENOBILL)","type":"boolean"},"TaxOnBilledConsumption":{"description":"Tax on Billed Consumption. Indicates the billed consumption, that can be used for tax calculation if the tax is applied to consumption.  (L_TAXCONS)","type":"boolean"},"UseForLeakAdjustment":{"description":"Use this Rate for Leak Adjustment (Obsolete). Indicates whether this rate is used to calculate the leak adjustment. (Obsolete) (L_USERATEFORLEAKADJUSTMENT)","type":"boolean"},"LeakAdjustmentMode":{"description":"Leak Adjustment Mode. Indicates how this surcharge will be processed during leak adjustment. The surcharge can either be included, excluded, or used exclusively for the adjustment of this rate. If this surcharge is used exclusively, all other block charges and surcharges on this rate will not be used in the adjustment. (C_LEAKADJUSTMODE)\r\nEnum AdvancedUtility.Model.BIF101+LeakAdjustmentModeEnum:  Include, Exclude, OnlyThisCharge","type":"string"},"ApplyPercent":{"description":"Use Shared Equipment Percentage . Indicates whether the shared equipment percentage will be applied to the calculated charges when using a formula (L_APPLYPERCENT)","type":"boolean"},"CommonBlockCondition":{"description":"Common Blocks for Meter/Equipment Change Condition. Indicates the condition used to determine whether the ‘Common Blocks For Meter/Equipment Change’ option is applicable. (C_COMMONBLOCKCONDITION)\r\nEnum AdvancedUtility.Model.BIF101+CommonBlockConditionEnum:  NA, Rate, Size, Both","type":"string"},"IsGlobalForServiceGroup":{"description":"Global For Service Group. Indicates whether the minimum bill applies to the service group. (L_GLOBALFORSERVICEGROUP)","type":"boolean"},"BlockPrecision":{"format":"int32","description":"Block Size Precision. The block size precision in rounding. This overwrites the Service Precision (I_BLOCKPRECISION)","type":"integer"},"RoundBlockSize":{"description":"Round Block Size. Round block size using the Block Precision. (L_ROUNDBLOCKSIZE)","type":"boolean"},"AllocationCode":{"format":"int64","description":"Allocation to Use. The amount of the allocation to use. (I_ALLOCATIONCODE)","type":"integer"},"CapId":{"format":"int64","description":"Cap ID. The ID for the maximum amount of service units that can be used for the rate. (I_CAPID)","type":"integer"},"FloorId":{"format":"int64","description":"Floor ID. The ID for the minimum amount of service units that must be used for the rate. (I_FLOORID)","type":"integer"},"FormulaBlock":{"format":"int64","description":"Formula for Block Size. The formula which is used to calculate the block size. (I_FORMULABLOCK)","type":"integer"},"FormulaCode":{"format":"int64","description":"Formula Code. The code of the formula to use for the rate. (I_FORMULACODE)","type":"integer"},"FormulaConsumption":{"format":"int64","description":"Formula Consumption. The consumption formula. (I_FORMULACONSUMPTION)","type":"integer"},"FormulaFactor":{"format":"int64","description":"Factor Formula. The factor formula for the rate. (I_FORMULAFACTOR)","type":"integer"},"FormulaGlobalMinBill":{"format":"int64","description":"Global Minimum Bill Checking Formula. Formula to check whether the minimum bill is global. (I_FORMULAGLOBALMINBILL)","type":"integer"},"FormulaRate":{"format":"int64","description":"Formula for Rate. The formula which is used to calculate the rate. (I_FORMULARATE)","type":"integer"},"MinimumBillToApply":{"format":"int64","description":"Minimum Bill To Apply. The minimum amount to bill. (I_MINIMUMBILLTOAPPLY)","type":"integer"},"MultiplierForCharge":{"format":"int64","description":"Store Charge in Multiplier. The charge stored in the multiplier. (I_MULTIPLIERFORCHARGE)","type":"integer"},"MultiplierForConsumption":{"format":"int64","description":"Store Consumption in Multiplier. The consumption store in the multiplier. (I_MULTIPLIERFORCONSUMPTION)","type":"integer"},"MultiplierToApply":{"format":"int64","description":"Multiplier To Apply. The amount by which the meter reading is multiplied to calculate the actual quantity of the service used. (I_MULTIPLIERTOAPPLY)","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"OtherService":{"description":"Minimum Bill Based on Other Service. The other service on which the minimum bill is based. (C_OTHERSERVICE)","type":"string"},"PricingMethod":{"description":"Pricing Method. The pricing method of the rate. (C_PRICINGMETHOD)","type":"string"},"RateKey":{"format":"int64","description":"Rate Key. The rate key. (I_RATEKEY)","type":"integer"},"RateType":{"description":"Rate Type. The rate type. (C_RATETYPE)","type":"string"},"Service":{"description":"Service. The service ID for the rate. (C_SERVICE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The rate transaction code. (C_TRANSCODE)","type":"string"},"ZeroChargeExceptionCode":{"format":"int64","description":"Zero Charge Exception Code. The exception code used for a zero charge. (I_ZEROCHARGEEXCEPTCODE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_CopyDetails":{"format":"int32","description":"Determines if rate details children (BIF107, BIF110, BIF111) are also copied on save of a copy of a rate detail item. Only applies to a COPY operation. Unresolved or false suppresses copy of child items, while true copies them. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RateDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RateDetailModel]"},"readOnly":true}}},"Operation[RateDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RateExceptionModel":{"description":"Rate Exceptions Control (RateException / BIF200)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CheckException":{"description":"Check Exceptions. The \"Check Exception\" value. (L_CHECKEXCEPTION)","type":"boolean"},"LowThreshold":{"format":"double","description":"Low Percentage Threshold. The threshold percentage for the low consumption exception. (N_LOWTHRESHOLD)","type":"number"},"LowValueThreshold":{"format":"double","description":"Low Value Threshold. The threshold value for the low consumption exception. (N_LOWVALUETHRESHOLD)","type":"number"},"HighThreshold":{"format":"double","description":"High Percentage Threshold. The threshold percentage for the high consumption exception. (N_HIGHTHRESHOLD)","type":"number"},"HighValueThreshold":{"format":"double","description":"High Value Threshold. The threshold value for the high consumption exception. (N_HIGHVALUETHRESHOLD)","type":"number"},"MaximumConsumption":{"format":"int32","description":"Maximum Consumption. Exception when consumption exceeds this maximum threshold value and has increased by more times than the Consumption Increase Factor. (N_NOEXCEPTIONIFCONSUMPLESS)","type":"integer"},"NobillConsumptionIncreaseFactor":{"description":"Consumption Increase Factor No Bill. Indicates if the bill will be flagged no bill when consumption increases N times and consumption exceeds set threshold (see Maximum Consumption threshold). (L_CONSUMINCREASENTIMESNOBILL)","type":"boolean"},"ConsumptionIncreaseFactor":{"format":"int32","description":"Consumption Increase Factor. Exception when the consumption increases by more than this number of times and is greater than the Maximum Consumption. (N_NTIMESINCREASEDCONSUMPTION)","type":"integer"},"MeterChange":{"description":"Meter Change Exception. Indicates whether there has been a meter change. (L_METERCHANGE)","type":"boolean"},"ReadStatus":{"description":"Read Status Exception. The read status value. (L_READSTATUS)","type":"boolean"},"ExceptionDays":{"format":"int32","description":"Minimum Billing Days. The minimum number of billing days. (I_EXCEPTIONDAYS)","type":"integer"},"ExceptionReadStatus":{"description":"Read Status Exception. Indicates if this rate exception is an \"Always Exception\" rate. (L_EXCEPTIONREADSTAT)","type":"boolean"},"ConsecutiveEstimates":{"format":"int32","description":"Maximum Consecutive Estimates. The maximum number of consecutive estimates allowed. (I_CONSECUTIVEESTIMATES)","type":"integer"},"ZeroConsumption":{"description":"Zero Consumption Exception. The zero consumption value. (L_ZEROCONSUMPTION)","type":"boolean"},"MaximumDaysException":{"format":"int32","description":"Maximum Days Exception. The maximum number of days in the exception. (N_MAXDAYSEXCEPTION)","type":"integer"},"NoHistoryException":{"description":"No History Exception. Indicates whether there is no history exception. (L_NOHISTORYEXCEPTION)","type":"boolean"},"NoHistoryConsumption":{"format":"double","description":"No History Consumption. The consumption amount. (N_NOHISTORYCONSUMPTION)","type":"number"},"ConsecutiveDecreases":{"format":"int32","description":"Number of Consecutive Decreases. The number of consecutive decreases. (N_CONSECUTIVEDECREASES)","type":"integer"},"ConsecutiveIncreases":{"format":"int32","description":"Number of Consecutive Increases. The number of consecutive increases. (N_CONSECUTIVEINCREASES)","type":"integer"},"Turnovers":{"description":"Turnover Exception. The turnovers value. (L_TURNOVERS)","type":"boolean"},"ExceptionDaysNobill":{"description":"Minimum Days Exception No Bill. The \"Exception Days No Bill\" value. (L_EXCEPTIONDAYSNOBILL)","type":"boolean"},"MaximumDaysExceptionNobill":{"description":"Maximum Days Exception No Bill. The \"Maximum Days Exception No Bill\" value. (L_MAXDAYSEXCEPTIONNOBILL)","type":"boolean"},"MeterChangeNobill":{"description":"Meter Change Exception No Bill. The \"Meter Change No Bill\" value. (L_METERCHANGENOBILL)","type":"boolean"},"ExceptionReadStatusNobill":{"description":"Read Status Exception No Bill. The \"Exception Read Status No Bill\" value. (L_EXCEPTIONREADSTATUSNOBILL)","type":"boolean"},"NoEstimateNobill":{"description":"No Estimate Exception No Bill. The \"No Estimate, No Bill\" value. (L_NOESTIMATENOBILL)","type":"boolean"},"ConsecutiveEstimatesNobill":{"description":"Consecutive Estimates Exception No Bill. The \"Consecutive Estimates No Bill\" value. (L_CONSECUTIVEESTIMATESNOBILL)","type":"boolean"},"LowThresholdNobill":{"description":"Low Percentage Exception No Bill. Indicates whether to no bill the low percentage exception. (L_LOWTHRESHOLDNOBILL)","type":"boolean"},"LowValueNobill":{"description":"Low Value Exception No Bill. Indicates whether to no bill the low value exception. (L_LOWVALUENOBILL)","type":"boolean"},"HighThresholdNobill":{"description":"High Percentage Exception No Bill. Indicates whether to no bill the high percentage exception. (L_HIGHTHRESHOLDNOBILL)","type":"boolean"},"HighValueNobill":{"description":"High Value Exception No Bill. Indicates whether to no bill the high value exception. (L_HIGHVALUENOBILL)","type":"boolean"},"ZeroConsumptionNobill":{"description":"Zero Consumption Exception No Bill. The \"Zero Consumption No Bill\" value. (L_ZEROCONSUMPTIONNOBILL)","type":"boolean"},"NoHistoryNobill":{"description":"No History Exception No Bill. The \"No History No Bill\" value. (L_NOHISTORYNOBILL)","type":"boolean"},"TurnoverNobill":{"description":"Turnover Exception No Bill. The \"Turnover No Bill\" value. (L_TURNOVERNOBILL)","type":"boolean"},"ConsecutiveDecreasesNobill":{"description":"Consecutive Decreases Exception No Bill. The \"Consecutive Decreases No Bill\" value. (L_CONSECUTIVEDECREASESNOBILL)","type":"boolean"},"ConsecutiveIncreasesNobill":{"description":"Consecutive Increases Exception No Bill. The \"Consecutive Increases No Bill\" value. (L_CONSECUTIVEINCREASESNOBILL)","type":"boolean"},"NobillOnMeterMustReadException":{"description":"Meter Must Read Exception No Bill. If True, do not sent a bill if the final bill has a \"Meter Must Read\" exception. (L_EXPMETERMUSTREADNOBILL)","type":"boolean"},"NobillOnMissingPriceException":{"description":"Missing Price Exception No Bill. If True, do not sent a bill if there is a missing price. (L_EXPMISSINGPRICENOBILL)","type":"boolean"},"NobillOnValidationException":{"description":"Validation Exception No Bill. If True, do not sent a bill if a validation is required. (L_EXPVALIDATIONNOBILL)","type":"boolean"},"NobillOnFinalBillException":{"description":"Final Bill Warning Exception No Bill. If True, do not sent a bill if the final bill has a warning exception. (L_EXPFINALBILLNOBILL)","type":"boolean"},"NobillOnPendingEnrolment":{"description":"Pending Enrollment Exception No Bill. If True, do not sent a bill if there is an enrolment pending. (L_EXPENROLMENTNOBILL)","type":"boolean"},"NobillOnInactiveUsage":{"description":"Usage On Inactive Account Exception No Bill. If True, do not sent a bill if an inactive account has been used. (L_EXPINACTIVEUSAGENOBILL)","type":"boolean"},"MaximumInactiveConsumptionAllowed":{"format":"double","description":"Maximum Usage on Inactive Account. The maximum number of inactive consecutive readings allowed. (N_MAXINACTIVECONSALLOWED)","type":"number"},"DaysAfterRead":{"format":"int32","description":"Number of Days After Read Exception. The number of days after the meter reading. (I_DAYSAFTERREAD)","type":"integer"},"NobillOnDaysAfterReadException":{"description":"Days After Read Exception No Bill. The \"Days after Reading No Bill\" value. (L_DAYSAFTERREADNOBILL)","type":"boolean"},"CheckMoveOutBeforeReadDate":{"description":"Before Read Exception. The \"Before Read\" value. (L_BEFOREREAD)","type":"boolean"},"NobillOnMoveOutBeforeReadDate":{"description":"Before Read Exception No Bill. The \"Before Read No Bill\" value. (L_BEFOREREADNOBILL)","type":"boolean"},"VacantAccountExceptionMinimumUsage":{"format":"int32","description":"Vacant Account Reading Import Minimum Usage Exception. The minimum usage that would trigger a vacant account usage exception during the meter reading import process. (N_VACACCTEXCEPTMINUSAGE)","type":"integer"},"NobillOnNegativeConsumption":{"description":"Negative Consumption No Bill. Indicates whether to no bill if a negative consumption exception. (L_EXPNEGATIVECONSNOBILL)","type":"boolean"},"NobillOnNoTransferException":{"description":"No Usage Transferred No Bill. Indicates whether to no bill if usage not transferred exception. (L_EXPNOTRANSFERNOBILL)","type":"boolean"},"StaleReadExceptionDays":{"format":"int32","description":"Current Read Date is Older Than Days. The current read date is older than the exception days. (I_STALEREADEXCEPTDAYS)","type":"integer"},"NobillOnStaleReadException":{"description":"Current Read Date is Older Than Exception No Bill. Indicates whether the current read is billed or not, if the current read date is older than the exception.  (L_EXPSTALEREADNOBILL)","type":"boolean"},"AllowDaysBetweenMasterSub":{"format":"int32","description":"Number of Days Allow Between Master/Sub Readings. The number of days allowed between the master and sub-account reading dates. (I_MSALLOWDAYS)","type":"integer"},"NobillOnSubaccountVacantConsumption":{"description":"No Bill if Consumption on Vacant Sub-Account. Indicates whether to no bill the account if there is consumption on a vacant sub-account. (L_EXPSUBACCOUNTVACANTNOBILL)","type":"boolean"},"NoBill_FinalBillStaleReadException":{"description":"Stale Read Exception No-Bill Final Bill. Indicates whether the stale read exception no-bill generates a final bill. (L_STALEREADEXCEPTNOBILLFB)","type":"boolean"},"StaleReadFinalBillDays":{"format":"int32","description":"Stale Read Exception Days Final Bill (I_STALEREADEXCEPTDAYSFB)","type":"integer"},"DailyAvgExceptionUsage":{"format":"int32","description":"Daily Average Exception Usage. The missing price exception. If the price is missing a bill will not be sent. (N_DAILYAVGEXCEPTIONUSAGE)","type":"integer"},"NobillOnIntervalReadingMissingException":{"description":"Interval Reading Missing Exception No Bill. If True, do not sent a bill if the interval reading is missing. (L_INTERVALREADINGMISSINGNOBILL)","type":"boolean"},"NobillOnMeterReaderExceptionException":{"description":"Meter Reader Exception No Bill. If True, do not sent a bill if meter reader exception. (L_METERREADEREXCEPTIONNOBILL)","type":"boolean"},"NobillCustomException":{"description":"Custom Exception No Bill. Indicates whether the custom exception is no-bill. (L_CUSTOMEXCEPTNOBILL)","type":"boolean"},"MeterChangeExceptionExt":{"description":"Extended Meter Change Exception. Extend the meter change exception checking for the previous period. (L_METERCHANGEEXCEPTIONEXT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the rate exception is disabled. (L_DISABLED)","type":"boolean"},"SkipLowConsumptionExceptionIfZero":{"description":"No Low Exceptions when Current Consumption is Zero. Indicates whether both of the low consumption exceptions will be ignored if the current meter consumption in the bill is zero. (L_SKIPLOWCONSEXPIFZERO)","type":"boolean"},"SkipHighConsumptionExceptionIfZero":{"description":"No High Exception when Compare Consumption is Zero. Indicates whether the high percentage consumption exception will be ignored if the estimated compare usage of the meter in the bill is zero. (L_SKIPHIGHCONSEXPIFZERO)","type":"boolean"},"NobillInactiveConsumptionMeterException":{"description":"Inactive Meter Consumption Exception No Bill. Indicates whether the inactive meter that has consumption will be flagged as no-bill. (L_INACTIVEMETEREXCEPTIONNOBILL)","type":"boolean"},"BeforeReadExceptionCode":{"format":"int64","description":"Before Read Exception Code. The \"Before Read Exception\" code. (I_BEFOREREADEXCEPTCODE)","type":"integer"},"BillCode":{"description":"Bill Code. The billing code. (C_BILLCODE)","type":"string"},"BillingDaysExceptionCode":{"format":"int64","description":"Billing Days Exception Desc.. The description of the exception billing days. (I_EXCEPTIONDAYSEXCEPTCODE)","type":"integer"},"ConsecutiveDescreasesExceptionCode":{"format":"int64","description":"Consecutive Decrease Exception Desc.. The description of the exception for consecutive decreases. (I_CONSECUTIVEDECREASESEXCEPTCD)","type":"integer"},"ConsecutiveEstimateExceptionCode":{"format":"int64","description":"Consecutive Estimate Exception Desc.. The description of the exception for consecutive estimates. (I_CONSECUTIVEESTEXCEPTCODE)","type":"integer"},"ConsecutiveIncreasesExceptionCode":{"format":"int64","description":"Consecutive Increases Exception Description. The description of the exception for consecutive increases. (I_CONSECUTIVEINCREASESEXCEPTCD)","type":"integer"},"ConsumptionIncreaseFactorExceptionCode":{"format":"int64","description":"Consumption Increase Factor Exception. Exception code generated when usage Consumption Increase Factor exception is triggered. (I_NTIMESCONSUMPEXCEPTCODE)","type":"integer"},"CustomExceptionCode":{"format":"int64","description":"Custom Exception. The description of the custom exception. (I_CUSTOMEXCEPTCODE)","type":"integer"},"CustomExceptionFormula":{"format":"int64","description":"Exception Formula. The code of the formula to check the custom exception (I_EXCEPTIONFORMULACODE)","type":"integer"},"DailyAvgUsageActionId":{"format":"int64","description":"Daily Average Usage Exception Action ID. The validation exception. If validation is required, a bill will not be sent. (I_DAILYAVGUSAGEACTIONID)","type":"integer"},"DaysAfterReadExceptionCode":{"format":"int64","description":"Days After Read Exception. The exception code for the days after the reading. (I_DAYSAFTERREADEXCEPTCODE)","type":"integer"},"EnrolmentExceptionCode":{"format":"int64","description":"Pending Enrollment Exception. The exception of the pending enrolment. (I_ENROLMENTEXCEPTCODE)","type":"integer"},"EstimateType1":{"description":"Estimate Type 1. The first estimate type. (C_ESTIMATETYPE1)","type":"string"},"EstimateType2":{"description":"Estimate Type 2. The second estimate type. (C_ESTIMATETYPE2)","type":"string"},"EstimateType3":{"description":"Estimate Type 3. The third estimate type. (C_ESTIMATETYPE3)","type":"string"},"EstimateType4":{"description":"Estimate Type 4. The fourth estimate type. (C_ESTIMATETYPE4)","type":"string"},"ExceptionAppliesToAccountTypes":{"description":"Account Types. The account types the Increased Consumption Exception settings apply to. (C_EXCEPTIONOKFORACCOUNTTYPES)","type":"string"},"ExceptionReadStatusCodes":{"description":"Read Status Excepted. The description of the exception. (C_EXCEPTIONREADSTAT)","type":"string"},"ExceptionType1":{"description":"Exception Type 1. The first rate exception type. (C_EXCEPTIONTYPE1)","type":"string"},"ExceptionType2":{"description":"Exception Type 2. The second rate exception type. (C_EXCEPTIONTYPE2)","type":"string"},"ExceptionType3":{"description":"Exception Type 3. The third rate exception type. (C_EXCEPTIONTYPE3)","type":"string"},"ExceptionType4":{"description":"Exception Type 4. The fourth rate exception type. (C_EXCEPTIONTYPE4)","type":"string"},"ExcludeTypes":{"description":"Exclude Exception Types. The excluded rate types. (C_EXCLUDETYPES)","type":"string"},"FinalBillExceptionCode":{"format":"int64","description":"Final Bill Warning Exception. The final bill warning exception. (I_FINALBILLEXCEPTCODE)","type":"integer"},"FinalBillStaleReadExceptionCode":{"format":"int64","description":"Stale Read Exception Final Bill (I_STALEREADEXCEPTCODEFB)","type":"integer"},"HighExceptionCode":{"format":"int64","description":"High Percentage Exception. The exception that will be triggered when the consumption is above the high percentage threshold. (I_HIGHEXCEPTCODE)","type":"integer"},"HighValueExceptionCode":{"format":"int64","description":"High Value Exception. The exception that will be triggered when the high value threshold is exceeded. (I_HIGHVALUEEXCEPTCODE)","type":"integer"},"InactiveMeterConsumptionExceptionCode":{"format":"int64","description":"Inactive Meter Consumption Exception. The description of the consumption at the inactive meter which will trigger the “Inactive Meter Consumption exception. (I_INACTIVEMETERCONSEXCEPTION)","type":"integer"},"InactiveUsageExceptionCode":{"format":"int64","description":"Usage On Inactive Account Exception. The exception for the usage on an inactive account. (I_INACTIVEUSAGEEXCEPTCODE)","type":"integer"},"IntervalReadingMissingExceptionCode":{"format":"int64","description":"Interval Reading Missing Exception. Interval reading missing exception. (I_INTERVALREADINGMISSINGCODE)","type":"integer"},"LowExceptionCode":{"format":"int64","description":"Low Percentage Exception. The exception that will be triggered when the consumption is below the low percentage threshold. (I_LOWEXCEPTCODE)","type":"integer"},"LowValueExceptionCode":{"format":"int64","description":"Low Value Exception. The exception that will be triggered when the low value threshold is not met. (I_LOWVALUEEXCEPTCODE)","type":"integer"},"MaximumDaysExceptionCode":{"format":"int64","description":"Max. Days Exception Desc.. The description of the exception for the maximum number of days. (I_MAXDAYSEXCEPTCODE)","type":"integer"},"MeterChangeExceptionCode":{"format":"int64","description":"Meter Change Exception Description. The code for the description of the meter change exception. (I_METERCHANGEEXCEPTCODE)","type":"integer"},"MeterMustReadExceptionCode":{"format":"int64","description":"Meter Must Read Exception. The exception for a mandatory meter read. (I_METERMUSTREADEXCEPTCODE)","type":"integer"},"MeterReaderExceptionCode":{"format":"int64","description":"Meter Reader Exception. Meter reader exception. (I_METERREADEREXCEPTIONCODE)","type":"integer"},"MissingPriceExceptionCode":{"format":"int64","description":"Missing Price Exception. The missing price exception. (I_MISSINGPRICEEXCEPTCODE)","type":"integer"},"NegativeConsumptionExceptionCode":{"format":"int64","description":"Exception if Negative Consumption. The negative exception consumption. (I_NEGATIVECONSEXCEPTCODE)","type":"integer"},"NoEstimateExceptionCode":{"format":"int64","description":"No Estimate Exception Desc.. The description of the \"No Estimate\" exception. (I_NOESTIMATEEXCEPTCODE)","type":"integer"},"NoHistoryExceptionCode":{"format":"int64","description":"No History Exception Description. The description of the \"No History\" exception. (I_NOHISTORYEXCEPTCODE)","type":"integer"},"NoTransferExceptionCode":{"format":"int64","description":"Exception if Usage not Transferred. The 'usage not transferred' exception. (I_NOTRANSFEREXCEPTCODE)","type":"integer"},"ReadStatusExceptionCode":{"format":"int64","description":"Read Status Exception Description. The description of the meter reading exception. (I_EXCEPTIONRDSTATDESCEXCEPTCD)","type":"integer"},"Service":{"description":"Service. The service code. (C_SERVICE)","type":"string"},"StaleReadExceptionCode":{"format":"int64","description":"Current Read Date is Older Than Exception. The current read date is older than the exception code. (I_STALEREADEXCEPTCODE)","type":"integer"},"SubaccountNoReadExceptionCode":{"format":"int64","description":"Missing Sub-Account Reading Exception. The missing sub-account reading exception code. (I_SUBACCOUNTNOREADEXCEPTCODE)","type":"integer"},"SubaccountVacantExceptionCode":{"format":"int64","description":"Consumption on Vacant Sub-Account. The consumption on the vacant sub-account. (I_SUBACCOUNTVACANTEXCEPTCODE)","type":"integer"},"TurnoverExceptionCode":{"format":"int64","description":"Turnover Exception Desc.. The description of the turnover exception. (I_TURNOVEREXCEPTCODE)","type":"integer"},"VacantAccountUsageActionId":{"format":"int64","description":"Vacant Account Reading Import Usage Exception Action. The action to run if vacant account usage above or equal to the threshold is detected during the meter reading import process. (I_VACACCTUSAGEACTIONID)","type":"integer"},"ValidationExceptionCode":{"format":"int64","description":"Validation Exception. The validation exception. (I_VALIDATIONEXCEPTCODE)","type":"integer"},"ZeroConsumptionExceptionCode":{"format":"int64","description":"Zero Consumption Exception Desc.. The description of the zero consumption exception. (I_ZEROCONSUMPTIONEXCEPTCODE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RateExceptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RateExceptionModel]"},"readOnly":true}}},"Operation[RateExceptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RateExceptionConsumptionModel":{"description":"Rate Exception Consumption Detail Control (RateExceptionConsumption / CON241)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ConsumptionHistoryConsumption":{"format":"double","description":"Exception Consumption Amount. The consumption usage amount to use for exception checking. (N_CONSHISTORYCONSUMPTION)","type":"number"},"ConsumptionHistoryHighLowIndicator":{"description":"Exception Frequency High/Low Indicator. The consumption history exception frequency high/low indicator, which can be \"H\" to indicate that the consumption must be above Consumption Amount to trigger exception, or \"L\" for below. (C_CONSHISTORYHIGHLOWINDICATOR)\r\nEnum AdvancedUtility.Model.CON241+ConsumptionHistoryHighLowIndicatorEnum:  High, Low, Equal","type":"string"},"ConsumptionHistoryFrequency":{"format":"int32","description":"Exception Frequency. The consumption history exception frequency, which can be \"2\" to indicate the number of times the consumption history must be above/below the Consumption Amount to trigger an exception. (I_CONSHISTORYFREQUENCY)","type":"integer"},"ConsumptionHistoryPeriods":{"format":"int32","description":"Exception Number of Periods Flag. The Consumption history exception number of periods, which can be \"12\" to indicate the number of months to use for consumption history checking. (I_CONSHISTORYPERIODS)","type":"integer"},"IsConsumptionHistoryConsecutive":{"description":"Exception Consecutive Periods Flag. Indicates that the consumption value must be above/below the comparison amount in consecutive billing periods. (L_CONSHISTORYCONSECUTIVE)","type":"boolean"},"ConsumptionHistoryNoBill":{"description":"Exception Auto No Bill Flag. Indicates whether to allow the consumption history exception to be not billed automatically. (L_CONSHISTORYNOBILL)","type":"boolean"},"BillCode":{"description":"Bill Code. The bill code. (C_BILLCODE)","type":"string"},"ConsumptionHistoryExceptionCode":{"format":"int64","description":"Exception Code. The consumption history exception code. (I_CONSHISTORYEXCEPTCODE)","type":"integer"},"Service":{"description":"Service. The service type. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RateExceptionConsumptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RateExceptionConsumptionModel]"},"readOnly":true}}},"Operation[RateExceptionConsumptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RateTypeModel":{"description":"Rate Type Control (RateType / CON128)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RateTypeCode":{"description":"Rate Type Code. The rate code type. (C_RATETYPE)","type":"string"},"RateDescription":{"description":"Rate Type Description. The description of the rate type. (C_RATEDESCRIPTION)","type":"string"},"BillingOrder":{"format":"int32","description":"Processing Order in Billing. The processing order in billing. (I_BILLINGORDER)","type":"integer"},"Precision":{"format":"int32","description":"Precision. The precision decimal value to use for the calculation. Must be between 0 and 4. (N_PRECISION)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the rate type is disabled. (L_DISABLED)","type":"boolean"},"StoreZeroAmount":{"description":"Store Zero Amount?. Indicates whether to store zero amounts in the Bill Rate Detail table. If this flag is set, charges with zero amounts will be stored in the Bill Rate  Detail table, regardless of the ‘Allow Zero’ setting in the Transaction Code Control table. (L_STOREZEROAMOUNT)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RateTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RateTypeModel]"},"readOnly":true}}},"Operation[RateTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReadAuditResultModel":{"description":"Read Audit Result Control (ReadAuditResult / CON058)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Read Audit Result Code. The read audit result code. (C_CODE)","type":"string"},"Description":{"description":"Read Audit Result. The read audit result. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReadAuditResultModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReadAuditResultModel]"},"readOnly":true}}},"Operation[ReadAuditResultModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReadStatusModel":{"description":"Read Status Control (ReadStatus / CON006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadStatusCode":{"description":"Read Status. The read status. (C_READSTATUS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the read status is disabled. (L_DISABLED)","type":"boolean"},"Description":{"description":"Read Status Description. The read status description. (C_DESCRIPTION)","type":"string"},"CustomerDescription":{"description":"Customer Description. The customer description. (C_CUSTOMERDESCRIPTION)","type":"string"},"MonthsBasedOn":{"format":"int32","description":"Number of Months Based On. The number of months the read is based on.  (I_MONTHSBASEDON)","type":"integer"},"UpdateReading":{"description":"Update Reading to History Table. Indicates whether to update the reading history table.   (L_UPDATEREADING)","type":"boolean"},"ApplyTypeRules":{"description":"Read Status Type Rules are Used (L_APPLYTYPERULES)","type":"boolean"},"UseForRemovedReading":{"description":"Use for Removed Readings. Indicates whether this Read Status is to be used for Removed Readings when there is a Meter Change/Removal (L_USEFORREMOVEDREADING)","type":"boolean"},"IsMeterUnits":{"description":"Use Meter Units. Reads are represented as meter units rather than billed units. These reads are converted to billed units before they are used to calculate consumption. (L_METERUNITS)","type":"boolean"},"DisallowReadConversion":{"description":"Disallow Read Conversion. Indicates whether to prevent converting reads with this status from an Information Only read to a Pending read or vice versa. If true, this will disable the ‘Mark Read as Pending’ and ‘Mark Read as Information Only’ options in Reading History. (L_DISALLOWREADCONVERSION)","type":"boolean"},"OtherService":{"description":"Based on Other Services. The list of services that the reading is based on. (C_OTHERSERVICE)","type":"string"},"ReadStatusType":{"description":"Read Status Type. The read status type. (C_READSTATUSTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReadStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReadStatusModel]"},"readOnly":true}}},"Operation[ReadStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReadStatusTypeModel":{"description":"Read Status Type Control (ReadStatusType / CON208)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadStatusTypeCode":{"description":"Read Status Type Code. The read status type code. (C_READSTATUSTYPE)","type":"string"},"Description":{"description":"Description of Read Status Type. The description of the read status type. (C_DESCRIPTION)","type":"string"},"ApplyBillingMultiplier":{"description":"Apply Billing Multiplier in Consumption Calculation. Indicates whether the billing multiplier is used in the consumption calculation. (L_BILLINGMULTIPLIER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"InformationOnly":{"description":"Information Only. Indicates whether the Read Status is for information only, and will not be used in bills. (L_INFORMATIONONLY)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReadStatusTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReadStatusTypeModel]"},"readOnly":true}}},"Operation[ReadStatusTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReadTypeModel":{"description":"Read Type Control (ReadType / CON005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadTypeCode":{"description":"Read Type. The read type. (C_READTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the read type is disabled. (L_DISABLED)","type":"boolean"},"Description":{"description":"Read Type Description. The read type description. (C_DESCRIPTION)","type":"string"},"DisplayNetConsumption":{"description":"Display Net Consumption. Indicates whether the calculated Net Consumption for this Read Type will be displayed in Reading History. The Net Consumption is the difference between the Delivered and Received consumption. (L_DISPLAYNETCONSUMPTION)","type":"boolean"},"HasDials":{"description":"Dials. Indicates whether dials are used. (L_DIALS)","type":"boolean"},"CalculateElectricLoadFactor":{"description":"LF. Indicates whether to calculate the electric load factor for this read type. (L_LF)","type":"boolean"},"CalculateElectricPowerFactor":{"description":"PF. Indicates whether to calculate the electric power factor for this read type. (L_PF)","type":"boolean"},"IsInformationOnly":{"description":"Information Only. Indicates whether the inquiry is for informational purposes only. (L_INFORMATIONONLY)","type":"boolean"},"IsIntervalReading":{"description":"Interval Reading. Indicates whether an interval reading is used. (L_INTERVALREADING)","type":"boolean"},"ResolveByMeterNumber":{"description":"Resolve Reading by Meter #. Indicates whether to resolve reading by meter number. (L_RESOLVEBYMETERNUMBER)","type":"boolean"},"ReadSequence":{"description":"Read Sequence. The read sequence. (C_READSEQUENCE)","type":"string"},"DefaultSequenceOrder":{"format":"int32","description":"Default Sequence Order. The default sequence order. (I_DEFAULTSEQUENCEORDER)","type":"integer"},"CustomReadingDateFormat":{"description":"Custom RDG Date Format. The custom RDG Date Format. (C_CUSTOMRDGDATEFORMAT)\r\nEnum AdvancedUtility.Model.CON005+CustomReadingDateFormatEnum:  YearMonthDay, MonthDayYear, DayMonthYear, _blank","type":"string"},"LookBackDays":{"format":"int32","description":"Look Back Days. The number of look back days. (I_LOOKBACKDAYS)","type":"integer"},"NetMeteringDirection":{"description":"Net Metering Direction. The net metering direction that applies to the read type. The options are: ' ' = 'None', 'D' = 'Delivered', or 'R' = 'Received'. (C_NETMETERINGDIRECTION)\r\nEnum AdvancedUtility.Model.CON005+NetMeteringDirectionEnum:  Delivered, Received, None","type":"string"},"ElectricFactorFormula":{"format":"int64","description":"Electric Factor Formula. The formula to calculate the value of the Electric PF or LF value. (I_ELECTRICFORMULA)","type":"integer"},"FormulaCode":{"format":"int64","description":"Formula Code. The code of the formula to calculate the value of this Read Type. (I_FORMULACODE)","type":"integer"},"Service":{"description":"Service. The type of service. (C_SERVICE)","type":"string"},"ValidServices":{"description":"Valid Services. The valid services. (C_VALIDSERVICES)","type":"string"},"ValidUnits":{"description":"Valid Units. The valid units. (C_VALIDUNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReadTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReadTypeModel]"},"readOnly":true}}},"Operation[ReadTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReasonScrappedModel":{"description":"Reason Scrapped Control (ReasonScrapped / MEF225)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Reason Scrapped Code. The reason scrapped code. (C_CODE)","type":"string"},"Reason":{"description":"Reason Scrapped. The reason scrapped. (C_REASON)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"DefaultMeterStatus":{"description":"Default Meter Status. The default meter status. (C_DEFAULTMETERSTATUS)","type":"string"},"DefaultWarrantyStatus":{"description":"Default Warranty Status. The default warranty status. (C_DEFAULTWARRANTYSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReasonScrappedModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReasonScrappedModel]"},"readOnly":true}}},"Operation[ReasonScrappedModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReassignTaskRunModel":{"description":"ReassignTask process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReassignedToUser":{"description":"User Id reassigning tasks to","type":"string"},"ReassignedToDepartment":{"description":"Department code reassigning tasks to","type":"string"},"DaysAfterDueDate":{"format":"int32","description":"Number of days after the task due date triggering reassignment","type":"integer"},"AllCurrentUsers":{"description":"Select all current task users","type":"boolean"},"CurrentUsers":{"description":"Select specified current task users","type":"array","items":{"type":"string"}},"AllCurrentDepartments":{"description":"Select all current task departments","type":"boolean"},"CurrentDepartments":{"description":"Select specified task departments","type":"array","items":{"type":"string"}},"AllTaskTypes":{"description":"Select all task types","type":"boolean"},"TaskTypes":{"description":"Select specified task types","type":"array","items":{"type":"string"}},"QueryPromptData":{"description":"Query prompt data","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ReconcileArBalanceRunModel":{"description":"ReconcileArBalance process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllAccounts":{"description":"Don't search by specific account","type":"boolean"},"Account":{"description":"Search by specific account","type":"string"},"CustomerAccountId":{"format":"int64","description":"Id of the CustomerAccount whose account is being processed (optional)","type":"integer"},"ReconcileType":{"description":"Type of reconciliation process\r\nEnum AdvancedUtility.Services.Processes.ReconcileArBalance+ReconcileTypeEnum: ReconcileZeroBalances, ReconcileNonZeroBalances","type":"string"},"IncludeNonBillableARs":{"description":"Specifies whether or not to include additional A/Rs (not just billable ones), when allocating credit balances","type":"boolean"},"MoveCreditsToARAllowingCredit":{"description":"Specifies whether or not to process credits in A/Rs that don't allow credits to move the credit to the A/R setup as to allow credits","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"RecurringChargeModel":{"description":"Recurring Charge (RecurringCharge / BIF114)\r\nRecurring Charges are not service related charges billed to the account based on the charge frequency. Typically these are miscellaneous, rental charges.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number of the service on which the recurring charge will be applied. (C_ACCOUNT)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID of the service with the recurring charge. (I_SERVICEID)","type":"integer"},"StartDate":{"format":"date-time","description":"Start Date. The date the recurring charge will start being billed. Typically the start date of the contract. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The date the recurring charge will stop being billed. Typically the end date of the contract. (D_ENDDATE)","type":"string"},"PreviousChargeDate":{"format":"date-time","description":"Previous Charge Date. The billing date of the previous charge. (D_PREVIOUSCHARGEDATE)","type":"string"},"FrequencyType":{"description":"Frequency Type. The frequency type for this recurring charge. (C_FREQUENCYTYPE)\r\nEnum AdvancedUtility.Model.BIF014+FrequencyTypeEnum:  Daily, Weekly, Biweekly, Monthly, Quarterly, Yearly, _blank","type":"string"},"FrequencyDetails":{"description":"Frequency Details. The charge will be applied based on the specified frequency type. This can be a specific number of days, months, or other details. (C_FREQUENCYDETAILS)","type":"string"},"Frequency":{"format":"int64","description":"Frequency. The frequency of the recurring charge for the selected frequency type. (N_FREQUENCY)","type":"integer"},"Description":{"description":"Description. The description of the recurring charge. (C_DESCRIPTION)","type":"string"},"Notes":{"description":"Notes. The notes about the recurring charge. (C_NOTES)","type":"string"},"ActivationDate":{"format":"date-time","description":"Date Reactivated. The date the deactivated recurring charge was reactivated within the start and end dates. (D_ACTIVATIONDATE)","type":"string"},"DeactivationDate":{"format":"date-time","description":"Date Deactivated. The date the recurring charge was deactivated within the start and end dates. Deactivated recurring charge will not be billed until the reactivation date. (D_DEACTIVATIONDATE)","type":"string"},"BillToAccount":{"description":"Bill To Account. The account number of the customer/account to which the charge is billed. (C_BILLTOACCOUNT)","type":"string"},"Amount":{"format":"double","description":"Amount. The amount of the recurring charge that will be billed. (Y_AMOUNT)","type":"number"},"RecurringChargeId":{"format":"int64","description":"Recurring Charge ID. The unique ID that will be stored in the Bill Block Detail table (BIF967), which is linked to the recurring charge in the bill. (I_RECURRINGCHARGEID)","type":"integer"},"TransactionCode":{"description":"Transaction Code. The billing transaction code of the recurring charge. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RecurringChargeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RecurringChargeModel]"},"readOnly":true}}},"Operation[RecurringChargeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RelatedServiceGroupModel":{"description":"Related Service Group Control (RelatedServiceGroup / CON111)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllowAddAllGroupServices":{"description":"Add All Group Services. Indicates whether to add all group services. (L_ADDALLGROUPSERVICES)","type":"boolean"},"AllCompanies":{"description":"All Companies?. Indicates whether this setup is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order for these Related Service Groups to apply. (C_DIVISIONS)","type":"string"},"AccountType":{"description":"Account Type. The account type code. (C_ACCOUNTTYPE)","type":"string"},"AutoAddRelated":{"description":"Related Service Groups. The services that are automatically added. (C_AUTOADDRELATED)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order for these Related Service Groups to apply. (C_COMPANY)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group ID. (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RelatedServiceGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RelatedServiceGroupModel]"},"readOnly":true}}},"Operation[RelatedServiceGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RelationshipModel":{"description":"Relationship Control (Relationship / CON048)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RelationshipCode":{"description":"Relationship Code. The relationship code. (C_RELATIONSHIP)","type":"string"},"Description":{"description":"Relationship Description. The relationship description. (C_DESCRIPTION)","type":"string"},"LinkedToAccount":{"description":"Linked To Account. Related customers having this relationship type with the primary customer stay with the account (by default) during the move process. (L_LINKEDTOACCOUNT)","type":"boolean"},"LinkedToCustomer":{"description":"Linked To Customer. Related customers having this relationship type with the primary customer follow the primary customer (by default) during the move process. (L_LINKEDTOCUSTOMER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the relationship is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RelationshipModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RelationshipModel]"},"readOnly":true}}},"Operation[RelationshipModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RemoteMethodModel":{"description":"Water Meter Remote Method Control (RemoteMethod / MEF305)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Remote Method. The remote method type e.g. TRT, ECR, ARB, etc (C_REMOTEMETHOD)","type":"string"},"Description":{"description":"Remote Notes. The notes about the remote method. (M_REMOTENOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water meter remote method is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RemoteMethodModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RemoteMethodModel]"},"readOnly":true}}},"Operation[RemoteMethodModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RemoteTypeModel":{"description":"Remote Type Control (RemoteType / CON078)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Remote Type Code. The remote type code. (C_REMOTETYPE)","type":"string"},"Description":{"description":"Remote Type Description. The remote type description. (C_DESCRIPTION)","type":"string"},"ItronRemoteType":{"description":"Itron Remote Indicator. The Itron remote indicator. (C_ITRONREMOTETYPE)","type":"string"},"MeterStartPosition":{"format":"int32","description":"Meter # Start Position. The meter #'s start position. (I_METERSTARTPOSITION)","type":"integer"},"StripCharacters":{"description":"Meter # Strip Characters. The characters to strip from the meter number. (C_STRIPCHARACTERS)","type":"string"},"NeedAppointment":{"description":"Need Appointment. Indicates whether an appointment is needed. (L_NEEDAPPOINTMENT)","type":"boolean"},"RemoteDials":{"format":"int32","description":"Remote Dials Number. The remote dials. (I_REMOTEDIALS)","type":"integer"},"OmitFromDci":{"description":"Exclude from Meter Reading Export. Indicates that the remote type is excluded from the meter reading export. (L_OMITFROMDCI)","type":"boolean"},"UseRemoteInventory":{"description":"Use Remote Inventory. Indicates whether the remote inventory is used. (L_USEREMOTEINVENTORY)","type":"boolean"},"RadioFrequency":{"format":"double","description":"Radio Frequency. The remote device's radio frequency. (N_RADIOFREQUENCY)","type":"number"},"ToneFrequency":{"format":"double","description":"Tone Frequency. The remote device's tone frequency. (N_TONEFREQUENCY)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the remote type is disabled. (L_DISABLED)","type":"boolean"},"IsAmi":{"description":"Is AMI. Indicates whether the remote type has AMI support. (L_ISAMI)","type":"boolean"},"DeviceType":{"description":"Device Type. The device type code. (C_DEVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RemoteTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RemoteTypeModel]"},"readOnly":true}}},"Operation[RemoteTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RemoteWarrantyStatusModel":{"description":"Remote Warranty Status Control (RemoteWarrantyStatus / MEF230)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Warranty Status Code. The remote warranty status code. (C_CODE)","type":"string"},"Description":{"description":"Warranty Status Description. The description of the remote warranty status code. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RemoteWarrantyStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RemoteWarrantyStatusModel]"},"readOnly":true}}},"Operation[RemoteWarrantyStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RemovedCashJournalModel":{"description":"Removed Cash Journal (RemovedCashJournal / BIF509)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch ID. The transaction batch ID. (I_BATCHID)","type":"integer"},"Amount":{"format":"double","description":"Removed Cash Amount. $0.00 (Y_AMOUNT)","type":"number"},"Timestamp":{"format":"date-time","description":"Timestamp. The time when the cash was removed in the cash drawer. (T_TIMESTAMP)","type":"string"},"UserId":{"description":"User. User who performed the remove (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RemovedCashJournalModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RemovedCashJournalModel]"},"readOnly":true}}},"Operation[RemovedCashJournalModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RenumberKeyRunModel":{"description":"Renumber a room reference key","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldKey":{"description":"Existing room key number","type":"string"},"NewKey":{"description":"Replacement room key number","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"RepairTypeModel":{"description":"Repair Type Control (RepairType / MEF618)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Repair Type. The repair type. (C_REPAIRTYPE)","type":"string"},"Description":{"description":"Description. The description of the repair. (C_DESCRIPTION)","type":"string"},"PromptForRetest":{"description":"Prompt for Re-Test. Indicates whether the user will be prompted to enter a follow-up test. (L_PROMPTFORRETEST)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the repair type is disabled. (L_DISABLED)","type":"boolean"},"InventoryTypes":{"description":"Inventory Types. The repair type being configured can be used for these Inventory Types. If left blank, it can be used for all. (C_INVENTORYTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RepairTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RepairTypeModel]"},"readOnly":true}}},"Operation[RepairTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ReplaceLimiterCutOffDeviceNumberRunModel":{"description":"Renumber a Limiter CutOff Device number","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldDeviceId":{"description":"Existing Limiter CutOff Device number","type":"string"},"NewDeviceId":{"description":"Replacement Limiter CutOff Device number","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ReplaceMeterIdRunModel":{"description":"ReplaceMeterId process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldMeterId":{"description":"Existing meter number","type":"string"},"NewMeterId":{"description":"Replacement meter number","type":"string"},"InventoryType":{"description":"Inventory type code","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ReplacePropaneTankNumberRunModel":{"description":"Run model for process to renumber a propane tank number","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OldTankId":{"description":"Old propane tank number to change","type":"string"},"NewTankId":{"description":"New propane tank number replacing the old id","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ReportModel":{"description":"Report Definition","type":"object","properties":{"Categories":{"type":"array","items":{"type":"string"}},"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsAdvancedReport":{"description":"Indicates where it is an Advanced report.","type":"boolean"},"Name":{"description":"The name of the report","type":"string"},"ReportNames":{"description":"The list of report names","type":"array","items":{"type":"string"}},"Description":{"description":"Description of the report","type":"string"},"MainTable":{"description":"Report's main table","type":"string"},"SecurityId":{"format":"int64","description":"Unique Security ID","type":"integer"},"EnvironmentDescription":{"description":"The report environment description textID string","type":"string"},"ReportPackage":{"description":"The report package name","type":"string"},"ReportZipName":{"description":"The name of the report zip file.","type":"string"},"CustomDllClass":{"description":"Custom DLL class to use in the report","type":"string"},"RelationsQueryTree":{"description":"Query tree that defines relations to use in the report","type":"string"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ReportModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ReportModel]"},"readOnly":true}}},"Operation[ReportModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RequestedInformationModel":{"description":"Requested Information Control (RequestedInformation / CON119)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The requested information code. (C_CODE)","type":"string"},"Information":{"description":"Requested Information. The requested information. (C_INFORMATION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether requested information is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RequestedInformationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RequestedInformationModel]"},"readOnly":true}}},"Operation[RequestedInformationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RequestRejectionReasonModel":{"description":"Transaction Request Rejection Reason Control (RequestRejectionReason / CON236)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RejectReason":{"description":"Rejection Reason Code. The transaction request rejection reason code (C_REJECTREASON)","type":"string"},"RejectDescription":{"description":"Rejection Reason Description. The transaction request reject reason description. (C_REJECTDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the request rejection reason is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID of the action that is triggered. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RequestRejectionReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RequestRejectionReasonModel]"},"readOnly":true}}},"Operation[RequestRejectionReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RequestTransactionBatchRunModel":{"description":"RequestTransactionBatch process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"BatchDescription":{"description":"Description for the new batch","type":"string"},"AllUsers":{"description":"Don't search by specific user","type":"boolean"},"UserIds":{"description":"Search by User Ids from the list","type":"array","items":{"type":"string"}},"AllTransCodes":{"description":"Don't search by transaction codes","type":"boolean"},"TransCodes":{"description":"Search by transaction codes from the list","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"Dont search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"AdditionalCriteriaTree":{"description":"Search by selected cycle codes in the given list","type":"string"},"AdditionalCriteriaPromptData":{"description":"Additional criteria from prompt data","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ResetYTDContributionRunModel":{"description":"ResetYTDContribution process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllCycles":{"description":"All cycles to run the process","type":"boolean"},"Cycles":{"description":"List of Cycles to run the process","type":"array","items":{"type":"string"}},"AllCompanies":{"description":"All AllCompanies to run the process","type":"boolean"},"Company":{"description":"Company to run the process","type":"string"},"AllDivisions":{"description":"All Divisions to run the process","type":"boolean"},"Divisions":{"description":"List of Divisions to run the process","type":"array","items":{"type":"string"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"PaymentParameterListModel":{"description":"Result model to the do/findtransaction/{id} call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Key":{"description":"Key","type":"string"},"Value":{"description":"Value","type":"string"}}},"RevenueClassModel":{"description":"Revenue Class Control (RevenueClass / CON218)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Revenue Class. The revenue class code. (C_REVENUECLASS)","type":"string"},"Used":{"description":"Used?. Indicates if the revenue class is used. (L_USED)","type":"boolean"},"Description":{"description":"Description of Revenue Class. The revenue class description. (C_DESCRIPTION)","type":"string"},"IsHeating":{"description":"Heating Revenue Class?. Indicates if the revenue class is used for heating. (L_HEATING)","type":"boolean"},"IsHeatingOnly":{"description":"Heating Only Revenue Class. Indicates if the revenue class is used for heating only. (L_HEATINGONLY)","type":"boolean"},"ServiceType":{"description":"Service Type. The service type used. (C_SERVICETYPE)\r\nEnum AdvancedUtility.Model.CON218+ServiceTypeEnum:  _blank, Gas, MeteredPropane, UnmeteredPropane","type":"string"},"BaseLoad":{"description":"Base Load. The base load value. (C_BASELOAD)\r\nEnum AdvancedUtility.Model.CON218+BaseLoadEnum:  _blank, Required, Allowed, NotAllowed","type":"string"},"SummerBaseLoad":{"description":"Summer Base Load. The summer load value. (C_SUMMERBASELOAD)\r\nEnum AdvancedUtility.Model.CON218+SummerBaseLoadEnum:  _blank, Required, Allowed, NotAllowed","type":"string"},"Ddf":{"description":"Degree Day Factor. The degree day factor. (C_DDF)\r\nEnum AdvancedUtility.Model.CON218+DdfEnum:  _blank, Required, Allowed, NotAllowed","type":"string"},"RateNumber":{"description":"Rate Number. The rate number. (C_RATENUMBER)","type":"string"},"BillingCode":{"format":"int32","description":"Billing Code. The billing code. (N_BILLINGCODE)","type":"integer"},"Category":{"description":"Category. The category used. (C_CATEGORY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RevenueClassModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RevenueClassModel]"},"readOnly":true}}},"Operation[RevenueClassModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RingNumberModel":{"description":"Ring Number (RingNumber / ITR023)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Number":{"description":"Ring Number. The ring number. (C_RINGNUMBER)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the ring number is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RingNumberModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RingNumberModel]"},"readOnly":true}}},"Operation[RingNumberModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RouteControlModel":{"description":"Route Control (RouteControl / ITR005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Book":{"description":"Book. The route control book. (C_BOOK)","type":"string"},"Message1":{"description":"Message1. The first line of the route message. (C_MESSAGE1)","type":"string"},"Message2":{"description":"Message2. The second line of the route message. (C_MESSAGE2)","type":"string"},"Message3":{"description":"Message3. The third line of the route message. (C_MESSAGE3)","type":"string"},"Message4":{"description":"Message4. The fourth line of the route message. (C_MESSAGE4)","type":"string"},"Message5":{"description":"Message5. The fifth line of the route message. (C_MESSAGE5)","type":"string"},"Message6":{"description":"Message6. The sixth line of the route message. (C_MESSAGE6)","type":"string"},"Message7":{"description":"Message7. The seventh line of the route message. (C_MESSAGE7)","type":"string"},"AutoDeleteMessage":{"description":"AutoDelete Message. Indicates whether to use the auto-delete message. (L_AUTODELETEMESSAGE)","type":"boolean"},"AverageTimeHours":{"format":"int32","description":"Avg Time Hours. The average travel time for the route in hours. (N_AVGROUTETIMEHR)","type":"integer"},"AverageTimeMinutes":{"format":"int32","description":"Average Time (Minutes). The average travel time for the route in minutes. (N_AVGROUTETIMEMIN)","type":"integer"},"PreviousTimeHours":{"format":"int32","description":"Last Time (Hours). The previous travel time for the route in hours. (N_LASTMONTHTIMEHR)","type":"integer"},"PreviousTimeMinutes":{"format":"int32","description":"Last Time (Minutes). The previous travel time for the route in minutes. (N_LASTMONTHTIMEMIN)","type":"integer"},"Cycle":{"description":"Cycle. The route control cycle. (C_CYCLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RouteControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RouteControlModel]"},"readOnly":true}}},"Operation[RouteControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RouteDriverModel":{"description":"Route Driver (RouteDriver / ITR010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ScheduleDate":{"format":"date-time","description":"Scheduled Read Date. The scheduled date for the next meter reading. (D_SCHEDULEDATE)","type":"string"},"CriticalDate":{"format":"date-time","description":"Critical Read Date. The date on which the meter must be read. (D_CRITICALDATE)","type":"string"},"Accounts":{"format":"int32","description":"Number of accounts. The number of accounts on the route. (I_ACCOUNTS)","type":"integer"},"Meters":{"format":"int32","description":"Number of Meters. The number of meters on the route. (I_METERS)","type":"integer"},"BillDate":{"format":"date-time","description":"Bill Date. The scheduled bill date. (D_BILLDATE)","type":"string"},"IncludeFinalBills":{"description":"Final Bills. Indicates whether to include final bills in the meter reading export. (L_FINALBILLS)","type":"boolean"},"DateFrom":{"format":"date-time","description":"Date From. The start date of the route driver. (D_DATEFROM)","type":"string"},"DateTo":{"format":"date-time","description":"Date To. The end date of the route driver. (D_DATETO)","type":"string"},"IncludeSent":{"description":"Include Already Sent. Indicates whether to include data already sent in the meter reading export. (L_INCLUDESENT)","type":"boolean"},"Books":{"description":"Books. The route books. (C_BOOKS)","type":"string"},"Cycle":{"description":"Cycle. The route cycle. (C_CYCLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RouteDriverModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RouteDriverModel]"},"readOnly":true}}},"Operation[RouteDriverModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RouteHistoryModel":{"description":"Route History (RouteHistory / ITR901)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadDate":{"format":"date-time","description":"Read Date. The meter reading date. (D_READDATE)","type":"string"},"Customers":{"format":"int32","description":"Number of Customers. The number of customers on the route. (N_CUSTOMERS)","type":"integer"},"Meters":{"format":"int32","description":"Number of Meters. The number of meters on the route. (N_METERS)","type":"integer"},"ElapsedTimeHours":{"format":"int32","description":"Elapsed Time Hours. The elapsed time of the route in hours. (N_ELAPSEDHR)","type":"integer"},"ElapsedTimeMinutes":{"format":"int32","description":"Elapsed Time Minutes. The elapsed time of the route in minutes. (N_ELAPSEDMIN)","type":"integer"},"IncludeFinalBills":{"description":"Final Bills. Indicates whether to include final bills in the meter reading export. (L_FINALBILLS)","type":"boolean"},"DateFrom":{"format":"date-time","description":"Date From. The start date of the route. (D_DATEFROM)","type":"string"},"DateTo":{"format":"date-time","description":"Date To. The end date of the route. (D_DATETO)","type":"string"},"IncludeSent":{"description":"Include Already Sent. Indicates whether to include data already sent in the meter reading export. (L_INCLUDESENT)","type":"boolean"},"Book":{"description":"Book. The route book. (C_BOOK)","type":"string"},"Cycle":{"description":"Cycle. The cycle type. (C_CYCLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[RouteHistoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[RouteHistoryModel]"},"readOnly":true}}},"Operation[RouteHistoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"RouteManagementLoadRequestModel":{"description":"Input model to the /do/routemanagementload call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"RouteType":{"description":"Load process type\r\nEnum: CB (cycle/book), CN (call number), SW (solid waste), SN (solid waste)","type":"string"},"InsertPositionType":{"description":"Indicates where to insert the new records\r\nEnum: T (top), C (center), B (bottom)","type":"string"},"CallNumberFrom":{"description":"Starting filter call number","type":"string"},"CallNumberTo":{"description":"Ending filter call number","type":"string"},"StartCallNumber":{"description":"New starting call number","type":"string"},"PaddingChar":{"description":"Padding character","type":"string"},"CallNumberIncrement":{"format":"int32","description":"Call number increment","type":"integer"},"AllowResequence":{"description":"Flag indicating whether resequencing is allowed","type":"boolean"},"AllowUpdateRemovedMeters":{"description":"Flag controlling whether to update removed meters","type":"boolean"},"CustomerAccountCriteriaId":{"format":"int64","description":"Filter customer/account criteria Id","type":"integer"},"AccountMeterCriteriaId":{"format":"int64","description":"Filter accountmeter criteria Id","type":"integer"},"CustomerAccountQueryString":{"description":"Filter customer/account query string","type":"string"},"AccountMeterQueryString":{"description":"Filter accountmeter query string","type":"string"},"Cycle":{"description":"Filter cycle code","type":"string"},"Books":{"description":"Filter list of book codes","type":"array","items":{"type":"string"}},"ServicesTypes":{"description":"Filter list of service codes","type":"array","items":{"type":"string"}},"NewCycle":{"description":"New cycle code","type":"string"},"NewCycleBook":{"description":"New book code","type":"string"},"SolidWasteRouteCode":{"description":"Filter SolidWasteRouteDefinition code","type":"string"},"NewSolidWasteRouteCode":{"description":"New SolidWasteRouteDefinition code","type":"string"},"RenameScopeType":{"description":"Renaming scope\r\nEnum: X=selected, S=subsequent, A=all","type":"string"},"IsMonday":{"description":"Filter Flag indicating Monday SolidWasteRoute schedule","type":"boolean"},"IsTuesday":{"description":"Filter Flag indicating SolidWasteRoute Tuesday schedule","type":"boolean"},"IsWednesday":{"description":"Filter Flag indicating SolidWasteRoute Wednesday schedule","type":"boolean"},"IsThursday":{"description":"Filter Flag indicating SolidWasteRoute Thursday schedule","type":"boolean"},"IsFriday":{"description":"Filter Flag indicating SolidWasteRoute Friday schedule","type":"boolean"},"IsSaturday":{"description":"Filter Flag indicating SolidWasteRoute Saturday schedule","type":"boolean"},"IsSunday":{"description":"Filter Flag indicating SolidWasteRoute Sunday schedule","type":"boolean"},"ActiveStatuses":{"description":"List of account status codes which should be considered as 'Meter Active'.\r\nOnly applicable when resequencing call numbers, where accounts with these statuses will be resquenced first.","type":"array","items":{"type":"string"}}}},"RouteManagementLoadResultModel":{"description":"Output/result model from the /do/routemanagementload call.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BIF003Pk":{"format":"int64","type":"integer"},"Order":{"format":"int32","type":"integer"},"CustomerAccountId":{"format":"int64","type":"integer"},"Customer":{"type":"string"},"Account":{"type":"string"},"AccountStatus":{"type":"string"},"VacantAccount":{"type":"boolean"},"Name":{"type":"string"},"Service":{"type":"string"},"Meter":{"type":"string"},"MeterId":{"format":"int64","type":"integer"},"MeterStatus":{"type":"string"},"ReadType":{"type":"string"},"ReadTypeId":{"format":"int64","type":"integer"},"RemoteType":{"type":"string"},"CallNumber":{"type":"string"},"NewCallNumber":{"type":"string"},"Cycle":{"type":"string"},"Book":{"type":"string"},"NewCycle":{"type":"string"},"NewBook":{"type":"string"},"Street":{"type":"string"},"Town":{"type":"string"},"WeekDay":{"type":"string"},"DayOfWeek":{"format":"int32","type":"integer"}}},"RouteManagementRunRequestModel":{"description":"Model used for Route Management running parameters","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RouteType":{"description":"Load process type\r\nEnum: CB (cycle/book), CN (call number), SW (solid waste), SN (solid waste)","type":"string"},"RenameScopeType":{"description":"Renaming scope\r\nEnum: X=selected, S=subsequent, A=all","type":"string"},"AllowResequence":{"description":"Flag indicating whether resequencing is allowed","type":"boolean"},"AllowUpdateRemovedMeters":{"description":"Flag controlling whether to update removed meters","type":"boolean"},"NewCycle":{"description":"New cycle code","type":"string"},"NewCycleBook":{"description":"New book code","type":"string"},"ProcessingItem":{"$ref":"#/definitions/RouteManagementRunItemModel","description":"Item to process"}}},"RouteManagementRunItemModel":{"description":"Model used for Route Management processing items","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CustomerAccountId":{"format":"int64","description":"CustomeAccount Id","type":"integer"},"Customer":{"description":"Customer number","type":"string"},"Account":{"description":"Account number","type":"string"},"MeterId":{"format":"int64","description":"Meter Id","type":"integer"},"ReadTypeId":{"format":"int64","description":"Read Type Id","type":"integer"},"NewCallNumber":{"description":"The new call number","type":"string"},"NewCycle":{"description":"The new cycle","type":"string"},"NewBook":{"description":"The new book","type":"string"}}},"SolidWasteRouteManagementRunModel":{"description":"Model used for processing Solid Waste Route Management changes","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SolidWasteDetailsCode":{"description":"The SolidWasteDetails code for item to be modified","type":"string"},"RouteNumber":{"description":"The SolidWasteRouteDefinition code for existing route","type":"string"},"NewRouteNumber":{"description":"The SolidWasteRouteDefinition code for new route","type":"string"},"CallNumber":{"description":"The existing call number","type":"string"},"NewCallNumber":{"description":"The new call number","type":"string"}}},"RouteManagementResequenceModel":{"description":"Model use for Route Management resequencing","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RouteManagementItems":{"description":"Route management resequence items","type":"array","items":{"$ref":"#/definitions/RouteManagementLoadResultModel"}},"RouteType":{"description":"Load process type\r\nEnum: CB (cycle/book), CN (call number), SW (solid waste), SN (solid waste)","type":"string"},"StartCallNumber":{"description":"New starting call number","type":"string"},"CallNumberIncrement":{"format":"int32","description":"Call number increment","type":"integer"},"PaddingChar":{"description":"Padding character","type":"string"},"InsertPositionType":{"description":"Indicates where to insert the new records\r\nEnum: T (top), C (center), B (bottom)","type":"string"},"StartingRow":{"format":"int32","description":"Optional - the record position to start the resequence","type":"integer"},"NumberOfRows":{"format":"int32","description":"Optional - subsequent call numbers to be resequenced","type":"integer"},"IncrementOverride":{"format":"int32","description":"Optional - overrides the default increment if passed","type":"integer"}}},"RunBookmarkModel":{"description":"Input model to the /do/runbookmark call, which evaluates all the included bookmarks","type":"object","properties":{"Bookmarks":{"description":"Bookmarks to be evaluated","type":"array","items":{"$ref":"#/definitions/RunBookmarkItemModel"}}}},"RunBookmarkItemModel":{"description":"Bookmark to be evaluated","type":"object","properties":{"BookmarkId":{"description":"Bookmark ID code of the bookmark to evaluate","type":"string"},"TargetCode":{"description":"O_Code of the environment object to be used for this bookmark evaluation.\r\nMust be an O_Code for an item of the environment type matching that expected by the bookmark, or unexpected things could happen.","type":"string"},"Parameters":{"description":"Optional list of parameters to be applied to the bookmark run.\r\nIf not named, the parameters are considered positional and will be applied to the bookmark run call in the order they appear in the list.\r\nAny named parameters values are matched to named parameters in the bookmark definition if possible, else it is ignored.","type":"object","additionalProperties":{"type":"object"}}}},"RunBookmarkResultItemModel":{"description":"Bookmark evaluation result","type":"object","properties":{"BookmarkId":{"description":"Bookmark ID code to which this result applies","type":"string"},"BookmarkResult":{"description":"Bookmark script output.\r\nThe dictionary will always contain a \"RESULT\" item, and may contain \"PS_EXCEPT\" or \"PS_ERROR\" items if the bookmark evaluation contained errors or failed.\r\nAdditional items can also be added by individual bookmarks as custom return items.\r\nAlso, bookmark scripts intended for use in Advanced infobars can return additional attributes that dynamically affect the infobar item display or behavior: CLICKTYPE, CLICKSUBTYPE, CLICKSCRIPT, CLICKPK, CLICKOBJECT, LABELFORECOLOR, LABELBACKCOLOR, VALUEFORECOLOR, VALUEBACKCOLOR, LABELTEXT, TOOLTIPTEXT, USERDATA.","type":"object","additionalProperties":{"type":"object"}}}},"ItsModuleDefinitionModel":{"description":"Represents the information that is stored in SYS075 table","type":"object","properties":{"Module":{"description":"Module's information","type":"string"},"Function":{"description":"Function information","type":"string"},"RootScopeName":{"description":"Root's scope name","type":"string"},"Description":{"description":"Module's description","type":"string"},"Software":{"description":"Software information","type":"string"},"Version":{"description":"Version information","type":"string"},"ProcessTypeName":{"description":"The name of the process type","type":"string"},"Key":{"description":"Unique key associated with each item.","type":"object"}}},"RunQueryXmlModel":{"description":"Input model to the /do/runqueryxml call.","type":"object","properties":{"QueryXml":{"description":"Query XML to be evaluated.\r\nThis is in the internal XML format of the CIS QueryTree as stored in CON206/Criteria and all other places which store XML query snippets.","type":"string"},"TestPks":{"description":"Optional list of PKs of the target QueryTree type to test against the result. If all PK's in the test list are contained in the QueryTree result list, the optional Test boolean returns true.","type":"array","items":{"format":"int64","type":"integer"}}}},"ApiReportRunModel":{"description":"Report run base definition","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"SalesPersonModel":{"description":"Salesperson Control (SalesPerson / CON054)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SalesmanCode":{"description":"Salesperson Code. The salesperson code. (C_SALESMANCODE)","type":"string"},"SalesPersonName":{"description":"Salesperson. The name of the sales person.  (C_SALESPERSON)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the salesperson is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SalesPersonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SalesPersonModel]"},"readOnly":true}}},"Operation[SalesPersonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerJobDefinitionModel":{"description":"Scheduler Job Control (SchedulerJobDefinition / SCH004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The ID code of the Scheduler job. (C_JOBCODE)","type":"string"},"Description":{"description":"Description. The description of the scheduler job. (C_DESCRIPTION)","type":"string"},"MaximumDelay":{"format":"int32","description":"Maximum Delay. The maximum delay allowable for the Scheduler job. (I_DELAYMAX)","type":"integer"},"StartDate":{"format":"date-time","description":"Start Date. The start date of the Scheduler job. (D_START)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date of the Scheduler job. (D_END)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the scheduler job definition is disabled. (L_DISABLED)","type":"boolean"},"OnErrorAction":{"description":"On Error Action. The action to perform if an error occurs. (C_ONERROR)\r\nEnum AdvancedUtility.Model.SCH009+CodeEnum:  DeferToStepSetting, AlwaysCancelJob, AlwaysContinueWithNextStep","type":"string"},"RunOnServer":{"description":"Run On Server. The required Scheduler server. (C_SERVER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_CopyStepsAndSchedule":{"format":"int32","description":"Indicates whether job steps and job schedules are also copied when saving a copy of a job definition. Only applies to a COPY operation. If resolved false or unresolved, no details are transferred. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerJobDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerJobDefinitionModel]"},"readOnly":true}}},"Operation[SchedulerJobDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerJobErrorModel":{"description":"Scheduler Job Error Control (SchedulerJobError / SCH009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The 'OnError' code of the job. (C_CODE)\r\nEnum AdvancedUtility.Model.SCH009+CodeEnum:  DeferToStepSetting, AlwaysCancelJob, AlwaysContinueWithNextStep","type":"string"},"Description":{"description":"Description. The description of the 'OnError' code. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the scheduler job error is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerJobErrorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerJobErrorModel]"},"readOnly":true}}},"Operation[SchedulerJobErrorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerJobRunModel":{"description":"Scheduler Run Job (SchedulerJobRun / SCH007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"JobId":{"format":"int64","description":"Job Key. The Scheduler job key. (I_JOBID)","type":"integer"},"Description":{"description":"Description. The description of the Scheduler job run. (C_DESCRIPTION)","type":"string"},"Status":{"description":"Status. The status of the Scheduler server. (C_STATUS)\r\nEnum AdvancedUtility.Model.SCH007+StatusEnum:  Completed, Failed, Pending, Running, CancelledByUser, CancelledBySystem, JobOnHold, Skipped","type":"string"},"Start":{"format":"date-time","description":"Actual Start Time. The actual start time of the job run. (T_START)","type":"string"},"End":{"format":"date-time","description":"Actual End Time. The actual end time of the job run. (T_END)","type":"string"},"Duration":{"format":"int32","description":"Duration. The duration of the job run. (I_DURATION)","type":"integer"},"OnError":{"description":"On Error Action. The action to perform if an error occurs on this step. (C_ONERROR)","type":"string"},"ScheduledStart":{"format":"date-time","description":"Scheduled Start Time. The scheduled start time of the job run. (T_SCHEDSTART)","type":"string"},"StationId":{"description":"Station ID. The station ID. (C_STATIONID)","type":"string"},"ProcessId":{"format":"int64","description":"Process ID. The process ID. (I_PROCESSID)","type":"integer"},"NotifyOption":{"description":"Notify Option. Option to notify when a job status changes: Select 'Only On Exception' (Default Option) to receive notifications only when an error or exception occurs, 'Always' to receive notifications on every job status change or 'Never' to not receive notifications (C_NOTIFYOPTION)\r\nEnum AdvancedUtility.Model.SCH006+NotifyOptionEnum:  ExceptionOnly, Always, Never","type":"string"},"CanCancel":{"type":"boolean"},"CanPutOnHold":{"type":"boolean"},"CanResume":{"type":"boolean"},"JobCode":{"description":"Job Definition Key (SCH004). The definition key of the Scheduler job. (C_DEFJOBCODE)","type":"string"},"Notify":{"description":"Notify. The person to notify when the job status changes or if an error occurs. (C_NOTIFY)","type":"string"},"NotifyDepartment":{"description":"Notify Department. The department to notify when the job status changes or if an error occurs. (C_NOTIFYDEPARTMENT)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Owner":{"description":"Owner. The owner of the job run. (C_OWNER)","type":"string"},"ScheduleKey":{"format":"int64","description":"Schedule Key. Reference to the schedule used for this recurring job. (I_SCHEDULEKEY)","type":"integer"},"Server":{"description":"Server. The server that is running Scheduler. (C_SERVER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerJobRunModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerJobRunModel]"},"readOnly":true}}},"Operation[SchedulerJobRunModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerJobScheduleModel":{"description":"Scheduler Job Schedule (SchedulerJobSchedule / SCH006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ScheduleType":{"description":"Schedule Type. The schedule type code. (C_TYPE)\r\nEnum AdvancedUtility.Model.SCH006+ScheduleTypeEnum:  Once, Hourly, Daily, Weekly, Monthly","type":"string"},"MinimumRunDate":{"format":"date-time","description":"Minimum Run Date. The date before which jobs cannot be run. (D_START)","type":"string"},"MaximumRunDate":{"format":"date-time","description":"Maximum Run Date. The date after which jobs cannot be run. (D_END)","type":"string"},"StartTime":{"description":"Start Time. The start time of the schedule. (C_TIME)","type":"string"},"ScheduleKey":{"format":"int64","description":"Schedule Key. The key used to uniquely identify a scheduled job. (I_SCHEDULEKEY)","type":"integer"},"ExcludeHolidays":{"description":"Do Not Run on Holidays. Indicates whether Daily and Weekly jobs can run on a holiday. (L_EXCLUDEHOLIDAYS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the scheduler job schedule is disabled. (L_DISABLED)","type":"boolean"},"NotifyOption":{"description":"Notify Option. Option to notify when a job status changes: Select 'Only On Exception' (Default Option) to receive notifications only when an error or exception occurs, 'Always' to receive notifications on every job status change or 'Never' to not receive notifications (C_NOTIFYOPTION)\r\nEnum AdvancedUtility.Model.SCH006+NotifyOptionEnum:  ExceptionOnly, Always, Never","type":"string"},"DayFrequency":{"format":"int32","description":"Daily frequency, for 'Daily' type schedules","type":"integer"},"HourlyFrequency":{"format":"double","description":"Hourly frequency, for 'Hourly' type schedules","type":"number"},"Job":{"description":"Job. The Scheduler job code. (C_JOBCODE)","type":"string"},"NotifyDepartment":{"description":"Notify Department. The department to notify when the job status changes or if an error occurs. (C_NOTIFYDEPARTMENT)","type":"string"},"NotifyUser":{"description":"Notify User. The person to notify when the job status changes or if an error occurs. (C_NOTIFY)","type":"string"},"OnDate":{"format":"date-time","description":"Scheduled date/time for 'Once' type schedules","type":"string"},"OnDayNumber":{"format":"int32","description":"On day number, for 'Monthly' type schedules when OnDayType of 'Number' is used","type":"integer"},"OnDays":{"description":"Day codes in CSV form, for 'Weekly' type schedules. Codes are from AdvancedUtility.Model.WeekdayCode enum: 'MO', 'TU', 'WE', 'TH', 'FR', 'SA', 'SU'","type":"string"},"OnDayType":{"description":"On day type enum, for 'Weekly' type schedules. Valid values are: Number, FirstDay, SecondDay, ThirdDay, FourthDay, LastDay\r\nEnum AdvancedUtility.Services.BusinessObjects.SchedulerJobSchedule+OnDayEnum:  Number, FirstDay, SecondDay, ThirdDay, FourthDay, LastDay","type":"string"},"OnDayValue":{"description":"On day value, for 'Monthly' type schedules when OnDayType of FirstDay, SecondDay, ThirdDay, FourthDay are used\r\nEnum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"OnMonths":{"description":"Month numbers in CSV form, for 'Monthly' type schedules. Codes are from AdvancedUtility.Model.MonthNumber enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12","type":"string"},"Owner":{"description":"Owner. The person who created the scheduled job. (C_OWNER)","type":"string"},"ScheduleData":{"description":"Schedule Data. Details about the schedule. (M_DATA)","type":"string"},"WeekFrequency":{"format":"int32","description":"Weekly frequency, for 'Weekly' type schedules","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerJobScheduleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerJobScheduleModel]"},"readOnly":true}}},"Operation[SchedulerJobScheduleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerServerModel":{"description":"Scheduler Server Control (SchedulerServer / SCH001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The server ID. (C_SERVER)","type":"string"},"Description":{"description":"Description. The description of the server. (C_DESCRIPTION)","type":"string"},"ExcludeHolidays":{"description":"Exclude Holidays. Indicates whether to exclude holidays from the server processing days. (L_NOHOLIDAYS)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the scheduler server is disabled. (L_DISABLED)","type":"boolean"},"AvailabilityData":{"description":"Availability Data. Data describing when the Scheduler server is available. (C_DATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerServerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerServerModel]"},"readOnly":true}}},"Operation[SchedulerServerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerStepDetailModel":{"description":"Scheduler Step Control (SchedulerStepDetail / SCH005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StepId":{"format":"int64","description":"Step ID. The Scheduler step key. (I_STEPID)","type":"integer"},"Description":{"description":"Description. The description of the Scheduler step. (C_DESCRIPTION)","type":"string"},"Sequence":{"format":"int32","description":"Sequence. The sequence of the Scheduler step. (I_SEQUENCE)","type":"integer"},"HaltOnError":{"description":"Halt on Error?. Indicates whether to stop the Scheduler step if there is an error. (L_ONERRORHALT)","type":"boolean"},"ProcessView":{"description":"Process View. The type of the selected view for the process. (C_PROCESSVIEW)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the scheduler step detail is disabled. (L_DISABLED)","type":"boolean"},"Job":{"description":"Job. The Scheduler job code. (C_JOBCODE)","type":"string"},"ParameterData":{"description":"Parameter Data. The parameter data used in the Scheduler process. (M_PARAMETERDATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerStepDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerStepDetailModel]"},"readOnly":true}}},"Operation[SchedulerStepDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerStepRunModel":{"description":"Scheduler Run Step (SchedulerStepRun / SCH008)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"JobId":{"format":"int64","description":"Job Key. The job key of the step. (I_JOBID)","type":"integer"},"Progress":{"format":"int64","description":"Progress. The current progress of the step. (I_PROGRESS)","type":"integer"},"StepStatus":{"description":"StepStatus. The current status of the step. (C_STEPSTATUS)","type":"string"},"ProcessSecurityId":{"format":"int64","description":"Runnable Process Security ID. The security ID of the runnable process. (I_SECID)","type":"integer"},"RunnableProcessId":{"format":"int64","description":"Runnable Process ID. The ID of the runnable process. (I_RUNNABLEPROCESSID)","type":"integer"},"ProcessClassName":{"description":"Runnable Process Class Name. The class name of the runnable process. (C_PROCESSCLASS)","type":"string"},"StepId":{"format":"int64","description":"Step Key. The step key. (I_STEPID)","type":"integer"},"Description":{"description":"Description. The description of the step. (C_DESCRIPTION)","type":"string"},"HaltOnError":{"description":"Halt On Error. Indicates whether to halt the step run if there is an error. (L_ONERRORHALT)","type":"boolean"},"Duration":{"format":"int32","description":"Duration. The duration of the step run. (I_DURATION)","type":"integer"},"TaskId":{"format":"int64","description":"Process ID. The process ID of the step run. (I_TASKID)","type":"integer"},"Sequence":{"format":"int32","description":"Sequence. The sequence of the step run. (I_SEQUENCE)","type":"integer"},"Status":{"description":"Status. The status of the step run. (C_STATUS)\r\nEnum AdvancedUtility.Model.SCH008+StatusEnum:  Completed, Failed, Pending, Running, CancelledByUser, CancelledBySystem, Closing","type":"string"},"Start":{"format":"date-time","description":"Start Time. The start time of the step run. (T_START)","type":"string"},"ResultData":{"description":"Result Data. The resulting data of the step run. (C_RESULTDATA)","type":"string"},"StatusChange":{"format":"date-time","description":"Status Change time. The time that the status changed in the step run. (T_STATUSCHANGE)","type":"string"},"CanCancel":{"type":"boolean"},"DefinitionStepId":{"format":"int64","description":"Definition Step ID. The definition step ID. (I_DEFSTEPID)","type":"integer"},"ParameterData":{"description":"Parameter Data. The parameter data of the step run. (M_PARAMETERDATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerStepRunModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerStepRunModel]"},"readOnly":true}}},"Operation[SchedulerStepRunModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SchedulerUserAvailabilityModel":{"description":"Scheduler User Availability Control (SchedulerUserAvailability / SCH003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AvailabilityData":{"description":"Availability Data. Data describing when the Scheduler server is available. (C_DATA)","type":"string"},"Server":{"description":"Server. The ID of the Scheduler server. (C_SERVER)","type":"string"},"UserId":{"description":"User. The ID of the user using the Scheduler server. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SchedulerUserAvailabilityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SchedulerUserAvailabilityModel]"},"readOnly":true}}},"Operation[SchedulerUserAvailabilityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ScriptProcessRunModel":{"description":"ScriptProcess request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Script":{"description":"PowerShell code that will be executed.","type":"string"},"Parameters":{"description":"User defined arguments that will be used as default for custom parameters.","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"SecurityAccessTypeModel":{"description":"Security Access Type Control (SecurityAccessType / SYS092)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AccessType":{"description":"Access Type (C_ACCESSTYPE)","type":"string"},"Action1":{"description":"Action 1 Description (C_ACTION1)","type":"string"},"Action2":{"description":"Action 2 Description (C_ACTION2)","type":"string"},"Action3":{"description":"Action 3 Description (C_ACTION3)","type":"string"},"Action4":{"description":"Action 4 Description (C_ACTION4)","type":"string"},"Action5":{"description":"Action 5 Description (C_ACTION5)","type":"string"},"Action6":{"description":"Action 6 Description (C_ACTION6)","type":"string"},"Action7":{"description":"Action 7 Description (C_ACTION7)","type":"string"},"Action8":{"description":"Action 8 Description (C_ACTION8)","type":"string"},"Description":{"description":"Description (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SecurityAccessTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityAccessTypeModel]"},"readOnly":true}}},"Operation[SecurityAccessTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SecurityCategoryModel":{"description":"Security Category Control (SecurityCategory / SYS093)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Category":{"description":"Category (C_CATEGORY)","type":"string"},"Description":{"description":"Description (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SecurityCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityCategoryModel]"},"readOnly":true}}},"Operation[SecurityCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SecurityOwnerModel":{"description":"Owner Control (SecurityOwner / SYS090)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"OwnerId":{"description":"Owner Security Object (C_OWNER)","type":"string"},"GroupId":{"description":"Group (C_GROUPID)","type":"string"},"UserId":{"description":"UserId (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SecurityOwnerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityOwnerModel]"},"readOnly":true}}},"Operation[SecurityOwnerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SecurityTaskModel":{"description":"Security Task Definition Control (SecurityTask / SYS091)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Active":{"description":"Security Active (L_ACTIVE)","type":"boolean"},"Description":{"description":"Description (C_DESCRIPTION)","type":"string"},"DisplayOrder":{"description":"Display Order (C_ORDER)","type":"string"},"Reference":{"description":"Reference (C_REFERENCE)","type":"string"},"SecurityId":{"format":"int64","description":"Security Item ID (I_SECURITYID)","type":"integer"},"AccessType":{"description":"Access Type (C_ACCESSTYPE)","type":"string"},"Category":{"description":"Category Code (C_CATEGORY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SecurityTaskModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SecurityTaskModel]"},"readOnly":true}}},"Operation[SecurityTaskModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceModel":{"description":"Service Control (Service / CON009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceCode":{"description":"Service Code. The service code which is setup by Advanced and cannot be edited after saving the record. (C_SERVICE)","type":"string"},"Description":{"description":"Service Type Name. The brief description of this service, which is also the name of the subtab on the Services tab on the AccountView form. (C_DESCRIPTION)","type":"string"},"Precision":{"format":"int32","description":"Precision. The precision decimal value to use for the consumption. (N_PRECISION)","type":"integer"},"Round":{"description":"Rounding. Indicates whether there is rounding up or truncation in the calculation for this Service and is reflected based on the defined Precision. (L_ROUND)","type":"boolean"},"CheckException":{"description":"Check Exceptions?. Indicates whether to check for exceptions. (L_CHECKEXCEPTION)","type":"boolean"},"LowThreshold":{"format":"double","description":"Low Percentage Threshold. The threshold percentage for the low consumption exception. (N_LOWTHRESHOLD)","type":"number"},"LowValueThreshold":{"format":"double","description":"Low Value Threshold. The threshold value for the low consumption exception. (N_LOWVALUETHRESHOLD)","type":"number"},"HighThreshold":{"format":"double","description":"High Percentage Threshold. The threshold percentage for the high consumption exception. (N_HIGHTHRESHOLD)","type":"number"},"HighValueThreshold":{"format":"double","description":"High Value Threshold. The threshold value for the high consumption exception. (N_HIGHVALUETHRESHOLD)","type":"number"},"MeterChange":{"description":"Show Meter Change. Indicates whether to show meter changes. (L_METERCHANGE)","type":"boolean"},"PercentOfOtherService":{"format":"double","description":"Percent of Other Service. The percent of the other service. (N_PERCENTOFOTHERSERVICE)","type":"number"},"ReadStatus":{"description":"Excluding Read Status. Indicates whether to exclude the read status. (L_READSTATUS)","type":"boolean"},"ExceptionDays":{"format":"int32","description":"Minimum Days Exception. The billing exception days. (I_EXCEPTIONDAYS)","type":"integer"},"ExceptionReadStatus":{"description":"Read Status Always Exception. Indicates whether to always read the exception status. (L_EXCEPTIONREADSTAT)","type":"boolean"},"ConsecutiveEstimates":{"format":"int32","description":"Number of Consecutive Estimates Allowed. The number of consecutive estimates allowed. (I_CONSECUTIVEESTIMATES)","type":"integer"},"ZeroConsumption":{"description":"Zero Consumption Exception. Indicates whether zero consumption is allowed. (L_ZEROCONSUMPTION)","type":"boolean"},"MaximumDaysException":{"format":"int32","description":"Maximum Days Exception. The maximum exception days. (N_MAXDAYSEXCEPTION)","type":"integer"},"NoHistoryException":{"description":"No History Exception. Indicates whether no exception history is required. (L_NOHISTORYEXCEPTION)","type":"boolean"},"NoHistoryConsumption":{"format":"double","description":"No History Consumption. The no history of consumption code. (N_NOHISTORYCONSUMPTION)","type":"number"},"TransformerConnect":{"description":"Transformer Linked. Indicates if this service is connected to electric transformers. (L_TRANSFORMERCONNECT)","type":"boolean"},"MoveInCharge":{"format":"double","description":"Move In Charge Default Amount. The default amount that is charged for the Move In. (Y_MOVEINCHARGE)","type":"number"},"DoNotEstimate":{"description":"Do Not Estimate. Indicates whether the read is not estimated. (L_DONOTESTIMATE)","type":"boolean"},"AllowSameMeter":{"description":"Allow ME Meter. Indicates whether to allow the same meter. (L_ALLOWSAMEMETER)","type":"boolean"},"ApplyBasicZero":{"description":"Apply Basic Zero 1. Indicates whether to apply the basic zero. (L_BASICZERO)","type":"boolean"},"ApplyBasicZero1":{"description":"Apply Basic Zero 2. Indicates whether to apply the basic zero on the first bill. (L_BASICZERO1)","type":"boolean"},"ApplyBasicZero2":{"description":"Apply Basic Zero 3. Indicates whether to apply the basic zero on the second bill. (L_BASICZERO2)","type":"boolean"},"ApplyBasicZero3":{"description":"Apply Basic Zero 4. Indicates whether to apply the basic zero on the third bill. (L_BASICZERO3)","type":"boolean"},"ApplyBasicZero4":{"description":"Apply Basic Zero 5. Indicates whether to apply the basic zero on the fourth bill. (L_BASICZERO4)","type":"boolean"},"LessThanZero":{"description":"Less than Zero. Indicates whether consumption will be set to zero if a negative consumption is calculated in Billing. (L_LESSTHANZERO)","type":"boolean"},"ConsecutiveDecreases":{"format":"int32","description":"Number of Consecutive Decreases. The number of consecutive decreases. (N_CONSECUTIVEDECREASES)","type":"integer"},"ConsecutiveIncreases":{"format":"int32","description":"Number of Consecutive Increases. The number of consecutive increases. (N_CONSECUTIVEINCREASES)","type":"integer"},"Turnovers":{"description":"Meter Turnover Exception. The meter turnover exception. (L_TURNOVERS)","type":"boolean"},"ApplyMultipleToMinimumBill":{"description":"Apply Multiplier to Minimum Bill. Indicates whether to apply the multiple to the minimum bill. (L_APPLYMULTIPLETOMINBILL)","type":"boolean"},"ApplyMultipleToBasicCharge":{"description":"Apply Multiplier to Basic Charge. Indicates whether to apply the multiple to the basic charge  (L_APPLYMULTIPLETOBASIC)","type":"boolean"},"ApplyMultipleToBlockCharges":{"description":"Apply Multiplier to Block Charges. Indicates whether to apply the multiple to the block charges. (L_APPLYMULTIPLETOBLOCKS)","type":"boolean"},"PrecisionBasicCharge":{"format":"int32","description":"Basic Multiplier Precision. The basic multiplier precision. (N_PRECISIONBASICCHARGE)","type":"integer"},"BasicMultiplierDescription":{"description":"Basic Multiplier Description 1. The first basic multiplier description. (C_BASICMULTIPLIERDESCRIPTION)","type":"string"},"BasicMultiplierDescription1":{"description":"Basic Multiplier Description 2. The second basic multiplier description. (C_BASICMULTIPLIERDESCRIPTION1)","type":"string"},"BasicMultiplierDescription2":{"description":"Basic Multiplier Description 3. The third basic multiplier description. (C_BASICMULTIPLIERDESCRIPTION2)","type":"string"},"BasicMultiplierDescription3":{"description":"Basic Multiplier Description 4. The fourth basic multiplier description. (C_BASICMULTIPLIERDESCRIPTION3)","type":"string"},"BasicMultiplierDescription4":{"description":"Basic Multiplier Description 5. The fifth basic multiplier description. (C_BASICMULTIPLIERDESCRIPTION4)","type":"string"},"Multiplier1Description":{"description":"Multiplier 1 Description. The first multiplier description. (C_MULTIPLIER1DESCRIPTION)","type":"string"},"Multiplier2Description":{"description":"Multiplier 2 Description. The second multiplier description. (C_MULTIPLIER2DESCRIPTION)","type":"string"},"ServiceMultiplier1Description":{"description":"Service Multiplier 1 Description. The first service multiplier description. (C_SERVICEMULTIPLIER1DESC)","type":"string"},"ServiceMultiplier2Description":{"description":"Service Multiplier 2 Description. The second service multiplier description. (C_SERVICEMULTIPLIER2DESC)","type":"string"},"DiscountOnlyBlockCharges":{"description":"Apply Adjustment to Block Charges Only. Indicates whether to apply adjustment to block charges only. (L_DISCOUNTONLYBLOCKCHARGES)","type":"boolean"},"MultiplierPrecision1":{"format":"int32","description":"Multiplier 1 Precision. The first precision multiplier. (N_MULTIPLIERPRECISION1)","type":"integer"},"MultiplierPrecision2":{"format":"int32","description":"Multiplier 2 Precision. The second precision multiplier. (N_MULTIPLIERPRECISION2)","type":"integer"},"ServiceMultplierPrecision1":{"format":"int32","description":"Service Multiplier 1 Precision. The first precision service multiplier. (N_SERVICEMULTPLIERPRECISION1)","type":"integer"},"ServiceMultplierPrecision2":{"format":"int32","description":"Service Multiplier 2 Precision. The second precision service multiplier. (N_SERVICEMULTPLIERPRECISION2)","type":"integer"},"PropaneTank":{"description":"Propane Tank Service. Indicates whether to apply the propane tank. (L_PROPANETANK)","type":"boolean"},"ExceptionDaysNobill":{"description":"Minimum Days Exception No Bill. Indicates whether to no bill the exception days. (L_EXCEPTIONDAYSNOBILL)","type":"boolean"},"MaximumDaysExceptionNobill":{"description":"Maximum Days Exception No Bill. Indicates whether to no bill the maximum exception days. (L_MAXDAYSEXCEPTIONNOBILL)","type":"boolean"},"MeterChangeNobill":{"description":"Meter Change Exception No Bill. Indicates whether to no bill the meter change. (L_METERCHANGENOBILL)","type":"boolean"},"ExceptionReadStatusNobill":{"description":"Read Status Exception No Bill. Indicates whether to no bill the read status exception. (L_EXCEPTIONREADSTATUSNOBILL)","type":"boolean"},"NoEstimateNobill":{"description":"No Estimate Exception No Bill. Indicates whether to no bill the no estimate. (L_NOESTIMATENOBILL)","type":"boolean"},"ConsecutiveEstimatesNobill":{"description":"Consecutive Estimates Exception No Bill. Indicates whether to no bill the consecutive estimates. (L_CONSECUTIVEESTIMATESNOBILL)","type":"boolean"},"LowThresholdNobill":{"description":"Low Percentage Exception No Bill. Indicates whether to no bill the low percentage exception. (L_LOWTHRESHOLDNOBILL)","type":"boolean"},"LowValueNobill":{"description":"Low Value Exception No Bill. Indicates whether to no bill the low value exception. (L_LOWVALUENOBILL)","type":"boolean"},"HighThresholdNobill":{"description":"High Percentage Exception No Bill. Indicates whether to no bill the high percentage exception. (L_HIGHTHRESHOLDNOBILL)","type":"boolean"},"HighValueNobill":{"description":"High Value Exception No Bill. Indicates whether to no bill the high value exception. (L_HIGHVALUENOBILL)","type":"boolean"},"ZeroConsumptionNobill":{"description":"Zero Consumption Exception No Bill. Indicates whether to no bill if zero consumption. (L_ZEROCONSUMPTIONNOBILL)","type":"boolean"},"NoHistoryNobill":{"description":"No History Exception No Bill. Indicates whether to no bill if no history. (L_NOHISTORYNOBILL)","type":"boolean"},"TurnoverNobill":{"description":"Turnover Exception No Bill. Indicates whether to no bill if turnover. (L_TURNOVERNOBILL)","type":"boolean"},"ConsecutiveDecreasesNobill":{"description":"Consecutive Decreases Exception No Bill. Indicates whether to no bill of consecutive decreases. (L_CONSECUTIVEDECREASESNOBILL)","type":"boolean"},"ConsecutiveIncreasesNobill":{"description":"Consecutive Increases Exception No Bill. Indicates whether to no bill of consecutive increases. (L_CONSECUTIVEINCREASESNOBILL)","type":"boolean"},"UseInventory":{"description":"Use Inventory. Indicates whether to use inventory. (L_USEINVENTORY)","type":"boolean"},"IsAssistableService":{"description":"Assistable Service. Indicates whether to use the assistance table. (L_ASSISTABLE)","type":"boolean"},"StartMonth":{"description":"Start Month. The start of the month. (N_STARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"StartDay":{"format":"int32","description":"Start Day. The start day of the month. (N_STARTDAY)","type":"integer"},"EndMonth":{"description":"End Month. The end of the month. (N_ENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"EndDay":{"format":"int32","description":"End Day. The end day of the month. (N_ENDDAY)","type":"integer"},"LoadToBillIfOut":{"description":"Load to Bill if Out Of Season. Indicates whether to bill the load if out of season. (L_LOADTOBILLIFOUT)","type":"boolean"},"GetUsageFromRange":{"description":"Get Usage From Range. Indicates whether to get the usage from the range. (L_GETUSAGEFROMRANGE)","type":"boolean"},"GetUsageStartMonth":{"description":"Get Usage Start Month. The get usage start month. (N_GETUSAGESTARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"GetUsageStartDay":{"format":"int32","description":"Get Usage Start Day. The get usage start day. (N_GETUSAGESTARTDAY)","type":"integer"},"GetUsageEndMonth":{"description":"Get Usage End Month. The get usage end month. (N_GETUSAGEENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"GetUsageEndDay":{"format":"int32","description":"Get Usage End Day. The get usage end day. (N_GETUSAGEENDDAY)","type":"integer"},"DuringStartMonth":{"description":"During Start Month. The usage during the start month. (N_DURINGSTARTMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"DuringStartDay":{"format":"int32","description":"During Start Day. The usage during the start day. (N_DURINGSTARTDAY)","type":"integer"},"DuringEndMonth":{"description":"During End Month. The usage during the end month. (N_DURINGENDMONTH)\r\nEnum AdvancedUtility.Model.MonthNumber:  Blank, January, February, March, April, May, June, July, August, September, October, November, December","type":"string"},"DuringEndDay":{"format":"int32","description":"During End Day. The usage during the end day. (N_DURINGENDDAY)","type":"integer"},"DefaultUsage":{"format":"double","description":"Default Usage. The default usage. (N_DEFAULTUSAGE)","type":"number"},"MustRead":{"description":"Must Have Read. Indicates whether a read must be done. (L_MUSTREAD)","type":"boolean"},"IncludeOtherServiceInEstimate":{"description":"Include Other Service History In Estimates. Indicates whether to include other service history in the estimates. (L_INCLUDEOTHERSERVICEINEST)","type":"boolean"},"VacantAccountExceptionMinimumUsage":{"format":"int32","description":"Vacant Account Exception Minimum Usage. The vacant account exception minimum usage. (N_VACACCTEXCEPTMINUSAGE)","type":"integer"},"NobillOnMeterMustReadException":{"description":"No Bill If Meter Must Read Exception. Indicates whether to no bill if the meter must read exception. (L_EXPMETERMUSTREADNOBILL)","type":"boolean"},"NobillOnMissingPriceException":{"description":"No Bill if Missing Price Exception. Indicates whether to no bill if missing the price exception. (L_EXPMISSINGPRICENOBILL)","type":"boolean"},"NobillOnValidationException":{"description":"No Bill if Validation Exception. Indicates whether to no bill if validation exception. (L_EXPVALIDATIONNOBILL)","type":"boolean"},"NobillOnFinalBillException":{"description":"No Bill if Final Bill Exception. Indicates whether to no bill if this is a final bill exception. (L_EXPFINALBILLNOBILL)","type":"boolean"},"InactiveColor":{"format":"int64","description":"Inactive Service Color. The inactive service colour. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (N_INACTIVECOLOR)","type":"integer"},"NobillOnPendingEnrolment":{"description":"No Bill if Pending Enrollment. Indicates whether to no bill if there is a pending enrolment. (L_EXPENROLMENTNOBILL)","type":"boolean"},"UseReadingCutoffDate":{"description":"Use Reading Cutoff Date. Indicates whether to use the reading cut off date. (L_USEREADINGCUTOFFDATE)","type":"boolean"},"NobillOnInactiveUsage":{"description":"No Bill if Usage on Inactive Service. Indicates whether to no bill if the usage is on inactive service. (L_EXPINACTIVEUSAGENOBILL)","type":"boolean"},"DciExcludesInactiveService":{"description":"Do Not Read Inactive Service. Indicates whether the meter reading export file excludes inactive service. (L_DCIEXCLUDESINACTIVE)","type":"boolean"},"MaximumInactiveConsumptionAllowed":{"format":"double","description":"Max Cons Allowed if Inactive. The maximum consumption allowed if Service has been deactivated. (N_MAXINACTIVECONSALLOWED)","type":"number"},"IsPropaneService":{"description":"Propane Service. Indicates whether the propane service. (L_PROPANESERVICE)","type":"boolean"},"DaysAfterRead":{"format":"int32","description":"Days Move Out After Reading Date. The number of days after the reading date before the move out.  (I_DAYSAFTERREAD)","type":"integer"},"NobillOnDaysAfterReadException":{"description":"No Bill if Move Out After Reading Date Exception. Indicates whether to no bill if the move out is after the reading date exception. (L_DAYSAFTERREADNOBILL)","type":"boolean"},"CheckMoveOutBeforeReadDate":{"description":"Check Move Out Before Reading Date. Indicates whether to check the move out before reading date. (L_BEFOREREAD)","type":"boolean"},"NobillOnMoveOutBeforeReadDate":{"description":"No Bill if Move Out Before Reading Date. Indicates whether to no bill if the move out is before the reading date. (L_BEFOREREADNOBILL)","type":"boolean"},"NobillOnNegativeConsumption":{"description":"No Bill if Negative Consumption. Indicates whether to no bill if there is a negative consumption exception. (L_EXPNEGATIVECONSNOBILL)","type":"boolean"},"MeterBasicZero":{"description":"Meter Basic Zero Flag (L_METERBASICZERO)","type":"boolean"},"MeterBasicMultiplierDescription":{"description":"Meter Basic Multiplier Description. The meter basic multiplier description. (C_METERBASICMULTIPLIERDESC)","type":"string"},"NobillOnNoTransferException":{"description":"No Bill if Usage Not Transferred Exception. Indicates whether to no bill if the exception is not transferred. (L_EXPNOTRANSFERNOBILL)","type":"boolean"},"BillingOrder":{"format":"int32","description":"Processing Order in Billing. The processing order in billing. (I_BILLINGORDER)","type":"integer"},"PercentOfDeductService":{"format":"double","description":"Deduct Service Consumption. The percentage of the consumption for this service that is required to calculate the deduct service consumption. (N_PERCENTOFDEDUCTSERVICE)","type":"number"},"EditMultiplierByReadType":{"description":"Edit Multiplier by Read Type Flag. Indicates whether to allow editing the billing multiplier by read type. (L_EDITMULTIPLIERBYREADTYPE)","type":"boolean"},"StaleReadExceptionDays":{"format":"int32","description":"Current Read Date is Older Than Days. The number of days for which the current read date has been expired. (I_STALEREADEXCEPTDAYS)","type":"integer"},"NobillOnStaleReadException":{"description":"Current Read Date is Older Than Exception No Bill. Indicates whether to bill or not when the 'current read date is older than exception' code is used.   (L_EXPSTALEREADNOBILL)","type":"boolean"},"AllowDaysBetweenMasterSub":{"format":"int32","description":"Number of Days Allowed Between Master/Sub Readings. The number of days to allow between the master/sub meter readings. (I_MSALLOWDAYS)","type":"integer"},"NobillOnSubaccountVacantConsumption":{"description":"No Bill if Consumption on Vacant Sub-Account. Indicates whether to bill or not if there is consumption on a vacant sub-account. (L_EXPSUBACCOUNTVACANTNOBILL)","type":"boolean"},"MaximumUsage":{"description":"Max Usage Type. The maximum usage. (C_MAXUSAGE)\r\nEnum AdvancedUtility.Model.CON009+MaximumUsageEnum:  MaxUsage, MaxAverage, PeriodAverage, DailyAverage","type":"string"},"IsAdjustedService":{"description":"Adjusted. Indicates if there was an adjustment. (L_ADJUSTEDSERVICE)","type":"boolean"},"DefaultAdjustmentPercent":{"format":"double","description":"Default Adjust Percentage. The default adjustment percentage (N_DEFAULTADJUSTPERCENT)","type":"number"},"MeterBillcodeBySize":{"description":"Use Meter Bill Code By Size. Indicates if there is a meter bill code. (L_METERBILLCODEBYSIZE)","type":"boolean"},"UsageAdjustmentMultiplier":{"format":"int64","description":"Multiplier for Usage Adjust. The multiplier used for usage / consumption adjustment. (I_ADJUSAGEMULTIPLIER)","type":"integer"},"RoundFactor":{"format":"double","description":"Round Factor. This value controls the precision of the rounding. (N_ROUNDFACTOR)","type":"number"},"CheckUsageFormula":{"description":"Check Bill Usage Formula. Indicates if the bill usage formula is checked. (L_USAGEFORMULA)","type":"boolean"},"BookPrefix":{"description":"Book Prefix. The book prefix. (C_BOOKPREFIX)","type":"string"},"RebillByPeriod":{"description":"Separate Consumption/Charges by Billing Period. Indicates if to separate the consumption / charges by billing period in the bill. (L_REBILLBYPERIOD)","type":"boolean"},"StandardServiceBilling":{"description":"Standard Service Billing. Indicates that the standard service billing applies. (L_STANDARDSERVICEBILLING)","type":"boolean"},"DeactivatedServiceInBill":{"description":"Include Deactivated Service in Bill. Indicates that a deactivated service is included in the bill. (L_DEACTIVATEDSERVICEINBILL)","type":"boolean"},"NobillFinalBillStaleReadException":{"description":"Final Read Date is Older Than Exception No Bill. Indicates whether the stale read exception is no-bill. (L_STALEREADEXCEPTNOBILLFB)","type":"boolean"},"StaleReadFinalBillDays":{"format":"int32","description":"Final Read Date is Older Than Days (I_STALEREADEXCEPTDAYSFB)","type":"integer"},"UseRemoteInventory":{"description":"Use Remote Inventory. Indicates that the remote inventory is used. (L_USEREMOTEINVENTORY)","type":"boolean"},"RateLevel":{"description":"Rate Setting Level. The rate setting level. (C_RATELEVEL)\r\nEnum AdvancedUtility.Model.CON009+RateLevelEnum:  _blank, Meter, Service","type":"string"},"LeakAdjustOrder":{"description":"Leak Adjustment Rate. The leak adjustment rate.  (C_ADJUSTORDER)\r\nEnum AdvancedUtility.Model.CON009+LeakAdjustOrderEnum:  _blank, Average, HightoLow, LowtoHigh","type":"string"},"GenerateMeterEndPointId":{"description":"Auto-Generate Meter Endpoint ID. Indicates whether to automatically generate the meter endpoint ID on meter install. (L_GENERATEMETERENDPOINTID)","type":"boolean"},"KeepMeterEndPointId":{"description":"Keep Meter Endpoint ID. Indicates that the endpoint ID should remain with the installation. If set, a meter exchange will copy the endpoint ID to the replacement meter. If not set, the endpoint ID will only remain with the replaced meter. (L_KEEPMETERENDPOINTID)","type":"boolean"},"MoveInSplitPercent":{"format":"double","description":"Move In Split Percentage. The percentage of the account type Move In charge to be applied for this service.  (I_MOVEINSPLITPERCENT)","type":"number"},"IsDateRemovedMandatory":{"description":"Make Date Removed Mandatory When Meter is Set to Inactive. Indicates whether the Date Removed field entry is mandatory when the meter is set to inactive. (L_DATEREMOVEDMANDATORY)","type":"boolean"},"TransferCallNumber":{"description":"Transfer Call Number When Adding New Meter. Indicates whether the call number is transferred when a new meter is added. (L_TRANSFERCALLNUMBER)","type":"boolean"},"Populate2ndMeterMultiplier":{"description":"Populate 2nd Multiplier. Indicates whether the second  multiplier is populated with the pressure factor  based on the drive/pound combination. (L_POPULATE2NDMETERMULTIPLIER)","type":"boolean"},"AllCompanies":{"description":"All Companies?. Indicates whether this service is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"BillInAdvance":{"description":"Bill Service in Advance. Indicates that the service will be billed in advance. (L_BILLINADVANCE)","type":"boolean"},"RefundOnFinalBill":{"description":"Refund Amount on Final Bill. Indicates that a refund amount will be issued on final billing. (L_REFUNDONFINALBILL)","type":"boolean"},"IncludeNoMeterIndicationDefault":{"description":"Default Value for 'Include Service With No Meter in Meter Reading Export'. Indicates whether to use the default value of the 'Include Service With No Meter In Meter Reading Export' field when new services are added. This is used to allow accounts to be included in the meter reading process even if there is no meter on the account. (L_DEFAULTINCLUDENOMETERINDCI)","type":"boolean"},"DailyAvgExceptionUsage":{"format":"int32","description":"Daily Average Exception Usage. The missing price exception. If the price is missing a bill will not be sent. (N_DAILYAVGEXCEPTIONUSAGE)","type":"integer"},"StoreNonBilledReads":{"description":"Store Non-Billed Readings as Information Only. Store Non-Billed Readings as Information Only. (L_STORENONBILLEDREADS)","type":"boolean"},"WAVBasedOnSourceAccount":{"description":"Calculate WAV based on Consumption at Source Account. Calculate WAV based on Consumption at Source Account (L_WAVBASEDONSOURCEACCOUNT)","type":"boolean"},"DeactivateServiceOnFinalBill":{"description":"Deactivate Service On Final Bill. Deactivate Service in Final Bill update if the Account becomes Vacant (L_DEACTIVATESERVICEONFINALBILL)","type":"boolean"},"TruncateReadingsInBill":{"description":"Truncate Readings in Bill. Truncate Readings in Bill and use truncated readings to calculate the Billed Consumption (L_TRUNCATEREADINGSINBILL)","type":"boolean"},"SumConsumptionWithOtherService":{"description":"Sum Consumption with Other Service. Sum Consumption with Other Service's Consumption if both services have meters (L_SUMCONSWITHOTHERSERVICE)","type":"boolean"},"StoreRemoteNumInMetInvent":{"description":"Store Remote Number in Meter Inventory. Store Remote Number in Meter Inventory (L_STOREREMOTENUMINMETINVENT)","type":"boolean"},"CancelLeakAdjustedReading":{"description":"Cancel Leak Adjusted Reading. Cancel and Replace Reading History record if it was adjusted for a Water Leak. (L_CANCELLEAKADJUSTEDREADING)","type":"boolean"},"NobillOnIntervalReadingMissingException":{"description":"Interval Reading Missing Exception No Bill. If True, do not sent a bill if the interval reading is missing. (L_INTERVALREADINGMISSINGNOBILL)","type":"boolean"},"NobillOnMeterReaderExceptionException":{"description":"Meter Reader Exception No Bill. If True, do not sent a bill if meter reader exception. (L_METERREADEREXCEPTIONNOBILL)","type":"boolean"},"ShowInReadingHistory":{"description":"Display in Reading History. Indicates whether the service will be displayed in Reading History. (L_SHOWINREADINGHISTORY)","type":"boolean"},"NobillCustomException":{"description":"Custom Exception No Bill. Indicates whether the custom exception is no-bill. (L_CUSTOMEXCEPTNOBILL)","type":"boolean"},"ReadingDateForMultiple":{"description":"Reading Date for Multiple Meters. Which reading date to use if the service has multiple meters with different reading dates. (C_READINGDATEFORMULTIPLE)\r\nEnum AdvancedUtility.Model.CON009+ReadingDateForMultipleEnum:  LatestDate, EarliestDate, BatchHeader","type":"string"},"MeterChangeExceptionExt":{"description":"Extended Meter Change Exception. Extend the meter change exception checking for the previous period. (L_METERCHANGEEXCEPTIONEXT)","type":"boolean"},"ValidateRemote":{"description":"Validate Remote. Indicates whether the remote number is validate against mef303 (Only valid for water service). (L_VALIDATEREMOTE)","type":"boolean"},"AllowDuplicateRemote":{"description":"Allow Duplicate Remote. Indicates whether to use remote numbers for more than one meter. (L_ALLOWDUPLICATEREMOTES)","type":"boolean"},"ExcludeEstimateAdjustment":{"description":"Exclude Estimated Adjustment Method. Indicates whether to use estimated adjustment method. (L_EXCLUDEESTIMATEADJUSTMENT)","type":"boolean"},"ExcludeVacantUsageFirstBill":{"description":"Exclude Vacant Usage From First Bill. Do not include the usage occurred prior to move in date of a previously vacant account in the first bill of the new customer. (L_NOVACANTUSAGEINFIRSTBILL)","type":"boolean"},"UseActualReadingForDeactivatedService":{"description":"Use Actual Reading for Deactivated Service. Use the actual reading for deactivated service even if the Reading Date is after the Deactivation Date. (L_USEACTUALREADFORDEACTIVATED)","type":"boolean"},"DefaultMeterModifyFromOldMeter":{"description":"Default Meter Modify from Old Meter. Use the previous reading of the old meter for removed reading and previous reading for new record in meter modify. (L_DEFAULTMETERMODIFYFROMOLD)","type":"boolean"},"ExcludeServiceFromVacantAccountMoveIn":{"description":"Exclude Service from Vacant Account Move In. Exclude this service from setting the Previous Reading Date in Vacant Account Move In process. (L_EXCLUDEFROMVACANTACCTMOVEIN)","type":"boolean"},"NormalBillPeriodGraceDays":{"format":"int32","description":"Normal Bill Period Grace Days. Additional day allowance for reading period, when 'Separate Consumption/Charges by Billing Period' is selected. (I_NORMALBILLPERIODADDDAYS)","type":"integer"},"FirstFinalBillPeriodGraceDays":{"format":"int32","description":"First/Final Bill Period Grace Days. Additional day allowance in first/final bill for reading period, when 'Separate Consumption/Charges by Billing Period' is selected. (I_FIRSTFINALBILLPERIODADDDAYS)","type":"integer"},"UseOriginalTransactionCodeForLeakAdjustment":{"description":"Use Original Transaction Code for Leak Adjustment. Indicates whether to use the original billing transaction code for water leak adjustment. (L_USEORIGTRANSCODEFORLEAKADJ)","type":"boolean"},"CopyBillCode":{"description":"Copy Bill Code. Indicates whether the Bill Code will be copied to the new meter. (L_COPYBILLCODE)","type":"boolean"},"NotAllowFutureDate":{"description":"Future Meter Remove Date Not Allowed. Indicates whether future date for new changed meter is allowed. (L_NOTALLOWFUTUREINSTALLDATE)","type":"boolean"},"StoreRateChangeReadingInBill":{"description":"Store Rate Change Reading In Bill. Indicates whether to store reading in the Bill Reading table based on the rate change date, if the rate change occurs during the billing period. (L_STORERATECHANGEREADINBILL)","type":"boolean"},"StoreReadingsPerBillingPeriod":{"description":"Store Readings Per Billing Period. Indicates whether to store readings in the Bill Reading table and Rebill Request per Billing Period. When this checkbox is selected a reading must exist for every billing period. (L_STOREREADSPERBILLINGPERIOD)","type":"boolean"},"ExcludePrevCustomerConsumption":{"description":"Exclude Consecutive Consumption for Previous Customer. Indicates whether to exclude the consumption for the previous customer when calculating consecutive consumption. (L_EXCLUDEPREVCUSTCONSUMPTION)","type":"boolean"},"ApplyChargeToAutoMove":{"description":"Apply Auto Move In Charge. Indicates whether to apply a Move In charge to the Auto Move In customer. (L_APPLYCHARGETOAUTOMOVE)","type":"boolean"},"SkipLowConsumptionExceptionIfZero":{"description":"No Low Exceptions when Current Consumption is Zero. Indicates whether both of the low consumption exceptions will be ignored if the current meter consumption in the bill is zero. (L_SKIPLOWCONSEXPIFZERO)","type":"boolean"},"SkipHighConsumptionExceptionIfZero":{"description":"No High Exception when Compare Consumption is Zero. Indicates whether the high percentage consumption exception will be ignored if the estimated compare usage of the meter in the bill is zero. (L_SKIPHIGHCONSEXPIFZERO)","type":"boolean"},"UseOldMeterBillingMultipliers":{"description":"Use Old Meter Billing Multipliers. Indicates whether the billing multiplier values will be copied from the old meter when doing a meter change/modify. (L_USEOLDMETERBILLINGMULTIPLIER)","type":"boolean"},"NobillInactiveConsumptionMeterException":{"description":"Inactive Meter Consumption Exception No Bill. Indicates whether the inactive meter that has consumption will be flagged as no-bill. (L_INACTIVEMETEREXCEPTIONNOBILL)","type":"boolean"},"BillInactiveMeter":{"description":"Bill Inactive Meter. Indicates whether the inactive meter will be billed. (L_BILLINACTIVEMETER)","type":"boolean"},"DeactivateByReadType":{"description":"Deactivate By Read Type. Indicates whether read types can be individually deactivated, regardless of whether the meter is deactivated or not. When unchecked, deactivating a meter will deactivate every read type associated with the meter. (L_DEACTIVATEBYREADTYPE)","type":"boolean"},"EstimateIfStaleRead":{"description":"Estimate If Stale Read. Indicates whether the bill reading will be estimated if the pending read date has expired, or is older than the days specified in the Stale Read Days field. (L_ESTIMATEIFSTALEREAD)","type":"boolean"},"MaximumConsumption":{"format":"double","description":"Maximum Consumption. Exception when consumption exceeds this maximum threshold value and has increased by more times than the Consumption Increase Factor. (N_NOEXCEPTIONIFCONSUMPLESS)","type":"number"},"NobillConsumptionIncreaseFactor":{"description":"Consumption Increase Factor No Bill. Indicates if the bill will be flagged no bill when consumption increases N times and consumption exceeds set threshold (see Maximum Consumption threshold). (L_CONSUMINCREASENTIMESNOBILL)","type":"boolean"},"ConsumptionIncreaseFactor":{"format":"double","description":"Consumption Increase Factor. Exception when the consumption increases by more than this number of times and is greater than the Maximum Consumption. (N_NTIMESINCREASEDCONSUMPTION)","type":"number"},"AdvanceReadHandling":{"description":"Advance Read Handling. How to handle advance reading when the service is billed in advance. Current options are to store the reading in the Reading History (BIF016) table, or in the Information Only Reading (BIF032) table. (C_ADVANCEREADHANDLING)\r\nEnum AdvancedUtility.Model.CON009+AdvanceReadHandlingEnum:  ReadingHistoryNoDateRestriction, ReadingHistory, InformationRead","type":"string"},"ValidateReadingException":{"description":"Validate Reading Exception. Indicates whether to validate for defined exceptions when adding a meter reading for this service. (L_VALIDATEREADEXCEPTION)","type":"boolean"},"AddServiceActionId":{"format":"int64","description":"Add Service Action ID. The Add service action ID. (I_ADDSERVICEACTIONID)","type":"integer"},"AffectedAR":{"description":"A/R Affected. The affected accounts receivables. (C_AFFECTEDAR)","type":"string"},"AffectedDepositAR":{"description":"Affected Deposit A/R. The A/R code of the affected deposit A/R. (C_AFFECTEDDEPOSITAR)","type":"string"},"AffectedDepositOwingAR":{"description":"Affected Deposit Owing A/R. The A/R code of the affected deposit owing A/R. (C_AFFECTEDDEPOSITOWAR)","type":"string"},"BeforeReadExceptionCode":{"format":"int64","description":"Move Out Before Reading Date Exception. The move out before reading date exception code. (I_BEFOREREADEXCEPTCODE)","type":"integer"},"BillingDaysExceptionCode":{"format":"int64","description":"Min. Days Exception Description. The exception description for the exception days. (I_EXCEPTIONDAYSEXCEPTCODE)","type":"integer"},"BillMessageCode":{"description":"Bill Message Code. The bill message code. (C_BMESSAGECODE)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order to use this Service. (C_COMPANY)","type":"string"},"ConsecutiveDescreasesExceptionCode":{"format":"int64","description":"Consecutive Decreases Exception Description. The consecutive decreases exception description. (I_CONSECUTIVEDECREASESEXCEPTCD)","type":"integer"},"ConsecutiveEstimateExceptionCode":{"format":"int64","description":"Consecutive Estimate Exception Desc.. The consecutive estimate exception description. (I_CONSECUTIVEESTEXCEPTCODE)","type":"integer"},"ConsecutiveIncreasesExceptionCode":{"format":"int64","description":"Consecutive Increases Exception Desc.. The consecutive increases exception description. (I_CONSECUTIVEINCREASESEXCEPTCD)","type":"integer"},"ConsumptionIncreaseFactorExceptionCode":{"format":"int64","description":"Consumption Increase Factor Exception. Exception code generated when usage Consumption Increase Factor exception is triggered. (I_NTIMESCONSUMPEXCEPTCODE)","type":"integer"},"CustomExceptionCode":{"format":"int64","description":"Custom Exception. The description of the custom exception. (I_CUSTOMEXCEPTCODE)","type":"integer"},"CustomExceptionFormula":{"format":"int64","description":"Exception Formula. The code of the formula to check the custom exception (I_EXCEPTIONFORMULACODE)","type":"integer"},"DailyAvgUsageActionId":{"format":"int64","description":"Daily Average Usage Exception Action ID. The validation exception. If validation is required, a bill will not be sent. (I_DAILYAVGUSAGEACTIONID)","type":"integer"},"DaysAfterReadExceptionCode":{"format":"int64","description":"Move Out After Reading Date Exception. The move out after the reading date exception code.  (I_DAYSAFTERREADEXCEPTCODE)","type":"integer"},"DeductService":{"description":"Deduct Other Services Usage. The other services deduct usage code. (C_DEDUCTSERVICE)","type":"string"},"DeductUnits":{"description":"Deduct Service Convert to Units. The Unit to use to convert the units for the deduct service consumption if the 2 linked services use different units. (C_DEDUCTUNITS)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use this Service. (C_DIVISIONS)","type":"string"},"EnrolmentExceptionCode":{"format":"int64","description":"Pending Enrollment Exception. The pending enrolment exception. (I_ENROLMENTEXCEPTCODE)","type":"integer"},"EntranceType":{"description":"Service Entrance Type. The service entrance type. (C_ENTRANCETYPE)","type":"string"},"EstimateType1":{"description":"Estimate Type 1. The first estimate type. (C_ESTIMATETYPE1)","type":"string"},"EstimateType2":{"description":"Estimate Type 2. The second estimate type. (C_ESTIMATETYPE2)","type":"string"},"EstimateType3":{"description":"Estimate Type 3. The third estimate type. (C_ESTIMATETYPE3)","type":"string"},"EstimateType4":{"description":"Estimate Type 4. The fourth estimate type. (C_ESTIMATETYPE4)","type":"string"},"ExceptionAppliesToAccountTypes":{"description":"Account Types. The account types the Increased Consumption Exception settings apply to. (C_EXCEPTIONOKFORACCOUNTTYPES)","type":"string"},"ExceptionReadStatusCodes":{"description":"Read Status Exceptions. The description of the 'always read exception code status.' (C_EXCEPTIONREADSTAT)","type":"string"},"ExceptionType1":{"description":"Exception Type 1. The first exception type. (C_EXCEPTIONTYPE1)","type":"string"},"ExceptionType2":{"description":"Exception Type 2. The second exception. (C_EXCEPTIONTYPE2)","type":"string"},"ExceptionType3":{"description":"Exception Type 3. The third exception. (C_EXCEPTIONTYPE3)","type":"string"},"ExceptionType4":{"description":"Exception Type 4. The fourth exception. (C_EXCEPTIONTYPE4)","type":"string"},"ExcludeTypes":{"description":"Exclude Exception Types. The excluded exception types. (C_EXCLUDETYPES)","type":"string"},"FinalBillExceptionCode":{"format":"int64","description":"Final Bill Warning Exception. The final bill warning exception. (I_FINALBILLEXCEPTCODE)","type":"integer"},"FinalBillStaleReadExceptionCode":{"format":"int64","description":"Stale Read Exception Final Bill (I_STALEREADEXCEPTCODEFB)","type":"integer"},"HighExceptionCode":{"format":"int64","description":"High Percentage Exception. The exception that will be triggered when the consumption is above the high percentage threshold. (I_HIGHEXCEPTCODE)","type":"integer"},"HighValueExceptionCode":{"format":"int64","description":"High Value Exception. The exception that will be triggered when the high value threshold is exceeded. (I_HIGHVALUEEXCEPTCODE)","type":"integer"},"InactiveMeterConsumptionExceptionCode":{"format":"int64","description":"Inactive Meter Consumption Exception. The description of the consumption at the inactive meter which will trigger the “Inactive Meter Consumption exception. (I_INACTIVEMETERCONSEXCEPTION)","type":"integer"},"InactiveUsageExceptionCode":{"format":"int64","description":"Usage on Inactive Account. The usage on the inactive account. (I_INACTIVEUSAGEEXCEPTCODE)","type":"integer"},"IntervalReadingMissingExceptionCode":{"format":"int64","description":"Interval Reading Missing Exception. Interval reading missing exception. (I_INTERVALREADINGMISSINGCODE)","type":"integer"},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"IsDemand":{"description":"Indicates whether this is a demand service.  Read-only.","type":"boolean"},"IsMetered":{"description":"Indicates whether this is a metered service (not based on another service, and is consumption or demand type).  Read-only.","type":"boolean"},"KwhService":{"description":"Linked KWH Service. The service ID used for linked KWH (Kilo Watt Hour) services. (C_KWHSERVICE)","type":"string"},"LowExceptionCode":{"format":"int64","description":"Low Percentage Exception. The exception that will be triggered when the consumption is below the low percentage threshold. (I_LOWEXCEPTCODE)","type":"integer"},"LowValueExceptionCode":{"format":"int64","description":"Low Value Exception. The exception that will be triggered when the low value threshold is not met. (I_LOWVALUEEXCEPTCODE)","type":"integer"},"MaximumDaysExceptionCode":{"format":"int64","description":"Max. Days Exception Description. The exception description for the maximum days (I_MAXDAYSEXCEPTCODE)","type":"integer"},"MeterChangeExceptionCode":{"format":"int64","description":"Meter Change Exception Desc.. The meter change exception description. (I_METERCHANGEEXCEPTCODE)","type":"integer"},"MeterMustReadExceptionCode":{"format":"int64","description":"Meter Must Read Exception. The meter must read exception. (I_METERMUSTREADEXCEPTCODE)","type":"integer"},"MeterReaderExceptionCode":{"format":"int64","description":"Meter Reader Exception. Meter reader exception. (I_METERREADEREXCEPTIONCODE)","type":"integer"},"MissingPriceExceptionCode":{"format":"int64","description":"Missing Price Exception. The missing price exception. (I_MISSINGPRICEEXCEPTCODE)","type":"integer"},"MoveInActionId":{"format":"int64","description":"Move In Action ID. The action ID for the action that is triggered upon a Move In. (I_MOVEINACTIONID)","type":"integer"},"MoveInSplitTransactionCode":{"description":"Move In Charge Split Transaction Code. The transaction code which is used when the Account Type Move In Charge is split by service. (C_MOVEINSPLITTRANSCODE)","type":"string"},"MoveInTransactionCode":{"description":"Move In Charge Transaction Code. The transaction code that is used to apply the Move In charge. (C_MOVEINTRANSCODE)","type":"string"},"NegativeConsumptionExceptionCode":{"format":"int64","description":"Negative Consumption Exception. The negative consumption exception code. (I_NEGATIVECONSEXCEPTCODE)","type":"integer"},"NoEstimateExceptionCode":{"format":"int64","description":"No Estimate Exception Description. The no estimate exception description. (I_NOESTIMATEEXCEPTCODE)","type":"integer"},"NoHistoryExceptionCode":{"format":"int64","description":"No History Exception Desc.. The no history exception description. (I_NOHISTORYEXCEPTCODE)","type":"integer"},"NoTransferExceptionCode":{"format":"int64","description":"Usage Not Transferred Exception. The no usage transfer exception code. (I_NOTRANSFEREXCEPTCODE)","type":"integer"},"OtherService":{"description":"Based on Other Service. The other service code. (C_OTHERSERVICE)","type":"string"},"OtherServiceInEstimates":{"description":"Other Service to Include in Estimates. The other service to include in the estimates. (C_OTHERSERVICEINESTIMATES)","type":"string"},"ProjectAR":{"description":"Project AR. The project accounts receivable. (C_PROJECTAR)","type":"string"},"ReadDateBasedOnService":{"description":"Read Date Based On Service. The read date for this service is based on the service selected here. Otherwise, the reading date on the billing batch is used. (C_READDATEBASEDONSERVICE)","type":"string"},"ReadStatusExceptionCode":{"format":"int64","description":"Read Status Exception Description. The exception read status description exception description. (I_EXCEPTIONRDSTATDESCEXCEPTCD)","type":"integer"},"RemoteInventoryType":{"description":"Remote Inventory Type. Selecting a remote inventory type links it to the Meter Inventory. (C_REMOTEINVTYPE)","type":"string"},"ServiceDeactivationActionId":{"format":"int64","description":"Service Deactivation Action. The service deactivation action ID. (I_SERVDEACTACTION)","type":"integer"},"ServiceGroup":{"description":"Service Group. The service group that this service belongs to. (C_SERVICEGROUP)","type":"string"},"ServiceReactivationActionId":{"format":"int64","description":"Service Reactivation Action. The service reactivation action ID. (I_SERVREACTACTION)","type":"integer"},"ServiceType":{"description":"Service Type. The service type. (C_SERVICETYPE)","type":"string"},"StaleReadExceptionCode":{"format":"int64","description":"Current Read Date is Older Than Exception. The exception code that is used when the current read date has expired. (I_STALEREADEXCEPTCODE)","type":"integer"},"SubaccountNoReadExceptionCode":{"format":"int64","description":"Missing Sub-Account Reading Exception. The missing sub-account reading exception. (I_SUBACCOUNTNOREADEXCEPTCODE)","type":"integer"},"SubaccountVacantExceptionCode":{"format":"int64","description":"Consumption on Vacant Sub-Account. The consumption on the vacant sub-account. (I_SUBACCOUNTVACANTEXCEPTCODE)","type":"integer"},"TrackUnbilledConsumptionForUnits":{"description":"Track Unbilled Consumption For Units. List of Meter Units to track unbilled consumption. (C_TRACKUNBILLEDCONSFORUNITS)","type":"string"},"TurnoverExceptionCode":{"format":"int64","description":"Turnover Exception Description. The Turnover exception description. (I_TURNOVEREXCEPTCODE)","type":"integer"},"Units":{"description":"Other Service Units. The other service units. (C_UNITS)","type":"string"},"UsageAdjustmentTransactionCode":{"description":"Usage Adjustments Transaction Codes. The adjustment transaction code. (C_ADJUSTTRANSCODE)","type":"string"},"VacantAccountReadActivity":{"description":"Vacant Account Read Activity. The vacant account read activity. (C_VACACCTREADACTIVITY)","type":"string"},"VacantAccountUsageActionId":{"format":"int64","description":"Vacant Account Usage Action ID. The vacant account usage action ID. (I_VACACCTUSAGEACTIONID)","type":"integer"},"ValidationExceptionCode":{"format":"int64","description":"Validation Exception. The validated exception. (I_VALIDATIONEXCEPTCODE)","type":"integer"},"ZeroConsumptionExceptionCode":{"format":"int64","description":"Zero Consumption Exception Desc.. The zero consumption exception description. (I_ZEROCONSUMPTIONEXCEPTCODE)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceModel]"},"readOnly":true}}},"Operation[ServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceAccountActivationModel":{"description":"Service Account Activation Control (ServiceAccountActivation / CON173)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MustHaveService":{"description":"Must Have Service. Indicates that a service must be active at the account. (L_MUSTHAVESERVICE)","type":"boolean"},"MustHaveMeter":{"description":"Service Must Have Meter. Indicates that a service must have a meter. (L_MUSTHAVEMETER)","type":"boolean"},"MustHaveBillCode":{"description":"Service Must Have Bill Code. Indicates that a service must have be set-up with a bill code. (L_MUSTHAVEBILLCODE)","type":"boolean"},"MustHaveBasicMultiplier":{"description":"Service Must Have Basic Multiplier. Indicates that a service must be set-up with a basic multiplier. (L_MUSTHAVEBASICMULTIPLIER)","type":"boolean"},"MustHaveServiceMultiplier":{"description":"Service Must Have Service Multiplier. Indicates that a service must be set-up with a service multiplier. (L_MUSTHAVESERVICEMULTIPLIER)","type":"boolean"},"MustHaveCallNumber":{"description":"Service Must Have Call Number. Indicates that a meter call number must be set-up for this service. (L_MUSTHAVECALLNUMBER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Type. The account type to be used for the activation. (C_ACCOUNTTYPE)","type":"string"},"Service":{"description":"Service. The service to be activated. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceAccountActivationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceAccountActivationModel]"},"readOnly":true}}},"Operation[ServiceAccountActivationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceAddressZoneModel":{"description":"Service Address Zone Control (ServiceAddressZone / CON045)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Zone Code. The zone code. (C_ZONE)","type":"string"},"Description":{"description":"Zone Name. The zone name. (C_ZONENAME)","type":"string"},"NorthBoundary":{"description":"Zone's Northern Boundary. The zone's northern boundary. (C_NORTHBOUNDARY)","type":"string"},"SouthBoundary":{"description":"Zone's Southern Boundary. The zone's southern boundary. (C_SOUTHBOUNDARY)","type":"string"},"EastBoundary":{"description":"Zone's Eastern Boundary. The zone's eastern boundary. (C_EASTBOUNDARY)","type":"string"},"WestBoundary":{"description":"Zone's Western Boundary. The zone's western boundary. (C_WESTBOUNDARY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service address zone is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceAddressZoneModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceAddressZoneModel]"},"readOnly":true}}},"Operation[ServiceAddressZoneModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceBasicMultiplierModel":{"description":"Account Service Multiplier (ServiceBasicMultiplier / BIF205)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The service group ID. (I_SERVGRPID)","type":"integer"},"Multiplier":{"format":"int64","description":"Basic Multiplier. The basic multiplier. (I_MULTIPLIER)","type":"integer"},"BasicMultiplier":{"format":"double","description":"Multiplier. The multiplier amount. (N_BASICMULTIPLE)","type":"number"},"Notes":{"description":"Notes. The notes about this multiplier. (C_NOTES)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The start date. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date. (D_ENDDATE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"ServiceGroup":{"description":"Service Group. The service group (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceBasicMultiplierModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceBasicMultiplierModel]"},"readOnly":true}}},"Operation[ServiceBasicMultiplierModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceCollectionModel":{"description":"Service Collection Control (ServiceCollection / COL109)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsSeasonalExemption":{"description":"Seasonal Exemption. Indicates the seasonal exemption. (L_SEASONEXEMPT)","type":"boolean"},"SeasonStart":{"format":"date-time","description":"Season Start. The start date for the season. (D_SEASONSTART)","type":"string"},"SeasonEnd":{"format":"date-time","description":"Season End. The end date for the season. (D_SEASONEND)","type":"string"},"DisconnectCreditPoints":{"format":"int32","description":"Disconnect Credit Points. The disconnect credit points. (I_DISCONNECTCREDITPOINTS)","type":"integer"},"DisconnectMinimumAmount":{"format":"double","description":"Disconnect Minimum Amount. The minimum disconnect amount.  (Y_DISCONNECTMINAMOUNT)","type":"number"},"MaximumDisconnectDays":{"format":"int32","description":"Maximum Days for Disconnect. The maximum days before the disconnection. (N_MAXDAYSDISCONNECT)","type":"integer"},"MaximumReconnectDays":{"format":"int32","description":"Maximum Days for Reconnect. The maximum days before reconnect. (N_MAXDAYSRECONNECT)","type":"integer"},"CancelDisconnectMaximumBalance":{"format":"double","description":"Maximum Owing to Auto Cancel Disconnect S/O. The maximum allowable balance which will trigger the automatic cancelling of a disconnect service order. (Y_SOCANCELBAL)","type":"number"},"UsePastDueBalanceOnCancelDisconnect":{"description":"Compare Past Due Balance When Cancelling Disconnect S/O. Indicates that the Past Due Balance will be checked for triggering the cancel of a disconnect service order. (L_SOCANCELPASTDUEBAL)","type":"boolean"},"CancelServiceOrderActionId":{"format":"int64","description":"Action to Run on Auto Cancelled Disconnect S/O. The action which will be triggered when a disconnect service order is automatically cancelled. (I_SOCANCELACTION)","type":"integer"},"ReconnectServiceOrderMaximumBalance":{"format":"double","description":"Maximum Owing to Auto Reconnect S/O. The Maximum allowable balance which will trigger the automatic creation of a reconnect service order. (Y_RECONNECTBAL)","type":"number"},"UsePastDueBalanceOnReconnect":{"description":"Compare Past Due Balance When Creating Reconnect S/O. Indicates that the Past Due Balance will be checked for triggering the creation of a reconnect service order. (L_RECONNECTPASTDUEBAL)","type":"boolean"},"SelectReconnectAction":{"description":"Reconnect Action will be selected when processing the payment. Indicates whether the reconnect action will be selected when a payment is processed. (L_SELECTRECONNECTACTION)","type":"boolean"},"GenerateExternalPaymentAction":{"description":"Generate External Payment/Arrangement Action. Generate External Reconnect or Cancel Disconnect Action on Payment / Arrangement (L_GENEXTPAYMENTACTION)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"SupplementalReconnectOption":{"description":"Supplemental Reconnect Option. Additional reconnect method that will be assessed if low income tenants are to be reconnected. The options are “None”, “Custom Script” and “Amount Due after last notice. (C_SUPPLEMENTALRECONNECTOPTION)\r\nEnum AdvancedUtility.Model.COL109+SupplementalReconnectOptionEnum:  LastNoticeAmountDue, CustomCriteria, None","type":"string"},"Script":{"description":"Script. PowerShell Formula to determine if an account should be reconnected. (M_SCRIPT)","type":"string"},"AccountType":{"description":"Account Types. The account type. (C_ACCOUNTTYPE)","type":"string"},"AfterHoursReconnectTransactionCode":{"description":"After Hours Reconnect Transaction Code. The after hours reconnect transaction code. (C_AFTERRECONNECTTRANSCODE)","type":"string"},"ARCodes":{"description":"A/R Codes. The A/R Codes to be included when determining reconnection. (C_ARCODES)","type":"string"},"DisconnectActionId":{"format":"int64","description":"Disconnect Action. The disconnect action. (I_DISCONNECTACTION)","type":"integer"},"DisconnectExemptionReason":{"description":"Disconnect Exemption Reason. The disconnect exemption reason. (C_DISCONNECTEXEMPTREASON)","type":"string"},"DisconnectExemptionType":{"description":"Disconnect Exemption Type. The disconnect exemption type. (C_DISCONNECTEXEMPTTYPE)","type":"string"},"DisconnectServiceOrderTypes":{"description":"Disconnect service order types. The disconnect service order types that are applicable to this service collection item. Disconnect service orders of this type will automatically have a disconnect record created when the service order is completed.. (C_DISCONNECTSERVICEORDERTYPES)","type":"string"},"DisconnectStatus":{"description":"Disconnected Status. The disconnect status. (C_DISCONNECTSTATUS)","type":"string"},"ExcludeAccountStatuses":{"description":"Account Statuses to Exclude When Canceling S/O Action. Accounts with these selected statuses will be excluded when canceling the service order action. (C_EXCLUDEACCTSTATUS)","type":"string"},"ExemptionReason":{"description":"Exemption Reason. The exemption reason. (C_EXEMPTREASON)","type":"string"},"ExemptionType":{"description":"Exemption Type. The exemption type. (C_EXEMPTTYPE)","type":"string"},"GeneratedDisconnectStatus":{"description":"Generated Disconnect Status. The generated disconnect status. (C_GENDISCONNECTSTATUS)","type":"string"},"GeneratedReconnectStatus":{"description":"Generated Reconnect Status. The generated reconnect status. (C_GENRECONNECTSTATUS)","type":"string"},"PendingDisconnectStatus":{"description":"Pending Disconnect Status. The pending disconnection status. (C_PENDINGDISCONNECTSTATUS)","type":"string"},"PostDisconnectActionId":{"format":"int64","description":"Post Disconnect Action. The disconnect post action. (I_POSTDISCONNECTACTION)","type":"integer"},"ReconnectActionId":{"format":"int64","description":"Reconnect Action. The reconnect action. (I_RECONNECTACTION)","type":"integer"},"ReconnectArrangementTypes":{"description":"Reconnect Arrangement Types. The arrangement types that qualify for the account service reconnect. (C_RECONNECTARRANGEMENTTYPES)","type":"string"},"ReconnectedStatus":{"description":"Reconnected Status. The reconnect status. (C_RECONNECTSTATUS)","type":"string"},"ReconnectServiceOrderActionId":{"format":"int64","description":"Action to Run on Auto Reconnect S/O. The action which will be triggered when a reconnect service order is automatically created (I_RECONNECTIONACTION)","type":"integer"},"ReconnectServiceOrderTypes":{"description":"Reconnect service order types. The reconnect service order types that are applicable to this service collection item. Reconnect service orders of this type will automatically have a disconnect record updated with the reconnection details when the service order is completed. (C_RECONNECTSERVICEORDERTYPES)","type":"string"},"ReconnectTransactionCode":{"description":"Reconnect Transaction Code. The reconnect transaction code. (C_RECONNECTTRANSCODE)","type":"string"},"Service":{"description":"Service. The service collection type. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceCollectionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceCollectionModel]"},"readOnly":true}}},"Operation[ServiceCollectionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceConsumptionExceptionModel":{"description":"Service Consumption Exception Control (ServiceConsumptionException / CON209)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Consumption":{"format":"double","description":"Consumption Block. These exception settings will only apply to readings with consumption less than this value. If the value is 0, then these exception settings will apply to any consumption amount. (N_CONSUMPTION)","type":"number"},"LowThreshold":{"format":"double","description":"Low Percentage Threshold. The threshold percentage for the low consumption exception. (N_LOWTHRESHOLD)","type":"number"},"LowValueThreshold":{"format":"double","description":"Low Value Threshold. The threshold value for the low consumption exception. (N_LOWVALUETHRESHOLD)","type":"number"},"HighThreshold":{"format":"double","description":"High Percentage Threshold. The threshold percentage for the high consumption exception. (N_HIGHTHRESHOLD)","type":"number"},"HighValueThreshold":{"format":"double","description":"High Value Threshold. The threshold value for the high consumption exception. (N_HIGHVALUETHRESHOLD)","type":"number"},"LowNobill":{"description":"Low Percentage Exception No Bill. Indicates whether to no bill the low percentage exception. (L_LOWNOBILL)","type":"boolean"},"LowValueNobill":{"description":"Low Value Exception No Bill. Indicates whether to no bill the low value exception. (L_LOWVALUENOBILL)","type":"boolean"},"HighNobill":{"description":"High Percentage Exception No Bill. Indicates whether to no bill the high percentage exception. (L_HIGHNOBILL)","type":"boolean"},"HighValueNobill":{"description":"High Value Exception No Bill. Indicates whether to no bill the high value exception. (L_HIGHVALUENOBILL)","type":"boolean"},"SkipLowConsumptionExceptionIfZero":{"description":"No Low Exceptions when Current Consumption is Zero. Indicates whether both of the low consumption exceptions will be ignored if the current meter consumption in the bill is zero. (L_SKIPLOWCONSEXPIFZERO)","type":"boolean"},"SkipHighConsumptionExceptionIfZero":{"description":"No High Exception when Compare Consumption is Zero. Indicates whether the high percentage consumption exception will be ignored if the estimated compare usage of the meter in the bill is zero. (L_SKIPHIGHCONSEXPIFZERO)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether these exception settings are disabled. (L_DISABLED)","type":"boolean"},"AccountTypes":{"description":"Account Types. The account types that these exception settings apply to. If nothing is selected, then these settings apply to all account types. (C_ACCOUNTTYPES)","type":"string"},"BillCode":{"description":"Bill Code. The bill code that these exception settings apply to. If nothing is selected, then these settings apply to all bill codes. (C_BILLCODE)","type":"string"},"BlockNumber":{"format":"int32","description":"Block (Obsolete). The block number. (Obsolete) (I_BLOCKNUM)","type":"integer"},"HighExceptionCode":{"format":"int64","description":"High Percentage Exception. The exception that will be triggered when the consumption is above the high percentage threshold. (I_HIGHEXCEPTION)","type":"integer"},"HighValueException":{"format":"int64","description":"High Value Exception. The exception that will be triggered when the consumption is above the high value threshold. (I_HIGHVALUEEXCEPTION)","type":"integer"},"LowExceptionCode":{"format":"int64","description":"Low Percentage Exception. The exception that will be triggered when the consumption is below the low percentage threshold. (I_LOWEXCEPTION)","type":"integer"},"LowValueException":{"format":"int64","description":"Low Value Exception. The exception that will be triggered when the consumption is below the low value threshold. (I_LOWVALUEEXCEPTION)","type":"integer"},"MeterSizes":{"description":"Meter Sizes. The meter sizes that these exception settings apply to. If nothing is selected, then these settings apply to all meter sizes. (C_METERSIZES)","type":"string"},"Service":{"description":"Service. The service that these exception settings apply to. (C_SERVICE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceConsumptionExceptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceConsumptionExceptionModel]"},"readOnly":true}}},"Operation[ServiceConsumptionExceptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceEntranceLocationTypeModel":{"description":"Service Entrance Location Type Control (ServiceEntranceLocationType / CON164)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Entrance Location Type Code. The service entrance location type. (C_CODE)","type":"string"},"Description":{"description":"Service Entrance Description. The service entrance location type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service entrance location type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceEntranceLocationTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceEntranceLocationTypeModel]"},"readOnly":true}}},"Operation[ServiceEntranceLocationTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceEntranceTypeModel":{"description":"Service Entrance Type Control (ServiceEntranceType / CON163)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Entrance Type. The service entrance type. (C_ENTRANCETYPE)","type":"string"},"Description":{"description":"Service Entrance Description. The service entrance description. (C_DESCRIPTION)","type":"string"},"ServiceEntrance":{"description":"Service Entrance Table. The service entrance table. (C_SERVICEENTRANCE)\r\nEnum AdvancedUtility.Model.CON163+ServiceEntranceEnum:  WaterServiceEntrance, SolidWasteServiceEntrance, ElectricServiceEntrance, SewerServiceEntrance, GasServiceEntrance","type":"string"},"MultipleTypes":{"description":"Multiple Types. The multiple types table. (C_MULTIPLETYPES)","type":"string"},"UseMeterConnections":{"description":"Use Meter Connections. Indicates whether the number of meters connected to a service entrance is restricted. (L_USEMETERCONNECTIONS)","type":"boolean"},"AddServiceToDescription":{"description":"Add Service To SE Description. Indicates whether service description is included in the service entrance description. (L_ADDSERVICETODESCRIPTION)","type":"boolean"},"AddIdToDescription":{"description":"Add Service Entrance ID To SE Description. Indicates whether the service entrance ID is included in the service entrance description. (L_ADDSEIDTODESCRIPTION)","type":"boolean"},"AddAccountToDescription":{"description":"Add Account To SE Description. Indicates whether account number is included in the service entrance description. (L_ADDACCOUNTTODESCRIPTION)","type":"boolean"},"GenerateTapNumber":{"description":"Use Service ID As Tap Number. Indicates whether tap number is auto-generated by naming it after the service ID. (L_GENERATETAPNUMBER)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the service entrance type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceEntranceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceEntranceTypeModel]"},"readOnly":true}}},"Operation[ServiceEntranceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[ServiceGroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceGroupModel]"},"readOnly":true}}},"Operation[ServiceGroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceGroupBillToModel":{"description":"Service Group Bill To (ServiceGroupBillTo / BIF202)\r\nThe Service Group Bill To table is used to store the information needed to bill the service group to an account different from the host account.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceGroupId":{"format":"int64","description":"Service Group ID. The ID for the host service group. (I_SERVGRPID)","type":"integer"},"BillToAccount":{"description":"Bill To Account. The account number which is billed for the host service. (C_BILLTOACCOUNT)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The start date for billing the service group to the Bill To Account. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The end date for billing the service group to the Bill To Account. (D_ENDDATE)","type":"string"},"BillToCustomer":{"description":"Bill To Customer. The optional customer number which is billed for the host service. (C_BILLTOCUSTOMER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceGroupBillToModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceGroupBillToModel]"},"readOnly":true}}},"Operation[ServiceGroupBillToModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceGroupCycleBookModel":{"description":"Service Group Cycle/Book Control (ServiceGroupCycleBook / CON099)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BillingFrequencyDays":{"format":"int32","description":"Billing Frequency Days. The number of days between billing cycles. (I_BILLINGDAYS)","type":"integer"},"ReadingFrequencyDays":{"format":"int32","description":"Reading Frequency Days. The number of days between readings. (I_READINGDAYS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Books":{"description":"Books. The books in the billing cycle from the Cycles/Books table. (C_BOOKS)","type":"string"},"Cycle":{"description":"Cycle. The billing cycle for the service from the Cycle Master table. (C_CYCLE)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group code that the service is linked to in the Service Group Control. (C_SERVICEGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceGroupCycleBookModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceGroupCycleBookModel]"},"readOnly":true}}},"Operation[ServiceGroupCycleBookModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceGroupDefaultsModel":{"description":"Service Group Default Control (ServiceGroupDefaults / CON112)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"AllCompanies":{"description":"All Companies?. Indicates whether this setup is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether service group default is disabled. (L_DISABLED)","type":"boolean"},"UpdateDefaultServicesAtMoveIn":{"description":"Update Default Services at Move In. Indicates whether the missing default services will be added to the account at Move In. (L_UPDATEDEFAULTSERVICEATMOVEIN)","type":"boolean"},"CheckServicesByCycleBook":{"description":"Check Default Services on Cycle/Book Change. Indicates whether the default services at the account will be checked when there is a cycle/book change. (L_CHECKSERVICESBYCYCLEBOOK)","type":"boolean"},"CycleBookList":{"description":"Cycles / Books For Default Services. The cycles and books selected for the default services at Move In account. (C_CYCLEBOOKLIST)","type":"string"},"AccountType":{"description":"Account Type. The account type code. (C_ACCOUNTTYPE)","type":"string"},"BillCode1":{"description":"Bill Code 1. The bill code 1. (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Bill Code 2. The bill code 2. (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Bill Code 3. The bill code 3. (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Bill Code 4. The bill code 4. (C_BILLCODE4)","type":"string"},"BillCode5":{"description":"Bill Code 5. The bill code 5. (C_BILLCODE5)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order for these Service Group Defaults to apply. (C_COMPANY)","type":"string"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order for these Service Group Defaults to apply. (C_DIVISIONS)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group ID. (C_SERVICEGROUP)","type":"string"},"ServiceMultiplier1":{"description":"Service Multiplier 1. The service multiplier 1. (C_SERVICEMULTIPLIER1)","type":"string"},"ServiceMultiplier2":{"description":"Service Multiplier 2. The service multiplier 2. (C_SERVICEMULTIPLIER2)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceGroupDefaultsModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceGroupDefaultsModel]"},"readOnly":true}}},"Operation[ServiceGroupDefaultsModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceMaterialModel":{"description":"Service Material Control (ServiceMaterial / CON232)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Material Code. The service material code. (C_SERVICEMATERIAL)","type":"string"},"Description":{"description":"Service Material Description. The service material description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service material is disabled. (L_DISABLED)","type":"boolean"},"Order":{"format":"int32","description":"Display Order. The display order for the water service material entry. Adjusts the display of codes in pick lists for the user's preference. (I_DISPLAYORDER)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceMaterialModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceMaterialModel]"},"readOnly":true}}},"Operation[ServiceMaterialModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceMultiplierModel":{"description":"Service Multiplier Control (ServiceMultiplier / CON020)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceMultiplierCode":{"description":"Service Multiplier Code. The service multiple code. (C_SERVICEMULTIPLIER)","type":"string"},"Description":{"description":"Service Multiplier Description. The service multiplier description. (C_DESCRIPTION)","type":"string"},"ServiceMultiplierFactor":{"format":"double","description":"Factor. The basic multiplier factor. (N_MULTIPLIER)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the service multiplier is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceMultiplierModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceMultiplierModel]"},"readOnly":true}}},"Operation[ServiceMultiplierModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderModel":{"description":"Service Order (ServiceOrder / BIF023)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MeterNumbersList":{"description":"Meter Numbers\r\n<para>The list of meter numbers of the service order.</para><para>(C_METERNUMBERS)</para>","type":"array","items":{"$ref":"#/definitions/SOMeterNumberModel"}},"EquipmentNumbersList":{"description":"Equipment Numbers\r\n<para>The list of equipment numbers.</para><para>(C_EQUIPMENTNUMBERS)</para>","type":"array","items":{"$ref":"#/definitions/SOEquipmentNumberModel"}},"Events":{"description":"List of service order events associated with this service order.","type":"array","items":{"$ref":"#/definitions/ServiceOrderEventModel"}},"MeterReadingsList":{"description":"Meter Readings\r\n<para>The list of meter readings of the service order.</para><para>(C_METERNUMBERS)</para>","type":"array","items":{"$ref":"#/definitions/SOMeterReadingsModel"}},"Assets":{"description":"List of service order assets associated with this service order.","type":"array","items":{"$ref":"#/definitions/ServiceOrderAssetModel"}},"IsReadCaptured":{"description":"Indicates that at least one Meter Reading or Information Only Reading has been added associated to this Service Order. Read Only.","type":"boolean"},"ServiceOrderNumber":{"format":"int64","description":"Service Order #. The service order number. (I_SERVICEORDER)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ServiceMessage":{"description":"Service Message. The message for this service order. (C_SERVICEMESSAGE)","type":"string"},"AfterHours":{"description":"After Hours. Indicates if a service order is completed after business hours. (C_AFTERHOURS)\r\nEnum AdvancedUtility.Model.BIF023+AfterHoursEnum:  NA, Yes, No","type":"string"},"DateCreated":{"format":"date-time","description":"Date/Time Created. The date and time when the service order was created. (T_DATECREATED)","type":"string"},"DateToPrint":{"format":"date-time","description":"Print Date. The print date that appears on the service order. (D_DATETOPRINT)","type":"string"},"DatePrinted":{"format":"date-time","description":"Date/Time Printed. The date and time when the service order was printed. (T_DATEPRINTED)","type":"string"},"ProgressNotes":{"description":"Progress Notes. The notes describing the progress of the service order. (M_PROGRESSNOTES)","type":"string"},"CompletedTimestamp":{"format":"date-time","description":"Completed Timestamp. The date and time when the service order was completed. (T_DATECOMPLETED)","type":"string"},"IsCompleted":{"description":"Completed. Indicates if the service order has been completed. (L_COMPLETED)","type":"boolean"},"CompletedNotes":{"description":"Closing Notes. Notes about the completion of the service order. (C_COMPLETEDNOTES)","type":"string"},"IsCancelled":{"description":"Cancelled. Indicates if the service order has been cancelled. (L_CANCELLED)","type":"boolean"},"MeterNumbers":{"description":"Meter Numbers. The meter numbers of the service order. (C_METERNUMBERS)","type":"string"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"DateWorkCompleted":{"format":"date-time","description":"Date Work Completed. The date on which the service order was done. (D_DATECOMPLETED)","type":"string"},"PreferredReadFrom":{"format":"date-time","description":"Preferred Reading From. The start time for which the customer prefers the service order be done. (T_PREFREADFROM)","type":"string"},"PreferredReadTo":{"format":"date-time","description":"Preferred Reading To. The end time for which the customer prefers the service order be done. (T_PREFREADTO)","type":"string"},"SendViaEmail":{"description":"Send Via Email. Indicates whether to send via email. (L_SENDVIAEMAIL)","type":"boolean"},"EmailId":{"format":"int64","description":"Email ID. The ID of the email message. (I_EMAILID)","type":"integer"},"ServiceRequestNumber":{"format":"int32","description":"Maintenance Service Request #. The maintenance service request number. (I_SERVICEREQUEST)","type":"integer"},"ServiceRequestId":{"description":"Service Request ID. The service request ID. (C_SERVICEREQUEST)","type":"string"},"IsEmergency":{"description":"Emergency Service Order. Indicates an emergency service order. (L_EMERGENCY)","type":"boolean"},"AppointmentId":{"format":"int64","description":"Appointment ID. The appointment ID link to Service Order Appointment (BIF123). (I_APPOINTMENTID)","type":"integer"},"PriorityHours":{"format":"int32","description":"Service Order Priority (in hours). The number of service order priority hours. (N_PRIORITYHOURS)","type":"integer"},"WorkOrderKey":{"description":"Work Order Key. The work order key. (C_WORKORDERKEY)","type":"string"},"EquipmentNumbers":{"description":"Equipment Numbers. The equipment numbers selected for a service order. (C_EQUIPMENTNUMBERS)","type":"string"},"SOCustom1":{"description":"SO Custom Field 1. The service order customer Field 1. (C_SOCUSTOM1)","type":"string"},"Hold":{"description":"Hold. Indicates that the service order is on hold. (L_HOLD)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"PastDueAmount":{"format":"double","description":"Past Due Amount. The past due amount. (Y_PASTDUEAMT)","type":"number"},"PayType":{"description":"Pay Rate. The rate of pay. (C_PAYTYPE)\r\nEnum AdvancedUtility.Model.BIF023+PayTypeEnum:  NA, HourlyPay, OvertimeScheduled, OvertimeStandby, OvertimeUnscheduled","type":"string"},"AppointmentSource":{"description":"Appointment Source. Value indicating the source of the appointment (C_APPOINTMENTSOURCE)","type":"string"},"ArrivalDateTime":{"format":"date-time","description":"Arrival Date/Time. The date and time when the field worker arrived to the address of the service order. (T_ARRIVALDATETIME)","type":"string"},"TravelHours":{"format":"double","description":"Travel Time (in hours). Travel time (in hours) that field worker took to arrive at the service order address. (N_TRAVELHOURS)","type":"number"},"LaborHours":{"format":"double","description":"Labor Time (in hours). Labor time (in hours) that field worker took to complete the service order. (N_LABORHOURS)","type":"number"},"ExternalBookingId":{"description":"External Booking ID. The service order appointment Booking ID from the external Service Order management system. (C_EXTERNALBOOKINGID)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action ID of the service order (I_ACTION)","type":"integer"},"AssignedToDepartment":{"description":"Assigned To Department. The department to which the service order was assigned. (C_ASSIGNEDTODEPARTMENT)","type":"string"},"AssignedToUserId":{"description":"Assigned To. The ID of the user to which the service order was assigned. (C_USERIDASSIGNEDTO)","type":"string"},"ClosedByUserId":{"description":"Closed By. The ID of the user that closed the service order. (C_USERIDCLOSED)","type":"string"},"CompletedByUserId":{"description":"Work Done By. The person who completed the service order. (C_COMPLETEDBY)","type":"string"},"CompletionCode":{"description":"Completion Code. The completion code for the service order request. (C_COMPLETIONCODE)","type":"string"},"CompletionEmailSendTo":{"description":"Send Completion Email To. The CIS user to send the completion email to. (C_COMPLETIONEMAILSENDTO)","type":"string"},"CreatedByUserId":{"description":"Created By. The ID of the user that created the service order. (C_USERIDCREATED)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"PrintedByUserId":{"description":"Printed By. The ID of the user that printed the service order. (C_USERIDPRINTED)","type":"string"},"ScheduleType":{"description":"Schedule Type. The schedule type for the service order. (C_SCHEDULETYPE)","type":"string"},"ServiceOrderReclass":{"description":"Service Order Reclass. The service order's reclassification. (C_SERVICEORDERRECLASS)","type":"string"},"ServiceOrderType":{"description":"Type of Service Order. The service order type.  (C_SERVICEORDERTYPE)","type":"string"},"Services":{"description":"Services. List of services the service order applies to. (C_SERVICES)","type":"string"},"SkipValidatingOtherPendingServiceOrdersByUsageGroupType":{"description":"Indicates skipping the validation of other pending service orders by usage group type.","type":"boolean"},"Status":{"type":"string"},"Option_AllowDuplicateReading":{"format":"int32","description":"Confirms that duplicate service order reading is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOtherPendingServiceOrdersByUsageGroupType":{"format":"int32","description":"Confirms that other pending service order is allowed based on service order type usage group type. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_AllowSaveReadingDateLessThanPrevious":{"format":"int32","description":"Confirms that saving a service order reading with a date earlier than previous reading date is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowSaveReadingLessThanPrevious":{"format":"int32","description":"Confirms that saving a service order reading less than previous reading is allowed. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_ConfirmSaveDuplicateServiceOrder":{"format":"int32","description":"When service order is saved validation will ask for confirmation if a similar active service order already exists for same account.","type":"integer"},"Option_ConfirmScheduleServiceOrderOnHoliday":{"format":"int32","description":"Confirms whether or not to schedule a service order on a holiday or an excluded day. Option 0 keeps the service order, option 1 will schedule it on the next business day.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"SOMeterNumberModel":{"description":"Model for selected meters","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter number","type":"string"},"Service":{"description":"Service code","type":"string"},"InventoryType":{"description":"Inventory type code","type":"string"}}},"SOEquipmentNumberModel":{"description":"Model for selected meters","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Equipment serial number","type":"string"},"Service":{"description":"Service code","type":"string"},"InventoryType":{"description":"Inventory type code","type":"string"}}},"ServiceOrderEventModel":{"description":"Service Order Event (ServiceOrderEvent / BIF223)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EventDate":{"format":"date-time","description":"Event Date. The date the event was created. (D_DATE)","type":"string"},"Notes":{"description":"Notes. Additional notes about the event. (M_NOTES)","type":"string"},"DateTimeEntered":{"format":"date-time","description":"Created Date/Time. The event create date and time. (T_ENTRY)","type":"string"},"DateTimeCompleted":{"format":"date-time","description":"Date/Time Completed. The date and time the event was completed. (T_COMPLETED)","type":"string"},"ServiceOrderId":{"format":"int64","description":"Reference Service Order ID. The reference service order ID. (I_SERVICEORDERID)","type":"integer"},"DepartmentAssignedTo":{"description":"Department Assigned To. The department the event is assigned to. (C_DEPTASSIGNEDTO)","type":"string"},"EventId":{"format":"int64","description":"Event ID. The event ID. (I_EVENTID)","type":"integer"},"EventType":{"description":"Event Type. The event type. (C_TYPE)","type":"string"},"UserAssignedTo":{"description":"User Assigned To. The user ID the event is assigned to. (C_USERIDASSIGNEDTO)","type":"string"},"UserId":{"description":"Created By. The user ID of the person who created the event. (C_USERID)","type":"string"},"WorkerCode":{"description":"Field Worker Code. The field worker code of the field worker assigned to this event.  (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"SOMeterReadingsModel":{"description":"Model for meter readings","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReadTypeId":{"format":"int64","description":"Read Type ID","type":"integer"},"Reading":{"format":"double","description":"Reading","type":"number"},"ReadingDate":{"format":"date-time","description":"Reading Date","type":"string"},"ReadStatusCode":{"description":"Read Status Code","type":"string"},"InfoOnlyReading":{"description":"Information Reading Only","type":"boolean"}}},"ServiceOrderAssetModel":{"description":"Service Order Asset (ServiceOrderAsset / BIF323)\r\nThe Service Order Asset table is used to store all meters, equipment, and backflow devices associated with a service order.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceOrderNumber":{"format":"int64","description":"Service Order #. The service order this asset is linked to. (I_SERVICEORDER)","type":"integer"},"AssetId":{"format":"int64","description":"Asset ID. The ID of the service order asset (BIF005 read type ID, BIF014 equipment ID, or BIF310 installation ID). (I_ASSETID)","type":"integer"},"AssetType":{"description":"Asset Type. The type of the service order asset (eg. meter, equipment, backflow device). (C_ASSETTYPE)\r\nEnum AdvancedUtility.Model.BIF323+AssetTypeEnum:  Meter, Equipment, BackflowDevice","type":"string"},"BillingReadRequest":{"description":"Billing Read Request. Indicates that a billing reading is requested for this asset as part of the service order. (L_BILLINGREADREQUEST)","type":"boolean"},"InfoReadRequest":{"description":"Information Read Request. Indicates that an information only reading is requested for this asset of the service order. (L_INFOREADREQUEST)","type":"boolean"},"Notes":{"description":"Notes. The notes about the service order asset. (M_NOTES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderModel]"},"readOnly":true}}},"Operation[ServiceOrderModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderAmiRequestsRunModel":{"description":"AddressValidation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IncludeGetMeterReadingRequests":{"description":"Flag indicating whether to request AMI meter readings and save them into CIS","type":"boolean"},"IncludeReconnectRequests":{"description":"Flag indicating whether to request AMI meter reconnects","type":"boolean"},"IncludeDisconnectRequests":{"description":"Flag indicating whether to request AMI meter disconnects","type":"boolean"},"IncludeAddLimitingRequests":{"description":"Flag indicating whether to request AMI meter limiting","type":"boolean"},"IncludeRemoveLimitingRequests":{"description":"Flag indicating whether to request removing AMI meter limiting","type":"boolean"},"IsFinalBill":{"description":"Flag indicating whether to save meter readings as final bill type","type":"boolean"},"LimitingProfile":{"description":"Limiting profile type","type":"string"},"DisconnectReconnectReason":{"description":"Reason for Disconnect/Reconnect/Add Limiting/Remove Limiting\r\nEnum AdvancedUtility.Services.WebService+AmiConnectDisconnectReasonEnum: NewCustomer,NonPayment,PaymentAgreement,PaymentReceived,ServiceInactive,ServiceRestored,ServiceReconnected,Unknown","type":"string"},"ServiceOrderPK":{"description":"Service order PK populated when run from ServiceOrder AfterSave()","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"ServiceOrderAppointmentModel":{"description":"Service Order Appointment (ServiceOrderAppointment / BIF123)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Date":{"format":"date-time","description":"Appointment Date. The scheduled appointment date. (D_DATE)","type":"string"},"Hour":{"format":"int32","description":"Hour of Day (24-Hour Format). The hour of the day in the 24-hour format. (N_HOUR)","type":"integer"},"AppointmentHours":{"format":"int32","description":"Appointment Hours for a Specific Day/Hour. The number of appointment hours for a specific day/hour. (N_APPTHOURS)","type":"integer"},"MaxAppointments":{"format":"int32","description":"Max. # of Available Appointments for Day/Hour Combination. The maximum number of available appointments for the day/hour combination. (N_MAXAPPOINTMENTS)","type":"integer"},"AppointmentId":{"format":"int64","description":"Appointment ID. The unique ID for this appointment. (I_APPOINTMENTID)","type":"integer"},"AvailableAppointments":{"format":"int32","description":"Available Appointments. The number of available appointments. (N_AVAILABLEAPPOINTMENTS)","type":"integer"},"Description":{"description":"Description. The service order appointment description. (C_DESCRIPTION)","type":"string"},"ScheduleTypes":{"description":"Schedule Types. The list of schedule types this appointment block applies to. (C_SCHEDULETYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderAppointmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderAppointmentModel]"},"readOnly":true}}},"Operation[ServiceOrderAppointmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[ServiceOrderAssetModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderAssetModel]"},"readOnly":true}}},"Operation[ServiceOrderAssetModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderCategoryModel":{"description":"Service Order Category Control (ServiceOrderCategory / CON025)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Order Category Code. The service category code. (C_SERVICECATEGORY)","type":"string"},"Description":{"description":"Service Order Category Description. The service category description. (C_DESCRIPTION)","type":"string"},"IsEquipment":{"description":"Is Equipment. Indicates whether service order category is equipment. (L_EQUIPMENT)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the service order category is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderCategoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderCategoryModel]"},"readOnly":true}}},"Operation[ServiceOrderCategoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderCompletionModel":{"description":"Service Order Completion Control (ServiceOrderCompletion / CON221)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Order Completion Code. The service order completion code. (C_COMPLETIONCODE)","type":"string"},"Description":{"description":"Service Order Completion Description. The service order completion description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether service order completion is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderCompletionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderCompletionModel]"},"readOnly":true}}},"Operation[ServiceOrderCompletionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[ServiceOrderEventModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderEventModel]"},"readOnly":true}}},"Operation[ServiceOrderEventModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderEventTypeModel":{"description":"Service Order Event Type Control (ServiceOrderEventType / CON247)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Event Type. The event type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The event type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderEventTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderEventTypeModel]"},"readOnly":true}}},"Operation[ServiceOrderEventTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderFeeModel":{"description":"Service Order Fee Control (ServiceOrderFee / CON502)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FeeDeterminant2":{"description":"Fee Determinant Field 2. The fee determinant information field 2 for the fee type. (C_FEEDETERMINANT2)","type":"string"},"FeeDeterminant3":{"description":"Fee Determinant Field 3. The fee determinant information field 3 for the fee type. (C_FEEDETERMINANT3)","type":"string"},"FeeDeterminant4":{"description":"Fee Determinant Field 4. The fee determinant information field 4 for the fee type. (C_FEEDETERMINANT4)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the fee. (D_EFFECTIVE)","type":"string"},"Amount":{"format":"double","description":"Fee Amount. The fee amount will be applied to the service order. Otherwise, the default amount will be applied to the transaction code amount specified in the Transaction Code Control. (Y_AMOUNT)","type":"number"},"FeeDeterminant1":{"description":"Fee Determinant Field 1. The fee determinant information field 1 for the fee type. (C_FEEDETERMINANT1)","type":"string"},"Company":{"description":"Company. The company code. (C_COMPANY)","type":"string"},"Division":{"description":"Division. The company division code. (C_DIVISION)","type":"string"},"FeeTransactionCode":{"description":"Fee Transaction Code. The transaction code for this fee. (C_TRANSCODE)","type":"string"},"FeeType":{"description":"Fee Type Code. The fee type code. (C_FEETYPE)","type":"string"},"Service":{"description":"Service. The service to which the fee is applied. (C_SERVICE)","type":"string"},"ServiceOrderTypes":{"description":"Service Order Types. The list of Service Orders Types. (C_SOTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderFeeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderFeeModel]"},"readOnly":true}}},"Operation[ServiceOrderFeeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderFeeTypeModel":{"description":"Service Order Fee Type Control (ServiceOrderFeeType / CON503)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FeeType":{"description":"Fee Type Code. The fee type code. (C_FEETYPE)","type":"string"},"Description":{"description":"Description. The fee type description.  (C_DESCRIPTION)","type":"string"},"UDF_Char_2":{"description":"Fee Type Custom Field 2. The custom field 2 information for the fee type. (C_CUSTOM2)\r\nEnum AdvancedUtility.Model.CON503+UDF_Char_1Enum:  NA, TapSize, MainSize, Material, Designation","type":"string"},"UDF_Char_3":{"description":"Fee Type Custom Field 3. The custom field 3 information for the fee type. (C_CUSTOM3)\r\nEnum AdvancedUtility.Model.CON503+UDF_Char_1Enum:  NA, TapSize, MainSize, Material, Designation","type":"string"},"UDF_Char_4":{"description":"Fee Type Custom Field 4. The custom field 4 information for the fee type. (C_CUSTOM4)\r\nEnum AdvancedUtility.Model.CON503+UDF_Char_1Enum:  NA, TapSize, MainSize, Material, Designation","type":"string"},"UDF_Char_1":{"description":"Fee Type Custom Field 1.  The custom field 1 information for the fee type. (C_CUSTOM1)\r\nEnum AdvancedUtility.Model.CON503+UDF_Char_1Enum:  NA, TapSize, MainSize, Material, Designation","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderFeeTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderFeeTypeModel]"},"readOnly":true}}},"Operation[ServiceOrderFeeTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderFormModel":{"description":"Service Order Form Control (ServiceOrderForm / CON097)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceOrderFormId":{"format":"int64","description":"Service Order Form #. The service order form number. (I_SERVICEORDERFORM)","type":"integer"},"ServiceOrderFormName":{"description":"Service Order Form Name. The service order form name. (C_SERVICEORDERFORMNAME)","type":"string"},"SODescription":{"description":"Description. The service order description. (M_SODESCRIPTION)","type":"string"},"Copies":{"format":"int32","description":"Copies. The number of copies. (I_COPIES)","type":"integer"},"Pages":{"format":"int32","description":"Pages. The number of pages. (I_PAGES)","type":"integer"},"WordTemplate":{"description":"Word Template File. The word template file. (C_WORDTEMPLATE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service order form is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderFormModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderFormModel]"},"readOnly":true}}},"Operation[ServiceOrderFormModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderInterfaceModel":{"description":"Service Order Interface (ServiceOrderInterface / UTL023)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CompletedNotesThirdParty":{"description":"Completed Notes from Third-Party. The completed notes from the third-party system. (M_COMPLETEDNOTES)","type":"string"},"ServiceOrder":{"format":"int64","description":"Service Order #. The service order number. (I_SERVICEORDER)","type":"integer"},"SOType":{"description":"Service Order Type Code. The service order type code. (C_SOTYPE)","type":"string"},"ServiceRequestCode":{"description":"Service Request Code. The service request code. (C_SERVICEREQUESTCODE)","type":"string"},"CreatedOn":{"format":"date-time","description":"Service Order Created Date/Time. The date and time when the service order was created. (T_CREATED)","type":"string"},"DateToPrint":{"format":"date-time","description":"Service Order Date to Print. The date that the service order is to be printed. (D_DATETOPRINT)","type":"string"},"ServiceMessage":{"description":"Service Message. The service message for this service order. (C_SERVICEMESSAGE)","type":"string"},"IsCancelled":{"description":"Service Order Cancelled. Indicates whether the service order was cancelled. (L_CANCELLED)","type":"boolean"},"ServiceRequestNumber":{"format":"int32","description":"Service Request #. The service request number. (I_SERVICEREQUEST)","type":"integer"},"StreetNumberOld":{"description":"Service Address Street # (Obsolete). The street number of the service address. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Service Address Street #. The street number of the service address. (N_STREETNUM)","type":"integer"},"Street":{"description":"Service Address Street Name. The street name of the service address. (C_STREET)","type":"string"},"StreetSuffix":{"description":"Service Address Street Name Suffix. The street address street name suffix. (C_STREETSUFFIX)","type":"string"},"Apt":{"description":"Service Address Apartment #. The apartment number at the service address. (C_APT)","type":"string"},"Town":{"description":"Service Address City. The service address town/city name. (C_TOWN)","type":"string"},"State":{"description":"State. The state/province of the service address. (C_PROV)","type":"string"},"PostalCode":{"description":"Service Address Zip Code. The zip/postal code of the service address. (C_POSTCODE)","type":"string"},"CompletedDate":{"format":"date-time","description":"Date service order work completed. The date that the service order work was completed. (D_COMPLETED)","type":"string"},"IsCompleted":{"description":"Service Order Completed. Indicates whether the service order was completed. (L_COMPLETED)","type":"boolean"},"ClosedOn":{"format":"date-time","description":"Date/Time Service Order Closed. The date and time when the service order was closed. (T_CLOSED)","type":"string"},"CompletedNotes":{"description":"Completion Notes. The completion notes for the service order. (C_COMPLETEDNOTES)","type":"string"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix. (C_STREETPREFIX)","type":"string"},"StreetNumberSuffix":{"description":"Street Number Suffix (C_STRNUMSUFFIX)","type":"string"},"UserIdCreated":{"description":"Created By. The user ID of the person who created the service request. (C_USERIDCREATED)","type":"string"},"CompletedBy":{"description":"User ID Completed. The user ID of the person who completed the service request. (C_COMPLETEDBY)","type":"string"},"UserIdClosed":{"description":"Closed By. The user ID of the person who closed the service request. (C_USERIDCLOSED)","type":"string"},"OldAccount":{"description":"Old Account. The old account number. (C_OLDACCOUNT)","type":"string"},"ServiceIds":{"description":"Service IDs. The service IDs. (C_SERVICEIDS)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ServiceRequestId":{"description":"Service Request ID. The service request ID. (C_SERVICEREQUEST)","type":"string"},"CompletionCode":{"description":"Completion Code. The completion code. (C_COMPLETIONCODE)","type":"string"},"InternalReference":{"description":"Internal reference number (C_INTREFERENCE)","type":"string"},"WorkOrderKey":{"description":"Work Order key (C_WORKORDERKEY)","type":"string"},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"DateCreated":{"format":"date-time","description":"Date/Time Created. The date and time the reading was entered. (T_DATECREATED)","type":"string"},"MeterNotes":{"description":"Meter Notes. The notes about the meter. (C_METERNOTES)","type":"string"},"SerialNumber":{"description":"Water Meter Serial Number. The water meter serial number. (C_SERIALNUMBER)","type":"string"},"PreviousReadingDate":{"format":"date-time","description":"Previous Reading Date. The previous reading date. (D_PREVREADINGDATE)","type":"string"},"PreviousReading":{"format":"double","description":"Last Reading. The previous or last reading. (N_PREVREADING)","type":"number"},"CompletionCodeDescription":{"description":"Completion Code Description. The completion code description. (C_COMPLETIONCODEDESC)","type":"string"},"AssignedToDepartment":{"description":"Assigned to Department. The department that the service order is assigned to. (C_ASSIGNEDTODEPARTMENT)","type":"string"},"UserIdAssignedTo":{"description":"Assigned To. The user that the service order is assigned to. (C_USERIDASSIGNEDTO)","type":"string"},"ProgressNotes":{"description":"Progress Notes. The progress notes. (M_PROGRESSNOTES)","type":"string"},"InstructionLocationCode1":{"description":"Instr/Location Code 1. The instruction or location code 1. (C_INSTRLOCATECODE1)","type":"string"},"InstructionLocationCode2":{"description":"Instr/Location Code 2. The instruction or location code 2. (C_INSTRLOCATECODE2)","type":"string"},"InstructionLocationCode3":{"description":"Instr/Location Code 3. The instruction or location code 3. (C_INSTRLOCATECODE3)","type":"string"},"IsOnHold":{"description":"Service order Hold Flag. Indicates whether this Service Order is on Hold. (L_HOLD)","type":"boolean"},"MeterNumbers":{"description":"Meter Numbers. The meter numbers of the service order. (C_METERNUMBERS)","type":"string"},"IsEmergency":{"description":"Emergency Service Order. Indicates an emergency service order. (L_EMERGENCY)","type":"boolean"},"LaborHours":{"format":"double","description":"Labor Time (in hours). The number of hours (Labor Time) the field worker took to complete the service order. (N_LABORHOURS)","type":"number"},"SOCustom1":{"description":"SO Custom Field 1. The service order customer Field 1. (C_SOCUSTOM1)","type":"string"},"EquipmentNumbers":{"description":"Equipment Numbers. The equipment numbers selected for a service order. (C_EQUIPMENTNUMBERS)","type":"string"},"UnmeteredService":{"description":"Unmetered Service. The unmetered service for the selected service order. (C_UNMETEREDSERVICE)","type":"string"},"UserClosed":{"description":"Service Order Closed By User Code. The service order closed by user code. (C_USERCLOSED)","type":"string"},"UserCompleted":{"description":"Service Order User Completed Code. The service order user completed code. (C_USERCOMPLETED)","type":"string"},"UserCreated":{"description":"Service Order User Created Code. The user created service order code. (C_USERCREATED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderInterfaceModel]"},"readOnly":true}}},"Operation[ServiceOrderInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderScheduleTypeModel":{"description":"Service Order Schedule Type Control (ServiceOrderScheduleType / CON225)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Schedule Type. The schedule type. (C_SCHEDULETYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service order schedule type is disabled. (L_DISABLED)","type":"boolean"},"IsCustomerScheduled":{"description":"Customer Scheduled. Indicates whether appointment scheduling is done via Infinity.Link. (L_CUSTOMERSCHEDULED)","type":"boolean"},"SyncPrintToDate":{"description":"Print Date Same as Appointment Date. Use this setting to select whether the Print Date will be the same as the Appointment Date “always” or an Appointment Date in the “past”. (C_SYNCTPRINTTODATE)\r\nEnum AdvancedUtility.Model.CON225+SyncPrintToDateEnum:  _blank, Always, Past","type":"string"},"Description":{"description":"Description. The schedule type description. (C_DESCRIPTION)","type":"string"},"Appointment":{"description":"Appointment Required. Indicates that an appointment is required. (L_APPOINTMENT)","type":"boolean"},"AppointmentHours":{"format":"int32","description":"Default Number of Hours for Appointment. The default number of hours for the appointment based on the schedule type. (N_APPTHOURS)","type":"integer"},"DaysBeforeAppointment":{"format":"int32","description":"Days Before Future Appointment. The minimum number of days before a future appointment can be scheduled. Use 0 to allow same day appointments. (N_DAYSBEFOREAPPT)","type":"integer"},"Schedule":{"description":"Scheduling Required. Indicates that scheduling is required. (L_SCHEDULE)","type":"boolean"},"Priority":{"description":"Priority (in Hours) Required. Indicates the priority (in hours) required for this service order. (L_PRIORITY)","type":"boolean"},"IsDefault":{"description":"Default Schedule Type. Indicates the default schedule type. (L_DEFAULT)","type":"boolean"},"RoundUp":{"description":"Round-Up for Appointment Start Date. The round-up for the appointment start date. (C_ROUNDUP)\r\nEnum AdvancedUtility.Model.CON225+RoundUpEnum:  _blank, _15Minutes, _30Minutes, _1hour","type":"string"},"AppointmentModule":{"description":"Appointment Module. Type the name of the external module that will be used to manage appointment bookings for servicer orders. If left empty, the appointment details from the Service Order Appointment form in CIS Infinity will be used. (C_APPOINTMENTMODULE)\r\nEnum AdvancedUtility.Model.CON225+AppointmentModuleEnum:  _blank, Clevest","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderScheduleTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderScheduleTypeModel]"},"readOnly":true}}},"Operation[ServiceOrderScheduleTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderTypeModel":{"description":"Service Order Type Control (ServiceOrderType / CON023)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceOrderTypeCompletionLinks":{"description":"Service Order Type Completion Links","type":"array","items":{"$ref":"#/definitions/ServiceOrderTypeCompletionLinkModel"}},"Code":{"description":"Service Order Type Code. The service order type. (C_SERVICEORDERTYPE)","type":"string"},"Description":{"description":"Service Order Description. The service description. (C_SERVICEDESCRIPTION)","type":"string"},"WarnDuplicates":{"description":"Warning For Duplicates. Indicates whether to display a warning if an active service order with the same type exists for the account. (L_WARNDUPLICATES)","type":"boolean"},"CreditPoints":{"format":"int32","description":"Credit Points. The credit points. (I_CREDITPOINTS)","type":"integer"},"Disabled":{"description":"No Longer Used. Indicates whether the service order type is disabled. (L_DISABLED)","type":"boolean"},"SendViaEmail":{"description":"Send Via Email. Indicates whether to send via email. (L_SENDVIAEMAIL)","type":"boolean"},"AllowEmailAttachment":{"description":"Email Attachment. Indicates whether to email an attachment. (L_EMAILATTACHMENT)","type":"boolean"},"ServiceRequestCode":{"description":"Service Request Code. A code used to map an external system code to this CIS service order type record (C_SERVICEREQUESTCODE)","type":"string"},"Emergency":{"description":"Emergency Service Order Type. Indicates an emergency service order. (L_EMERGENCY)","type":"boolean"},"PrintByDefault":{"description":"Print Service Order By Default. Indicates that the service order is printed automatically by default. (L_PRINTBYDEFAULT)","type":"boolean"},"DefaultPrinter":{"description":"Print To. The location or name of the default printer. (C_DEFAULTPRINTER)","type":"string"},"AllowCompletionCodeOnCancel":{"description":"Allow Completion Code on Cancellation. Indicates whether the completion codes will be assigned to the service order if the status changes to \"Cancelled\". (L_COMPLCODEONCANCEL)","type":"boolean"},"UpdateMeterLockedStatus":{"description":"Update Meter Locked Status. Indicates whether and how to set the meter lock status of the meters associated with this service order. (C_UPDATEMETERLOCKEDSTATUS)\r\nEnum AdvancedUtility.Model.CON023+UpdateMeterLockedStatusEnum:  _blank, Locked, Unlocked","type":"string"},"DoNotMarkAsPrinted":{"description":"Do Not Mark As Printed. Indicates that the CIS user will not be asked to mark the service orders as printed during the Service Order print process if this value is set to TRUE. Service orders will NOT be marked as printed. (L_DONOTMARKASPRINTED)","type":"boolean"},"AllowPrintedServiceMessageEdit":{"description":"Allow Service Message Edit for Printed Orders. Indicates whether editing the Service message on the Service Order is allowed for this service order type, if the Service Order has already been printed. (L_EDITSERVICEMSGIFPRINTED)","type":"boolean"},"RestrictWhenMeterRead":{"description":"Restrict when Meter Out for Read. Indicates whether meter removal from the account is restricted when the meter is out for read. (L_RESTRICTEDONMETEROUT)","type":"boolean"},"EstimatedWorkTime":{"format":"int32","description":"Estimated Work Time (min). Estimated work time in minutes. (N_ESTIMATEDWORKTIME)","type":"integer"},"Priority":{"format":"int32","description":"Service Order Priority. The service order priority. (I_PRIORITY)","type":"integer"},"Color":{"format":"int64","description":"Service Order Color. The service order colour. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (N_COLOR)","type":"integer"},"StorePastDueAmount":{"description":"Store Past Due Amount. Indicates whether to store the past due amount in the Service Order. (L_STOREPASTDUEAMOUNT)","type":"boolean"},"FinalBillException":{"description":"Create Final Bill Exception. Indicates whether to check accounts for the final bill pending service order exception. (L_FINALBILLEXCEPTION)","type":"boolean"},"ExcludeLockedMeters":{"description":"Exclude Locked Meters. Indicates whether to exclude locked meters from being selected for service orders. (L_EXCLUDELOCKEDMETERS)","type":"boolean"},"IncludeDeactivatedMeters":{"description":"Include Deactivated Meters by Default. Indicates whether the list of meters that are available for selection in the Service Order form include deactivated meters by default. (L_INCLUDEDEACTIVATEDMETERS)","type":"boolean"},"DisallowServiceMsgOverride":{"description":"Disallow Service Message Override. Indicates whether or not to override the service message for the follow up service orders created through the actions with the closing notes from the current completed service order. (L_DISALLOWSERVICEMSGOVERRIDE)","type":"boolean"},"AlternateType":{"description":"Alternate Type. The different service order type to be used upon specific conditions. (C_ALTERNATETYPE)","type":"string"},"AddDisconnectReconnectOnCreate":{"description":"Add Disconnect/Reconnect Information on SO creation. Indicates whether to add disconnect/reconnect data when service order is created. By default, the disconnect/reconnect data is created on service order completion based on configuration in Credit Ratings/Collection control. (L_ADDDISCRECCONECTONCREATE)","type":"boolean"},"EnableToNoBillPendingSO":{"description":"Enable to No Bill Pending Service Order. Indicates that pending Service Orders of this type eligible to set the No Bill Status of the account's bill when the Bill Status Control table is configured. (L_ENABLENOBILLPENDINGSO)","type":"boolean"},"ExcludeHolidays":{"description":"Exclude Holidays. Indicates whether or not holidays are excluded from scheduling of service orders. Whenever a service order is scheduled on a holiday, the user will be prompted for confirmation. It uses holidays configured in CON065. (L_EXCLUDEHOLIDAYS)","type":"boolean"},"ActionId":{"format":"int64","description":"Completion Action. The action to be run when the service order is marked completed. (I_ACTIONID)","type":"integer"},"AssignToDepartment":{"description":"Assign To Department. The department to assign service orders of this type to by default. (C_ASSIGNTODEPT)","type":"string"},"AssignToUser":{"description":"Assign To User. The user to assign service orders of this type to by default. (C_ASSIGNTOUSER)","type":"string"},"CompletionEmailDefaultSendTo":{"description":"Send Completion Email By Default To. The default CIS user to send the completion email to. If blank, the default will be the user who created the service order. (C_COMPLETIONEMAILDEFAULTSENDTO)","type":"string"},"CompletionEmailType":{"description":"Completion Email Type. The type of email to be sent when the service order is marked completed. (C_COMPLETIONEMAILTYPE)","type":"string"},"DaysExcluded":{"description":"Days Excluded. The days of the week that are excluded for scheduling the service orders. Whenever a service order is scheduled on an excluded day, the user will be prompted for confirmation. It overrides the business hours configured in BIF000 and in CON109. (C_DAYSEXCLUDED)\r\nMultivalue comma separated list of Enum AdvancedUtility.Model.WeekdayCode:  Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday","type":"string"},"SaveActionId":{"format":"int64","description":"Add Action. The action to be run when the service order is created. (I_SAVEACTION)","type":"integer"},"ScheduleType":{"description":"Schedule Type. The schedule type. (C_SCHEDULETYPE)","type":"string"},"ServiceCategory":{"description":"Service Order Category. The service category. (C_SERVICECATEGORY)","type":"string"},"ServiceOrderForm":{"format":"int64","description":"Service Order Form. The service order form. (I_SERVICEORDERFORM)","type":"integer"},"ServiceOrderUsage":{"description":"Service Order Usages (C_SERVICEORDERUSAGE)","type":"string"},"Services":{"description":"Services. List of services the service order type applies to. (C_SERVICES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ServiceOrderTypeCompletionLinkModel":{"description":"Service Order Type Completion Code Link (ServiceOrderTypeCompletionLink / CON223)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Service Order Completion Description. The service order completion description. (C_DESCRIPTION)","type":"string"},"ServiceRequestCode":{"description":"Service Request Code. The service request code. (C_SERVICEREQUESTCODE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service order completion code is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID associated with the completion code. (I_ACTIONID)","type":"integer"},"CompletionCode":{"description":"Service Order Completion Code. The service order completion code. (C_COMPLETIONCODE)","type":"string"},"ServiceOrderTypes":{"description":"Service Order Types (C_SOTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderTypeModel]"},"readOnly":true}}},"Operation[ServiceOrderTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[ServiceOrderTypeCompletionLinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderTypeCompletionLinkModel]"},"readOnly":true}}},"Operation[ServiceOrderTypeCompletionLinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceOrderUsageModel":{"description":"Service Order Usage Control (ServiceOrderUsage / CON024)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceOrderUsageCode":{"description":"Service Order Usage Code (C_SERVICEORDERUSAGE)","type":"string"},"Description":{"description":"Service Order Usage Description. The service order usage description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service order usage is disabled. (L_DISABLED)","type":"boolean"},"GroupType":{"description":"Group Type. The group type to use for service orders specific processing. (C_GROUPTYPE)\r\nEnum AdvancedUtility.Model.CON024+GroupTypeEnum:  None, FollowUp, ValidateDuplicateByService, ValidateActiveOrders","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceOrderUsageModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceOrderUsageModel]"},"readOnly":true}}},"Operation[ServiceOrderUsageModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceStatusModel":{"description":"Service Status Control (ServiceStatus / CON250)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Status Code. The service status code. (C_CODE)","type":"string"},"Description":{"description":"Description. The service status description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceStatusModel]"},"readOnly":true}}},"Operation[ServiceStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ServiceTypeModel":{"description":"Service Definition Control (ServiceType / CON127)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Type. The service type. (C_SERVICETYPE)","type":"string"},"Description":{"description":"Service Type Description. The service type description. (C_DESCRIPTION)","type":"string"},"Metered":{"description":"Service Metered. Indicates whether this is a metered service. (L_METERED)","type":"boolean"},"Table":{"description":"Data Table. The data tables.  (C_TABLE)\r\nEnum AdvancedUtility.Model.CON127+TableEnum:  RecurringCharge, TaxRoll, FlatRate, Equipment, Meter","type":"string"},"Category":{"description":"Service Category. The service category. (C_CATEGORY)\r\nEnum AdvancedUtility.Model.CON127+CategoryEnum:  Demand, Consumption, RetailGeneration, StreetLight, SolidWaste, Unmetered, WholesaleGeneration, WholesaleSale, RecurringCharge, None","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the service definition is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ServiceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ServiceTypeModel]"},"readOnly":true}}},"Operation[ServiceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WebApiSessionModel":{"description":"Information about an active REST Web API session","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"O_Code":{"description":"Unique code value for this item (resource id).  Read only.","type":"string"},"UserId":{"description":"CIS user ID of the current session","type":"string"},"WorkstationId":{"description":"Workstation ID of the session","type":"string"},"SessionToken":{"description":"Authentication token associated with the current session.\r\nWill be masked if the session is not yours.","type":"string"},"SessionId":{"format":"int64","description":"CIS session ID associated with the current session","type":"integer"},"Login":{"format":"date-time","description":"Login date/time of the current session; null if no current session or one cannot be established","type":"string"},"Expires":{"format":"date-time","description":"Timestamp when the session will be considered expired.\r\nIs updated periodically by the session to indicate it is still alive.\r\nSessions older than the expiry timestamp are considered stale/dead and are cleaned up via periodic checks by the system.","type":"string"},"Terminate":{"description":"Indicates whether this session has a pending termination request.\r\nSet true to force the session to be closed (requires admin authorization).","type":"boolean"},"IsBackground":{"description":"Indicates that this session is a background session rather than a user session.\r\nBackground sessions are typically scheduler jobs or API sessions.","type":"boolean"}}},"SewerBasinModel":{"description":"Sewer Basin Control (SewerBasin / CON162)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Sewer Basin Code. The sewer basin code. (C_BASINCODE)","type":"string"},"Description":{"description":"Sewer Basin Description. The sewer basin description. (C_DESCRIPTION)","type":"string"},"AllCompanies":{"description":"All Companies?. Indicates whether this Sewer Basin is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order to use this Sewer Basin. (C_DIVISIONS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the sewer basin is disabled. (L_DISABLED)","type":"boolean"},"Company":{"description":"Company. Accounts must belong to this Company in order to use this Sewer Basin. (C_COMPANY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SewerBasinModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SewerBasinModel]"},"readOnly":true}}},"Operation[SewerBasinModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SewerServiceEntranceModel":{"description":"Sewer Service Entrance (SewerServiceEntrance / BIF307)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Notes":{"description":"Notes. The notes about the sewer service. (M_NOTES)","type":"string"},"Basin":{"description":"Sewer Basin Code. The sewer basin. (C_BASIN)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SewerServiceEntranceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SewerServiceEntranceModel]"},"readOnly":true}}},"Operation[SewerServiceEntranceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SicModel":{"description":"SIC/NAICS Code Control (Sic / CON004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SicCode":{"description":"SIC/NAICS Code. The standard industrial classification code. (C_SICCODE)","type":"string"},"Description":{"description":"Description. The standard industrial classification codes description. (C_DESCRIPTION)","type":"string"},"Sector":{"description":"Sector. The standard industrial classification codes sector. (C_SECTOR)","type":"string"},"Segment":{"description":"Segment. The standard industrial classification codes segment. (C_SEGMENT)","type":"string"},"DepositAmount":{"format":"double","description":"Deposit Amount. The deposit amount. (Y_DEPOSIT)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the SIC/NAICS is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SicModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SicModel]"},"readOnly":true}}},"Operation[SicModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SilverBlaze_ServiceRequestModel":{"type":"object","properties":{"formReferenceNumber":{"type":"string"},"accountId":{"type":"string"},"customerId":{"type":"string"},"requestCode":{"type":"string"},"comment":{"type":"string"},"primaryEmailAddress":{"type":"string"},"phoneNumber":{"type":"string"}}},"SilverBlaze_MailingAddressModel":{"description":"The mailing address model for the SilverBlaze utility.","type":"object","properties":{"formReferenceNumber":{"type":"string"},"accountId":{"type":"string"},"customerId":{"type":"string"},"mailingAddress":{"type":"string"},"mailingAddressParts":{"$ref":"#/definitions/SilverBlaze_MailingAddressPartsModel","description":"Mailing address details for the customer requesting"}}},"SilverBlaze_MailingAddressPartsModel":{"description":"Model used by SilverBlaze move-in/ move-out requests to send mailing address information.","type":"object","properties":{"addressHouseNumber":{"description":"The street number of the address (Street # in CIS).","type":"string"},"addressLine1":{"description":"The first line of the address (Address Line 1 in CIS).","type":"string"},"addressLine2":{"description":"The second line of the address (Address Line 2 in CIS).","type":"string"},"addressLockBox":{"description":"The post office box address (Formatted PO Box Address in CIS).","type":"string"},"addressPreDirection":{"description":"The street prefix of the address (Street Prefix description in CIS).","type":"string"},"addressPostDirection":{"description":"The street post direction of the address (Street Post Direction description in CIS).","type":"string"},"addressStreetName":{"description":"The street name of the address (Street Name in CIS).","type":"string"},"addressStreetSuffix":{"description":"The street suffix of the address (Street Suffix description in CIS).","type":"string"},"addressSuiteNumber":{"description":"The apartment, unit or suite number of the address (Apt/Unit/Suite in CIS).","type":"string"},"city":{"description":"The city or town of the address (Town in CIS).","type":"string"},"countryCode":{"description":"The country of the address (Country in CIS).","type":"string"},"postalCode":{"description":"The postal or zip code of the address (Zip Code in CIS).","type":"string"},"state":{"description":"The province or state of the address (State in CIS).","type":"string"}}},"SilverBlaze_MoveOutRequestModel":{"description":"Model used by SilverBlaze request to move out","type":"object","properties":{"formReferenceNumber":{"description":"SilverBlaze request reference number","type":"string"},"accountId":{"description":"CIS Account number","type":"string"},"customerId":{"description":"CIS Customer number","type":"string"},"serviceAddress":{"description":"Service address where the move out is requested","type":"string"},"startDate":{"description":"Effective date for the move out","type":"string"},"mailingAddressParts":{"$ref":"#/definitions/SilverBlaze_MailingAddressPartsModel","description":"Mailing address for the customer requesting the move out"},"phoneNumber":{"description":"Customer phone number","type":"string"},"primaryEmailAddress":{"description":"Customer preferred email address","type":"string"}}},"SilverBlaze_MoveInRequestModel":{"description":"Model used by SilverBlaze request to move in","type":"object","properties":{"formReferenceNumber":{"description":"SilverBlaze request reference number","type":"string"},"serviceId":{"description":"CIS Account Id","type":"string"},"serviceAddress":{"description":"Service address where the move in is requested","type":"string"},"serviceAddressType":{"description":"Service address where the move in is requested\r\nValues allowed: Residential, Commercial","type":"string"},"startDate":{"description":"Effective date for the move in","type":"string"},"whoAreYou":{"description":"Occupancy Type \r\nValues allowed: Owner, Tenant","type":"string"},"mailingAddressParts":{"$ref":"#/definitions/SilverBlaze_MailingAddressPartsModel","description":"Mailing address for the customer requesting the move in"},"firstName":{"description":"First name of the customer requesting the move in","type":"string"},"middleName":{"description":"First name of the customer requesting the move in","type":"string"},"lastName":{"description":"First name of the customer requesting the move in","type":"string"},"businessName":{"description":"Business name of the customer requesting the move in","type":"string"},"lastFourDigitsofSSN":{"description":"Last four digit of SSN for the customer requesting the move in","type":"string"},"driverLic":{"description":"Driver's license of the customer requesting the move in","type":"string"},"phoneType":{"description":"Type of the phone number where customer requesting the move in can be contacted\r\nValues allowed: Home, Cell, Business","type":"string"},"phoneNumber":{"description":"The phone number where customer requesting the move in can be contacted","type":"string"},"primaryEmailAddress":{"description":"The email address where customer requesting the move in can be contacted","type":"string"},"lastFourDigitsofTAXId":{"description":"Last four digits of current Tax Id for the customer requesting the move in","type":"string"},"businessPhoneNumber":{"description":"The phone number where commercial customer requesting the move in can be contacted","type":"string"},"doingBusAs":{"description":"The business alias for company requesting move in","type":"string"},"businessType":{"description":"Business type","type":"string"},"dateOfBirth":{"description":"Date of birth for the person moving in","type":"string"},"coCustomerFirstName":{"description":"First name of co-customer moving in","type":"string"},"coCustomerLastName":{"description":"Last name of co-customer moving in","type":"string"},"coCustomerRelation":{"description":"The relationship of the co-customer to the customer","type":"string"}}},"SilverBlaze_TransferServiceRequestModel":{"description":"Model used by SilverBlaze request to transfer service","type":"object","properties":{"formReferenceNumber":{"type":"string"},"customerId":{"type":"string"},"accountId":{"type":"string"},"serviceId":{"type":"string"},"serviceAddress":{"type":"string"},"endDate":{"type":"string"},"newServiceId":{"type":"string"},"newServiceAddress":{"type":"string"},"startDate":{"type":"string"},"mailingAddress":{"type":"string"},"mailingAddressLine1":{"type":"string"},"mailingAddressLine2":{"type":"string"},"phoneNumber":{"type":"string"},"primaryEmailAddress":{"type":"string"}}},"SilverBlaze_CustomerContactInfoModel":{"type":"object","properties":{"accountId":{"type":"string"},"customerId":{"type":"string"},"name":{"type":"string"},"firstName":{"type":"string"},"middleName":{"type":"string"},"lastName":{"type":"string"},"serviceAddress":{"type":"string"},"mailingAddress":{"type":"string"},"primaryPhoneNumber":{"type":"string"},"primaryPhoneNumberExt":{"type":"string"},"cellPhoneNumber":{"type":"string"},"businessPhoneNumber":{"type":"string"},"businessPhoneNumberExt":{"type":"string"},"primaryEmailAddress":{"type":"string"},"Result":{"$ref":"#/definitions/SilverBlaze_ResultModel","description":"The SilverBlaze API result status."}}},"SilverBlaze_ResultModel":{"description":"Model used for SilverBlaze API result status","type":"object","properties":{"statusCode":{"description":"The result status code. 0=Success, 1=Error","type":"string"},"statusMessage":{"description":"Status message. Used for error messages.","type":"string"},"apiVersionNumber":{"description":"API version. Default is 1.0","type":"string"}}},"SilverBlaze_AccountPaymentPlanModel":{"type":"object","properties":{"formReferenceNumber":{"type":"string"},"accountId":{"type":"string"},"customerId":{"type":"string"},"paymentPlanCode":{"type":"string"},"paymentPlanStartDate":{"type":"string"},"paymentPlanStopDate":{"type":"string"},"preferredPaymentDraftDate":{"type":"string"},"drawAmount":{"type":"string"},"drawNotes":{"type":"string"},"bankAccountOwnerName":{"type":"string"},"accountTypeCode":{"type":"string"},"vendorCode":{"type":"string"},"routingTransitNumber":{"type":"string"},"bankAccountNumber":{"type":"string"},"bankNumber":{"type":"string"},"paymentMethodToken":{"type":"string"}}},"SilverBlaze_StopPaymentPlanModel":{"type":"object","properties":{"formReferenceNumber":{"type":"string"},"accountId":{"type":"string"},"customerId":{"type":"string"},"paymentPlanStopDate":{"type":"string"}}},"SilverBlaze_PaymentArrangementRequestModel":{"description":"The model used by SilverBlaze request for payment arrangement","type":"object","properties":{"formReferenceNumber":{"description":"SilverBlaze request reference number","type":"string"},"customer":{"description":"Customer number to which this arrangement applies","type":"string"},"account":{"description":"Account number to which this arrangement applies","type":"string"},"date":{"format":"date-time","description":"Arrangement date","type":"string"},"amount":{"format":"double","description":"Arrangement amount","type":"number"},"actualPayment":{"format":"double","description":"Amount actually paid on this arrangement","type":"number"},"includeBillAmount":{"description":"Include Bill Amount in Arrangement","type":"boolean"},"useBillDueDateAsArrangementDate":{"description":"Use Bill Due Date as Arrangement Date","type":"boolean"},"arCode":{"description":"A/R Code","type":"string"},"paymentLocation":{"description":"Type of location where the payment was made","type":"string"},"paymentMethod":{"description":"Type of payment that was made","type":"string"},"status":{"description":"Arrangement status","type":"string"},"type":{"description":"Payment Arrangement Type","type":"string"},"userId":{"description":"User who created the arrangement","type":"string"},"notes":{"description":"Notes about this payment arrangement","type":"string"},"frequency":{"description":"The frequency of payments. Valid valuses are:\r\n  \"W\" - Weekly\r\n  \"M\" - Monthly\r\n  \"B\" - Bi-Weekly\r\n  \"Q\" - Quarterly\r\n  \"Y\" - Yearly","type":"string"},"DivideEqually":{"description":"Sets whether the payments should be divided equally or not. \r\nIf false, the last payment will be the remainder of the total amount.","type":"boolean"}}},"SilverBlaze_CustomerNotificationRequestModel":{"description":"The model used by SilverBlaze request to update customer notification","type":"object","properties":{"notificationId":{"format":"int64","description":"Notification ID to update","type":"integer"},"formReferenceNumber":{"description":"SilverBlaze request reference number","type":"string"},"accountId":{"description":"Customer number to which this customer notification applies","type":"string"},"customerId":{"description":"Account number to which this customer notification applies","type":"string"},"notificationNotes":{"description":"Notes to update on this customer notification","type":"string"},"stopNotification":{"description":"Indication to stop the notification","type":"boolean"}}},"SilverBlaze_AssistanceProgramRequestModel":{"description":"The model used by SilverBlaze requests for assistance program enrollment.","type":"object","properties":{"formReferenceNumber":{"description":"SilverBlaze request reference number.","type":"string"},"customerId":{"description":"Customer number to which this arrangement applies.","type":"string"},"accountId":{"description":"Account number to which this arrangement applies.","type":"string"},"assistanceProgramCode":{"description":"The assistance program code to use in the enrollment. Lookup to CON144.","type":"string"},"applicationDate":{"format":"date-time","description":"The application date was made on.","type":"string"},"enrollmentDate":{"format":"date-time","description":"The enrollment date was made on.","type":"string"},"enrollmentAmount":{"format":"double","description":"The enrollment amount.","type":"number"},"householdIncome":{"format":"int32","description":"The declared household income.","type":"integer"},"numberOfPeople":{"format":"int32","description":"The declared number of people in the residence.","type":"integer"},"applicationDocuments":{"description":"The list of attached documents for this application.","type":"array","items":{"$ref":"#/definitions/SilverBlaze_AssistanceProgramRequestDocumentModel"}}}},"SilverBlaze_AssistanceProgramRequestDocumentModel":{"description":"The model used by SilverBlaze requests for document attachment in the assistance program enrollment.","type":"object","properties":{"fileName":{"description":"The filename of the document.","type":"string"},"fileBase64Data":{"description":"The Base64 string that represents the encoded base-64 digits contents of the file.","type":"string"},"fileDescription":{"description":"A brief description of the document.","type":"string"}}},"SolidWasteClassModel":{"description":"Solid Waste Class Control (SolidWasteClass / MEF411)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Class Code. The solid waste class code. (C_CLASS)","type":"string"},"Description":{"description":"Description. The description of the solid waste disposition. (C_DESCRIPTION)","type":"string"},"Notes":{"description":"Notes. The notes about the solid waste class. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"DefaultDisposition":{"description":"Default Disposition. The default disposition for the solid waste class. (C_DEFAULTDISPOSITION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteClassModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteClassModel]"},"readOnly":true}}},"Operation[SolidWasteClassModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteCollectedByModel":{"description":"Solid Waste Collected By Control (SolidWasteCollectedBy / MEF416)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Collected By Code. The solid waste collected by code. (C_COLLECTEDBY)","type":"string"},"Description":{"description":"Collected by Company Name. The solid waste collection company name. (C_COMPANY)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the solid waste collected by control is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteCollectedByModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteCollectedByModel]"},"readOnly":true}}},"Operation[SolidWasteCollectedByModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteCollectionTypeModel":{"description":"Solid Waste Collection Type Control (SolidWasteCollectionType / MEF412)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Collection Type. The solid waste collection type. (C_COLLECTIONTYPE)","type":"string"},"Description":{"description":"Description. The description of the solid waste collection type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteCollectionTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteCollectionTypeModel]"},"readOnly":true}}},"Operation[SolidWasteCollectionTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteConfigModel":{"description":"Solid Waste Control (SolidWasteConfig / MEF400)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UseSerialNumber":{"description":"Use Serial Number. Indicates whether the serial number will be used. (L_SERIALNUMBER)","type":"boolean"},"UseCallNumber":{"description":"Use Call Number in Route Setting. Indicates whether the call number will be used in the route. (L_CALLNUMBER)","type":"boolean"},"ShowPickup":{"description":"Show Pickup Sub-tab on Solid Waste Tab. Indicates whether the Pickup sub-tab will be shown on the Solid Waste tab. (L_PICKUP)","type":"boolean"},"ShowEquipment":{"description":"Show Equipment Sub-tab on Solid Waste Tab. Indicates whether the Equipment sub-tab will be shown on the Solid Waste tab. (L_EQUIPMENT)","type":"boolean"},"ShowServiceDetail":{"description":"Show Service Details Sub-tab on Solid Waste Tab. Indicates whether the Service Details sub-tab will be shown on the Solid Waste tab. (L_SERVICEDETAIL)","type":"boolean"},"ServiceEntrance":{"description":"Do Not Use Service Entrance For Route Setting. Indicates whether the service entrance will be used for route setting. (L_SERVICEENTRANCE)","type":"boolean"},"AutoContainerNumber":{"description":"Generate Container Number. Indicates whether the container number will be automatically generated when adding a new container. (L_AUTOCONTAINERNUM)","type":"boolean"},"NoUpdateFrequency":{"description":"Do Not Update Pickup Frequency Using Route Setting. Indicates whether the pickup frequency will not be updated using the route setting. (L_NOUPDATEFREQUENCY)","type":"boolean"},"UpdateMultiplier":{"description":"Update Multiplier. Indicates whether the multiplier will be updated. (L_UPDATEMULTIPLIER)","type":"boolean"},"ShowRouteDetails":{"description":"Show Route Details Sub-tab on Solid Waste Tab. Indicates whether the Route Details sub-tab will be shown on the Solid Waste tab. (L_ROUTEDETAILS)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteConfigModel]"},"readOnly":true}}},"Operation[SolidWasteConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteContainerModel":{"description":"Solid Waste Container (SolidWasteContainer / MEF401)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Container":{"description":"Container #. The solid waste container number. (C_CONTAINER)","type":"string"},"SerialNumber":{"description":"Serial #. The solid waste serial number. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date that the solid waste container was purchased. (D_PURCHASEDATE)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The purchase price of the solid waste container. (Y_PRICE)","type":"number"},"Quantity":{"format":"double","description":"Quantity in Inventory. The number of solid waste containers in inventory. (N_QUANTITY)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date that the solid waste container was scrapped. (D_SCRAPDATE)","type":"string"},"Notes":{"description":"Notes. The notes about the solid waste container. (M_NOTES)","type":"string"},"SharedContainer":{"description":"Is Container Shared. Indicates whether the container is shared between multiple accounts. (L_SHARED)","type":"boolean"},"ContainerType":{"description":"Container Type. The solid waste container. (C_CONTAINERTYPE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the container. (C_MANUFACTURER)","type":"string"},"ReasonScrapped":{"description":"Scrap Reason. The reason that the solid waste container was scrapped. (C_SCRAPREASON)","type":"string"},"Status":{"description":"Status. The solid waste container status. (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteContainerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteContainerModel]"},"readOnly":true}}},"Operation[SolidWasteContainerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteContainerLocationModel":{"description":"Solid Waste Container Location Control (SolidWasteContainerLocation / MEF410)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Container Location. The location code of the solid waste container. (C_CONTAINERLOCATION)","type":"string"},"Description":{"description":"Description. The description of the location type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteContainerLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteContainerLocationModel]"},"readOnly":true}}},"Operation[SolidWasteContainerLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteContainerRepairModel":{"description":"Solid Waste Container Repair (SolidWasteContainerRepair / MEF417)\r\nThe solid waste container repair history","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Container":{"description":"Container #. The solid waste container number. (C_CONTAINER)","type":"string"},"RepairedDate":{"format":"date-time","description":"Date Repaired. The date the work was completed on this repair. (D_REPAIR)","type":"string"},"TimeToRepair":{"format":"int32","description":"Time Required (in minutes). The time (in minutes) required to complete this repair. (N_TIMETOREPAIR)","type":"integer"},"RepairNotes":{"description":"Notes. The notes about the repair. (M_REPAIRNOTES)","type":"string"},"RepairId":{"format":"int64","description":"Repair ID. Unique ID for this repair. (I_REPAIRID)","type":"integer"},"RepairedBy":{"description":"Repaired By. The person that performed the repair. (C_REPAIREDBY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteContainerRepairModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteContainerRepairModel]"},"readOnly":true}}},"Operation[SolidWasteContainerRepairModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteContainerTypeModel":{"description":"Solid Waste Container Type Control (SolidWasteContainerType / MEF402)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Container Type. The solid waste container type. (C_CONTAINERTYPE)","type":"string"},"Description":{"description":"Description. The description of the solid waste container type. (C_DESCRIPTION)","type":"string"},"Size":{"format":"double","description":"Container Size in Units. The size of the solid waste container in units. (N_SIZE)","type":"number"},"AllowShare":{"description":"Allow to Share. Indicates whether the containers of this type can be shared between multiple accounts. (L_ALLOWSHARE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"BillCodes":{"description":"Bill Codes. The solid waste bill codes associated to the container type. (C_BILLCODES)","type":"string"},"Unit":{"description":"Unit Measure Code. The measurement code of the solid waste unit. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteContainerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteContainerTypeModel]"},"readOnly":true}}},"Operation[SolidWasteContainerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteDetailsModel":{"description":"Solid Waste Details (SolidWasteDetails / MEF407)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Mef404Fk":{"format":"int64","description":"Foreign Key to MEF404. The foreign key to MEF404. (I_MEF404FK)","type":"integer"},"SerialNumber":{"description":"Serial Number. The serial number. (C_SERIALNUMBER)","type":"string"},"MondayCallNumber":{"description":"Call Number Monday. The call number for Monday. (C_CALLNUM1)","type":"string"},"TuesdayCallNumber":{"description":"Call Number Tuesday. The call number for Tuesday. (C_CALLNUM2)","type":"string"},"WednesdayCallNumber":{"description":"Call Number Wednesday. The call number for Wednesday. (C_CALLNUM3)","type":"string"},"ThursdayCallNumber":{"description":"Call Number Thursday. The call number for Thursday. (C_CALLNUM4)","type":"string"},"FridayCallNumber":{"description":"Call Number Friday. The call number for Friday. (C_CALLNUM5)","type":"string"},"SaturdayCallNumber":{"description":"Call Number Saturday. The call number for Saturday. (C_CALLNUM6)","type":"string"},"SundayCallNumber":{"description":"Call Number Sunday. The call number for Sunday. (C_CALLNUM7)","type":"string"},"PickupStart":{"format":"date-time","description":"Pickup start date. The pickup start date. (D_PICKUPSTART)","type":"string"},"RouteNumber":{"description":"Route Number. The route number. (C_ROUTENUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteDetailsModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteDetailsModel]"},"readOnly":true}}},"Operation[SolidWasteDetailsModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteDispositionModel":{"description":"Solid Waste Disposition Control (SolidWasteDisposition / MEF413)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Disposition Code. The solid waste disposition code. (C_DISPOSITION)","type":"string"},"Description":{"description":"Description. The description of the solid waste disposition. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the solid waste disposition is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteDispositionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteDispositionModel]"},"readOnly":true}}},"Operation[SolidWasteDispositionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteFilterItemModel":{"description":"Model used for Solid Waste Pickup filtering","type":"object","properties":{"QueryString":{"description":"Query string","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id","type":"integer"},"Action":{"description":"Solid waste pickup action\r\nEnum AdvancedUtility.Services.SolidWasteActionEnum: Generate, Complete, View, Change, Delete, Process","type":"string"},"ScheduledDay":{"description":"Pickup scheduled day","type":"string"},"ServiceType":{"description":"Solid waste type","type":"string"},"ScheduledRoute":{"format":"int64","description":"Scheduled Route Number.\r\nThe scheduled route number.","type":"integer"},"PickUpRoute":{"description":"Actual Pickup Route.\r\nThe actual pickup route.","type":"string"},"Driver":{"description":"Driver","type":"string"},"ContainerType":{"description":"Container Type","type":"string"},"Disposition":{"description":"Disposition.\r\nThe disposition of the solid waste pick-up.","type":"string"},"PickupStatus":{"description":"Status of Pickup.\r\nThe pick-up status.","type":"string"}}},"SWPickupItemModel":{"description":"Solid Waste Pickup Item model","type":"object","properties":{"Pk":{"format":"int64","type":"integer"},"CallNumber":{"type":"string"},"ScheduledRouteNumber":{"type":"string"},"CustomerName":{"description":"Pickup customer name","type":"string"},"Notes":{"type":"string"},"ContainerType":{"$ref":"#/definitions/SolidWasteContainerTypeModel","description":"SolidWasteContainerType code"},"Disposition":{"$ref":"#/definitions/SolidWasteDispositionModel","description":"SolidWasteDisposition"},"Weight":{"format":"double","description":"TOTALWEIGHT","type":"number"},"Pickups":{"format":"int32","description":"NUMBER OF PICKUPS","type":"integer"},"FieldWorker":{"$ref":"#/definitions/FieldWorkerModel","description":"FieldWorker code (driver)"},"Scheduled":{"format":"date-time","description":"DATE OF SCHEDULED PICKUP","type":"string"},"Pickup":{"format":"date-time","type":"string"},"NextScheduled":{"format":"date-time","description":"DATE OF NEXT SCHEDULED PICKUP","type":"string"},"Account":{"type":"string"},"Customer":{"type":"string"},"Contaminated":{"type":"boolean"},"OnDemand":{"type":"boolean"},"FreqChecked":{"type":"boolean"},"PickupStatus":{"$ref":"#/definitions/SolidWastePickupStatusModel","description":"SolidWastePickupStatus"},"SWClass":{"$ref":"#/definitions/SolidWasteClassModel","description":"Pickup Class."},"ContainerNumber":{"type":"string"},"ServiceType":{"$ref":"#/definitions/SolidWasteServiceTypeModel","description":"SolidWasteServiceType"},"ServiceAddress":{"description":"ACCOUNT ADDRESS FUNC","type":"string"},"ScheduledDays":{"type":"string"},"Class":{"type":"string"},"RouteNumber":{"type":"string"},"Mef403RouteNumber":{"type":"string"},"ServiceId":{"format":"int64","type":"integer"},"TankFieldUnits":{"type":"string"},"Frequency":{"format":"int32","type":"integer"},"RouteType":{"format":"int32","type":"integer"},"CustAcctId":{"format":"int64","type":"integer"},"UDF_Char_3":{"type":"string"},"UDF_Char_4":{"type":"string"},"PickupRoute":{"format":"int64","type":"integer"},"Fee":{"format":"double","description":"Pickup Fee","type":"number"},"Rate":{"format":"double","description":"Rate per tonnage","type":"number"},"Truck":{"description":"Truck Id","type":"string"},"Trailer":{"description":"Trailer Id","type":"string"},"ReadingId":{"format":"int64","description":"ReadingId","type":"integer"},"Source":{"$ref":"#/definitions/SolidWastePickupModel","description":"SolidWastePickup"},"BIF014Notes":{"type":"string"},"CompletionCodes":{"type":"string"}}},"SolidWastePickupStatusModel":{"description":"Solid Waste Pickup Status Control (SolidWastePickupStatus / MEF415)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Pickup Status Code. The solid waste pick-up status code. (C_PICKUPSTATUS)","type":"string"},"Description":{"description":"Description. The solid waste pick-up status description. (C_DESCRIPTION)","type":"string"},"IsCompleted":{"description":"Solid Waste Status Completed. Indicates whether the solid waste pickup status was completed. (L_COMPLETED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the solid waste pickup status is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"SolidWasteServiceTypeModel":{"description":"Solid Waste Service Type Control (SolidWasteServiceType / MEF414)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Solid Waste Service Type. The solid waste service type. (C_SERVICETYPE)","type":"string"},"Description":{"description":"Description. The description of the solid waste service type. (C_DESCRIPTION)","type":"string"},"IsPickupBilled":{"description":"Solid Waste Service Type Pickups are Billed. Indicates if the solid waste service type pick-ups are billed. (L_PICKUPSBILLED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the solid waste service type is disabled. (L_DISABLED)","type":"boolean"},"DefaultClass":{"description":"Solid Waste Default Class. The default class used for solid waste. (C_DEFAULTCLASS)","type":"string"},"MultiplierKey":{"format":"int64","description":"Multiplier Link. The foreign key from the Service Multiplier Control Table (CON110). (I_CON110ID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"SolidWastePickupModel":{"description":"Solid Waste Pickup (SolidWastePickup / MEF406)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account Number. The account number. (C_ACCOUNT)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The solid waste service ID. (I_SERVICEID)","type":"integer"},"Container":{"description":"Equipment Container Number. The solid waste equipment container number. (C_CONTAINER)","type":"string"},"ScheduledDate":{"format":"date-time","description":"Date of Scheduled Pickup. The date of the scheduled pick-up. (D_SCHEDULED)","type":"string"},"ActualDate":{"format":"date-time","description":"Date of Actual Pickup. The date of the actual solid waste pickup. (D_PICKUP)","type":"string"},"NextScheduledDate":{"format":"date-time","description":"Date of Next Scheduled Pickup. The next scheduled pick-up date. (D_NEXTSCHEDULED)","type":"string"},"PickupId":{"format":"int32","description":"Pickup Route ID. The pick-up route ID. (I_PICKUPROUTE)","type":"integer"},"CallNumber":{"description":"Sequence Number. The pick-up call number sequence. (C_CALLNUM)","type":"string"},"Pickups":{"format":"int32","description":"Number of Pickups. The total number of pick-ups. (N_PICKUPS)","type":"integer"},"Weight":{"format":"double","description":"Weight of Pickup. The weight of the solid waste pick-up. (N_WEIGHT)","type":"number"},"Contaminated":{"description":"Contaminated Pickup Flag. Indicates if the solid waste pickup is contaminated. (L_CONTAMINATED)","type":"boolean"},"IsUnscheduled":{"description":"On Demand. Indicates an unscheduled pick-up. (L_ONDEMAND)","type":"boolean"},"Status":{"description":"Status of Pickup. The pick-up status. (C_PICKUPSTATUS)\r\nEnum AdvancedUtility.Model.MEF406+StatusEnum:  Completed, Cancelled, Scheduled, Uncompleted","type":"string"},"ReadingId":{"format":"int64","description":"Reading ID. The reading ID. (I_READINGID)","type":"integer"},"Notes":{"description":"Pickup Notes. The notes about the pick-up. (M_NOTES)","type":"string"},"ScheduledRouteNumber":{"description":"Scheduled Route Number. The scheduled route number. (C_SCHEDULEDROUTE)","type":"string"},"ActualRouteNumber":{"description":"Actual Pickup Route. The actual pickup route. (C_PICKUPROUTE)","type":"string"},"Rate":{"format":"double","description":"Rate. The rate per tonne for the solid waste pickup. (N_RATE)","type":"number"},"Fee":{"format":"double","description":"Fee. The fee for the solid waste pickup. (Y_FEE)","type":"number"},"Truck":{"description":"Truck. The actual code of the truck used in the solid waste pickup. (C_TRUCK)","type":"string"},"Trailer":{"description":"Trailer. The actual code of the trailer used in the solid waste pickup. (C_TRAILER)","type":"string"},"Class":{"description":"Pickup Class (C_CLASS)","type":"string"},"CompletionCodes":{"description":"Solid Waste Pickup Completion Codes. The completion codes for the solid waste pickup. (C_COMPLETIONCODES)","type":"string"},"Disposition":{"description":"Disposition. The disposition of the solid waste pick-up. (C_DISPOSITION)","type":"string"},"FieldWorker":{"description":"Driver Field Worker Code. The field worker code. (C_FIELDWORKER)","type":"string"},"Servicetype":{"description":"Solid Waste Service Type. The solid waste service type. (C_SERVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWastePickupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWastePickupModel]"},"readOnly":true}}},"Operation[SolidWastePickupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWastePickupCompletionModel":{"description":"Solid Waste Pickup Completion Control (SolidWastePickupCompletion / MEF418)\r\nThe Solid Waste Pickup Completion Control table is used to associate actions to the solid waste pickup, based on the Solid Waste Service Type, Container Type, and Container Location.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The completion code for the solid waste pickup. (C_COMPLETIONCODE)","type":"string"},"Description":{"description":"Description. The description for the solid waste pickup. (C_DESCRIPTION)","type":"string"},"ActionId":{"format":"int64","description":"Action ID. The action (action ID) that will be triggered when this solid waste pickup completion code is used. (I_ACTIONID)","type":"integer"},"ContainerLocations":{"description":"Solid Waste Container Locations. The container locations that are applicable to this solid waste completion code. (C_CONTAINERLOCATION)","type":"string"},"ContainerTypes":{"description":"Container Types. The container types that are applicable to this solid waste completion code. (C_CONTAINERTYPE)","type":"string"},"ServiceTypes":{"description":"Solid Waste Service Types. The service types that are applicable to this solid waste completion code. (C_SERVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWastePickupCompletionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWastePickupCompletionModel]"},"readOnly":true}}},"Operation[SolidWastePickupCompletionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWastePickupReportRunModel":{"description":"SolidWastePickup report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[SolidWastePickupStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWastePickupStatusModel]"},"readOnly":true}}},"Operation[SolidWastePickupStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteRateDetailModel":{"description":"Solid Waste Special Rate (SolidWasteRateDetail / BIF110)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Size":{"format":"double","description":"Container Size. The solid waste container size. (N_SIZE)","type":"number"},"ContainerCount":{"format":"double","description":"Number of Container. The number of solid waste containers. (N_CONTAINERCOUNT)","type":"number"},"PickupFrequency":{"format":"int64","description":"Pickup Frequency. The number of container pickups for the selected Frequency Type. For example, if Frequency = 2, and Frequency Type = Monthly, then there will be 2 pickups per month. (N_FREQUENCY)","type":"integer"},"ServiceCharge":{"format":"double","description":"Service Charge. The service charge for the solid waste pickup. (Y_SERVICECHARGE)","type":"number"},"FrequencyType":{"description":"Frequency Type. The frequency type to use for the specified container pickup Frequency. The options are \"Daily\", \"Weekly\", \"Biweekly\", \"Monthly\" and \"Quarterly\". For example, if Frequency Type = Biweekly, and Frequency = 4, then there will be 4 pickups every 2 weeks. (C_FREQUENCYTYPE)\r\nEnum AdvancedUtility.Model.BIF110+FrequencyTypeEnum:  _blank, Daily, Weekly, Biweekly, Monthly, Quarterly","type":"string"},"BIF110ID":{"format":"int64","description":"BIF110 ID. The unique record identifier. (I_BIF110ID)","type":"integer"},"ContainerType":{"description":"Container Type. The container type selected for this solid waste type. (C_CONTAINERTYPE)","type":"string"},"RateDetailKey":{"format":"int64","description":"Rate Detail Foreign Key. The rate detail key from the Rate Element - Adjustment table. (I_RATEDETAILKEY)","type":"integer"},"ServiceType":{"description":"Solid Waste Service Type. The solid waste service type. (C_SOLIDWASTETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteRateDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteRateDetailModel]"},"readOnly":true}}},"Operation[SolidWasteRateDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteRouteModel":{"description":"Solid Waste Pickup Route (SolidWasteRoute / MEF405)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RouteId":{"format":"int64","description":"Pickup Route ID. The pickup route ID, which is uniquely generated. (I_PICKUPROUTE)","type":"integer"},"Description":{"description":"Description of Pickup Route. The description of the solid waste pick-up route. (C_DESCRIPTION)","type":"string"},"TotalWeight":{"format":"double","description":"Total Weight for Pickup Route. The total weight for the pick-up route. (N_TOTALWEIGHT)","type":"number"},"RouteDate":{"format":"date-time","description":"Date of Pickup Route. The date scheduled for the pick-up route. (D_PICKUP)","type":"string"},"Processed":{"description":"Processed Flag. Indicates if the solid waste pick-up route schedule is processed. (L_PROCESSED)","type":"boolean"},"Notes":{"description":"Notes (M_NOTES)","type":"string"},"ScheduledDate":{"format":"date-time","description":"Route Scheduled Pickup Date. The route scheduled pickup date. (D_SCHEDULED)","type":"string"},"Class":{"description":"Solid Waste Material Class. The solid waste material class. (C_CLASS)","type":"string"},"Disposition":{"description":"Solid Waste Disposition Type. The solid waste disposition type. (C_DISPOSITION)","type":"string"},"RouteNumber":{"description":"Route Number. The route number. (C_ROUTENUMBER)","type":"string"},"ServiceType":{"description":"Solid Waste Service Type. The solid waste service type. (C_SERVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteRouteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteRouteModel]"},"readOnly":true}}},"Operation[SolidWasteRouteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteRouteCreationLoadRequestModel":{"description":"Input model to the /do/solidwasteroutecreationload call.","type":"object","properties":{"QueryXml":{"description":"Filter query","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id","type":"integer"},"ServiceType":{"description":"Service type","type":"string"},"PickupRoute":{"description":"Route","type":"string"},"AccountType":{"description":"Account type","type":"string"},"CollectedBy":{"description":"Collected by","type":"string"},"RouteDate":{"description":"Route date formula","type":"string"},"IsMonday":{"description":"Filter Flag indicating Monday SolidWasteRoute schedule","type":"boolean"},"IsTuesday":{"description":"Filter Flag indicating SolidWasteRoute Tuesday schedule","type":"boolean"},"IsWednesday":{"description":"Filter Flag indicating SolidWasteRoute Wednesday schedule","type":"boolean"},"IsThursday":{"description":"Filter Flag indicating SolidWasteRoute Thursday schedule","type":"boolean"},"IsFriday":{"description":"Filter Flag indicating SolidWasteRoute Friday schedule","type":"boolean"},"IsSaturday":{"description":"Filter Flag indicating SolidWasteRoute Saturday schedule","type":"boolean"},"IsSunday":{"description":"Filter Flag indicating SolidWasteRoute Sunday schedule","type":"boolean"}}},"SolidWasteRouteCreationLoadResultModel":{"description":"Output/result model from the /do/solidwasteroutecreationload call.","type":"object","properties":{"SWAccount":{"type":"string"},"SWCustomer":{"type":"string"},"AccountType":{"type":"string"},"StreetNumber":{"format":"int64","type":"integer"},"StreetName":{"type":"string"},"StreetPrefix":{"type":"string"},"StreetSuffix":{"type":"string"},"StreetNumberSuffix":{"type":"string"},"Apt":{"type":"string"},"CustName":{"type":"string"},"SerialNumber":{"type":"string"},"RouteNumber":{"type":"string"},"Town":{"type":"string"},"Province":{"type":"string"},"PostalCode":{"type":"string"},"StructureTypeDescription":{"type":"string"},"CollectionStatusDescription":{"type":"string"},"StructureType":{"type":"string"},"CollectionStatus":{"type":"string"},"CollectedBy":{"type":"string"},"BillCode":{"type":"string"},"Zone":{"type":"string"},"CollectedByDescription":{"type":"string"},"Hauler":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"DateInstalled":{"format":"date-time","type":"string"},"SWBillCode":{"type":"string"},"Rental":{"type":"string"},"BillCodeDescription":{"type":"string"},"Total":{"format":"int32","type":"integer"},"Units":{"type":"string"},"SolidWasteType":{"type":"string"},"SolidWasteTypeDescription":{"type":"string"},"ContainerType":{"type":"string"},"ContainerTypeDescription":{"type":"string"},"Notes":{"type":"string"},"Frequency":{"format":"int64","type":"integer"},"LocationDescription":{"type":"string"},"Location":{"type":"string"},"CallNum1":{"type":"string"},"CallNum2":{"type":"string"},"CallNum3":{"type":"string"},"CallNum4":{"type":"string"},"CallNum5":{"type":"string"},"CallNum6":{"type":"string"},"CallNum7":{"type":"string"},"PickUpStart":{"format":"date-time","type":"string"},"AccountTypeDesc":{"type":"string"},"RentalDescription":{"type":"string"}}},"SolidWasteRouteCreationReportRunModel":{"description":"SolidWasteRouteCreation report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReportData":{"description":"Report data","type":"array","items":{"$ref":"#/definitions/SolidWasteRouteCreationLoadResultModel"}},"AccountType":{"type":"string"},"CollectedBy":{"type":"string"},"RouteDate":{"type":"object"},"ServiceType":{"type":"string"},"PickUpRout":{"type":"string"},"IsMondayCollection":{"type":"boolean"},"IsTuesdayCollection":{"type":"boolean"},"IsWednesdayCollection":{"type":"boolean"},"IsThursdayCollection":{"type":"boolean"},"IsFridayCollection":{"type":"boolean"},"IsSaturdayCollection":{"type":"boolean"},"IsSundayCollection":{"type":"boolean"},"ReportTitle":{"type":"string"},"ReportDataPath":{"type":"string"},"ReportSubtitle":{"type":"string"},"ReportType":{"type":"string"},"QueryPromptData":{"type":"string"},"ReportOption":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"SolidWasteRouteCreationRunModel":{"description":"SolidWasteRouteCreation process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsMondayCollection":{"description":"Report IsMondayCollection","type":"boolean"},"IsTuesdayCollection":{"description":"Report IsTuesdayCollection","type":"boolean"},"IsWednesdayCollection":{"description":"Report IsWednesdayCollection","type":"boolean"},"IsThursdayCollection":{"description":"Report IsThursdayCollection","type":"boolean"},"IsFridayCollection":{"description":"Report IsFridayCollection","type":"boolean"},"IsSaturdayCollection":{"description":"Report IsSaturdayCollection","type":"boolean"},"IsSundayCollection":{"description":"Report IsSundayCollection","type":"boolean"},"QueryPromptData":{"description":"Query prompt data to use","type":"string"},"AccountType":{"description":"Type of the account","type":"string"},"CollectedBy":{"description":"Person/Agent who collects the solid wastes","type":"string"},"PickUpRout":{"description":"Pickup route","type":"string"},"ServiceType":{"description":"Type of the service","type":"string"},"RouteDate":{"description":"Date route defined\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ReportType":{"description":"Report type option\r\nEnum AdvancedUtility.Services.Processes.SolidWasteRouteCreation+RouteCreateOptions: ListByAddress, RouteSheets","type":"string"},"Destination":{"description":"Output should the report generate (email, file, printer, screen)\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"FileType":{"description":"File document type to be generated (.doc, .pdf, etc)\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"EmailAddress":{"description":"Where to email journal to","type":"string"},"EmailSubjectLine":{"description":"Subject line for email","type":"string"},"FileName":{"description":"File name to save journal as","type":"string"},"OverwriteFileName":{"description":"Flag to indicate how the output filename will be handled. If true, the selected filename will be overwritten. \r\nIf false - it will be incremented until a not used filename is found.","type":"boolean"},"PrinterName":{"description":"Printer to send journal","type":"string"},"DataExportFiles":{"description":"List of data export files to use in report","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"Group":{"description":"Group to use in report","type":"string"},"Sort":{"description":"Sort to use in report","type":"string"},"Criteria":{"description":"Criteria to generate report based on it","type":"string"},"ReportName":{"description":"Report's name","type":"string"},"SampleData":{"description":"Is it sample data?","type":"boolean"},"ReportTitle":{"description":"Report title","type":"string"},"ReportDataPath":{"description":"Path to data to use in the report","type":"string"},"ReportSubtitle":{"description":"Report's subtitle","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"SolidWasteRouteDefinitionModel":{"description":"Solid Waste Route Definition (SolidWasteRouteDefinition / MEF403)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Route Number. The route number. (C_ROUTENUMBER)","type":"string"},"Description":{"description":"Description. The description of the route. (C_DESCRIPTION)","type":"string"},"IsMondayCollection":{"description":"Monday  Collection. Indicates whether the solid waste is collected on Monday. (L_MONDAY)","type":"boolean"},"IsTuesdayCollection":{"description":"Tuesday Collection. Indicates whether the solid waste is collected on Tuesday. (L_TUESDAY)","type":"boolean"},"IsWednesdayCollection":{"description":"Wednesday Collection. Indicates whether the solid waste is collected on Wednesday. (L_WEDNESDAY)","type":"boolean"},"IsThursdayCollection":{"description":"Thursday collection. Indicates whether the solid waste is collected on Thursday. (L_THURSDAY)","type":"boolean"},"IsFridayCollection":{"description":"Friday Collection. Indicates whether the solid waste is collected on Friday. (L_FRIDAY)","type":"boolean"},"IsSaturdayCollection":{"description":"Saturday Collection. Indicates whether the solid waste is collected on Saturday. (L_SATURDAY)","type":"boolean"},"IsSundayCollection":{"description":"Sunday Collection. Indicates whether the solid waste is collected on Sunday. (L_SUNDAY)","type":"boolean"},"Frequency":{"format":"int32","description":"Frequency of Pickup in Days. The frequency of the solid waste pick-up in days. (N_FREQUENCY)","type":"integer"},"RouteType":{"description":"Route Type. The route type which can be scheduled day, frequency or on demand. (N_ROUTETYPE)\r\nEnum AdvancedUtility.Model.MEF403+RouteTypeEnum:  ScheduledDays, Frequency, OnDemand","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"OrderPerEquipment":{"description":"Service-Link:Use Individual Service Orders. Indicates to Service-Link that all equipment on the route will require individual service orders, when selected. Otherwise, all equipment on the route will be included on one service order (L_ORDERPEREQUIPMENT)","type":"boolean"},"CollectionDays":{"format":"int32","type":"integer"},"CollectionType":{"description":"Collection Type. The collection type of the route. (C_COLLECTIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteRouteDefinitionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteRouteDefinitionModel]"},"readOnly":true}}},"Operation[SolidWasteRouteDefinitionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteRouteLinkModel":{"description":"Solid Waste Route Link (SolidWasteRouteLink / MEF404)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ServiceCounter":{"format":"int64","description":"Solid Waste Service Counter. The solid waste service counter. (I_SERVICECOUNTER)","type":"integer"},"Notes":{"description":"Notes. Notes about this solid waste route. (M_NOTES)","type":"string"},"Pk":{"format":"int64","description":"MEF404 Record Key. The unique record identifier. (I_MEF404PK)","type":"integer"},"PickupStart":{"format":"date-time","description":"Start Date for Pickups. The date when the solid waste pick-ups will start. (D_PICKUPSTART)","type":"string"},"ContainerLocation":{"description":"Container Location. The location of the container (C_CONTAINERLOCATION)","type":"string"},"RouteNumber":{"description":"Route Number. The solid waste route number. (C_ROUTENUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteRouteLinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteRouteLinkModel]"},"readOnly":true}}},"Operation[SolidWasteRouteLinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SolidWasteServiceEntranceModel":{"description":"Solid Waste Service Entrance (SolidWasteServiceEntrance / BIF304)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"IsHandicapService":{"description":"Solid Waste Handicap Service. The solid waste handicap service. (L_HANDICAPSERVICE)","type":"boolean"},"IsExemption":{"description":"Solid Waste Service Exemption. The solid waste service exemption. (L_EXEMPTION)","type":"boolean"},"Notes":{"description":"Notes. Notes about the solid waste service. (M_NOTES)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date that the solid waste service was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Date Removed. The date that the solid waste service was removed. (D_DATEREMOVED)","type":"string"},"ServiceCounter":{"format":"int64","description":"Solid Waste Service Counter. The solid waste service counter. (I_SERVICECOUNTER)","type":"integer"},"ServiceId":{"format":"int64","description":"Service ID. The solid waste service ID. (I_SERVICEID)","type":"integer"},"Class":{"description":"Solid Waste Class. The solid waste class. (C_CLASS)","type":"string"},"CollectedBy":{"description":"Collected by Company Code. The solid waste collection company. (C_COLLECTEDBY)","type":"string"},"ServiceType":{"description":"Solid Waste Service Type. The solid waste service type. (C_SERVICETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SolidWasteServiceEntranceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteServiceEntranceModel]"},"readOnly":true}}},"Operation[SolidWasteServiceEntranceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[SolidWasteServiceTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SolidWasteServiceTypeModel]"},"readOnly":true}}},"Operation[SolidWasteServiceTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SpreadsheetTemplateModel":{"description":"Spreadsheet Template Control (SpreadsheetTemplate / CON200)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Title":{"description":"Spreadsheet Title. The spreadsheet header title. (C_TITLE)","type":"string"},"PromptData":{"description":"Prompts. Prompt information to be collected before resolving bookmarks on spreadsheet (M_PROMPTDATA)","type":"string"},"File":{"description":"File Name. The spreadsheet file name. (C_FILE)","type":"string"},"TabOrder":{"format":"int32","description":"Tab Order. The tab order in the spreadsheet. (I_TABORDER)","type":"integer"},"StartColumn":{"description":"Start Column. The spreadsheet start column. (C_STARTCOLUMN)","type":"string"},"StartRow":{"format":"int32","description":"Start Row. The spreadsheet start row. (I_STARTROW)","type":"integer"},"Description":{"description":"Description. The spreadsheet description. (C_DESCRIPTION)","type":"string"},"CON200ID":{"format":"int64","description":"CON200 Record Unique ID. The unique record identifier. (I_CON200ID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the spreadsheet template is disabled. (L_DISABLED)","type":"boolean"},"AccountType":{"description":"Account Types. The account type. (C_ACCOUNTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SpreadsheetTemplateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SpreadsheetTemplateModel]"},"readOnly":true}}},"Operation[SpreadsheetTemplateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StandardDrawingNumberModel":{"description":"Measurement Canada Drawing Number Control (StandardDrawingNumber / MEF229)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The measurement CDA (Canadian) standard drawing code. (C_CODE)","type":"string"},"DrawingCode":{"description":"Drawing Code. The drawing code. (C_DRAWINGCODE)","type":"string"},"DrawingNumber":{"description":"Drawing Number. The drawing number. (C_DRAWINGNUMBER)","type":"string"},"WireMultiplier":{"format":"double","description":"Wire Multiplier. The wire multiplier. (N_WIREMULTIPLIER)","type":"number"},"Comments":{"description":"Notes. The notes about the measurement. (M_COMMENTS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StandardDrawingNumberModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StandardDrawingNumberModel]"},"readOnly":true}}},"Operation[StandardDrawingNumberModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StateModel":{"description":"State/Province Control (State / CON003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The code. (C_CODE)","type":"string"},"Description":{"description":"Description. The province name. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the state/province is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StateModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StateModel]"},"readOnly":true}}},"Operation[StateModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StatutoryHolidayModel":{"description":"Statutory Holiday Control (StatutoryHoliday / CON065)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Holiday Code. The holiday code. (C_CODE)","type":"string"},"Date":{"format":"date-time","description":"Holiday Date. The holiday date. (D_DATE)","type":"string"},"Description":{"description":"Holiday Description. The holiday description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StatutoryHolidayModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StatutoryHolidayModel]"},"readOnly":true}}},"Operation[StatutoryHolidayModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StockModel":{"description":"Stock Code Control (Stock / CON034)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Stock Code. The stock code. (C_CODE)","type":"string"},"Description":{"description":"Description. The stock description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StockModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StockModel]"},"readOnly":true}}},"Operation[StockModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StreetNumberSuffixModel":{"description":"Street Number Suffix Control (StreetNumberSuffix / CON151)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Street Suffix Code. The street suffix code. (C_CODE)","type":"string"},"Description":{"description":"Street Suffix Description. The street suffix description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether street number suffix is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StreetNumberSuffixModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StreetNumberSuffixModel]"},"readOnly":true}}},"Operation[StreetNumberSuffixModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StreetPrefixModel":{"description":"Street Prefix Control (StreetPrefix / CON137)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Street Prefix. The street prefix. (C_STREETPREFIX)","type":"string"},"Description":{"description":"Street Description. The street description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StreetPrefixModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StreetPrefixModel]"},"readOnly":true}}},"Operation[StreetPrefixModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StreetSuffixModel":{"description":"Street Suffix Control (StreetSuffix / CON136)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Street Suffix. The street suffix. (C_STREETSUFFIX)","type":"string"},"Description":{"description":"Street Description. The street description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StreetSuffixModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StreetSuffixModel]"},"readOnly":true}}},"Operation[StreetSuffixModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"StructureTypeModel":{"description":"Structure Type Control (StructureType / CON044)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Structure Type Code. The structure type code. (C_STRUCTURETYPE)","type":"string"},"Description":{"description":"Structure Type Description. The structure type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the structure type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[StructureTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[StructureTypeModel]"},"readOnly":true}}},"Operation[StructureTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SupplierModel":{"description":"Supplier Control (Supplier / CON049)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SupplierAddress":{"description":"Single line formatted supplier address.  Read-Only.","type":"string"},"Code":{"description":"Supplier. The supplier's ID code. (C_SUPPLIER)","type":"string"},"LastName":{"description":"Last Name. The supplier's last name. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The supplier's first name. (C_FIRSTNAME)","type":"string"},"Suffix":{"description":"Name Suffix. The supplier's suffix. (C_SUFFIX)","type":"string"},"Prefix":{"description":"Name Prefix. The supplier's prefix. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"Address1":{"description":"Address Line 1. The first line of the supplier's address. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second line of the supplier's address. (C_ADDRESS2)","type":"string"},"POBox":{"description":"P.O. Box. The post office box number. (C_POBOX)","type":"string"},"StreetNumberOld":{"description":"Street Number (Obsolete). The street number. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number. (N_STREETNUM)","type":"integer"},"StreetName":{"description":"Street Name. The street name. (C_STREET)","type":"string"},"Apt":{"description":"Apartment. The suite number. (C_APT)","type":"string"},"Town":{"description":"Town. The city or town. (C_TOWN)","type":"string"},"PostCode":{"description":"Zip Code. The postal or zip code. (C_POSTCODE)","type":"string"},"Email":{"description":"Email. The supplier's email address. (C_EMAIL)","type":"string"},"Url":{"description":"Website. The supplier's website. (C_URL)","type":"string"},"Telephone":{"description":"Telephone. The supplier's telephone number. (C_TELEPHONE)","type":"string"},"Fax":{"description":"Fax. The supplier's fax number. (C_FAX)","type":"string"},"ReferenceNumberDescription1":{"description":"Reference # Description 1. The description of the supplier's first reference number. (C_REFERENCENUMBERDESCRIPTION1)","type":"string"},"ReferenceNumberDescription2":{"description":"Reference # Description 2. The description of the supplier's second reference number. (C_REFERENCENUMBERDESCRIPTION2)","type":"string"},"ReferenceNumberFormat1":{"description":"Reference # Format 1. The format of the supplier's first reference number. (C_REFERENCENUMBERFORMAT1)","type":"string"},"ReferenceNumberFormat2":{"description":"Reference # Format 2. The format of the supplier's second reference number. (C_REFERENCENUMBERFORMAT2)","type":"string"},"Notes":{"description":"Notes. Additional information about this supplier. (M_NOTES)","type":"string"},"TransactionImport":{"description":"Transaction Import Procedure. The transaction import procedure. (C_TRANSACTIONIMPORT)\r\nEnum AdvancedUtility.Model.CON049+TransactionImportEnum:  AdvancedImport","type":"string"},"TransactionInFile":{"description":"Transaction Import File Location and Name. The location and name of the transaction import file. (C_TRANSACTIONINFILE)","type":"string"},"ReadingImport":{"description":"Reading Import Procedure. The reading import procedure. (C_READINGIMPORT)\r\nEnum AdvancedUtility.Model.CON049+ReadingImportEnum:  AdvancedImport","type":"string"},"ReadingInFile":{"description":"Reading Import File Location and Name. The location and name of the reading import file. (C_READINGINFILE)","type":"string"},"LastImportFromDatetime":{"format":"date-time","description":"Last Data Import From Date. The date and time that data was last imported from this supplier. (T_LASTIMPORTFROM)","type":"string"},"LastImportToDatetime":{"format":"date-time","description":"Last Data Import To Date. The date and time that data was last imported to this supplier. (T_LASTIMPORTTO)","type":"string"},"LastImportDatetime":{"format":"date-time","description":"Last Import Date and Time. A legacy field - not used in deregulation. (T_LASTIMPORT)","type":"string"},"TransactionExport":{"description":"Transaction Export Procedure. The transaction export procedure. (C_TRANSACTIONEXPORT)\r\nEnum AdvancedUtility.Model.CON049+TransactionExportEnum:  AdvancedImport","type":"string"},"TransactionOutFile":{"description":"Transaction Export File Location and Name. The location and name of the transaction output file (C_TRANSACTIONOUTFILE)","type":"string"},"ReadingExport":{"description":"Reading Export Procedure. The reading export procedure. (C_READINGEXPORT)\r\nEnum AdvancedUtility.Model.CON049+ReadingExportEnum:  AdvancedImport","type":"string"},"ReadingOutFile":{"description":"Reading Export File Location and Name. The location and name of the reading export procedure. (C_READINGOUTFILE)","type":"string"},"LastExportFromDatetime":{"format":"date-time","description":"Last Data Export From Date. The date and time that data was last exported from this supplier. (T_LASTEXPORTFROM)","type":"string"},"LastExportToDatetime":{"format":"date-time","description":"Last Data Export To Date. The date and time that data was last exported to this supplier.  (T_LASTEXPORTTO)","type":"string"},"LastExportDatetime":{"format":"date-time","description":"Last Export Date and Time. A legacy field - not used in deregulation. (T_LASTEXPORT)","type":"string"},"DateFormat":{"description":"Supplier Date Format. The date format for this supplier. (C_DATEFORMAT)\r\nEnum AdvancedUtility.Model.DateFormat:  YMD, MDY, DMY, CYMD, MDCY, DMCY","type":"string"},"PaymentFile":{"description":"Payment Export File Location and Name. The name and location of the payment export file. (C_PAYMENTFILE)","type":"string"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"ValidRateCodes":{"description":"Valid Rate Codes. The valid rate codes. (C_VALIDRATECODES)","type":"string"},"AllowCustomProfile":{"description":"Allow Custom Profile. Indicates whether to allow a custom profile. (L_ALLOWCUSTOMPROFILE)","type":"boolean"},"IsInactive":{"description":"Inactive. Indicates whether this supplier is inactive. (L_INACTIVE)","type":"boolean"},"DateInactiveFrom":{"format":"date-time","description":"Date Inactive From. The date on which this supplier became inactive. (D_DATEINACTIVE)","type":"string"},"UseBillCode1":{"description":"Use Bill Code1. Indicates whether to replace bill code 1. (L_USEBCODE1)","type":"boolean"},"UseBillCode2":{"description":"Use Bill Code2. Indicates whether to replace bill code 2. (L_USEBCODE2)","type":"boolean"},"UseBillCode3":{"description":"Use Bill Code3. Indicates whether to replace bill code 3. (L_USEBCODE3)","type":"boolean"},"UseBillCode4":{"description":"Use Bill Code4. Indicates whether to replace bill code 4. (L_USEBCODE4)","type":"boolean"},"UseBillCode5":{"description":"Use Bill Code5. Indicates whether to replace bill code 5. (L_USEBCODE5)","type":"boolean"},"ForecastPrice":{"format":"double","description":"Forecast Price. The forecast price. (N_FORECASTPRICE)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the supplier is disabled. (L_DISABLED)","type":"boolean"},"Country":{"description":"Country (Obsolete). The supplier's country. (Obsolete) (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country of the supplier. (C_COUNTRYCODE)","type":"string"},"FormattedName":{"description":"The fully formatted supplier name using the default format defined in the system CisConfig / BIF000 definition.  Read-Only.","type":"string"},"NameType":{"description":"Name Type. The supplier's name type. (C_NAMETYPE)","type":"string"},"PaymentTransactionCode":{"description":"Supplier's Payment Transaction Code. The supplier's payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"PriceUnit":{"description":"Price Unit. The unit of measure for price. (C_PRICEUNIT)","type":"string"},"Services":{"description":"Services Offered by Supplier. The services offered by the supplier. (C_SERVICES)","type":"string"},"SortName":{"description":"Supplier name in a form that can be sorted alphabetically.  Read-Only.","type":"string"},"State":{"description":"State. The province or state. (C_PROV)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the supplier's address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street prefix. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street suffix. (C_STREETSUFFIX)","type":"string"},"StrNumSuffix":{"description":"Street # Suffix. The street number suffix of the service address. (C_STRNUMSUFFIX)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SupplierModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SupplierModel]"},"readOnly":true}}},"Operation[SupplierModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SupplierEnrollmentModel":{"description":"Supplier Enrollment (SupplierEnrollment / BIF012)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SupplierId":{"format":"int64","description":"SupplierID. The supplier's ID code. (I_SUPPLIERID)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"StartDate":{"format":"date-time","description":"Contract Start Date. The start date of the supplier's contract. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"Contract End Date. The end date of the supplier's contract. (D_ENDDATE)","type":"string"},"ReferenceNumber1":{"description":"Reference # 1. The supplier's first reference number. (C_SUPPLIERREFERENCENUMBER1)","type":"string"},"ReferenceNumber2":{"description":"Reference # 2. The supplier's second reference number. (C_SUPPLIERREFERENCENUMBER2)","type":"string"},"ContractedQuantity":{"format":"double","description":"Contracted Qty. The contracted quantity. (N_CONTRACTEDQTY)","type":"number"},"MinimumSupply":{"format":"double","description":"Minimum Supply. The minimum supply. (N_MINIMUMSUPPLY)","type":"number"},"MaximumSupply":{"format":"double","description":"Maximum Supply. The maximum supply. (N_MAXIMUMSUPPLY)","type":"number"},"IndexToUse":{"format":"int64","description":"Index To Use. The index to use. (I_INDEXTOUSE)","type":"integer"},"IndexStartDatetime":{"format":"date-time","description":"Index Start Date Time. The starting date and time of the index. (T_INDEXSTARTDATETIME)","type":"string"},"IndexEndDatetime":{"format":"date-time","description":"Index End Date Time. The end date and time of the index. (T_INDEXENDDATETIME)","type":"string"},"RemarketingPriceIndex":{"format":"int64","description":"Remarketing Price Index. The remarketing price index. (I_REMARKETINGPRICEINDEX)","type":"integer"},"CappedIndex":{"format":"int64","description":"Capped Index. The capped index. (I_CAPPEDINDEX)","type":"integer"},"CappedIndexStartDatetime":{"format":"date-time","description":"Capped Index Start Date Time. The start date of the capped index. (T_CAPPEDINDEXSTARTDATETIME)","type":"string"},"CappedIndexEndDatetime":{"format":"date-time","description":"Capped Index End Date Time. The end date of the capped index. (T_CAPPEDINDEXENDDATETIME)","type":"string"},"AgencyFeeThreshold":{"format":"double","description":"Agency Fee Threshold. The agency fee threshold. (N_AGENCYFEETHRESHOLD)","type":"number"},"VolumeThreshold":{"format":"double","description":"Volume Threshold. The volume threshold. (N_VOLUMETHRESHOLD)","type":"number"},"Notes":{"description":"Notes. Notes about the supplier. (M_NOTES)","type":"string"},"MarketId":{"description":"Market ID. The market ID. (C_MARKETID)","type":"string"},"EnrollmentSentDate":{"format":"date-time","description":"Date Enrollment Sent To Utility. The date that the enrollment was sent to the utility. (D_ENROLLMENTSENT)","type":"string"},"ServiceSwitchDateToSupplier":{"format":"date-time","description":"Switch Date To Supplier Service. The date that the customer switched to this supplier's service. (D_SERVICESWITCHDATETOSUPPLIER)","type":"string"},"DeenrollmentSentDate":{"format":"date-time","description":"Date De-Enrollment Sent To Utility. The date on which the supplier's request to drop this enrollment was received. (D_DEENROLLMENTSENT)","type":"string"},"ServiceSwitchDateFromSupplier":{"format":"date-time","description":"Switch Date From Supplier Service. The date on which the customer stopped using the supplier's service. (D_SERVICESWITCHDATEFROMSUPPL)","type":"string"},"Status":{"description":"Status. The supplier's status. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF012+StatusEnum:  Active, Inactive, PendingActivation, PendingDrop, Cancelled, Expired","type":"string"},"PrudentialAmount":{"format":"double","description":"Prudential Amount. The Prudential amount. (Y_PRUDENTIALAMOUNT)","type":"number"},"CisUseOnly":{"description":"CIS Use Only. Indicates whether these records are for CIS use only. (L_CISUSEONLY)","type":"boolean"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"AgreementType":{"description":"Agreement Type. The supplier's agreement type. (C_AGREEMENTTYPE)","type":"string"},"BillCode":{"description":"Bill Code. The supplier's bill code. (C_BILLCODE)","type":"string"},"BillCode1":{"description":"Bill Code 1. The supplier's first bill code. (C_BILLCODE1)","type":"string"},"BillCode2":{"description":"Bill Code 2. The supplier's second bill code. (C_BILLCODE2)","type":"string"},"BillCode3":{"description":"Bill Code 3. The supplier's third bill code. (C_BILLCODE3)","type":"string"},"BillCode4":{"description":"Bill Code 4. The supplier's fourth bill code. (C_BILLCODE4)","type":"string"},"LaufFormula":{"format":"int64","description":"Formula for LAUF. The LAUF (lost and unaccounted for) formula. (I_LAUFFORMULA)","type":"integer"},"MeterBillCode":{"description":"Meter Bill Code. The meter bill code (C_BILLCODEM)","type":"string"},"Service":{"description":"Service. The type of service. (C_SERVICE)","type":"string"},"Supplier":{"description":"Supplier. The unique supplier code. (C_SUPPLIER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SupplierEnrollmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SupplierEnrollmentModel]"},"readOnly":true}}},"Operation[SupplierEnrollmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SystemDefaultModel":{"description":"System Default Control (SystemDefault / CON075)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Value":{"description":"Value. The field value. (C_VALUE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether a system default value is disabled. (L_DISABLED)","type":"boolean"},"Description":{"description":"Description. The field description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SystemDefaultModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SystemDefaultModel]"},"readOnly":true}}},"Operation[SystemDefaultModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"SystemDefaultsDescriptionModel":{"description":"System Default Description Control (SystemDefaultsDescription / CON175)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Description. The description of the default. (C_DESCRIPTION)","type":"string"},"DataType":{"description":"Data Type. The data type (C_DATATYPE)\r\nEnum AdvancedUtility.Model.CON175+DataTypeEnum:  Character, Date, Logical, Numeric, DateTime","type":"string"},"Length":{"format":"int32","description":"Length. The length of the field. (N_LENGTH)","type":"integer"},"Caption":{"description":"Caption. The name of the default field. (C_CAPTION)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates whether the value is disabled. (L_DISABLED)","type":"boolean"},"Notes":{"description":"Notes. The details about how the system default is used. (M_NOTES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[SystemDefaultsDescriptionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[SystemDefaultsDescriptionModel]"},"readOnly":true}}},"Operation[SystemDefaultsDescriptionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapFeeTypeModel":{"description":"Tap Fee Type Control (TapFeeType / CON254)\r\nThe Tap Fee Type Control is used to store the available tap fee types for tap requests.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Description. The tap fee description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether this tap fee type is disabled. (L_DISABLED)","type":"boolean"},"IsTapFee":{"description":"Is Tap Fee. Indicates whether this tap fee type is a tap request fee. (L_TAPFEE)","type":"boolean"},"IsDevelopmentFee":{"description":"Is Development Fee. Indicates whether this tap fee type is a development fee. (L_DEVLOPMENTFEE)","type":"boolean"},"FeeType":{"description":"Fee Type. The code for the tap fee type. (C_FEETYPE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code that will be used for the tap fee of this type. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapFeeTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapFeeTypeModel]"},"readOnly":true}}},"Operation[TapFeeTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapLocationModel":{"description":"Water Service Entrance Tap Location (TapLocation / BIF305)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TapNumber":{"description":"Tap #. The tap number assigned to the tap location. (C_TAPNUMBER)","type":"string"},"StreetNumberOld":{"description":"Street Number (Obsolete). The tap location street number. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number for the tap location. (N_STREETNUM)","type":"integer"},"StreetPrefix":{"description":"Street Prefix. The street prefix for the tap location. (C_STREETPREFIX)","type":"string"},"NumberOfBullheads":{"format":"int32","description":"Number of Bullhead Connections. The number of bullhead connections. (I_NUMBEROFBULLHEADS)","type":"integer"},"Street":{"description":"Street. The street name for the tap location. (C_STREET)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street suffix for the tap location. (C_STREETSUFFIX)","type":"string"},"Notes":{"description":"Notes. Notes about the tap location. (M_NOTES)","type":"string"},"UDF_Char_1":{"description":"Tap Location Custom Field 1. The custom field 1 information for the tap location. (C_CUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Tap Location Custom Field 2. The custom field 2 information for the tap location. (C_CUSTOM2)","type":"string"},"UDF_Char_3":{"description":"Tap Location Custom Field 3. The custom field 3 information for the tap location. (C_CUSTOM3)","type":"string"},"UDF_Char_4":{"description":"Tap Location Custom Field 4. The custom field 4 information for the tap location. (C_CUSTOM4)","type":"string"},"UDF_Number_1":{"format":"double","description":"Tap Location Custom Number 1. The custom number 1 information for the tap location. (N_CUSTOM1)","type":"number"},"UDF_Number_2":{"format":"double","description":"Tap Location Custom Number 2. The custom number 2 information for the tap location. (N_CUSTOM2)","type":"number"},"TapLocationId":{"format":"int64","description":"Tap Location ID. The tap location ID. (I_TAPLOCATIONID)","type":"integer"},"ServiceEntranceId":{"format":"int64","description":"Service Entrance ID. The ID for the related service entrance. (I_SERVICEENTRANCEID)","type":"integer"},"RequesterCustAcctId":{"format":"int64","description":"Requester Customer Account ID. The requester's customer account ID. (I_REQUESTERCUSTACCTID)","type":"integer"},"PlumberCustAcctId":{"format":"int64","description":"Plumber Customer Account ID. The plumber's customer account ID. (I_PLUMBERCUSTACCTID)","type":"integer"},"TapFeeOverride":{"format":"double","description":"Tap Fee Override. The override amount for the tap fee. (N_TAPFEEOVERRIDE)","type":"number"},"DevelopmentFeeOverride":{"format":"double","description":"Development Fee Override. The override amount for the development fee. (N_DEVELOPMENTFEEOVERRIDE)","type":"number"},"IsUpgrade":{"description":"Upgrade. Indicates whether the tap request is an upgrade of the existing tap. (L_UPGRADE)","type":"boolean"},"Designation":{"description":"Designation. The tap designation which can be 'Domestic', 'Fire line' or 'Both'. (C_DESIGNATION)\r\nEnum AdvancedUtility.Model.BIF305+DesignationEnum:  Domestic, FireLine, Both","type":"string"},"Permit":{"description":"Permit. The permit number. (C_PERMIT)","type":"string"},"TapRequestServiceOrder":{"format":"int64","description":"Tap Request Service Order #. The tap request service order number (I_TAPREQUESTSONUM)","type":"integer"},"CreatedDate":{"format":"date-time","description":"Created Date. The date the request was created (D_CREATEDDATE)","type":"string"},"ModifiedDate":{"format":"date-time","description":"Modified Date. The date the request was modified (D_MODIFIEDDATE)","type":"string"},"DisconnectDate":{"format":"date-time","description":"Disconnect Date. The date the tap was disconnected (D_DISCONNECTED)","type":"string"},"IsInactive":{"description":"Inactive. Indicates whether the tap is inactive. (L_INACTIVE)","type":"boolean"},"TapInstallDate":{"format":"date-time","description":"Tap Install Date. The date the tap was installed. (D_TAPINSTALLDATE)","type":"string"},"CutDate":{"format":"date-time","description":"Tap Cut/Stop Date. The cut/stop date for the tap. (D_CUTDATE)","type":"string"},"IsCutAtMain":{"description":"Cut At Main. Indicates whether the cut is at the main. (L_CUTATMAIN)","type":"boolean"},"UDF_Char_5":{"description":"Tap Location Custom Field 5. The custom field 5 information for the tap location. (C_CUSTOM5)","type":"string"},"TapLocationDetails":{"description":"Tap Location Details. The details for the tap location. (C_TAPLOCATION)","type":"string"},"StubServiceLine":{"description":"Stub the Service Line. Indicates whether the service line was stopped and capped (stumped). (L_STUBSERVICELINE)","type":"boolean"},"StubDate":{"format":"date-time","description":"Stub Date. The date the service line was stopped and capped (stumped). (D_STUBDATE)","type":"string"},"SewerPermit":{"description":"Sewer Permit Number. The sewer permit number. (C_SEWERPERMIT)","type":"string"},"MainDepth":{"format":"double","description":"Main Depth. The water service entrance main depth. (N_MAINDEPTH)","type":"number"},"TapAccount":{"description":"Tap Location Account. The account where the tap is located. (C_TAPACCOUNT)","type":"string"},"Latitude":{"description":"Latitude. The latitude of the tap location. (C_LATITUDE)","type":"string"},"Longitude":{"description":"Longitude. The longitude of the tap location (C_LONGITUDE)","type":"string"},"MainToTap":{"description":"Main To Tap. The water service entrance main to tap. (C_MAINTOTAP)","type":"string"},"CreatedBy":{"description":"Created By. The individual who the tap request was created by. (C_CREATEDBY)","type":"string"},"FireServiceUse":{"description":"Fire Service Use Code. The code for the fire service use. (C_FIRESERVICEUSE)","type":"string"},"LocationType":{"description":"Location Type. The location type associated with this tap. (C_LOCATIONTYPE)","type":"string"},"MainMaterial":{"description":"Main Material. The water service entrance main material. (C_MAINMATERIAL)","type":"string"},"MainSize":{"description":"Main Size. The water service entrance main size. (C_MAINSIZE)","type":"string"},"ModifiedBy":{"description":"Modified By. The individual who the tap request was modified by. (C_MODIFIEDBY)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Project":{"format":"int64","description":"Project. The tap request project ID. (I_PROJECT)","type":"integer"},"TapMaterial":{"description":"Tap Service Material Code. The code for the tap service material. (C_TAPMATERIAL)","type":"string"},"TapRequestStatus":{"description":"Tap Request Status. The status of the tap request. (C_TAPREQUESTSTATUS)","type":"string"},"TapSize":{"description":"Tap Service Size. The size of the tap service. (C_TAPSIZE)","type":"string"},"Type":{"description":"Tap Type. The code for the tap type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapLocationModel]"},"readOnly":true}}},"Operation[TapLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapLocationInterfaceModel":{"description":"Water Service Entrance Tap Location Interface (TapLocationInterface / UTL305)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TapNumber":{"description":"Tap #. The tap number assigned to the tap location. (C_TAPNUMBER)","type":"string"},"LocationType":{"description":"Location Type. The location type associated with this tap. (C_LOCATIONTYPE)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number for the tap location. (N_STREETNUM)","type":"integer"},"StreetPrefix":{"description":"Street Prefix. The tap location street prefix. (C_STREETPREFIX)","type":"string"},"Street":{"description":"Street. The street name for the tap location. (C_STREET)","type":"string"},"NumberOfBullheads":{"format":"int32","description":"Number of Bullhead Connections. The number of bullhead connections. (I_NUMBEROFBULLHEADS)","type":"integer"},"StreetSuffix":{"description":"Street Suffix. The street suffix for the tap location. (C_STREETSUFFIX)","type":"string"},"Notes":{"description":"Notes. Notes about the tap location. (M_NOTES)","type":"string"},"UDF_Char_1":{"description":"Tap Location Custom Field 1. The custom field 1 information for the tap location. (C_CUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Tap Location Custom Field 2. The custom field 2 information for the tap location. (C_CUSTOM2)","type":"string"},"UDF_Char_3":{"description":"Tap Location Custom Field 3. The custom field 3 information for the tap location. (C_CUSTOM3)","type":"string"},"UDF_Number_1":{"format":"double","description":"Tap Location Custom Number 1. The custom number 1 information for the tap location. (N_CUSTOM1)","type":"number"},"UDF_Number_2":{"format":"double","description":"Tap Location Custom Number 2. The custom number 2 information for the tap location. (N_CUSTOM2)","type":"number"},"IsProcessed":{"description":"Internal processed flag. Indicates whether the record has been processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External processed flag. Indicates whether the record has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalReference":{"description":"External reference. The external reference. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"DateTime":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"RecordType":{"description":"Record type. The record type. (C_RECORDTYPE)","type":"string"},"TapRequestStatus":{"description":"Tap Request Status. The status of the tap request. (C_TAPREQUESTSTATUS)","type":"string"},"RequesterCustAcctId":{"format":"int64","description":"Requester Customer Account ID. The requester's customer account ID. (I_REQUESTERCUSTACCTID)","type":"integer"},"PlumberCustAcctId":{"format":"int64","description":"Plumber Customer Account ID. The plumber's customer account ID. (I_PLUMBERCUSTACCTID)","type":"integer"},"Project":{"format":"int64","description":"Project. The tap request project ID. (I_PROJECT)","type":"integer"},"TapFeeOverride":{"format":"double","description":"Tap Fee Override. The override amount for the tap fee. (N_TAPFEEOVERRIDE)","type":"number"},"DevelopmentFeeOverride":{"format":"double","description":"Development Fee Override. The override amount for the development fee. (N_DEVELOPMENTFEEOVERRIDE)","type":"number"},"IsUpgrade":{"description":"Upgrade. Indicates whether the tap request is an upgrade of the existing tap. (L_UPGRADE)","type":"boolean"},"Type":{"description":"Tap Type. The code for the tap type. (C_TYPE)","type":"string"},"Designation":{"description":"Designation. The tap designation which can be 'Domestic', 'Fire line' or 'Both'. (C_DESIGNATION)\r\nEnum AdvancedUtility.Model.UTL305+DesignationEnum:  Domestic, FireLine, Both","type":"string"},"Permit":{"description":"Permit. The permit number. (C_PERMIT)","type":"string"},"TapRequestServiceOrder":{"format":"int64","description":"Tap Request Service Order #. The tap request service order number (I_TAPREQUESTSONUM)","type":"integer"},"CreatedDate":{"format":"date-time","description":"Created Date. The date the request was created (D_CREATEDDATE)","type":"string"},"CreatedBy":{"description":"Created By. The individual who the tap request was created by. (C_CREATEDBY)","type":"string"},"ModifiedDate":{"format":"date-time","description":"Modified Date. The date the request was modified (D_MODIFIEDDATE)","type":"string"},"ModifiedBy":{"description":"Modified By. The individual who the tap request was modified by. (C_MODIFIEDBY)","type":"string"},"DisconnectDate":{"format":"date-time","description":"Disconnect Date. The date the tap was disconnected (D_DISCONNECTED)","type":"string"},"IsInactive":{"description":"Inactive. Indicates whether the tap is inactive. (L_INACTIVE)","type":"boolean"},"TapInstallDate":{"format":"date-time","description":"Tap Install Date. The date the tap was installed. (D_TAPINSTALLDATE)","type":"string"},"CutDate":{"format":"date-time","description":"Tap Cut/Stop Date. The cut/stop date for the tap. (D_CUTDATE)","type":"string"},"IsCutAtMain":{"description":"Cut At Main. Indicates whether the cut is at the main. (L_CUTATMAIN)","type":"boolean"},"UDF_Char_5":{"description":"Tap Location Custom Field 5. The custom field 5 information for the tap location. (C_CUSTOM5)","type":"string"},"TapLocationDetails":{"description":"Tap Location Details. The details for the tap location. (C_TAPLOCATION)","type":"string"},"StubServiceLine":{"description":"Stub the Service Line. Indicates whether the service line was stopped and capped (stumped). (L_STUBSERVICELINE)","type":"boolean"},"StubDate":{"format":"date-time","description":"Stub Date. The date the service line was stopped and capped (stumped). (D_STUBDATE)","type":"string"},"SewerPermit":{"description":"Sewer Permit Number. The sewer permit number. (C_SEWERPERMIT)","type":"string"},"MainDepth":{"format":"double","description":"Main Depth. The water service entrance main depth. (N_MAINDEPTH)","type":"number"},"TapAccount":{"description":"Tap Location Account. The account where the tap is located. (C_TAPACCOUNT)","type":"string"},"Latitude":{"description":"Latitude. The latitude of the tap location. (C_LATITUDE)","type":"string"},"Longitude":{"description":"Longitude. The longitude of the tap location (C_LONGITUDE)","type":"string"},"MainToTap":{"description":"Main To Tap. The water service entrance main to tap. (C_MAINTOTAP)","type":"string"},"FireServiceUse":{"description":"Fire Service Use Code. The code for the fire service use. (C_FIRESERVICEUSE)","type":"string"},"MainMaterial":{"description":"Main Material. The water service entrance main material. (C_MAINMATERIAL)","type":"string"},"MainSize":{"description":"Main Size. The water service entrance main size. (C_MAINSIZE)","type":"string"},"TapMaterial":{"description":"Tap Service Material Code. The code for the tap service material. (C_TAPMATERIAL)","type":"string"},"TapSize":{"description":"Tap Service Size. The size of the tap service. (C_TAPSIZE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapLocationInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapLocationInterfaceModel]"},"readOnly":true}}},"Operation[TapLocationInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapRequestFeeModel":{"description":"Tap Request Fee (TapRequestFee / BIF312)\r\nThe Tap Request Fee table is used to store the fees related to tap requests.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TapLocationId":{"format":"int64","description":"Tap Location ID. The tap location ID. (I_TAPLOCATIONID)","type":"integer"},"Date":{"format":"date-time","description":"Date. The date the fee was applied. (D_DATE)","type":"string"},"Amount":{"format":"double","description":"Amount. The fee amount. (N_AMOUNT)","type":"number"},"ChargeTo":{"description":"Charge To. The fee can be charged to either the 'Builder', 'Customer', 'Developer' or 'Plumber'. (C_CHARGETO)\r\nEnum AdvancedUtility.Model.BIF312+ChargeToEnum:  Builder, Customer, Developer, Plumber","type":"string"},"Account":{"description":"Account. The account number of the customer to which the fee is charged. (C_ACCOUNT)","type":"string"},"Customer":{"description":"Customer. The customer number of the customer to which the fee is charged. (C_CUSTOMER)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number of the fee that was charged. (I_TRANSNUM)","type":"integer"},"FeeType":{"description":"Fee Type. The type of fee for the tap request. (C_FEETYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapRequestFeeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapRequestFeeModel]"},"readOnly":true}}},"Operation[TapRequestFeeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapRequestProjectModel":{"description":"Tap Request Project (TapRequestProject / BIF311)\r\nThe Tap Request Project table is used to store the project related information and link the related tap requests.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Project":{"format":"int64","description":"Project ID. The project ID. (I_PROJECTID)","type":"integer"},"StartDate":{"format":"date-time","description":"Start Date. The date the project starts. (D_STARTDATE)","type":"string"},"CompletionDate":{"format":"date-time","description":"Completion Date. The completion date of the project. (D_COMPLETIONDATE)","type":"string"},"Description":{"description":"Description. The project description. (C_DESCRIPTION)","type":"string"},"BuilderCustAcctId":{"format":"int64","description":"Builder Customer Account ID. The builder's customer account ID. (I_BUILDERCUSTACCTID)","type":"integer"},"DeveloperCustAcctId":{"format":"int64","description":"Developer Customer Account ID. The developer's customer account ID. (I_DEVELOPERCUSTACCTID)","type":"integer"},"Status":{"description":"Status. The project status. (C_STATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapRequestProjectModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapRequestProjectModel]"},"readOnly":true}}},"Operation[TapRequestProjectModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapRequestStatusModel":{"description":"Tap Request Status Control (TapRequestStatus / CON252)\r\nThe Tap Request Status Control is used to store the available statuses for tap requests.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Tap Request Status Code. The code for the tap request status. (C_STATUSCODE)","type":"string"},"Description":{"description":"Description. The tap request status description. (C_DESCRIPTION)","type":"string"},"SystemStatus":{"description":"System Status. The system status which can be blank, 'S/O created', 'Cancelled' or 'Completed'. (C_SYSTEMSTATUS)\r\nEnum AdvancedUtility.Model.CON252+SystemStatusEnum:  _blank, SOCreated, Cancelled, Completed","type":"string"},"Disabled":{"description":"Disabled. Indicates whether this tap request status is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action that will be executed when the tap request status changes to this status. (I_ACTIONID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapRequestStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapRequestStatusModel]"},"readOnly":true}}},"Operation[TapRequestStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TapTypeModel":{"description":"Tap Type Control (TapType / CON253)\r\nThe Tap Type Control is used to store the available tap types for tap requests.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Type":{"description":"Tap Type. The code for the tap type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The tap type description. (C_DESCRIPTION)","type":"string"},"NoCharge":{"description":"No Charge. Indicates whether this tap type will not be charged with the Tap and Development Fees. (L_NOCHARGE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether this tap type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TapTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TapTypeModel]"},"readOnly":true}}},"Operation[TapTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[TaskModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaskModel]"},"readOnly":true}}},"Operation[TaskModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaskInterfaceModel":{"description":"Task Interface (TaskInterface / UTL047)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TaskId":{"format":"int64","description":"Task ID. The task ID. (I_TASKID)","type":"integer"},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"AssignedToDepartment":{"description":"Department Code That the Task is Assigned to. The department that is assigned this task. (C_ASSIGNEDTODEPARTMENT)","type":"string"},"AssignedTo":{"description":"User ID That the Task is Assigned to. The user who the task is assigned to. (C_ASSIGNEDTO)","type":"string"},"AssignedBy":{"description":"User ID who Assigned the Task. The user who assigned the task. (C_ASSIGNEDBY)","type":"string"},"ActionToBeTaken":{"description":"Action Code to be Taken. The action that is to be taken. (C_ACTIONTOBETAKEN)","type":"string"},"CreatedDateTime":{"format":"date-time","description":"Created Date/Time. The date and time when the task was created. (T_CREATEDDATETIME)","type":"string"},"DueDate":{"format":"date-time","description":"Due Date. The due date of the task. (D_DUEDATE)","type":"string"},"Priority":{"description":"Priority code. The task priority code. (C_PRIORITY)\r\nEnum AdvancedUtility.Model.BIF047+PriorityEnum:  High, Normal, Low, None","type":"string"},"IsCompleted":{"description":"Completion flag. Indicates whether the task was completed. (L_COMPLETED)","type":"boolean"},"CompletedBy":{"description":"User ID that the task was completed by. The user who completed the task. (C_COMPLETEDBY)","type":"string"},"CompletedDateTime":{"format":"date-time","description":"Date/Time that the task was completed on. The date and time when the task was completed. (T_COMPLETEDDATETIME)","type":"string"},"TaskNotes":{"description":"Task Notes. The notes regarding the task. (M_TASKNOTES)","type":"string"},"CompletedNotes":{"description":"Completion Notes. The notes regarding the completion of the task. (C_COMPLETEDNOTES)","type":"string"},"ActionId":{"format":"int64","description":"Action Code. The action code. (I_ACTION)","type":"integer"},"IsInProgress":{"description":"In progress flag. Indicates that the action is in progress. (L_INPROGRESS)","type":"boolean"},"StartedDateTime":{"format":"date-time","description":"Start Date/Time. Datetime that the task was started on (T_STARTEDDATETIME)","type":"string"},"IsProcessed":{"description":"Internal Process Flag. Indicates whether the record was processed internally. (L_PROCESSED)","type":"boolean"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"Data":{"description":"Internal Data. Internal data associated with the task. One use is to hold move request data prior to processing it. (M_DATA)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaskInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaskInterfaceModel]"},"readOnly":true}}},"Operation[TaskInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaskResolutionCodeModel":{"description":"Task Resolution Code Control (TaskResolutionCode / CON313)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The task resolution code. (C_CODE)","type":"string"},"Description":{"description":"Description. The task resolution description. (C_DESCRIPTION)","type":"string"},"Type":{"description":"Type. The task resolution type. (C_TYPE)\r\nEnum AdvancedUtility.Model.CON313+TypeEnum:  None, Approve, Reject","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaskResolutionCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaskResolutionCodeModel]"},"readOnly":true}}},"Operation[TaskResolutionCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaskTypeModel":{"description":"Task Type Control (TaskType / CON031)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Task Action Code. The task action code. (C_ACTIONTOBETAKEN)","type":"string"},"Description":{"description":"Task Action Description. The task action description. (C_DESCRIPTION)","type":"string"},"InProgressTaskColor":{"format":"int64","description":"In Progress Task Display Color. The Display Colour of In Progress Task. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (I_INPROGRESSTASKCOLOR)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"SendToAssignerByDefault":{"description":"Send To Assigner By Default. Indicates whether the Assigner will be sent an alert by default when the task is completed. (L_SENDALERTTOASSIGNERBYDEFAULT)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaskTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaskTypeModel]"},"readOnly":true}}},"Operation[TaskTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaskTypeResolutionCodeLinkModel":{"description":"Task Type Resolution Code Link Control (TaskTypeResolutionCodeLink / CON314)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ActionId":{"format":"int64","description":"Resolution Action. The action associated with this resolution. (I_ACTIONID)","type":"integer"},"Code":{"description":"Code. The task resolution code. (C_RESOLUTIONCODE)","type":"string"},"TaskTypes":{"description":"Task Types. The task types this resolution applies to. (C_TASKTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaskTypeResolutionCodeLinkModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaskTypeResolutionCodeLinkModel]"},"readOnly":true}}},"Operation[TaskTypeResolutionCodeLinkModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxableTransactionModel":{"description":"Taxable Transaction Code Control (TaxableTransaction / GLE143)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TaxCode":{"description":"Tax Code. The tax code. (C_TAXCODE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the taxable transaction is disabled. (L_DISABLED)","type":"boolean"},"OverrideTaxTransactionCode":{"description":"Override Tax Transaction Code. Optional override of the tax transaction code. (C_OVERRIDETRANSCODE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxableTransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxableTransactionModel]"},"readOnly":true}}},"Operation[TaxableTransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxCodeModel":{"description":"Tax Code Control (TaxCode / CON011)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Tax Code. The tax code. (C_TAXCODE)","type":"string"},"LongDescription":{"description":"Tax Code Description. The long tax code description. (C_LONGDESC)","type":"string"},"ShortDescription":{"description":"Code Short Description. The short tax code description. (C_SHORTDESC)","type":"string"},"TaxReferenceNumber":{"description":"Ref Number. The tax refund number. (C_TAXREFNUM)","type":"string"},"IsFlatRate":{"description":"Flat Rate. Indicates the flat rate.  (L_FLATRATE)","type":"boolean"},"Rate":{"format":"double","description":"Tax Rate. The tax rate. (N_RATE)","type":"number"},"Logic":{"description":"Logic. The logic for applying the tax code. (C_LOGIC)\r\nEnum AdvancedUtility.Model.CON011+LogicEnum:  _blank, MIN, MAX, SUM, Formula","type":"string"},"AppliesTo":{"description":"Tax Applies to. Indicates what the tax code applies to. (C_APPLIESTO)\r\nEnum AdvancedUtility.Model.AppliesTo:  Account, Customer, Both","type":"string"},"IsProrated":{"description":"Prorate Tax. Indicates whether the tax is prorated. (L_PRORATE)","type":"boolean"},"UseForNoService":{"description":"Apply for Non-Billing Transactions. Indicates that there is no service and/or that the transactions are not billable. (L_USEFORNOSERVICE)","type":"boolean"},"AllCompanies":{"description":"All Companies. Indicates whether this Tax Profile is available for accounts in all companies. (L_ALLCOMPANIES)","type":"boolean"},"Divisions":{"description":"Divisions. Accounts must belong to one of these divisions in order for this Tax Profile to be used. (C_DIVISIONS)","type":"string"},"TaxCodeId":{"format":"int64","description":"Tax Code ID. Unique record identifier used for linking with other tables (I_TAXCODEID)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether tax code is disabled. (L_DISABLED)","type":"boolean"},"Round":{"description":"Rounding. Indicates whether the calculated tax will be rounded up when this checkbox is selected, or truncated when unchecked. The tax value will reflect the defined precision. (L_ROUND)","type":"boolean"},"Precision":{"format":"int32","description":"Precision. The decimal precision value to use for the tax calculation. (N_PRECISION)","type":"integer"},"AccountType":{"description":"Account Type. The account type. (C_ACCOUNTTYPE)","type":"string"},"ARCodes":{"description":"A/R Codes. The A/R Codes for which this tax code applies when there is no service and/or that the transactions are not billable. (C_ARCODES)","type":"string"},"Company":{"description":"Company. Accounts must belong to this Company in order for this Tax Profile to be used. (C_COMPANY)","type":"string"},"FormulaCode":{"format":"int64","description":"Formula. Code of the Formula to calculate the Tax Amount (I_FORMULACODE)","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Service":{"description":"Service. The service that the tax will be applied for. (C_SERVICE)","type":"string"},"ServiceGroup":{"description":"Service Group. The service group that this tax code applies to. (C_SERVICEGROUP)","type":"string"},"TaxProfile":{"description":"Tax Profile. The tax profile. (C_TAXPROFILE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxCodeModel]"},"readOnly":true}}},"Operation[TaxCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxCodeDetailModel":{"description":"Tax Code Detail Control (TaxCodeDetail / CON211)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ChargeRate":{"format":"double","description":"Charge Rate. The charge rate. (N_CHARGERATE)","type":"number"},"ConsumptionRate":{"format":"double","description":"Cons Rate. The consumption rate. (N_CONSRATE)","type":"number"},"FlatRate":{"format":"double","description":"Flat Rate. The flat rate. (N_FLATRATE)","type":"number"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date of the tax code. (D_EFFECTIVEDATE)","type":"string"},"TaxDetailId":{"format":"int64","description":"Tax Detail ID. The unique record identifier. (I_TAXDETAILID)","type":"integer"},"O_IgnoreOnDeleteCheck":{"type":"string"},"TaxCodeId":{"format":"int64","description":"CON011 Foreign Key. The CON011 foreign key.  (I_TAXCODEID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxCodeDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxCodeDetailModel]"},"readOnly":true}}},"Operation[TaxCodeDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"JsonPatchDocument[TaxDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxDetailModel]"},"readOnly":true}}},"Operation[TaxDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxOverrideModel":{"description":"Alternate Tax Account (TaxOverride / BIF009)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The tax account number. (C_ACCOUNT)","type":"string"},"Code":{"description":"Tax Code. The tax code. (C_TAXCODE)","type":"string"},"ReferenceNumber":{"description":"Tax Reference. The tax reference number. (C_TAXREFNUM)","type":"string"},"Rate":{"format":"double","description":"Tax Percentage. The percentage tax rate. (N_PERCENT)","type":"number"},"ConsumptionRate":{"format":"double","description":"Tax Consumption Rate. The amount of the consumption rate. (N_CONSRATE)","type":"number"},"FlatRate":{"format":"double","description":"Tax Flat Rate. The amount of the flat rate. (N_FLATRATE)","type":"number"},"StartDate":{"format":"date-time","description":"Start date. The date when the tax was applied. (D_STARTDATE)","type":"string"},"EndDate":{"format":"date-time","description":"End Date. The date when the tax was stopped. (D_ENDDATE)","type":"string"},"IsSeasonal":{"description":"Seasonal. Indicates if this is a seasonal tax. (L_SEASONAL)","type":"boolean"},"OverrideReasonCode":{"description":"Override Reason Code. The reason code. (C_REASONCODE)","type":"string"},"TaxCodeId":{"format":"int64","description":"Tax Code ID. The foreign key from CON011. (I_TAXCODEID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxOverrideModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxOverrideModel]"},"readOnly":true}}},"Operation[TaxOverrideModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxOverrideReasonModel":{"description":"Tax Override Reason Control (TaxOverrideReason / CON212)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ReasonCode":{"description":"Reason Code. The reason code. (C_REASONCODE)","type":"string"},"Description":{"description":"Reason Description. The reason description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxOverrideReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxOverrideReasonModel]"},"readOnly":true}}},"Operation[TaxOverrideReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxProfileModel":{"description":"Tax Profile Control (TaxProfile / CON043)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Description":{"description":"Description. The tax district description. (C_DESCRIPTION)","type":"string"},"Code":{"description":"Code. The tax profile. (C_TAXPROFILE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the tax profile is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxProfileModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxProfileModel]"},"readOnly":true}}},"Operation[TaxProfileModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TaxRollModel":{"description":"Tax Roll (TaxRoll / BIF022)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TaxRollNumber":{"description":"Tax Roll #. The tax roll number. (C_TAXROLL)","type":"string"},"Owner2":{"description":"Owner Name 2. The owner name 2. (C_OWNER2)","type":"string"},"Owner3":{"description":"Owner Name 3. The owner name 3. (C_OWNER3)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Owner1":{"description":"Owner Name 1. The owner name. (C_OWNER1)","type":"string"},"CivicAddress":{"description":"Civic Address. The civic address. (C_CIVICADDRESS)","type":"string"},"IsPrimeAccount":{"description":"Prime Account. Indicates if it is prime account. (L_PRIMEACCOUNT)","type":"boolean"},"EndDate":{"format":"date-time","description":"End Date. The end date of the tax roll - billing code assignment. (D_ENDDATE)","type":"string"},"UDF_Char_1":{"description":"Custom Field 1. The custom field 1. (C_CUSTOM1)","type":"string"},"EffectiveDate":{"format":"date-time","description":"Effective Date. The effective date. (D_EFFECTIVE)","type":"string"},"DwellingUnits":{"format":"int32","description":"Dwelling Units. The dwelling units. (I_DWELLINGUNITS)","type":"integer"},"BillCode":{"description":"Billing Code. The billing code associated with a tax roll. (C_BILLCODE)","type":"string"},"PropertyCode":{"description":"Property Code. The property code. (C_PROPERTY)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TaxRollModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TaxRollModel]"},"readOnly":true}}},"Operation[TaxRollModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TemperatureTransducerTypeModel":{"description":"Temperature Transducer Type Control (TemperatureTransducerType / MEF616)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TempTransducerType":{"description":"Temperature Transducer Type. The temperature transducer type. (C_TEMPTRANSDUCERTYPE)","type":"string"},"Description":{"description":"Description. The transducer description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the temperature transducer type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TemperatureTransducerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TemperatureTransducerTypeModel]"},"readOnly":true}}},"Operation[TemperatureTransducerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TestKitModel":{"description":"Test Kit (TestKit / WRK100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial Number. The test kit serial number. (C_SERIALNUMBER)","type":"string"},"CalibrationFrequency":{"description":"Calibration Frequency. The calibration frequency of the test kit. (C_CALIBRATIONFREQUENCY)","type":"string"},"CalibrationCompany":{"description":"Calibration Company. The name of the calibration company for the test kit. (C_COMPANY)","type":"string"},"CalibrationDate":{"format":"date-time","description":"Calibration Date. The last calibration date of the test kit. (D_CALIBRATION)","type":"string"},"CalibrationDueDate":{"format":"date-time","description":"Calibration Due Date. The calibration due date of the test kit. (D_CALIBRATIONDUE)","type":"string"},"ContractorCompany":{"description":"Contractor Company. The name of the contractor company that may optionally own the Test Kit. (C_CONTRACTORCOMPANY)","type":"string"},"Type":{"description":"Test Kit Type. The test kit type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TestKitModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TestKitModel]"},"readOnly":true}}},"Operation[TestKitModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TestKitAssignmentModel":{"description":"Test Kit Assignment (TestKitAssignment / WRK010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial Number. The test kit serial number. (C_SERIALNUMBER)","type":"string"},"StartDate":{"format":"date-time","description":"Start Date. The start date of the worker. (D_START)","type":"string"},"WorkerCode":{"description":"Worker Code. Code of the worker (backflow tester) to whom the test kit is assigned. (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TestKitAssignmentModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TestKitAssignmentModel]"},"readOnly":true}}},"Operation[TestKitAssignmentModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TestKitTypeModel":{"description":"Test Kit Type Control (TestKitType / WRK011)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Test Kit Type. The test kit type. (C_TYPE)","type":"string"},"Description":{"description":"Description. The test kit description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the test kit type is disabled. (L_DISABLED)","type":"boolean"},"Manufacturer":{"description":"Test Kit Manufacturer. The name of the test kit manufacturer. (C_MANUFACTURER)","type":"string"},"Model":{"description":"Model. The test kit model. (C_MODEL)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TestKitTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TestKitTypeModel]"},"readOnly":true}}},"Operation[TestKitTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TestProcessRunModel":{"description":"Test (no-op) process run model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Step1Message":{"description":"Step 1 message.\r\nA blank message skips the step.\r\nSkipped steps report as a skip item in the result counts.","type":"string"},"Step1Duration":{"format":"int32","description":"Step 1 duration (seconds)","type":"integer"},"Step1Maximum":{"format":"int32","description":"Step 1 maximum count (leave 0 to leave progress reporting disabled / marquee mode)","type":"integer"},"Step1CanCancel":{"description":"Step 1 cancel-able","type":"boolean"},"Step2Message":{"description":"Step 2 message.\r\nA blank message skips the step.\r\nSkipped steps report as a skip item in the result counts.","type":"string"},"Step2Duration":{"format":"int32","description":"Step 2 duration (seconds)","type":"integer"},"Step2Maximum":{"format":"int32","description":"Step 2 maximum count (leave 0 to leave progress reporting disabled / marquee mode)","type":"integer"},"Step2CanCancel":{"description":"Step 2 cancel-able","type":"boolean"},"Step3Message":{"description":"Step 3 message.\r\nA blank message skips the step.\r\nSkipped steps report as a skip item in the result counts.","type":"string"},"Step3Duration":{"format":"int32","description":"Step 3 duration (seconds)","type":"integer"},"Step3Maximum":{"format":"int32","description":"Step 3 maximum count (leave 0 to leave progress reporting disabled / marquee mode)","type":"integer"},"Step3CanCancel":{"description":"Step 3 cancel-able","type":"boolean"},"Failed":{"description":"Mark process failed.\r\nSet this to cause the process to end with a failure rather than a success indicator (result.Success).","type":"boolean"},"Multistep":{"description":"Cause the progress info to represent the process as a multistep process rather than a series of individual steps","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"TestStatusModel":{"description":"Test Status Control (TestStatus / MEF330)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The test status. (C_TESTSTATUS)","type":"string"},"Description":{"description":"Description. The description of the test status. (C_DESCRIPTION)","type":"string"},"Passed":{"description":"Passed. Indicates whether the instrument passed the test. (L_PASS)","type":"boolean"},"Failed":{"description":"Failed. Indicates the test failure status. (L_FAIL)","type":"boolean"},"UpdateNextTestDate":{"description":"Update Next Test Date. Indicates whether the test with this status/outcome will update the next test due date for the meter. (L_UPDATENEXTTESTDATE)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the test status is disabled. (L_DISABLED)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"InventoryTypes":{"description":"Inventory Types. The Test Status being configured can be used for these Inventory Types. If left blank, it can be used for all. (C_INVENTORYTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TestStatusModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TestStatusModel]"},"readOnly":true}}},"Operation[TestStatusModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TestSwitchTypeModel":{"description":"Test Switch Type Control (TestSwitchType / MEF228)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Test Switch Type Code. The type code of the test switch. (C_CODE)","type":"string"},"SwitchType":{"description":"Test Switch Installed Type. The test switch installed type. (C_SWITCHTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TestSwitchTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TestSwitchTypeModel]"},"readOnly":true}}},"Operation[TestSwitchTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TimeZoneModel":{"description":"Time Zone Control (TimeZone / CON122)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The time zone code. (C_CODE)","type":"string"},"Description":{"description":"Time Zone. The time zone. (C_TIMEZONE)","type":"string"},"DifferenceInHours":{"format":"double","description":"Difference in Hours. The difference in hours. (N_HOURS)","type":"number"},"IsDaylightSaving":{"description":"Daylight Saving. Indicates daylight saving time. (L_DAYLIGHTSAVING)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the time zone is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TimeZoneModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TimeZoneModel]"},"readOnly":true}}},"Operation[TimeZoneModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionModel":{"description":"Transaction Detail (Transaction / BIF956)\r\nTransaction batch detail data. Contains details for both pending and processed cash transactions and links to the transaction batch header they belong to.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ChildTransactions":{"description":"List of child transactions","type":"array","items":{"$ref":"#/definitions/TransactionModel"}},"AdditionalMainTransactions":{"description":"List of additional transactions","type":"array","items":{"$ref":"#/definitions/TransactionModel"}},"AdditionalTransactionDetails":{"$ref":"#/definitions/TransactionTEMP6Model","description":"Additional details"},"BatchLockId":{"format":"int64","description":"The lock id of parent batch","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Customer":{"description":"Customer #. The customer's ID number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account #. The customer/account ID number. (C_ACCOUNT)","type":"string"},"Amount":{"format":"double","description":"Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_PAYDATE)","type":"string"},"Certificate":{"description":"Lien Certificate. The lien certificate number. (C_CERTIFICATE)","type":"string"},"PenaltyBillNumber":{"format":"int64","description":"Bill Number. The bill number which is used during penalty pickup for bills that the penalty was applied to. (I_PBILLNUM)","type":"integer"},"ParentTransactionNumber":{"format":"int64","description":"Parent Transaction Number. The parent transaction number. (I_PARENTTR)","type":"integer"},"Reason":{"description":"Reason for Adjustment. The reason for the adjustment of the transaction. (M_REASON)","type":"string"},"CashRegisterAmount1":{"format":"double","description":"Cash Register Amount 1. The amount paid using the first payment type (Cash Register Trans Type 1). (Y_TENDER1)","type":"number"},"CashRegisterAmount2":{"format":"double","description":"Cash Register Amount 2. The amount paid using the second payment type (Cash Register Trans Type 2). (Y_TENDER2)","type":"number"},"CashRegisterAmount3":{"format":"double","description":"Cash Register Amount 3. The amount paid using the third payment type (Cash Register Trans Type 3). (Y_TENDER3)","type":"number"},"Change":{"format":"double","description":"Amount of Cash Register Change. The amount of change in the cash register. (Y_CHANGE)","type":"number"},"DisableOtherCharges":{"description":"Disable Other Charges. Indicates whether there is an auto-charge for the transaction code. (L_AUTOCHG)","type":"boolean"},"ActualPaymentDate":{"format":"date-time","description":"Actual Date. The actual payment date of the transaction. (D_ACTUDATE)","type":"string"},"ReceiptNumber":{"format":"int64","description":"Receipt Number. The transaction receipt number used to group transactions. (I_RECEIPT)","type":"integer"},"MiscellaneousChargeDescription":{"description":"Misc. Charges. The description of miscellaneous transaction charges that were added in cash entry. (C_MISCCHGS)","type":"string"},"SaleNumber":{"format":"int64","description":"Sale Number. The transaction sale number. (I_SALENUM)","type":"integer"},"Quantity":{"format":"int32","description":"Quantity. The transaction quantity. (I_QTY)","type":"integer"},"ServiceOrderNumber":{"format":"int64","description":"Service Order Number. The transaction service order number. (I_SONUM)","type":"integer"},"LoanNumber":{"format":"int64","description":"Loan Number. The transaction loan number. (I_LOANNUM)","type":"integer"},"BalanceType":{"description":"Balance Type. The transaction balance type. (C_BALANCE)\r\nEnum AdvancedUtility.Model.BIF956+BalanceTypeEnum:  Transfer, Principle, Interest, Extra, Bank, Cash, None","type":"string"},"Pk":{"format":"int64","description":"BIF956 Record Key. The unique record identifier. (I_BIF956PK)","type":"integer"},"ExcludeTransaction":{"format":"int64","description":"Exclude Transaction. The excluded transaction amount. (I_EXCLUDETRANS)","type":"integer"},"CashRegisterAmount4":{"format":"double","description":"Cash Register Amount 4. The fourth payment type. (Y_TENDER4)","type":"number"},"IsDeleted":{"description":"Deleted. Indicates whether the transaction was deleted. (L_DELETED)","type":"boolean"},"AdjustmentStatus":{"description":"Adjustment Status. The status of the adjustment. (C_ADJUSTSTATUS)\r\nEnum AdvancedUtility.Model.BIF956+AdjustmentStatusEnum:  Adjustable, Requested, Adjusted, IsAdjustable","type":"string"},"AdjustmentDate":{"format":"date-time","description":"Adjustment Date. The date and time to make the adjustment on the transaction. (T_ADJUSTREQUEST)","type":"string"},"AdjustmentAmount":{"format":"double","description":"Adjustment Amount. The adjustment amount. (Y_ADJUSTAMOUNT)","type":"number"},"ReferenceNumber":{"description":"Check/Reference Number. The reference number from the cheque or money order. (C_REFNUM)","type":"string"},"IsProcessed":{"description":"Is Processed. Indicates whether the cash batch has been processed. (L_PROCESSED)","type":"boolean"},"AmountReceived":{"format":"double","description":"Amount Received. The amount of the payment in the received currency. (Y_RECEIVEDAMOUNT)","type":"number"},"CustomerAccountId":{"format":"int64","description":"Customer/Account ID. The customer/account ID. (I_CUSTACCTID)","type":"integer"},"QualifyForDiscount":{"description":"Qualify for Discount (L_QUALIFYFORDISCOUNT)","type":"boolean"},"ExternalReference":{"description":"External Reference. The reference number for the transaction. (C_REFERENCE)","type":"string"},"IsTaxed":{"description":"Is Taxed. Indicates if the transaction amount is taxed. (L_TAXED)","type":"boolean"},"BankDepositId":{"format":"int64","description":"Bank Deposit ID. The bank deposit ID. (I_BANKDEPOSITID)","type":"integer"},"Token":{"description":"Token. The token description (M_TOKEN)","type":"string"},"ExtraPaymentIncludedInBill":{"description":"Extra Payment Included in Bill (L_EXTRAPAYADDEDINBILL)","type":"boolean"},"ExtraPaymentNotIncludedInBill":{"description":"Extra Payment Not Included in Bill (L_EXTRAPAYNOBILL)","type":"boolean"},"OriginalAmount":{"format":"double","description":"Amount Before Linked Transactions Deducted. The original amount before the linked transactions are deducted. (Y_ORIGINALAMOUNT)","type":"number"},"LinkedTransactionNumber":{"format":"int64","description":"Parent Transaction Number of Linked Transaction. The parent transaction number of the linked transaction. (I_LINKEDTOTRANSNUM)","type":"integer"},"Multiplier":{"format":"double","description":"Multiplier. The transaction amount multiplier. (N_MULTIPLIER)","type":"number"},"RefundCheckNumber":{"description":"Refund Check Number. This is the check number issued when the check was processed through the Accounts Payable system. (C_REFCHECKNUM)","type":"string"},"RefundCheckDate":{"format":"date-time","description":"Refund Check Date. This is the date of the check as created through the Accounts Payable system. (D_REFCHECKDATE)","type":"string"},"RefundCheckAmount":{"format":"double","description":"Refund Check Amount. This is the amount of the check as created through the Accounts Payable system. (N_REFCHECKAMOUNT)","type":"number"},"OriginatingTransactionNumber":{"format":"int64","description":"Originating Transaction Number. The originating transaction number. (I_ORIGINALTRANSNUM)","type":"integer"},"OriginatedFromBill":{"format":"int64","description":"Originated From Bill (I_ORIGINATEDFROMBILL)","type":"integer"},"UpdateInstructions":{"description":"Update Instructions (C_UPDATEINSTRUCTIONS)","type":"string"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"AdjustmentReason":{"description":"Adjustment Reason. The reason for the adjustment. (C_ADJUSTREASON)","type":"string"},"AdjustmentUserId":{"description":"Adjustment User ID. The ID of the user who will adjust the transaction. (C_ADJUSTUSERID)","type":"string"},"ARCode":{"description":"AR Code. The transaction accounts receivable code. (C_ARCODE)","type":"string"},"CashRegisterTransactionType1":{"description":"Cash Register Trans Type 1. The first payment type. (C_TYPE1)","type":"string"},"CashRegisterTransactionType2":{"description":"Cash Register Trans Type 2. The second payment type. (C_TYPE2)","type":"string"},"CashRegisterTransactionType3":{"description":"Cash Register Trans Type 3. The third payment type. (C_TYPE3)","type":"string"},"CashRegisterTransactionType4":{"description":"Cash Register Trans Type 4. The amount paid using the fourth payment type (Cash Register Trans Type 4). (C_TYPE4)","type":"string"},"CashType":{"description":"Cash Type. The transaction type. (C_CASHTYPE)","type":"string"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLSTAT)","type":"string"},"Company":{"description":"Company. The full name of the utility company. (C_COMPANY)","type":"string"},"CreditGL":{"description":"Credit G/L. The general ledger number used if the payment is to be credited to a general ledger account. (C_CREDITGL)","type":"string"},"CurrencyType":{"description":"Currency Type. The currency type code (lookup to Currency Control table) (C_CURRENCYTYPE)","type":"string"},"DebitGL":{"description":"Debit G/L. The general ledger number used if the payment is to be debited to a general ledger account. (C_DEBITGL)","type":"string"},"Division":{"description":"Division. The division of the utility. (C_DIVISION)","type":"string"},"ErrorCashType":{"type":"string"},"InternalProcess":{"type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the transaction was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"ModifiedByUserId":{"description":"Modified By. The edited user ID. (C_EDITUSERID)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"RefundCheckStatus":{"description":"Refund Check Status. The status of the refund check such as \"Issued\", \"Void\", \"Cashed\".  (C_REFCHECKSTATUS)","type":"string"},"StockCode":{"description":"Stock Code. The transaction stock code. (C_STOCKCD)","type":"string"},"TransactionCode":{"description":"Transaction Code. The general ledger transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"Created By. The ID of the user that created the transaction. (C_USERID)","type":"string"},"Option_AllowLoanOverpayment":{"format":"int32","description":"If transaction is a loan payment, should the amount be allowed to exceed the current balance of the loan? Valid values are: 0 = Yes, 1 = No, -1 = Unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_AllowReprocessing":{"format":"int32","description":"If transaction is being deleted from current batch, should it be allowed to picked-up again: Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"TransactionTEMP6Model":{"description":"Transaction Processing Temp (TransactionTEMP6 / TMP006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Address1":{"description":"Address 1 (C_ADDRESS1)","type":"string"},"ServiceAddress":{"description":"Service Address (C_SERADD)","type":"string"},"TableAndFieldName":{"description":"Table and Field name (C_TBLFLD)","type":"string"},"TablePk":{"format":"int64","description":"TablePk (I_TBLPK)","type":"integer"},"BatchId":{"format":"int64","description":"Batch ID (I_BATCHID)","type":"integer"},"Bif956fk":{"format":"int64","description":"Foreign Key to BIF956 (I_BIF956FK)","type":"integer"},"Aging":{"format":"date-time","description":"Aging (D_AGING)","type":"string"},"Total":{"format":"double","description":"Total (Y_TOTAL)","type":"number"},"NoAllocationP":{"description":"NoAllocationP (L_NOALLOCP)","type":"boolean"},"ExcludeTransaction":{"description":"Exclude Transaction (L_EXCLUDETRANS)","type":"boolean"},"NoDiscountCheck":{"description":"NoDiscountCheck (L_NODISCHK)","type":"boolean"},"Allocated":{"description":"Allocated (L_ALLOCATD)","type":"boolean"},"Balance":{"format":"double","description":"Balance (Y_BALANCE)","type":"number"},"NonUpdatableTransaction":{"description":"Non-updateable Transaction. Indicates whether the transaction will not be posted to the customer/account history, A/R balance and general ledger. (L_NOUPDATE)","type":"boolean"},"Tax":{"description":"Tax (L_TAX)","type":"boolean"},"DiscountAmount":{"format":"double","description":"Discount Amount (Y_DISCOUNT)","type":"number"},"UpdateInstructions":{"description":"Update Instructions (M_UPDATEINSTR)","type":"string"},"IsAllocation":{"description":"Is Allocation?. Indicates whether this child transaction is an allocation created by the allocation process. (L_ALLOCATION)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"TransactionLoadNsfDataModel":{"description":"Model used for preparing NSF data","type":"object","properties":{"CurrentTransaction":{"$ref":"#/definitions/TransactionModel","description":"Current transaction"},"OriginalTransactionNumber":{"format":"int64","description":"Original transaction number","type":"integer"},"OriginalTransactionArCode":{"description":"Original transaction AR code","type":"string"}}},"JsonPatchDocument[TransactionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionModel]"},"readOnly":true}}},"Operation[TransactionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionAllocationAndJournalRunModel":{"description":"TransactionAllocationAndJournal process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"TransactionBatch BatchId","type":"integer"},"IsReprint":{"description":"Is this a reprint","type":"boolean"},"SortBy":{"description":"Journal sort option. Valid options are \"Customer\" or \"Account\".","type":"string"},"Summarize":{"description":"Summarize journal entries","type":"boolean"},"JournalType":{"description":"Journal by Entry or Item. Valid options are \"ByEntry\" or \"ByItem\".","type":"string"},"Destination":{"description":"Output should the report generate. \r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"FileType":{"description":"File document type to be generated. \r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"EmailAddress":{"description":"Where to email journal to","type":"string"},"EmailSubjectLine":{"description":"Subject line for email","type":"string"},"FileName":{"description":"File name to save journal as","type":"string"},"OverwriteFileName":{"description":"Flag to indicate how the output filename will be handled. If true, the selected filename will be overwritten. \r\nIf false - it will be incremented until a not used filename is found.","type":"boolean"},"PrinterName":{"description":"Printer to send journal","type":"string"},"Group":{"description":"Group to use in report","type":"string"},"Sort":{"description":"Sort option","type":"string"},"Criteria":{"description":"Criteria to use in the report","type":"string"},"ReportName":{"description":"Report's name","type":"string"},"SampleData":{"description":"Indicates whether it is a sample data","type":"boolean"},"ReportTitle":{"description":"Report's title","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"TransactionBatchAllocatePaymentRequestModel":{"type":"object","properties":{"ParentTransactionNumber":{"format":"int64","description":"The Transaction Number.","type":"integer"},"SummaryARCode":{"description":"The Accounts Receivable Code.","type":"string"},"Customer":{"description":"The Customer Number.","type":"string"},"Account":{"description":"The Customers Account Number.","type":"string"},"TransactionDate":{"format":"date-time","description":"Date of the Transaction.","type":"string"},"TransactionCode":{"description":"The Transaction Code.","type":"string"},"Amount":{"format":"double","description":"The Transaction Amount.","type":"number"},"CashType":{"description":"The transaction cash type.","type":"string"},"ReceiptNumber":{"format":"int64","description":"Receipt number.","type":"integer"},"EntryType":{"description":"The Entry Type Code.","type":"string"},"TransactionDescription":{"description":"The Entry Type Description.","type":"string"},"IsCashRegisterPayment":{"description":"Indicates the transaction is a cash register payment.","type":"boolean"},"CalculateReceivedAmount":{"description":"Indicates whether to calculate the received amount.","type":"boolean"},"DiscountAmount":{"format":"double","description":"The amount to discount.","type":"number"},"DiscountTransactionCode":{"description":"The discount transaction code.","type":"string"}}},"TransactionBatchModel":{"description":"Transaction Batch (TransactionBatch / BIF503)\r\nCash batch header contains an entry for each pending or updated transaction batch","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PaymentsToBeAuthorized":{"$ref":"#/definitions/ToBeAuthorizedInfoModel","description":"Returns whether or not the batch contains payments to be authorized online along with approved, declined and not submitted transaction counters"},"BatchId":{"format":"int64","description":"Batch ID. The batch ID. (I_BATCHID)","type":"integer"},"Description":{"description":"Batch Description. The description of the batch. (C_DESCRIPTION)","type":"string"},"IsInUse":{"description":"In Use. Indicates whether the batch is in use. (L_INUSE)","type":"boolean"},"Status":{"description":"Status. The status of the batch. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF503+StatusEnum:  Empty, InProgress, ProcessingBatch, ErrorProcessing, Updated","type":"string"},"PaymentDate":{"format":"date-time","description":"Transaction Date. The transaction date of the batch. (D_PAYMENTDATE)","type":"string"},"StationId":{"description":"Station ID. The station ID of the batch. (C_STATIONID)","type":"string"},"IsReversalBatch":{"description":"Reversal Batch. Indicates whether the current batch is a reversal transaction batch. (L_REVERSALBATCH)","type":"boolean"},"ControlTotal":{"format":"double","description":"Control/Batch Total. The control total of the batch. (Y_CONTROLTOTAL)","type":"number"},"RunningTotal":{"format":"double","description":"Running Total. The running total of the batch. (Y_RUNNINGTOTAL)","type":"number"},"CarryForward":{"description":"Carry Forward. Indicates whether to carry forward the batch. (L_CARRYFORWARD)","type":"boolean"},"IsPostDated":{"description":"Post Dated. Indicates whether the batch is post-dated. (L_POSTDATE)","type":"boolean"},"CashRegister":{"description":"Using Cash Register. Indicates whether the cash batch is a cash register batch. (L_CASHREGISTER)","type":"boolean"},"DisableBatchTotal":{"description":"Disable Batch Total. Indicates whether to disable the batch total. (L_NOBATCHTOTAL)","type":"boolean"},"FloatAmount":{"format":"double","description":"Float Amount. The float amount of the batch. (Y_FLOATAMOUNT)","type":"number"},"DataEntryType":{"description":"Data Entry. The data entry type. (C_DATAENTRY)\r\nEnum AdvancedUtility.Model.BIF503+DataEntryTypeEnum:  Customer, Account, Both","type":"string"},"IsActualPaymentDate":{"description":"Actual Payment Date. Indicates whether the stop action on the actual payment date was set. (L_ACTUALPAYMENTDATE)","type":"boolean"},"IsProcessed":{"description":"Batch Processed. Indicates whether the batch has been processed. (L_PROCESSED)","type":"boolean"},"Message":{"description":"Notes. Notes about the batch. (M_MESSAGE)","type":"string"},"BillBatchId":{"format":"int64","description":"Billing Batch#. The billing batch number. (I_BILLBATCHID)","type":"integer"},"CashInDrawer":{"format":"double","description":"Cash in Cash Drawer. The total amount of cash that is currently in the cash batch. (Y_CASHINDRAWER)","type":"number"},"IsPAPFileCreated":{"description":"PAP File Created. Indicates who the created PAP file was updated by.  (L_PAPFILECREATED)","type":"boolean"},"Source":{"description":"Cash batch source. The cash batch source. (C_SOURCE)","type":"string"},"LastBatchSequenceNumber":{"format":"int64","description":"Last Sequence Number Issued. The last sequence number issued for this batch. (I_LASTBATCHSEQUENCENUM)","type":"integer"},"UseHeaderDate":{"description":"Use Batch Date for all Transactions. Indicates whether to use the batch date for all transactions in the batch. (L_USEHEADERDATE)","type":"boolean"},"CashDrawerBalanced":{"description":"Cash Drawer Balanced. Indicates whether the cash drawer is balanced. (L_CASHDRAWERBALANCED)","type":"boolean"},"SharedBatch":{"description":"Shared Batch. Indicates if the cash batch can be shared. (L_SHAREDBATCH)","type":"boolean"},"IsTransferBatch":{"description":"Transfer Batch. Indicates whether the batch is a transfer batch. (L_TRANSFERBATCH)","type":"boolean"},"IncludeWriteOffARs":{"description":"Include Write Off ARs (Obsolete). Indicates whether to include Write Off ARs when allocating a Balance Reconciliation. (Obsolete) (L_INCLUDEWRITEOFFARS)","type":"boolean"},"IncludeNonBillableARs":{"description":"Include Non-billable ARs. Indicates whether to include non-billable ARs when allocating transactions in this batch. (L_INCLUDENONBILLABLEARS)","type":"boolean"},"NonUpdatableTransactions":{"description":"Non-updateable Transactions. Indicates whether the transactions in the batch will not be posted to the customer/account history, A/R balance and general ledger. (L_NONUPDATABLETRANS)","type":"boolean"},"ImportRunId":{"format":"int64","description":"Import Run ID. The Run ID of the import process that created the batch if applicable, otherwise 0. (I_IMPORTRUNID)","type":"integer"},"BalancingEntryAmount":{"type":"string"},"BalancingEntryEnteredBy":{"type":"string"},"Accessor":{"description":"Access Owner. Optional user or department with access to this item (C_ACCESSOR)","type":"string"},"AccessorCanAccess":{"type":"boolean"},"AccessorCanUpdate":{"type":"boolean"},"AccessorRights":{"description":"Access Owner Rights. Rights that access user/group has to this item (C_ACCESSORRIGHTS)","type":"string"},"BatchActionType":{"description":"Cash Batch Action Type. The cash batch action type. (C_BATCHACTIONTYPE)","type":"string"},"BatchType":{"description":"Batch Type. The batch type. (C_BATCHTYPE)\r\nEnum AdvancedUtility.Model.CashBatchTypeEnum:  Standard, WriteoffA, AutomaticBalanceRefund, Bill210Phase2Credit, DepositInterest, WriteoffE, CapitalCreditAllocation, ReconcileZeroBalance, ReconcileNonzeroBalance, PenaltyInterestCalculation, AdjustmentPickup, CapitalCreditRetirement, LienWriteoff, AssistanceAgency, Penalty, PAP, DepositQuote, DepositRefund, DepositReassessment, DepositTransfer, Transfer, LoanInterest, WriteoffW, ExternalTransactions, RequestTransactionPickup, NsfTransaction, PapRefundDraw, PapRefundNoDraw","type":"string"},"CalculateTax":{"type":"boolean"},"CheckForDuplicateCustomerTransaction":{"type":"boolean"},"EveryoneCanAccess":{"type":"boolean"},"EveryoneCanUpdate":{"type":"boolean"},"EveryoneRights":{"description":"Everyone Rights. Rights that everyone has to this item (C_EVERYONERIGHTS)","type":"string"},"IsPAPBankBatch":{"type":"boolean"},"IsPAPCreditCardBatch":{"type":"boolean"},"LastUpdateDatetime":{"format":"date-time","description":"Last Update Date/Time. The most recent date and time the batch was updated on. Typically only used internally for archiving purposes. (T_LASTUPDATE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"RemovedCash":{"format":"double","description":"Provides total amount removed from the cash register for the current cash batch.","type":"number"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"TransactionType":{"description":"Transaction Type. The transaction type of the batch. (C_TRANSACTIONTYPE)","type":"string"},"UpdateUserId":{"description":"Updated By. The updated user ID. (C_UPDATEUSERID)","type":"string"},"UserId":{"description":"Created By. The ID of the user that created the batch. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_AllowReprocessing":{"format":"int32","description":"If current batch is being deleted, should its transactions be allowed to picked-up again: Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"CanAccess":{"description":"Indicates if the current session is allowed to perform the Access right on this item.","type":"boolean"},"CanManage":{"description":"Indicates if the current session is allowed to perform the Manage right on this item.","type":"boolean"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"ToBeAuthorizedInfoModel":{"description":"Information about whether a batch contains any payments to be authorized online along with approved, declined and not-submitted transaction counters","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ApprovedCounter":{"format":"int64","description":"The number of approved transactions","type":"integer"},"DeclinedCounter":{"format":"int64","description":"The number of declined transactions","type":"integer"},"NonSubmittedCounter":{"format":"int64","description":"The number of transactions that have not been submitted","type":"integer"},"Authorize":{"description":"Whether the batch contains transactions to be authorized online","type":"boolean"}}},"JsonPatchDocument[TransactionBatchModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionBatchModel]"},"readOnly":true}}},"Operation[TransactionBatchModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionCodeModel":{"description":"Transaction Code Control (TransactionCode / GLE001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"LongDescription":{"description":"System Description. The description used internally in CIS and visible to CIS users. (C_LONGDESC)","type":"string"},"ShortDescription":{"description":"Customer Description. The description seen by customers, such as in bill prints or Infinity.Link, etc. (C_SHORTDESC)","type":"string"},"TaxCode1":{"description":"Tax Code 1. The first tax code of the transaction. (C_TAXCODE1)","type":"string"},"TaxCode2":{"description":"Tax Code 2. The second tax code of the transaction. (C_TAXCODE2)","type":"string"},"TaxCode3":{"description":"Tax Code 3. The third tax code of the transaction. (C_TAXCODE3)","type":"string"},"DefaultAmount":{"format":"double","description":"Default Amount. The default amount of the transaction. (Y_DEFAULTAMOUNT)","type":"number"},"ChangeAmount":{"description":"Edit Amount. Indicates whether the amount can be edited. (L_CHANGEAMOUNT)","type":"boolean"},"EntryType":{"description":"Debit/Credit Entry Type. Indicates whether the transaction is a debit, credit or either. (C_ENTRYTYPE)\r\nEnum AdvancedUtility.Model.GLE001+EntryTypeEnum:  Debit, Credit, Either","type":"string"},"IsSumCode":{"description":"Summary. Indicates whether the transaction code is a summary transaction code. (L_SUMCODE)","type":"boolean"},"IsCodeDisabled":{"description":"Code Disabled. Indicates whether the transaction code is disabled. (L_CODEDISABLED)","type":"boolean"},"IsPenalty":{"description":"Charge Penalty. Indicates whether there is a penalty charge for the transaction. (L_PENALTY)","type":"boolean"},"CreditPoints":{"format":"int32","description":"Credit Points. The credit rating points applied if the transaction is a credit. (I_CREDITPOINTS)","type":"integer"},"DebitPoints":{"format":"int32","description":"Debit Points. The credit rating points applied if the transaction is a debit. (I_DEBITPOINTS)","type":"integer"},"IncludeInBalanceOwing":{"description":"Include In Balance Owing. Indicates whether transaction is included in a notice of a balance owing. (L_INCLUDEINBALANCEOWING)","type":"boolean"},"ShowInContactManagement":{"description":"Show Contact Management. Indicates whether to include the transaction on the contact management tab. (L_SHOWINCONTACTMANAGEMENT)","type":"boolean"},"IsCollectionTransaction":{"description":"Collections Transaction Code. The collections transaction code. (L_COLLECTIONTRANS)","type":"boolean"},"IsSystemHidden":{"description":"System Hidden Transaction. Indicates whether the transaction is hidden from the system. (L_SYSHIDE)","type":"boolean"},"UseOriginalAge":{"description":"Use Original Aging. Indicates whether transaction is aged according to transaction date of original transaction (L_USEORIGINALAGE)","type":"boolean"},"SortOrder":{"format":"int32","description":"Sort Order. The transaction sort order. (I_SORTORDER)","type":"integer"},"GroupOrder":{"format":"int32","description":"Group Order. The transaction group order. (I_GROUPORDER)","type":"integer"},"KeepTransferSign":{"description":"Keep Sign for Transfer. Indicates whether the sign (+ or -) is maintained when the transaction is a transfer transaction. (L_KEEPTRANSFERSIGN)","type":"boolean"},"AllowZero":{"description":"Allow Zero Value. Indicates whether a value of zero is allowed for this transaction code. (L_ALLOWZERO)","type":"boolean"},"AllowTransactionRequest":{"description":"Allow Transaction Request. Indicates what transaction codes are available for use with transaction requests. (L_ALLOWREQUEST)","type":"boolean"},"NotSendGLInfo":{"description":"Prevent sending GL info to GL table. Indicates whether to prevent the G/L Information from populating in the G/L table. (L_NOTSENDGLINFO)","type":"boolean"},"EnterCheck":{"description":"Enter Check Number. Indicates whether a check number can be entered. (L_ENTERCHECK)","type":"boolean"},"CreditRatingGroup":{"description":"Credit Rating Group. The credit rating group. (C_CREDITRATINGGROUP)","type":"string"},"TrackPatronage":{"description":"Track Patronage. Indicates whether to track the patronage. (L_TRACKPATRONAGE)","type":"boolean"},"IsMembership":{"description":"Membership. Indicates a membership. (L_MEMBERSHIP)","type":"boolean"},"InterfaceCode":{"description":"A/P Interface Code. The A/P interface code. (C_INTERFACECODE)","type":"string"},"IsNsfTransaction":{"description":"NSF Check Transaction. Indicates an NSF cheque transaction. (L_NSFTRANSACTION)","type":"boolean"},"TrackForLineExtensionRefund":{"description":"Track for Line Extension Refund. Indicates that the line extension refund is tracked. (L_LINEEXTENSIONTRACKING)","type":"boolean"},"IsNoSumTransaction":{"description":"Display on Total AR Tab. Indicates that the transaction summary is displayed on the Total AR tab.  (L_NOSUMTRANS)","type":"boolean"},"RequiresAuthorization":{"description":"Requires Credit Card Authorization. Indicates that credit card authorization is required. (L_REQUIRESAUTHORIZATION)","type":"boolean"},"IsDiscountTransaction":{"description":"Discount Transaction. Indicates a discount transaction. (L_DISCOUNTTRANS)","type":"boolean"},"IncludeInFuelAssistance":{"description":"Include in Fuel Assistance. Indicates whether to include this transaction in the fuel assistance. (L_INCLUDEINFUELASSISTANCE)","type":"boolean"},"ExcludeCollectionStatusPayment":{"description":"Include to Determine Collection Status Change. Indicates whether this transaction will be included in the Amount Owing when determining if the Collection Status will be changed upon receiving a payment and the transaction has not been included on a bill or is on a bill not yet due. When selected, a debit transaction will be included in the Amount Owing and a credit transaction will not be considered for the service reconnect. When not selected, a debit transaction will not be included in the Amount Owing and a credit transaction will be considered for the service reconnect. (L_EXCLUDECOLSTATUSPAYMENT)","type":"boolean"},"AllowTransferTransactionCode":{"description":"Transfer TransCode. Indicates whether the transaction code is transferred. (L_TRANSFERTRANSACTIONCODE)","type":"boolean"},"IsAmountCalculated":{"description":"Calculate Amount. Indicates whether to calculate transaction amount based on the multiplier. (L_CALCULATEAMOUNT)","type":"boolean"},"SplitLinkTransactionAmount":{"description":"Split Amount on Linked Transaction. Indicates whether to split amount on linked transactions. (L_SPLITLINKTRANSACTIONAMOUNT)","type":"boolean"},"IsRefundTransaction":{"description":"Is Refund Transaction. Indicates whether transactions created using this transaction code are customer refund transactions. (L_REFUNDTRANSACTION)","type":"boolean"},"ConsiderForArrangement":{"description":"Consider for Arrangement Transaction Code. Indicates whether transactions created using this transaction code are considered when processing credits for arrangements. (L_ARRANGEMENT)","type":"boolean"},"IncludeDebitsInPenaltyCalculation":{"description":"Include Debits in Penalty Calculation. Indicates whether the transactions using this transaction code will not be excluded from the current A/R balance which penalty can apply to. (L_INCLUDEDEBITSINPENALTY)","type":"boolean"},"MaximumTaxAmount":{"format":"double","description":"Maximum Tax Amount. The maximum tax amount. (N_MAXAMOUNT)","type":"number"},"AllowTransactionAdjustment":{"description":"Allow Transaction Adjustment. Indicates what transactions can be adjusted. (L_ALLOWADJUSTMENT)","type":"boolean"},"IsLienable":{"description":"Is Lienable. Indicates whether the transaction can be liened. (L_ISLIENABLE)","type":"boolean"},"AllowCheckNumZero":{"description":"Allow Check Number Zero. Indicates whether a check number can be zero, if Enter Check Number is selected. (L_ALLOWCHECKNUMZERO)","type":"boolean"},"IsDepositTransfer":{"description":"Is Deposit Transfer Transaction. Indicates whether transactions created using this transaction code are deposit transfer transactions. (L_DEPOSITTRANSFER)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID. (I_ACTIONID)","type":"integer"},"ARCode":{"description":"A/R Applies To. The accounts receivable to which the transaction applies. (C_ARCODE)","type":"string"},"Category":{"format":"int64","description":"Charge Category. The charge category of the transaction. (I_CATEGORY)","type":"integer"},"CreditElementNumber":{"description":"Credit Element. The credit element. (C_CREDITELEMENTNUM)","type":"string"},"CreditElementNumber2":{"description":"Credit Element 2. Additional credit general ledger element if transaction code needs 4-sided entries. (C_CREDITELEMENTNUM2)","type":"string"},"CreditGLNumber":{"description":"Credit G/L. The credit general ledger account. (C_CREDITGLNUM)","type":"string"},"CreditGLNumber2":{"description":"Credit G/L 2. Additional credit general ledger account if transaction code needs 4-sided entries. (C_CREDITGLNUM2)","type":"string"},"DebitAR":{"description":"Debit A/R. The debit accounts receivable. (C_DEBITAR)","type":"string"},"DebitElementNumber":{"description":"Debit Element. The debit element. (C_DEBITELEMENTNUM)","type":"string"},"DebitElementNumber2":{"description":"Debit Element 2. Additional debit general ledger element if transaction code needs 4-sided entries. (C_DEBITELEMENTNUM2)","type":"string"},"DebitGLNumber":{"description":"Debit G/L. The debit general ledger account. (C_DEBITGLNUM)","type":"string"},"DebitGLNumber2":{"description":"Debit G/L 2. Additional debit general ledger account if transaction code needs 4-sided entries. (C_DEBITGLNUM2)","type":"string"},"PatronageAllocationTypes":{"description":"Patronage Allocation Types. The patronage allocation types. (C_TRACKPATRONAGE)","type":"string"},"TransactionType":{"description":"Transaction Type. The transaction type. (C_TRANSACTIONTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionCodeModel]"},"readOnly":true}}},"Operation[TransactionCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionCodeGroupingModel":{"description":"Transaction Code Grouping Control (TransactionCodeGrouping / GLE006)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Id":{"format":"int64","description":"Transaction Group ID. The transaction group ID. (I_TRANSACTIONGROUPID)","type":"integer"},"UserDescription":{"description":"Grouped Transaction System Description. The description used internally in CIS for the grouped transactions. (C_USERDESCRIPTION)","type":"string"},"CustomerDescription":{"description":"Grouped Transaction Customer Description. The customer-facing description used for the grouped transactions. (C_CUSTOMERDESCRIPTION)","type":"string"},"Type":{"description":"Type of Grouping. The type of grouping. (C_TYPE)\r\nEnum AdvancedUtility.Model.GLE006+TypeEnum:  BillPrint, TransactionHistoryTab, InfinityLink","type":"string"},"Color":{"format":"int64","description":"Color. A colour associated with the transactions group. Color is stored in a 4 byte signed integer in this format: A (high byte) - R - G - B (low byte). (N_COLOR)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the transaction code group is disabled. (L_DISABLED)","type":"boolean"},"TransactionCodes":{"description":"Transaction Code List in Group. The transaction code list in the group. (C_TRANSACTIONCODES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionCodeGroupingModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionCodeGroupingModel]"},"readOnly":true}}},"Operation[TransactionCodeGroupingModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionCodeOverrideModel":{"description":"Transaction Code G/L Override Control (TransactionCodeOverride / GLE008)\r\nThis control allows a complete over-ride of all the transaction code configuration by Company, Division, and AR","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Division":{"description":"Division. The division in the company that the transaction code accounting override applies to. (C_DIVISION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transaction code G/L override is disabled. (L_DISABLED)","type":"boolean"},"AccountTypes":{"description":"Account Types. List of account types that the Transaction Code Override applies to. (C_ACCOUNTTYPES)","type":"string"},"ARCode":{"description":"AR Code. The AR code that is linked to the transaction code accounting override. (C_ARCODE)","type":"string"},"Company":{"description":"Company. The company that the transaction code accounting override applies to. (C_COMPANY)","type":"string"},"CreditElementNumber":{"description":"Credit Element. The credit element that applies to the transaction code accounting override. (C_CREDITELEMENTNUM)","type":"string"},"CreditElementNumber2":{"description":"Credit Element 2. The credit element 2 that applies to the transaction code accounting override. (C_CREDITELEMENTNUM2)","type":"string"},"CreditGLNumber":{"description":"Credit G/L. The credit general ledger number that applies to the transaction code accounting override. (C_CREDITGLNUM)","type":"string"},"CreditGLNumber2":{"description":"Credit G/L 2. The second credit general ledger number that applies to the transaction code accounting override. (C_CREDITGLNUM2)","type":"string"},"DebitElementNumber":{"description":"Debit Element. The debit element that applies to the transaction code accounting override. (C_DEBITELEMENTNUM)","type":"string"},"DebitElementNumber2":{"description":"Debit Element 2. The second debit element number that applies to the transaction code accounting override. (C_DEBITELEMENTNUM2)","type":"string"},"DebitGLNumber":{"description":"Debit G/L. The debit general ledger number that applies to the transaction code accounting override. (C_DEBITGLNUM)","type":"string"},"DebitGLNumber2":{"description":"Debit G/L 2. The second debit general ledger number that applies to the transaction code accounting override. (C_DEBITGLNUM2)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code that is being used for the accounting override. (C_TRANSCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionCodeOverrideModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionCodeOverrideModel]"},"readOnly":true}}},"Operation[TransactionCodeOverrideModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionImportInterfaceRunModel":{"description":"Transaction import process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"BatchId":{"format":"int64","description":"Batch's Id","type":"integer"},"InputFileName":{"description":"Name of the input file\r\nThis import file must be accessible on the CIS server","type":"string"},"InputData":{"format":"byte","description":"Import data\r\nThis is raw binary data containing the import file.\r\nIf passed, it will take precedence over InputFileName","type":"string"},"DeleteImportFile":{"description":"Indicates whether to delete import file","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.\r\nNull disables threshold usage.","type":"integer"},"PromptDataTree":{"description":"This is the serialized data that includes all the collected prompts to use when this interface runs. \r\nYou can assign empty string to this if you want to clear the data that was stored during the prompt.\r\nThis must be evaluated BEFORE you run an interface. FAILURE TO DO SO WILL RESULT IN ASSIGNING DEFAULT DATA DURING THE INTERFACE PROCESS\r\nIMPORTANT NOTE: This property is different than the RunnableProcess' PromptData, which is used for the RunnableProcess query criteria !!!","type":"string"},"DefinitionKey":{"description":"The definition key the advanced interface is based on. This should be the AdvancedExportInterfaceDefinition Code.","type":"string"},"InterfaceParameters":{"description":"List of interface settings","type":"object","additionalProperties":{"type":"object"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"TransactionProcessingConfigModel":{"description":"Transaction Processing Control (TransactionProcessingConfig / CON108)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ShowAgingInCash":{"description":"Show Aging in Cash Flag. Indicates whether to show aging buckets in cash processing. (L_SHOWAGINGINCASH)","type":"boolean"},"CreateChildTransactionForEachParent":{"description":"Create Child Cash Transaction. Create child cash transactions for each parent transaction.  (L_CREATECHILDTRANFOREACHPARENT)","type":"boolean"},"EnableECheck":{"description":"Enable eCheck payments. Indicates whether to enable eCheck payments.  (L_ENABLEECHECK)","type":"boolean"},"TabStopCashEntryComments":{"description":"TabStop on Comments. Indicates whether the cursor will stop on the Comments textbox when tabbing through the Cash Processing form - Transaction Entry screen. (L_TABSTOPCASHENTRYCOMMENTS)","type":"boolean"},"NoDueDateForPendingBill":{"description":"No Due Date For Pending Bill. Do not show Due Date for pending bills in Transaction History grid. (L_NODUEDATEFORPENDINGBILL)","type":"boolean"},"CollectionAging":{"format":"int32","description":"Collection Aging. No to calculate commission charges and realeaing chargers. will only be applied to payments so long as there is an overdue balance on the account. If the payment amount is greater than the overdue amount, the collection charge should only be calculated on the portion that went toward the overdue balance (I_COLLECTIONAGING)","type":"integer"},"CashDaysAhead":{"format":"int32","description":"Cash Days Ahead. Used in Cash processing. Use this setting to define the number of days ahead that are allowed for cash transaction dates. If the number of days ahead is not set, then by default the system uses 365 days for a postdated batch and 120 days for a non-postdated batch. (I_CASHDAYSAHEAD)","type":"integer"},"CashDaysBack":{"format":"int32","description":"Cash Days Back. Used in Cash processing. Use this setting to define the number of days back that are allowed for cash transaction dates. If the number of days ahead is not set, then by default the system uses 365 days for a postdated batch and 120 days for a non-postdated batch. (I_CASHDAYSBACK)","type":"integer"},"AllowNonMatchTransAR":{"description":"Allow Non Match Trans AR. Indicates whether to allow to use transaction code that does not match A/R (L_ALLOWNONMATCHTRANSAR)","type":"boolean"},"CashCalcTax":{"description":"Cash Calculate Tax. Indicates wheather to allow cash processing to calculate Tax on the Transaction, if not set then the Billing Process calculates the Tax. (L_CASHCALCTAX)","type":"boolean"},"NoPostDatePAPBatch":{"description":"No Post Date PAP Batch. Indicates whether the batch created by the process is post-dated (L_NOPOSTDATEPAPBATCH)","type":"boolean"},"WarningInCash":{"description":"Warning In Cash. Used in Cash Processing - Transaction screen. Use this setting to control whether (.T.) or not (.F.) the entered amount is compared against the A/R balance and eventually display a warning message ('Payment Amount does not match A/R Balance.'). (L_WARNINGINCASH)","type":"boolean"},"UseAmountBeforeDueOnScanBill":{"description":"Use Amount Due Before Due Date when Scanning Bills. Indicates whether to use the amount due before the due date to override the amount due after the due date for overdue bills scanned through the Cash Register. (L_USEAMOUNTBEFOREDUEONSCANBILL)","type":"boolean"},"AllowDeletingAuthorizedPayments":{"description":"Allow Deleting Authorized Payments. Indicates whether users are allowed to delete authorized payments in batches. (L_DELETEAUTHORIZEDPAYMENTS)","type":"boolean"},"RemovePrenoteDate":{"description":"Remove Prenote Date on Change. Indicates whether the Pre Note file creation date will be removed when the banking information is changed. (L_REMOVEPRENOTE)","type":"boolean"},"PayFinalledAccountWithCreditBalance":{"description":"Pay Finalled Account With Credit Balance. Indicates whether a payment can be applied on finalled account with negative or zero A/R balance. The options are: Always, Never, or Cash Register payment is not allowed. If Cash Register payment is not allowed, payments from transaction batches (including transaction imports) can still be applied. (C_PAYFINALACCTCREDITBALANCE)\r\nEnum AdvancedUtility.Model.CON108+PayFinalledAccountWithCreditBalanceEnum:  Always, Never, NoCashRegister","type":"string"},"AskMultipleCustomers":{"description":"Ask to pay other customer accounts. Indicates whether users will be asked if they want to pay other customer accounts. (L_ASKMULTIPLECUSTOMERS)","type":"boolean"},"BalanceForwardMethod":{"description":"Balance Forward Method. The balance forward method. (C_BALANCEFORWARDMETHOD)\r\nEnum AdvancedUtility.Model.CON108+BalanceForwardMethodEnum:  ARBalance, BillAmountBeforeDueDate, BillAmountAfterDueDate","type":"string"},"MultipleCustomersWithBalance":{"description":"Ask Only if Balance. Indicates to ask only if there is a balance. (L_MULTIPLECUSTOMERSWITHBALANCE)","type":"boolean"},"PostMiscGLEntries":{"description":"Post Misc GL Entries. Indicates that miscellaneous GL entries are posted. (L_POSTMISCGLENTRIES)","type":"boolean"},"PostPOSGLEntries":{"description":"Post POS Transactions to GL. Indicates whether POS transactions are posted to the General Ledger. (L_POSTPOSGLENTRIES)","type":"boolean"},"KeepPOSGLSundryEntries":{"description":"Keep POS GL SUNDRY Entries. Indicates whether the POS GL Sundry entries are stored. (L_KEEPPOSGLSUNDRYENTRIES)","type":"boolean"},"DefaultCreditCardPaymentAmount":{"description":"Default Credit Card Payment Amount. The default credit card payment amount used on the web embedded credit card payment form. (C_DEFCCAMT)\r\nEnum AdvancedUtility.Model.CON108+DefaultCreditCardPaymentAmountEnum:  Zero, CustomerAccountBalance","type":"string"},"BillPaymentColumnScript":{"description":"Bill Payment Column Script. Script to be used in Bill Payment Custom Column. (C_BILLPAYMENTCOLUMNSCRIPT)","type":"string"},"CashRegisterDebitTransactionCode":{"description":"Cash Register Debit Transaction Code. Used in Cash Register - Transaction code to use when processing debit transactions. (C_CRDEBITTRANSCODE)","type":"string"},"NoSecurityDepositTransfer":{"description":"Do Not Create Deposit Paid Transaction from Deposit Owing Payments. Use this setting to allow the user to enter one or more deposit payment transaction codes to be excluded from the deposit paid A/R. (C_NOSECURITYDEPOSITTRANSFER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionProcessingConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionProcessingConfigModel]"},"readOnly":true}}},"Operation[TransactionProcessingConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionRequestModel":{"description":"Transaction Request (TransactionRequest / BIF947)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Pk":{"format":"int64","description":"BIF947 Record Key. The unique record identifier. (I_BIF947PK)","type":"integer"},"Customer":{"description":"Customer Number. The customer number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account Number. The account number. (C_ACCOUNT)","type":"string"},"TransactionNumber":{"format":"int64","description":"Transaction Number. The transaction number. (I_TRANSNUM)","type":"integer"},"TransactionDate":{"format":"date-time","description":"Transaction Date. The transaction date. (D_TRANSDATE)","type":"string"},"TransactionAmount":{"format":"double","description":"Transaction Amount. The transaction amount. (Y_AMOUNT)","type":"number"},"Comments":{"description":"Transaction Notes. The notes for the request. (M_COMMENTS)","type":"string"},"Timestamp":{"format":"date-time","description":"TimeStamp. The date and time when the request was made. (T_DATETIME)","type":"string"},"IsProcessed":{"description":"Processed(?). Indicates whether the request is processed. (L_PROCESSED)","type":"boolean"},"Status":{"description":"Status. The status of the request. (C_STATUS)\r\nEnum AdvancedUtility.Model.BIF947+StatusEnum:  Requested, Approved, PickedUp, Updated, Rejected","type":"string"},"LoanNumber":{"format":"int64","description":"Loan Number. The loan number. (I_LOANNUMBER)","type":"integer"},"OriginalTransaction":{"format":"int64","description":"Original Transaction Number. The transaction number of the original transaction. (I_ORIGINALTRANS)","type":"integer"},"Multiplier":{"format":"double","description":"Transaction Amount Multiplier. The transaction amount multiplier. Is applied only when the associated transaction code is configured as 'Calculate' and a default amount is set. (N_MULTIPLIER)","type":"number"},"IsAdjustmentTransaction":{"description":"Adjustment Transaction(?). Indicates whether the request is an adjustment transaction. (L_ISADJUSTMENT)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action associated with the request. (I_ACTION)","type":"integer"},"ApprovalUserId":{"description":"Approval User ID. The user ID of the approving supervisor. (C_APPROVALUSERID)","type":"string"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"CanApprove":{"type":"boolean"},"O_IgnoreOnDeleteCheck":{"type":"string"},"RejectReason":{"description":"Rejection Reason. The transaction request rejection reason code. (C_REJECTREASON)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"UserId":{"description":"User ID. The user ID of the person making the request. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionRequestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionRequestModel]"},"readOnly":true}}},"Operation[TransactionRequestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionRequestControlModel":{"description":"Transaction Request Control (TransactionRequestControl / GLE007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MinimumAmount":{"format":"double","description":"Minimum Amount for Range. The minimum amount for the range. (N_MINAMOUNT)","type":"number"},"MaximumAmount":{"format":"double","description":"Maximum Amount for Range. The maximum amount for the range. (N_MAXAMOUNT)","type":"number"},"IsApprovalNeeded":{"description":"Approval Needed. Indicates whether approval is needed. (L_APPROVAL)","type":"boolean"},"ApprovalGroup":{"description":"Transaction Approval Group Description. The group assigned to perform approvals on transactions submitted for approval. (C_APPROVALGROUP)","type":"string"},"AllowSelfApproval":{"description":"Self Approval OK. Indicates that the current user can perform approvals on transactions they created or submitted for approval. (L_SELFAPPROVAL)","type":"boolean"},"ActionId":{"format":"int64","description":"Action ID. The action ID that is triggered by this request. (I_ACTION)","type":"integer"},"AlternateUserId":{"description":"Alternate Approver User ID. The User ID of the alternate approver. (C_ALTERNATEUSERID)","type":"string"},"ApprovalDept":{"description":"Approval Department. The approval department. (C_APPROVALDEPT)","type":"string"},"ApprovalUserId":{"description":"Approval User ID. The user ID of the designated approver. (C_APPROVALUSERID)","type":"string"},"ChargeCategories":{"description":"Charge Categories. Comma-separated list of charge categories. (C_CHARGECATEGORIES)","type":"string"},"TransactionCodes":{"description":"Transaction Codes. The transaction codes. (C_TRANSCODES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionRequestControlModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionRequestControlModel]"},"readOnly":true}}},"Operation[TransactionRequestControlModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionSchedulingRunModel":{"description":"TransactionScheduling process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"RunCreateTransactionBatch":{"description":"Create transaction batch","type":"boolean"},"RunCreateCashRegisterBatch":{"description":"Create cash register batch","type":"boolean"},"RunJournal":{"description":"Run Journal","type":"boolean"},"RunFileImport":{"description":"Import transactions file","type":"boolean"},"RunPapExport":{"description":"Export PAP bank file","type":"boolean"},"RunUpdate":{"description":"Update batch","type":"boolean"},"CreateBatchData":{"$ref":"#/definitions/TransactionBatchModel","description":"Parameters for Create Batch"},"CreateBatchTransactionDate":{"description":"Create batch payment date formula","type":"string"},"JournalDestination":{"description":"Destination location for journal\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"JournalEmailAddress":{"description":"Journal email address","type":"string"},"JournalEmailSubjectLine":{"description":"Journal email's subject line","type":"string"},"JournalFileName":{"description":"Journal's filename","type":"string"},"JournalFileType":{"description":"Journal's file type\r\nEnum AdvancedUtility.Services+FileType: CSV, DOC, PDF, RTF, XLS, XLSX","type":"string"},"JournalPrinterName":{"description":"Journal's printer name","type":"string"},"JournalSortBy":{"description":"Sort option to use in journal\r\nEnum AdvancedUtility.Services.Processes.TransactionAllocationAndJournal+SortOptions: Customer, Account","type":"string"},"JournalSummarize":{"description":"Boolean: indicates whether to summarize the journal or not","type":"boolean"},"JournalType":{"description":"Type of the journal: By Item, By Entry,...\r\nEnum AdvancedUtility.Services.Processes.TransactionAllocationAndJournal+JournalTypes: ByEntry, ByItem","type":"string"},"ImportFileName":{"description":"Name of the file to import","type":"string"},"ImportDeleteFile":{"description":"Boolean: indicates whether to import deleted files or not","type":"boolean"},"ImportFileDefinitionKey":{"description":"Definition key to use while importing file","type":"string"},"PapExportDefinitionKey":{"description":"Pap Export parameters","type":"string"},"PapBankFileType":{"description":"Pap bank file's type","type":"string"},"RetrieveCriteriaTree":{"description":"Additional Criteria provided in the Criteria Picker control.","type":"string"},"RetrieveCriteriaPromptData":{"description":"Criteria provided in the Criteria Picker control.","type":"string"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[TransactionTEMP6Model]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionTEMP6Model]"},"readOnly":true}}},"Operation[TransactionTEMP6Model]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransactionTypeModel":{"description":"Transaction Type Control (TransactionType / CON012)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Transaction Type. The transaction type code. (C_TRANSACTIONTYPE)","type":"string"},"Description":{"description":"Transaction Type Description. The transaction type description. (C_DESCRIPTION)","type":"string"},"UseSubtype":{"description":"Sub-Type. Indicates whether to use the sub -type. (L_SUBTYPE)","type":"boolean"},"SortOrder":{"format":"int32","description":"Sort Order. The sort order. (N_SORTORDER)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether transaction type is disabled. (L_DISABLED)","type":"boolean"},"SubtypeOf":{"description":"Transaction Type Parent. The transaction type parent. (C_SUBTYPEOF)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransactionTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransactionTypeModel]"},"readOnly":true}}},"Operation[TransactionTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerModel":{"description":"Transformer Inventory (Transformer / TRA001)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TransformerNumber":{"description":"Transformer #. The transformer number code. (C_TRANSFORMER)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the transformer. (C_SERIALNUMBER)","type":"string"},"Impedance":{"format":"double","description":"Impedance. The transformer impedance. (N_IMPEDANCE)","type":"number"},"IsCustomerOwned":{"description":"Customer Owned. Indicates whether the transformer is owned by the customer. (L_CUSTOWNED)","type":"boolean"},"Cost":{"format":"double","description":"Purchase Price. The cost of the transformer. (Y_COST)","type":"number"},"LitresOfFluid":{"format":"double","description":"Liters of Fluid. The number of litres of fluid in the transformer. (N_LITRESOFFLUID)","type":"number"},"MassInKg":{"format":"double","description":"Mass in Kg. The mass of the transformer in kilograms. (N_MASSINKG)","type":"number"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date the transformer was purchased. (D_PURCHASEDATE)","type":"string"},"HasBeenTestedPCB":{"description":"Tested PCB. Indicates whether the transformer has been tested for PCBs. (L_TESTEDPCB)","type":"boolean"},"DateTested":{"format":"date-time","description":"Date Tested. The date that the transformer was tested for PCBs. (D_DATETESTED)","type":"string"},"PCBContent":{"description":"PCB Content. The PCB content of the transformer. (C_PCBINPPM)","type":"string"},"Scrapped":{"format":"date-time","description":"Date Scrapped. The date that the transformer was scrapped. (D_DATESCRAPPED)","type":"string"},"HasFaultIndicator":{"description":"Fault Indicator. Indicates whether this transformer has a fault indicator. (L_FAULTINDICATOR)","type":"boolean"},"LastInspectionDate":{"format":"date-time","description":"Last Inspection Date. The date that the transformer was last inspected. (D_LASTINSPECTIONDATE)","type":"string"},"Notes":{"description":"Transformer Notes. Notes about the transformer. (M_NOTES)","type":"string"},"IsRewound":{"description":"Transformer Rewound. Indicates that the transformer is rewound. (L_REWOUND)","type":"boolean"},"InstalledOrStockedDate":{"format":"date-time","description":"Date Transformer Installed or Stocked. The date the transformer was installed or stocked. (D_INSTALLSTOCK)","type":"string"},"Bil":{"format":"int64","description":"BIL. The BIL. (I_BIL)","type":"integer"},"DefaultType":{"description":"Transformer Type. The default transformer type. (C_DEFAULTTYPE)","type":"string"},"FuseSize":{"description":"Fuse Size. The fuse size of the transformer. (C_FUSESIZE)","type":"string"},"FuseType":{"description":"Fuse Type. The fuse type of the transformer. (C_FUSETYPE)","type":"string"},"InsulatingFluid":{"description":"Insulating Fluid. The type of insulating fluid. (C_INSULATINGFLUID)","type":"string"},"InventoryStatus":{"description":"Inventory Status. The status of the transformer. (C_STATUS)","type":"string"},"KVASize":{"description":"KVA Size. The KVA size of the transformer. (C_KVASIZE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the transformer. (C_MANUFACTURER)","type":"string"},"Phase":{"description":"Phase. The transformer phase. (C_PHASE)","type":"string"},"PhaseId":{"description":"Phase ID. The phase ID. (C_PHASEID)","type":"string"},"PrimaryVoltage":{"description":"Primary Volt. The primary voltage of the transformer. (C_PRIMARYVOLT)","type":"string"},"PrimaryVoltage2":{"description":"Primary Volts2. The primary voltage of the transformer 2. (C_PRIMARYVOLT2)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the transformer was scrapped. (C_REASONSCRAPPED)","type":"string"},"SecondaryConnectedVolt":{"description":"Secondary Connected Volts. The secondary connected volts. (C_SECONDARYCONNECTEDVOLT)","type":"string"},"SecondaryVoltage":{"description":"Secondary Volt. The secondary voltage of the transformer. (C_SECONDARYVOLT)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the transformer. (C_STOCKCODE)","type":"string"},"SwitchKVA":{"description":"Switch KVA (C_SWITCHKV)","type":"string"},"TapChanger":{"description":"Tap Changer. The tap changer transformer. (C_TAPCHANGER)","type":"string"},"TapSetting":{"description":"Tap Setting. The tap setting. (C_TAPSETTING)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerModel]"},"readOnly":true}}},"Operation[TransformerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerAreaModel":{"description":"Transformer Location Area Control (TransformerArea / TRA107)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Area Code. The location area code of the transformer. (C_AREA)","type":"string"},"Description":{"description":"Area Description. The description of the transformer area. (C_AREADESCRIPTION)","type":"string"},"Notes":{"description":"Area Notes. Notes about the transformer area. (M_AREANOTES)","type":"string"},"HoursInDemandCalc":{"format":"int32","description":"Hours Used in Demand Calculation. The number of hours used in the demand calculation. (I_HOURSINDEMANDCALC)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the transformer area is disabled. (L_DISABLED)","type":"boolean"},"KvaUnit":{"description":"KVA Overlay Unit. The KVA overlay unit. (C_KVAUNIT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerAreaModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerAreaModel]"},"readOnly":true}}},"Operation[TransformerAreaModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerBilModel":{"description":"Transformer BIL Control (TransformerBil / MEF222)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"format":"int64","description":"BIL (kV). The basic level impulse (KV). (I_BIL)","type":"integer"},"Description":{"description":"BIL Description. The basic level impulse description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerBilModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerBilModel]"},"readOnly":true}}},"Operation[TransformerBilModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerConfigModel":{"description":"Transformer Control (TransformerConfig / TRA000)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"LoadingThreshold1":{"format":"int32","description":"Loading Threshold 1 Percentage. The loading threshold 1 percentage. (N_LOADINGTHRESHOLD1)","type":"integer"},"LoadingThreshold1Label":{"description":"Loading Threshold 1 Label. The loading threshold 1 label. (C_LOADINGTHRESHOLD1LABEL)","type":"string"},"LoadingThreshold2":{"format":"int32","description":"Loading Threshold 2 Percentage. The loading threshold 2 percentage. (N_LOADINGTHRESHOLD2)","type":"integer"},"LoadingThreshold2Label":{"description":"Loading Threshold 2 Label. The loading threshold 2 label. (C_LOADINGTHRESHOLD2LABEL)","type":"string"},"NumberOfDaysToExclude":{"format":"int32","description":"Exclude Number of Days. The number of days to exclude. (N_EXCLUDEDAYS)","type":"integer"},"ExcludeFinalBills":{"description":"Exclude Final Bills. Indicates whether to exclude final bills. (L_EXCLUDEFINALBILLS)","type":"boolean"},"UseBillingDateForLoading":{"description":"Use Billing Date for Loading. Indicates whether to use the billing date for loading. (L_USEBILLINGDATEFORLOADING)","type":"boolean"},"LoadingConversionFactor":{"format":"double","description":"Loading Conversion Factor. The loading conversion factor. (N_LOADINGCONVERSIONFACTOR)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerConfigModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerConfigModel]"},"readOnly":true}}},"Operation[TransformerConfigModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerFuseSizeModel":{"description":"Transformer Fuse Size Control (TransformerFuseSize / TRA105)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Fuse Size Code. The fuse size code. (C_FUSESIZE)","type":"string"},"Description":{"description":"Fuse Size Description. The description of the fuse size. (C_FUSESIZEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer fuse size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerFuseSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerFuseSizeModel]"},"readOnly":true}}},"Operation[TransformerFuseSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerFuseTypeModel":{"description":"Transformer Fuse Type Control (TransformerFuseType / TRA108)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Fuse Type Code. The fuse type code. (C_FUSETYPE)","type":"string"},"Description":{"description":"Fuse Type Description. The description of the fuse type. (C_FUSETYPEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer fuse type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerFuseTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerFuseTypeModel]"},"readOnly":true}}},"Operation[TransformerFuseTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerKvaSizeModel":{"description":"Transformer KVA Size Control (TransformerKvaSize / TRA102)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"KVA Size Code. The Kva size code. (C_KVASIZE)","type":"string"},"Description":{"description":"KVA Size Description. The description of the Kva size. (C_KVASIZEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer kva size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerKvaSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerKvaSizeModel]"},"readOnly":true}}},"Operation[TransformerKvaSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerLocationInquiryLoadModel":{"description":"Transformer Location Inquiry Load (TransformerLocation / TRA002)","type":"object","properties":{"Years":{"description":"The list of years used in billing dates","type":"array","items":{"format":"int32","type":"integer"}},"Data":{"description":"Load data","type":"array","items":{"$ref":"#/definitions/TransformerLocationInquiryItemModel"}}}},"TransformerLocationInquiryItemModel":{"description":"Transformer Location Inquiry Load item","type":"object","properties":{"Account":{"description":"Account number","type":"string"},"Meter":{"description":"Meter number","type":"string"},"KWHConsumption":{"format":"double","description":"KWh consumption","type":"number"},"DemandConsumption":{"format":"double","description":"Demand consumption","type":"number"},"KVAConsumption":{"format":"double","description":"KVA consumption","type":"number"},"KWConsumption":{"format":"double","description":"KW consumption","type":"number"},"KWHtoKW":{"format":"double","description":"Kwh to Kw","type":"number"},"ReadingDate":{"format":"date-time","description":"Reading Date","type":"string"}}},"TransformerLocationModel":{"description":"Transformer Location Control (TransformerLocation / TRA002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Location":{"description":"Location. The location of the transformer. (C_LOCATION)","type":"string"},"FormattedLocation":{"type":"string"},"Address1":{"description":"Address Line 1. The first line of the location's address. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The second line of the location's address. (C_ADDRESS2)","type":"string"},"StreetNumberOld":{"description":"Street # (Obsolete). The street number of the location. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street #. The street number of the location. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name of the location. (C_STREET)","type":"string"},"Apt":{"description":"Apt/Unit/Suite. The apartment, unit, or suite number of the location. (C_APT)","type":"string"},"Town":{"description":"Town. The city or town of the location. (C_TOWN)","type":"string"},"Plan":{"description":"Plan #. The plan number of the location. (C_PLAN)","type":"string"},"Lot":{"description":"Lot #. The lot number of the location. (C_LOT)","type":"string"},"Concession":{"description":"Concession. The concession of the location. (C_CONCESS)","type":"string"},"DateInstalled":{"format":"date-time","description":"Date Installed. The date the transformer was installed at the location. (D_INSTALL)","type":"string"},"Pole":{"description":"Pole #. The transformer pole. (C_POLE)","type":"string"},"Address":{"type":"string"},"Area":{"description":"Area. The location area. (C_AREA)","type":"string"},"PrimaryVoltage":{"description":"Primary Volts. The primary transformer voltage. (C_PRIMARYVOLT)","type":"string"},"SecondaryConnectedVoltage":{"description":"Secondary Connected Volts. The secondary connected volts. (C_SECONDARYCONNECTEDVOLT)","type":"string"},"SubstationCircuit":{"description":"Substation Circuit. The sub station circuit. (C_SUBSTATIONCIRCUIT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerLocationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerLocationModel]"},"readOnly":true}}},"Operation[TransformerLocationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerLocationAccountModel":{"description":"Transformer Location Account (TransformerLocationAccount / TRA200)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Location":{"description":"Location. The location of the transformer. (C_LOCATION)","type":"string"},"DateInstalled":{"format":"date-time","description":"Install Date. The installation date. (D_INSTALLDATE)","type":"string"},"DateRemoved":{"format":"date-time","description":"Remove Date. The date that the transformer was removed. (D_REMOVEDATE)","type":"string"},"HoursActive":{"format":"int32","description":"Hours Active. The hours of activity. (I_HOURSACTIVE)","type":"integer"},"RemovedReason":{"description":"Remove Reason. The reason the transformer was removed. (C_REMOVEREASON)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerLocationAccountModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerLocationAccountModel]"},"readOnly":true}}},"Operation[TransformerLocationAccountModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerLocationHistoryModel":{"description":"Transformer Location History (TransformerLocationHistory / TRA003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Location":{"description":"Location. The location of the transformer. (C_LOCATION)","type":"string"},"TransformerNumber":{"description":"Transformer. The transformer name. (C_TRANSFORMER)","type":"string"},"DateInstalled":{"format":"date-time","description":"Install Date. The date the transformer was installed. (D_DATEINSTALLED)","type":"string"},"DateRemoved":{"format":"date-time","description":"Remove Date. The date the transformer was removed. (D_DATEREMOVED)","type":"string"},"Type":{"description":"Type. The transformer type. (C_TYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerLocationHistoryModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerLocationHistoryModel]"},"readOnly":true}}},"Operation[TransformerLocationHistoryModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerMaintenanceModel":{"description":"Transformer Maintenance (TransformerMaintenance / TRA004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"MaintenanceId":{"format":"int64","description":"Maintenance ID. The maintenance ID. (I_MAINTENANCEID)","type":"integer"},"Location":{"description":"Location. The location (C_LOCATION)","type":"string"},"Transformer":{"description":"Transformer. The transformer ID. (C_TRANSFORMER)","type":"string"},"MaintenanceDate":{"format":"date-time","description":"Maintenance Date. The maintenance date. (D_DATEMAINT)","type":"string"},"MaintenanceDoneBy":{"description":"Maintenance By. The person who completed the maintenance. (C_MAINTBY)","type":"string"},"Notes":{"description":"Notes. The notes about the maintenance. (M_NOTES)","type":"string"},"Code":{"description":"Maintenance Code. The maintenance code. (C_MAINTCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerMaintenanceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerMaintenanceModel]"},"readOnly":true}}},"Operation[TransformerMaintenanceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerMaintenanceCodeModel":{"description":"Transformer Maintenance Control (TransformerMaintenanceCode / TRA005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Maintenance Code. The maintenance code. (C_MAINTCODE)","type":"string"},"Description":{"description":"Maintenance Description. The maintenance description. (C_MAINTDESC)","type":"string"},"DefaultTime":{"format":"double","description":"Default Time. The default time. (N_DEFAULTTIME)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the transformer maintenance code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerMaintenanceCodeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerMaintenanceCodeModel]"},"readOnly":true}}},"Operation[TransformerMaintenanceCodeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerPhaseModel":{"description":"Transformer Phase Control (TransformerPhase / TRA103)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Transformer Phase Code. The transformer phase code. (C_TRANSPHASE)","type":"string"},"Description":{"description":"Transformer Phase Description. The transformer phase description. (C_TRANSPHASEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer phase is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerPhaseModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerPhaseModel]"},"readOnly":true}}},"Operation[TransformerPhaseModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerPhaseIdModel":{"description":"Transformer Phase ID Control (TransformerPhaseId / TRA110)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Transformer Phase ID. The transformer phase ID. (C_PHASEID)","type":"string"},"Description":{"description":"Transformer Phase ID Description. The transformer phase ID description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer phase id is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerPhaseIdModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerPhaseIdModel]"},"readOnly":true}}},"Operation[TransformerPhaseIdModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerPrimaryVoltModel":{"description":"Transformer Primary Volts Control (TransformerPrimaryVolt / TRA100)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Primary Volt Code. The primary volt code. (C_PRIMARYVOLT)","type":"string"},"Description":{"description":"Primary Volt Description. The primary volt description. (C_PRIMARYVOLTDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer primary volt is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerPrimaryVoltModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerPrimaryVoltModel]"},"readOnly":true}}},"Operation[TransformerPrimaryVoltModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerRemoveReasonModel":{"description":"Transformer Remove Reason Control (TransformerRemoveReason / TRA201)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The removed reason code. (C_REMOVEREASON)","type":"string"},"Description":{"description":"Description. The removed reason description. (C_REMREASONDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer remove reason is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerRemoveReasonModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerRemoveReasonModel]"},"readOnly":true}}},"Operation[TransformerRemoveReasonModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerSecondaryVoltModel":{"description":"Transformer Secondary Volts Control (TransformerSecondaryVolt / TRA101)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Secondary Volt Code. The secondary volt code. (C_SECONDARYVOLT)","type":"string"},"Description":{"description":"Secondary Volt Description. The secondary volt description. (C_SECONDARYVOLTDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer secondary volt is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerSecondaryVoltModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerSecondaryVoltModel]"},"readOnly":true}}},"Operation[TransformerSecondaryVoltModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerSubstationCircuitModel":{"description":"Substation Control (TransformerSubstationCircuit / TRA111)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Substation Circuit Code. The substation circuit code. (C_SUBSTATIONCIRCUIT)","type":"string"},"Description":{"description":"Substation Circuit Description. The substation circuit description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer substation circuit is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerSubstationCircuitModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerSubstationCircuitModel]"},"readOnly":true}}},"Operation[TransformerSubstationCircuitModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerSwitchKvaModel":{"description":"Transformer Switch Size Control (TransformerSwitchKva / TRA104)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Switch KVA Code. The switch kVA code. (C_SWITCHKVA)","type":"string"},"Description":{"description":"Switch KVA Description. The description of the switch kVA. (C_SWITCHKVADESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer switch size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerSwitchKvaModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerSwitchKvaModel]"},"readOnly":true}}},"Operation[TransformerSwitchKvaModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerTapChangerModel":{"description":"Transformer Tap Changer Control (TransformerTapChanger / TRA109)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Tap Changer Code. The tap changer code. (C_TAPCHANGER)","type":"string"},"Description":{"description":"Tap Changer Description. The description of the tap changer. (C_TAPCHANGERDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer tap changer is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerTapChangerModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerTapChangerModel]"},"readOnly":true}}},"Operation[TransformerTapChangerModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TransformerTypeModel":{"description":"Transformer Type Control (TransformerType / TRA106)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Transformer Type Code. The transformer type code. (C_TRANSFORMERTYPE)","type":"string"},"Description":{"description":"Type Description. The description of the transformer type. (C_TRANSTYPEDESC)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the transformer type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TransformerTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TransformerTypeModel]"},"readOnly":true}}},"Operation[TransformerTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"TruckDriverNumberModel":{"description":"Truck Driver Number Control (TruckDriverNumber / CON053)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Truck Driver Code. The truck driver code. (C_CODE)","type":"string"},"TruckDriverNumberDescription":{"description":"Truck Driver #. The truck driver number. (C_TRUCKDRIVERNUMBER)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the truck driver number is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[TruckDriverNumberModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[TruckDriverNumberModel]"},"readOnly":true}}},"Operation[TruckDriverNumberModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"UnbilledRevenueReportRunModel":{"description":"UnbilledRevenue report request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"EstimateDate":{"type":"object"},"AllCompany":{"type":"boolean"},"AllDivisions":{"type":"boolean"},"AllTransactionCodes":{"type":"boolean"},"AllServices":{"type":"boolean"},"AllCycles":{"type":"boolean"},"Company":{"type":"string"},"Divisions":{"type":"object"},"TransactionCodes":{"type":"object"},"Services":{"type":"object"},"Cycles":{"type":"object"},"IncludeAlreadyBilled":{"type":"boolean"},"ReportBy":{"type":"string"},"UnbilledRevenueType":{"type":"string"},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"UnitModel":{"description":"Units Control (Unit / CON007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The unit code. (C_UNITS)","type":"string"},"Description":{"description":"Description. The description of the units. (C_DESCRIPTION)","type":"string"},"MultiplierFactor":{"format":"double","description":"Multiplier Factor. The conversion/multiplier factor. (N_FACTOR)","type":"number"},"UseImperialSystem":{"description":"Imperial System. Indicates an imperial system. (L_IMPERIAL)","type":"boolean"},"BillUsageFromLastBilled":{"description":"Include Unbilled Usage From Previous Bill. Indicates whether the unbilled and truncated consumption from the previous bill will be included in the current bill. (L_BILLUSAGEFROMLASTBILLED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the unit is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[UnitModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[UnitModel]"},"readOnly":true}}},"Operation[UnitModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"UnsafeFileTypeModel":{"description":"Unsafe File Type Control (UnsafeFileType / CON146)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Extension":{"description":"File Extension. The file extension. (C_EXTENSION)","type":"string"},"Description":{"description":"Description (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether unsafe file type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[UnsafeFileTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[UnsafeFileTypeModel]"},"readOnly":true}}},"Operation[UnsafeFileTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"UserModel":{"description":"User Control (User / SYS010)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Name":{"description":"User Name. The user name. (C_NAME)","type":"string"},"IsDisabled":{"description":"Disabled. Indicates if the user access is disabled. (L_DISABLED)","type":"boolean"},"EmailAddress":{"description":"Email Address. The email address of the user. (C_EMAILADDRESS)","type":"string"},"AllDepartments":{"description":"All Departments. Indicates if the user has access to all departments. (L_ALLDEPARTMENTS)","type":"boolean"},"ShowTaskAlert":{"description":"Don't Show Task Alert. Indicates if the show task alert is enabled. (L_SHOWTASKALERT)","type":"boolean"},"UserCode":{"description":"User Code. The user code. (C_USERCODE)","type":"string"},"OpenDocked":{"description":"Open Forms Docked (L_OPENDOCKED)","type":"boolean"},"RestoreSizeLocation":{"description":"Remember Window Sizes and Locations (L_RESTORESIZELOCATION)","type":"boolean"},"Locale":{"description":"Locale. The locale (C_LOCALE)\r\nEnum AdvancedUtility.Model.SYS010+LocaleEnum:  Default, EnglishUS, French, EnglishCanadian","type":"string"},"IsModel":{"description":"Automatic New User Model. Settings on the model user are used as a template for any users that are added via the automatic new user function (L_MODEL)","type":"boolean"},"AccountViewDefaultTab":{"description":"AccountView Default Tab. Select the default tab that will be automatically displayed upon opening AccountView. When no tab is selected, AccountView will open with the last viewed tab displayed. (C_ACCOUNTVIEWDEFAULTTAB)","type":"string"},"DefaultCompany":{"description":"Default Company. The default company for this user, which overrides the system and department defaults. (C_DEFAULTCOMPANY)","type":"string"},"DefaultDivision":{"description":"Default Division. The default division for this user, which overrides the system and department defaults. (C_DEFAULTDIVISION)","type":"string"},"Departments":{"description":"Departments. The user departments. (C_DEPARTMENTS)","type":"string"},"Manager":{"description":"Manager. The manager for this user. (C_MANAGER)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[UserModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[UserModel]"},"readOnly":true}}},"Operation[UserModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"UserNoteModel":{"description":"User Note (UserNote / SYS226)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"NoteId":{"format":"int64","description":"Note ID. The note ID. (I_NOTEID)","type":"integer"},"EnteredDateTime":{"format":"date-time","description":"Date/Time Entered. The date and time the note was entered. (T_DATETIME)","type":"string"},"Note":{"description":"Note. Additional information related to the note. (M_NOTES)","type":"string"},"StartDateTime":{"format":"date-time","description":"Start Date/Time. The start date and time of the note. (T_START)","type":"string"},"OutlookId":{"description":"MS Outlook ID. The Microsoft Outlook ID. (C_OUTLOOKID)","type":"string"},"IsCalendarEvent":{"description":"Is Calendar Event?. Indicates that this note is a calendar event. (L_CALENDARAPPT)","type":"boolean"},"EndDateTime":{"format":"date-time","description":"End Date/Time. The end date and time when the note expires. (T_END)","type":"string"},"Subject":{"description":"Subject. The note subject. (C_SUBJECT)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the user note is disabled. (L_DISABLED)","type":"boolean"},"Type":{"description":"Type. The note type. (C_TYPE)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[UserNoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[UserNoteModel]"},"readOnly":true}}},"Operation[UserNoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"UserSessionModel":{"description":"Login Session (UserSession / SYS002)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"NetworkUserId":{"description":"Network User ID (C_NETWORKID)","type":"string"},"StationId":{"description":"Station ID. The station ID. (C_STATIONID)","type":"string"},"Login":{"format":"date-time","description":"Login Date/Time. The date and time when the station was logged into. (T_LOGIN)","type":"string"},"SessionId":{"format":"int64","description":"Session ID. The session ID. (I_SESSIONID)","type":"integer"},"ProcessId":{"format":"int64","description":"Process ID. The process id of this session (I_PROCESSID)","type":"integer"},"ExpiryDatetime":{"format":"date-time","description":"Time when this login session expires. Updated periodically by the login session to indicate it is still active.  If the expiry datetime passes, the session can be considered stale. (T_EXPIRES)","type":"string"},"Terminate":{"description":"Session Must Terminate. Indicates that this session should terminate itself. Used for administrator forced logouts of a session. (L_TERMINATE)","type":"boolean"},"Scheduler":{"description":"Scheduler. The Scheduler ID using this session. (C_SCHEDULER)","type":"string"},"IsIntegrationServerRunning":{"description":"Is Integration Server Running. Indicates that this item represents the integration server session. (L_ISINTEGRATIONSERVERON)","type":"boolean"},"IsScheduled":{"description":"Background Session. Indicates that this session is a background session and not an interactive one. (L_SCHEDULED)","type":"boolean"},"Token":{"description":"Session Token Hash. Unique identification token assigned to this session. Generated from security profile token, but not the same. Used by web api. (C_TOKEN)","type":"string"},"UserId":{"description":"User ID. The user ID. (C_USERID)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[UserSessionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[UserSessionModel]"},"readOnly":true}}},"Operation[UserSessionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"Utility_AddressParserResultModel":{"description":"Structure to store address components resulting from a parse","type":"object","properties":{"KeepAptIdentifier":{"type":"boolean"},"KeepPOBoxIdentifier":{"type":"boolean"},"StreetNumber":{"format":"int64","description":"The street number. Will be null if no street number could be parsed","type":"integer"},"StreetNumberSuffix":{"description":"The suffix code associated with the street number (e.g. Possible letter after the street number).\r\nResolved to a code value in StreetNumberSuffix/CON151.","type":"string"},"StreetPrefix":{"description":"The street prefix code for the address.\r\nResolved to a code value in StreetPrefix/CON137.","type":"string"},"Street":{"description":"The street name.","type":"string"},"StreetSuffix":{"description":"The street name suffix code (e.g. Road, avenue, etc.).\r\nResolved to a code value in StreetSuffix/CON136.","type":"string"},"Apt":{"description":"The apartment number.","type":"string"},"POBox":{"description":"The formatted POBox number (e.g. PO BOX 4001).","type":"string"},"POBoxNumber":{"format":"int64","description":"The actual number of POBox (e.g. 4001).\r\nWill be null if no PO Box number could be parsed.","type":"integer"},"DeliveryInstallationType":{"description":"Delivery Installation Type code (e.g. STN = Station).\r\nResolved to a code value in DeliveryInstallationType/CON248.","type":"string"},"DeliveryInstallationName":{"description":"Delivery Installation Name (e.g. MAIN as in PO BOX 4001 STN MAIN).","type":"string"},"AptIdentifiers":{"description":"Apartment identifier list applied to this parse.\r\nIf an override list was supplied with the parse, it will be that list, else will contain the default configuration from CIS.","type":"string"},"POBoxIdentifiers":{"description":"PO box identifier list applied to this parse.\r\nIf an override list was supplied with the parse, it will be that list, else will contain the default configuration from CIS.","type":"string"}}},"Utility_DateFormulaModel":{"description":"Settings for a date(time) formula.","type":"object","properties":{"DataType":{"description":"Indicates whether formula contains a Date or Date/Time value.\r\nEnum: Valid values are \"Date\", \"DateTime\"","type":"string"},"DateFunction":{"description":"Indicates whether date part of formula represents a fixed date value (Value) or a calculated value (Formula).\r\nEnum: Valid values are \"Value\", \"Formula\"","type":"string"},"TimeFunction":{"description":"Indicates whether time part of formula represents a fixed time value (Value) or a calculated value (Formula).\r\nEnum: Valid values are \"Value\", \"Formula\"","type":"string"},"Value":{"format":"date-time","description":"If the formula represents a fixed date(time), then this is the actual fixed date(time).","type":"string"},"DateOffsetAmount":{"format":"int32","description":"The offset amount associated with the calculated formula date.\r\nThe offset units are set in the related DateOffsetUnits property.","type":"integer"},"DateOffsetUnit":{"description":"The offset units associated with the calculated formula date.\r\nThe offset amount is set in the related DateOffsetAmount property.\r\nEnum: Valid values are \"Days\", \"Weeks\", \"Months\", \"Years\"","type":"string"},"TimeOffsetAmount":{"format":"int32","description":"The offset amount associated with the calculated formula time.\r\nThe offset units are set in the related TimeOffsetUnits property.","type":"integer"},"TimeOffsetUnit":{"description":"The offset units associated with the calculated formula date.\r\nThe offset amount is set in the related DateOffsetAmount property.\r\nEnum: Valid values are \"Hours\", \"Minutes\", \"Seconds\"","type":"string"},"UseRounding":{"description":"Whether rounding should be used on the calculation of the date(time) formula.\r\nRoundingAmount and RoundingUnit determine the rounding details if rounding is being used.","type":"boolean"},"RoundingAmount":{"format":"int32","description":"The rounding amount.\r\nUsed together with RoundingUnit when rounding is applied to the date(time) formula.","type":"integer"},"RoundingAmountString":{"description":"Display version of RoundingAmount value.\r\nReturns \"First\" if it is the first day of the month or \"Last\" if it is 32 (used for the last day of the month).\r\nRead Only.","type":"string"},"RoundingUnit":{"description":"The rounding units.\r\nUsed together with RoundingAmount when rounding is applied to the date(time) formula.\r\nEnum: Valid values are \"DayOfWeek\", \"DayOfMonth\", \"DayOfYear\"","type":"string"},"IsEmpty":{"description":"Whether the formula represents an empty/null date, even at formula evaluation time.\r\nRead Only.","type":"boolean"},"Formula":{"description":"Assign or retrieve a formula string representing the current settings of the Date Formula calculator.\r\nThis is the serialized version of the formula.","type":"string"},"Description":{"description":"Description of the formula.\r\nLocalized to the current locale for direct display.\r\nRead Only.","type":"string"}}},"Utility_MoveCustAcctModel":{"description":"Structure representing a customer/account move check result (see REST /utility/movecustacct end point)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"IsNextMoveInCustomer":{"description":"Indicates whether the customer/account is next to move in","type":"boolean"},"CustomerAccountId":{"format":"int64","description":"The customer/account reference","type":"integer"},"ArchiveCustomerAccountId":{"format":"int64","description":"The archived customer/account","type":"integer"},"IsFound":{"description":"Whether the customer/account has been found","type":"boolean"},"IsFromArchive":{"description":"Indicates whether the customer/account is from the archive","type":"boolean"}}},"Utility_AuditLogDataRunModel":{"description":"Structure representing request Audit Log Data (see REST /utility/auditlogdata endpoint)","type":"object","properties":{"IsCustomerAccountAudit":{"description":"Flag indicating the request is \"Customer Account Audit\", the dedicated audit log filtering form accessible from AccountView form","type":"boolean"},"Customer":{"description":"Custome number","type":"string"},"Account":{"description":"Account number","type":"string"},"DateFrom":{"format":"date-time","description":"Starting datetime for audited entries","type":"string"},"DateTo":{"format":"date-time","description":"Ending datetime for audited entries","type":"string"},"Operations":{"description":"List of operation types\r\nEnum AdvancedUtility.Model.SYS200+FuncEnum: LI (Login), LO (Logout), MS (Message), A (DataAdd), U (DataUpdate), D (DataDelete), AQ (AdminQuery)","type":"array","items":{"type":"string"}},"FieldNo":{"format":"int32","description":"Number of table fields","type":"integer"},"CustomerFields":{"description":"List of additional customer fields","type":"array","items":{"type":"string"}},"AccountFields":{"description":"List of additional account fields","type":"array","items":{"type":"string"}},"Type":{"description":"Request type: Data, Access","type":"string"},"Table":{"description":"Selected table name","type":"string"},"Field":{"description":"Selected field name","type":"string"},"RecordKey":{"format":"int64","description":"Table unique record key (pk)","type":"integer"},"UserName":{"description":"Cis user name","type":"string"},"AuditFields":{"description":"List of specific fields to be audited (used with FieldNo is greater than 0)","type":"array","items":{"type":"string"}}}},"Utility_AuditLogDataModel":{"description":"Structure representing response Audit Log Data (see REST /utility/auditlogdata endpoint)","type":"object","properties":{"TimeStamp":{"format":"date-time","description":"Audit Date and Time.","type":"string"},"FullTime":{"description":"The date and time the audit occurred.","type":"string"},"UserName":{"type":"string"},"Func":{"description":"The audit Function.","type":"string"},"Function":{"description":"The audit Function.","type":"string"},"Table":{"description":"The table being audited.","type":"string"},"TableName":{"description":"The table being audited.","type":"string"},"RecordKey":{"format":"int64","description":"The Record Key value.","type":"integer"},"Field":{"description":"The name of the SQL field.","type":"string"},"FieldName":{"description":"The name of the SQL field.","type":"string"},"DataType":{"description":"The Data Type.","type":"string"},"OldValue":{"description":"The old audit value.","type":"string"},"NewValue":{"description":"The new audit value.","type":"string"},"Details":{"description":"The audit details.","type":"string"},"Removed":{"description":"Condition whether table fields removed.","type":"boolean"},"AdditionalFields":{"description":"Additional requested fields","type":"object","additionalProperties":{"type":"string"}}}},"Utility_InstalledPrinterModel":{"description":"Details related to an installed printer accessible to the REST WebAPI server.\r\nThese printers can typically be used to direct scheduled or server job print out to.","type":"object","properties":{"Name":{"description":"Simple name of the printer","type":"string"},"FullName":{"description":"Full name of the printer","type":"string"},"ShareName":{"description":"Share name of the printer if it is networked.\r\nWill be same as FullName if it simply a server local printer.","type":"string"},"Description":{"description":"Description associated with the printer","type":"string"},"Location":{"description":"Physical location of the printer","type":"string"}}},"Utility_CreditCheckRequestModel":{"description":"CreditCheckRequest request model","type":"object","properties":{"CustomerNumber":{"description":"Customer number","type":"string"},"AccountNumber":{"description":"Account number","type":"string"},"DepositDueDate":{"format":"date-time","description":"Due date for deposit if creating","type":"string"},"Applicants":{"description":"List of applicants","type":"array","items":{"$ref":"#/definitions/Utility_ApplicantItem"}},"SaveDeposit":{"description":"Flag indicating whether to save the new deposit","type":"boolean"}}},"Utility_ApplicantItem":{"description":"Applicant info","type":"object","properties":{"FirstName":{"type":"string"},"MiddleName":{"type":"string"},"LastName":{"type":"string"},"SIN":{"type":"string"},"DateOfBirth":{"type":"string"},"Phone":{"type":"string"},"MailingAddress":{"type":"string"},"MailingApt":{"type":"string"},"MailingCity":{"type":"string"},"MailingState":{"type":"string"},"MailingZIP":{"type":"string"},"ServiceAddress":{"type":"string"},"ServiceApt":{"type":"string"},"ServiceCity":{"type":"string"},"ServiceState":{"type":"string"},"ServiceZIP":{"type":"string"},"DriverLicense":{"type":"string"},"DriverLicenseState":{"type":"string"}}},"Utility_CreditCheckResponseModel":{"description":"CreditCheckRequest response model","type":"object","properties":{"RequestData":{"description":"Data returned from ONLINEUEX request","type":"string"},"Deposit":{"$ref":"#/definitions/DepositModel","description":"Deposit created based on credit check"},"IsDepositSaved":{"description":"Flag indicating whether the new deposit has been saved","type":"boolean"},"Feedback":{"description":"Feedback options","type":"array","items":{"$ref":"#/definitions/ApiFeedbackItem"}}}},"Utility_AdjustTransactionModel":{"description":"Transaction adjustment request model.\r\nHolds details required to create a transaction request for a transaction adjustment.","type":"object","properties":{"OriginalTransactionNumber":{"format":"int64","description":"Original transaction number to be adjusted","type":"integer"},"AdjustmentAmount":{"format":"double","description":"Amount of the adjustment","type":"number"},"Reason":{"description":"Optional reason code for the adjustment.\r\nCode from Adjust Reason Control (AdjustReason/CON165).\r\nSend null if no reason code is desired.","type":"string"}}},"Utility_CreateWaterLeakAdjustmentNoteModel":{"description":"Model used for formatting water leak adjustment notes","type":"object","properties":{"AdjustmentMethod":{"description":"The method used in adjustment.\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+WaterLeakAdjustmentMethod: Estimated, Manual, RefundRebill","type":"string"},"AdjustmentNotes":{"description":"Adjustment notes to include.","type":"string"},"AdjustmentList":{"description":"List of adjustments","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjustmentModel"}},"ServiceCode1":{"description":"First service code.","type":"string"},"ServiceCode2":{"description":"Second service code.","type":"string"},"Percentage1":{"format":"double","description":"First percentage amount used in adjustment.","type":"number"},"Percentage2":{"format":"double","description":"Second percentage amount used in adjustment.","type":"number"},"DailyUsage":{"format":"double","description":"Daily usage amount","type":"number"}}},"Utility_SaveWaterLeakAdjustmentModel":{"description":"Model used for saving a water leak adjustment","type":"object","properties":{"Account":{"description":"Account number.","type":"string"},"Customer":{"description":"Customer number.","type":"string"},"TargetedReadPk":{"format":"int64","description":"The PK for reading of the meter.","type":"integer"},"AdjustmentMethod":{"description":"The method used in adjustment.\r\nEnum AdvancedUtility.Services.BusinessObjects.MeterReading+WaterLeakAdjustmentMethod: Estimated, Manual, RefundRebill","type":"string"},"AdjustmentList":{"description":"List of adjustments","type":"array","items":{"$ref":"#/definitions/WaterLeakAdjustmentModel"}},"AdjustedConsumption":{"format":"double","description":"Adjusted consumption.","type":"number"},"ManualConsumption":{"format":"double","description":"Manual consumption.","type":"number"},"AdjustmentNotes":{"description":"Adjustment notes to include.","type":"string"},"ServiceCode1":{"description":"First service code.","type":"string"},"ServiceCode2":{"description":"Second service code.","type":"string"},"BillNumber":{"format":"int64","description":"Bill number.","type":"integer"}}},"Utility_CalculateConsumptionModel":{"description":"Model used for calculating consumption","type":"object","properties":{"CurrentRead":{"format":"double","description":"Current read","type":"number"},"PreviousRead":{"format":"double","description":"Previous read","type":"number"},"Multiplier":{"format":"double","description":"Multiplier factor applied to the consumption","type":"number"},"MeterDials":{"format":"int32","description":"Total number of dials on the meter, including decimal dials; facilitates handling of meter rollover","type":"integer"},"MeterDecimals":{"format":"int32","description":"Number of decimal dials on the meter; facilitates handling of meter rollover","type":"integer"},"Service":{"description":"Service code the calculation applies to; used to determine if demand and precision/rounding details","type":"string"},"Units":{"description":"Unit code of the reads; used to apply the unit factor to the calculation","type":"string"},"Multiplier2":{"format":"double","description":"Another multiplier factor applied to the consumption","type":"number"},"ServiceMultiplier1":{"format":"double","description":"Another multiplier factor applied to the consumption (usually associated with the service)","type":"number"},"ServiceMultiplier2":{"format":"double","description":"Another multiplier factor applied to the consumption (usually associated with the service)","type":"number"},"NoRounding":{"description":"Optional flag to force return of unrounded calculation, otherwise the result could be rounded in some cases depending on the service settings","type":"boolean"},"ReadStatusType":{"description":"Optional read status type code; defaults to \"RE\" if not supplied","type":"string"},"ConvertConsumtionToBillingUnits":{"description":"Optional parameter, only applicable to the Consumption type Read Status Type. If the parameter value is True, the Units factor will be applied to the Reading to get the Consumption","type":"boolean"},"ConsumptionAdjustment":{"format":"double","description":"Optional parameter, only applicable to the not Consumption type Read Status Types and when the service is configured to truncate the reading in bill. The metered consumption will be adjusted by this value before applying the unit factor and the multipliers to it","type":"number"}}},"Utility_ParsedOcrDetailsModel":{"description":"Model used for formatting parsed Optical Character Recognition details.","type":"object","properties":{"Customer":{"description":"The customer's ID number.","type":"string"},"Account":{"description":"The account number.","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer/account's ID number.","type":"integer"},"DueDate":{"format":"date-time","description":"The bill due date.","type":"string"},"AmountBeforeDueDate":{"format":"double","description":"The amount due before the due date.","type":"number"},"AmountAfterDueDate":{"format":"double","description":"The total net amount of the bill.","type":"number"}}},"CollectionInquiryTransactionModel":{"description":"Model used for formatting CollectionInquiry transaction details.","type":"object","properties":{"ARCode":{"description":"The accounts receivable code.","type":"string"},"TransactionCode":{"description":"The transaction code.","type":"string"},"ARDescription":{"description":"The description of the AR code.","type":"string"},"TransactionDescription":{"description":"The description of the transaction.","type":"string"},"Amount":{"format":"double","description":"The amount of the transaction.","type":"number"},"CommissionAmount":{"format":"double","description":"The amount of the commission transaction. Applies in a collection agency payment scenario only.","type":"number"},"CommissionTransactionCode":{"description":"The commission transaction code. Applies in a collection agency payment scenario only.","type":"string"},"CommissionTransactionCodeDescription":{"description":"The commission transaction code description. Applies in a collection agency payment scenario only.","type":"string"}}},"Utility_PhoneListenersDataModel":{"description":"Model used to return phone integration class names.","type":"object","properties":{"Class":{"description":"Phone integration class name","type":"string"},"NeedsPort":{"description":"Flag indicating whether a port is required","type":"boolean"}}},"AmiMeterReadingResponseModel":{"description":"Advanced Metering Infrastructure (AMI) meter reading response","type":"object","properties":{"Readings":{"type":"array","items":{"$ref":"#/definitions/AmiMeterReadingResponseItemModel"}},"Feedback":{"description":"Feedback","type":"array","items":{"$ref":"#/definitions/ApiFeedbackItem"}},"Comments":{"description":"Comments","type":"string"}}},"AmiMeterReadingResponseItemModel":{"description":"Advanced Metering Infrastructure (AMI) meter interval reading response item","type":"object","properties":{"Customer":{"description":"The customer number","type":"string"},"Account":{"description":"The account number","type":"string"},"CustomerAccountId":{"format":"int64","description":"The customer number","type":"integer"},"Meter":{"description":"The meter number","type":"string"},"ReadType":{"description":"The read type code","type":"string"},"ReadStatus":{"description":"The read status code","type":"string"},"Channel":{"description":"Channel","type":"string"},"ReadingDate":{"format":"date-time","description":"The read date","type":"string"},"Reading":{"format":"double","description":"The reading","type":"number"},"Units":{"description":"The units of measure code","type":"string"},"Service":{"description":"The service code","type":"string"},"ServiceDescription":{"description":"Brief description of the service","type":"string"},"ReadTypeDescription":{"description":"The read type description","type":"string"},"ServiceId":{"format":"int64","description":"The service ID","type":"integer"},"ReadTypeId":{"format":"int64","description":"The read type ID","type":"integer"},"RemoteId":{"description":"The remote ID","type":"string"},"HasException":{"description":"Indicates the reading cannot be processed into MeterReading","type":"boolean"},"MeterSerialNumber":{"description":"The meter serial number","type":"string"}}},"VacantAccountMoveInRunModel":{"description":"VacantAccountMoveIn process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to serach by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AllCompanies":{"description":"Dont search by companies/divisions","type":"boolean"},"Company":{"description":"Search by specific company","type":"string"},"AllDivisions":{"description":"Don't search by specific division","type":"boolean"},"Divisions":{"description":"Search by divisions from the list","type":"array","items":{"type":"string"}},"EmailAddress":{"description":"Email Address to send to","type":"string"},"EmailSubject":{"description":"Email Subject to be used in the email","type":"string"},"Printer":{"description":"Printer to be printed to","type":"string"},"MarkAsPrinted":{"description":"Mark successful prints as Printed","type":"boolean"},"SaveDestination":{"description":"Destination for files to be saved. If null or empty - saves to preview folder","type":"string"},"Destination":{"description":"Destination of where the letters will be printed\r\nEnum AdvancedUtility.Services+Destination: Screen, Printer, File, Email, ByteArray, NoInitialOutput","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"JsonPatchDocument[VacantReadActivityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[VacantReadActivityModel]"},"readOnly":true}}},"Operation[VacantReadActivityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"ValveStyleModel":{"description":"Valve Style Control (ValveStyle / CON230)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Valve Style Code. The valve style code. (C_VALVESTYLE)","type":"string"},"Description":{"description":"Valve Style Description. The valve style description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the valve style is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[ValveStyleModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[ValveStyleModel]"},"readOnly":true}}},"Operation[ValveStyleModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterBillCodeMeterSizeModel":{"description":"Water Bill Code Meter Size Control (WaterBillCodeMeterSize / MEF313)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Disabled":{"description":"Disabled. Indicates whether the water bill code meter size is disabled. (L_DISABLED)","type":"boolean"},"BillCode":{"description":"Bill Code. The bill code for the meter. (C_BILLCODE)","type":"string"},"MeterSize":{"description":"Meter Size Code. The meter size code. (C_METERSIZE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterBillCodeMeterSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterBillCodeMeterSizeModel]"},"readOnly":true}}},"Operation[WaterBillCodeMeterSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterConnectionModel":{"description":"Water Connection (WaterConnection / BIF314)\r\nThe Water Connection table is used to store the parent/child relationships between the records in the Water Infrastructure table.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"ParentId":{"format":"int64","description":"Parent ID. The ID for the parent water infrastructure. (I_PARENTID)","type":"integer"},"ChildId":{"format":"int64","description":"Child ID. The ID for the child water infrastructure. (I_CHILDID)","type":"integer"},"ChildEquipmentId":{"format":"int64","description":"The ID of the child equipment (ie. the water service entrance ID, tap location ID, or valve ID).","type":"integer"},"ChildEquipmentType":{"description":"The type of the child equipment (ie. water service entrance, tap location, or valve).\r\nEnum AdvancedUtility.Model.BIF313+EquipmentTypeEnum:  WaterValve, WaterServiceEntrance, TapLocation","type":"string"},"ParentEquipmentId":{"format":"int64","description":"The ID of the parent equipment (ie. the water service entrance ID, tap location ID, or valve ID).","type":"integer"},"ParentEquipmentType":{"description":"The type of the parent equipment (ie. water service entrance, tap location, or valve).\r\nEnum AdvancedUtility.Model.BIF313+EquipmentTypeEnum:  WaterValve, WaterServiceEntrance, TapLocation","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterConnectionModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterConnectionModel]"},"readOnly":true}}},"Operation[WaterConnectionModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterFilterTypeModel":{"description":"Water Filter Type Control (WaterFilterType / CON052)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Filter Type. The filter type. (C_FILTERTYPE)","type":"string"},"FilterDescription":{"description":"Filter Description. The filter description. (C_FILTERDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the filter type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterFilterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterFilterTypeModel]"},"readOnly":true}}},"Operation[WaterFilterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterHeaterModel":{"description":"Water Heater (WaterHeater / MEF501)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"WaterHeaterID":{"description":"Heater #. The water heater number. (C_WHEATER)","type":"string"},"SerialNumber":{"description":"Serial #. The serial number of the water heater. (C_WHEATERSERIAL)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date on which the water heater was purchased. (D_PURCHASE)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The purchase price of the water heater. (Y_PRICE)","type":"number"},"DateScrapped":{"format":"date-time","description":"Date When Scrapped. The date that the water was scrapped. (D_SCRAPPED)","type":"string"},"Location":{"description":"Location. The location of the water heater. (C_LOCATION)","type":"string"},"Notes":{"description":"Notes. Notes about the water heater. (M_NOTES)","type":"string"},"WarrantyExpiryDate":{"format":"date-time","description":"Warranty Expiry Date. The water heater warranty expiry date. (D_WARRANTYEXPIRY)","type":"string"},"LastMaintenanceDate":{"format":"date-time","description":"Last Maintenance Date. The last maintenance date. (D_LASTMAINTENANCE)","type":"string"},"InvoiceNumber":{"description":"Invoice #. The invoice number. (C_INVOICENUM)","type":"string"},"NextMaintenanceDate":{"format":"date-time","description":"Next Maintenance Date. The next scheduled maintenance date. (D_NEXTMAINTENANCE)","type":"string"},"ModelNumber":{"description":"Model/Manufacturer #. The model number or manufacturer number. (C_MODELNUMBER)","type":"string"},"OrderedAccount":{"description":"Ordered Account #. The ordered account number. (C_ORDERACCOUNT)","type":"string"},"ActiveAccount":{"description":"Account number on which this water heater is active. Will be empty if the water heater equipment is not installed at an account. Read only.","type":"string"},"ActiveCustomerAccount":{"format":"int64","description":"Customer/account number on which this water heater is active. Will be empty if the water heater equipment is not installed at a customer/account. Read only.","type":"integer"},"EquipmentInventoryCode":{"description":"Equipment Inventory Code. The equipment inventory code. (C_EQUIPMENTINVENTORYCODE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason that the water heater was scrapped. (C_REASONSCRAPPED)","type":"string"},"Status":{"description":"Status. The status of the water heater. (C_STATUS)","type":"string"},"Type":{"description":"Type. The water heater type. (C_WHEATERTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterHeaterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterHeaterModel]"},"readOnly":true}}},"Operation[WaterHeaterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterHeaterElementSizeModel":{"description":"Water Heater Element Size Control (WaterHeaterElementSize / MEF510)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Element Size Code. The element code. (C_ELEMENTCODE)","type":"string"},"Description":{"description":"Element Size (Watts). The elements. (C_ELEMENTS)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water heater element size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterHeaterElementSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterHeaterElementSizeModel]"},"readOnly":true}}},"Operation[WaterHeaterElementSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterHeaterElementTypeModel":{"description":"Water Heater Element Type Control (WaterHeaterElementType / MEF512)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Element Type Code. The element type code. (C_ELEMENTTYPECODE)","type":"string"},"ElementType":{"description":"Element Type. The element type. (C_ELEMENTTYPE)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water heater element type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterHeaterElementTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterHeaterElementTypeModel]"},"readOnly":true}}},"Operation[WaterHeaterElementTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterHeaterTankSizeModel":{"description":"Water Heater Tank Size Control (WaterHeaterTankSize / MEF511)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Tank Size Code. The tank size code. (C_TANKSIZECODE)","type":"string"},"TankSize":{"description":"Tank Size. The tank size. (C_TSIZEDESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water heater tank size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterHeaterTankSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterHeaterTankSizeModel]"},"readOnly":true}}},"Operation[WaterHeaterTankSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterHeaterTypeModel":{"description":"Water Heater Type Control (WaterHeaterType / MEF502)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The water heater type. (C_WHEATERTYPE)","type":"string"},"Description":{"description":"Type. The description of the water heater type. (C_DESCRIPTION)","type":"string"},"Relay":{"description":"Relay. Indicates whether a relay has been installed on the water tank. (L_RELAY)","type":"boolean"},"MaintenanceFrequencyMonths":{"format":"int32","description":"Maintenance Frequency. The maintenance frequency in months. (N_MAINTENANCEFREQUENCYMONTHS)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the water heater type is disabled. (L_DISABLED)","type":"boolean"},"ElementType":{"description":"Element Type. The water heater element type. (C_ELEMENTTYPE)","type":"string"},"Manufacturer":{"description":"Manufacturer. The water heater manufacturer. (C_MANUFACTURER)","type":"string"},"StockCode":{"description":"Stock Code. The stock code of the water heater. (C_STOCKCODE)","type":"string"},"TankSize":{"description":"Tank Size. The size of the water heater tank. (C_TANKSIZE)","type":"string"},"WattsHigh":{"description":"Watts High. The wattage of the upper heating element. (C_WATTSHIGH)","type":"string"},"WattsLow":{"description":"Watts Low. The wattage of the lower heating element. (C_WATTSLOW)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterHeaterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterHeaterTypeModel]"},"readOnly":true}}},"Operation[WaterHeaterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterInfrastructureModel":{"description":"Water Infrastructure (WaterInfrastructure / BIF313)\r\nThe Water Infrastructure table is used to store the unique IDs of the water infrastructure elements - services, meters, taps, valves, etc.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InfrastructureId":{"format":"int64","description":"Infrastructure ID. The ID for the water infrastructure element. (I_INFRASTRUCTUREID)","type":"integer"},"EquipmentType":{"description":"Equipment Type. The type of equipment/device associated with this infrastructure element. (C_EQUIPMENTTYPE)\r\nEnum AdvancedUtility.Model.BIF313+EquipmentTypeEnum:  WaterValve, WaterServiceEntrance, TapLocation","type":"string"},"EquipmentId":{"format":"int64","description":"Equipment ID. The ID for the equipment/device associated with this infrastructure element. (I_EQUIPMENTID)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterInfrastructureModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterInfrastructureModel]"},"readOnly":true}}},"Operation[WaterInfrastructureModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterModel":{"description":"Water Meter (WaterMeter / MEF301)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter #. The meter number. (C_METER)","type":"string"},"SerialNumber":{"description":"Serial #. The meter serial number. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The date that the meter was purchased. (D_PURCHASEDATE)","type":"string"},"PurchaseCost":{"format":"double","description":"Purchase Price. The cost to purchase the meter. (Y_PURCHASECOST)","type":"number"},"LabourCharge":{"format":"double","description":"Labor Charge. The labour charge for the meter. (Y_LABOURCHARGE)","type":"number"},"TestDate":{"format":"date-time","description":"Test Date. The date the meter was tested. (D_TESTDATE)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date the meter was scrapped. (D_SCRAPPED)","type":"string"},"Notes":{"description":"Notes. Notes about the meter. (M_NOTES)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The date when the warranty will expire. (D_WARRANTYEXPIRY)","type":"string"},"PurchaseOrder":{"description":"Purchase Order #. The purchase order number. (C_PURCHASEORDER)","type":"string"},"NextTestDate":{"format":"date-time","description":"Next Test Date. The next scheduled test date. (D_NEXTTESTDATE)","type":"string"},"User1":{"description":"User Defined 1. Indicates the user defined 1value. (L_USER1)","type":"boolean"},"CustomDate1":{"format":"date-time","description":"Custom Date Field 1. The water meter custom date field 1. (D_CUSTOMDATE1)","type":"string"},"IsAmrMeter":{"description":"Is AMR Meter. Indicates an AMR meter. (L_ISAMRMETER)","type":"boolean"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"Remote":{"description":"Meter Remote ID. The meter remote ID. (C_REMOTE)","type":"string"},"ActiveAccount":{"description":"Account at which this device is currently installed. Read only.","type":"string"},"ActiveCustomer":{"description":"Customer at which this device is currently installed. Read only.","type":"string"},"ActiveCustomerAccount":{"format":"int64","description":"Customer/Account ID at which this device is currently installed. Read only.","type":"integer"},"LastTestStatus":{"description":"Last Test Status. The status of the last test. (C_LASTTESTSTATUS)","type":"string"},"Location":{"description":"Location. The location of the meter. (C_LOCATION)","type":"string"},"MeterType":{"description":"Type. The meter type. (C_METERTYPE)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"SkipAccountStatusValidation":{"description":"Bypass active account check when meter status has changed. Applies at meter save only.","type":"boolean"},"Status":{"description":"Status. The meter status. (C_STATUS)","type":"string"},"Subgroup":{"description":"Sub Group. The meter subgroup. (C_SUBGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterModel]"},"readOnly":true}}},"Operation[WaterMeterModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterInterfaceModel":{"description":"Water Meter Interface (WaterMeterInterface / UTL301)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"InventoryType":{"description":"Inventory Type. The inventory type. (C_INVENTORYTYPE)","type":"string"},"SerialNumber":{"description":"Serial Number. The serial number. (C_SERIALNUMBER)","type":"string"},"Description":{"description":"Description. The meter inventory description. (C_DESCRIPTION)","type":"string"},"Status":{"description":"Status. The meter inventory status. (C_STATUS)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The purchase date. (D_PURCHASEDATE)","type":"string"},"PurchaseCost":{"format":"double","description":"Purchase Cost. The purchase cost. (Y_PURCHASECOST)","type":"number"},"Location":{"description":"Inventory Location. The inventory location. (C_LOCATION)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The warranty expiry date. (D_WARRANTYEXPIRY)","type":"string"},"Manufacturer":{"description":"Manufacturer (C_MANUFACTURER)","type":"string"},"Model":{"description":"Model. The meter model. (C_MODEL)","type":"string"},"RecordType":{"description":"Record Type. The record type. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Processed. Indicates whether the meter information was processed. (L_PROCESSED)","type":"boolean"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the meter information was entered.  (T_DATETIME)","type":"string"},"AssetId":{"description":"Asset ID. The asset ID. (C_ASSETID)","type":"string"},"ExternalReference":{"description":"External Reference. The external reference. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"IsExternalProcessed":{"description":"External Processed. Indicates whether the meter information was processed externally. (L_EXTPROCESSED)","type":"boolean"},"ManufacturerCode":{"description":"Manufacturer Code. The manufacturer code. (C_MANCODE)","type":"string"},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"MeterType":{"description":"Meter Type. The meter type. (C_METERTYPE)","type":"string"},"MeterSize":{"description":"Meter Size. The meter size. (C_METERSIZE)","type":"string"},"Scrapped":{"format":"date-time","description":"Date Scrapped. The date the meter was scrapped. (D_SCRAPPED)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The reason the meter was scrapped. (C_REASONSCRAPPED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterInterfaceModel]"},"readOnly":true}}},"Operation[WaterMeterInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterMethodTypeModel":{"description":"Water Meter Method Type Control (WaterMeterMethodType / MEF309)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Water Meter Method Code. The water meter method code. (C_METHOD)","type":"string"},"Description":{"description":"Description. The description of the water meter method. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water meter method type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterMethodTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterMethodTypeModel]"},"readOnly":true}}},"Operation[WaterMeterMethodTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterModelModel":{"description":"Water Meter Model Control (WaterMeterModel / MEF308)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Model Code. The water meter model code. (C_MODEL)","type":"string"},"Description":{"description":"Description. The description of the water meter model. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water meter model is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterModelModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterModelModel]"},"readOnly":true}}},"Operation[WaterMeterModelModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterRegisterTypeModel":{"description":"Water Meter Register Type Control (WaterMeterRegisterType / MEF310)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The register type code of the water meter. (C_REGISTERTYPE)","type":"string"},"Description":{"description":"Description. The description of the register type of the water meter. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water meter register type is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterRegisterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterRegisterTypeModel]"},"readOnly":true}}},"Operation[WaterMeterRegisterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterRemoteModel":{"description":"Water Meter Remote (WaterMeterRemote / MEF303)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Remote":{"description":"Water Meter Remote ID. The water meter remote ID. (C_REMOTE)","type":"string"},"SerialNumber":{"description":"Serial #. The water meter remote serial number. (C_SERIALNUMBER)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Purchase Date. The water meter remote purchase date. (D_PURCHASEDATE)","type":"string"},"DateScrapped":{"format":"date-time","description":"Date Scrapped. The date the water meter remote was scrapped. (D_SCRAPPED)","type":"string"},"Price":{"format":"double","description":"Purchase Price. The water meter remote purchase price. (Y_PRICE)","type":"number"},"RadioFrequency":{"format":"double","description":"Radio Frequency. The water meter remote radio frequency. (N_RADIOFREQUENCY)","type":"number"},"ToneFrequency":{"format":"double","description":"Tone Frequency. The water meter remote tone frequency. (N_TONEFREQUENCY)","type":"number"},"Concentrator":{"description":"Concentrator. The water meter remote concentrator. (L_CONCENTRATOR)","type":"boolean"},"Notes":{"description":"Notes. The water meter remote notes. (M_NOTES)","type":"string"},"PurchaseOrder":{"description":"Purchase Order. The water meter purchase order ID. (C_PURCHASEORDER)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The water meter expiry date. (D_WARRANTYEXPIRY)","type":"string"},"ActiveAccount":{"type":"string"},"ReturnAuthorizationNumber":{"description":"Return Authorization Material Number. The water meter autorization material number. (C_RETURNAUTHORIZATION)","type":"string"},"ActiveCustomer":{"type":"string"},"ReturnAuthorizationDate":{"format":"date-time","description":"Return Authorization Material Date. The water meter autorization material date. (D_RETURNAUTHORIZATION)","type":"string"},"EstimatedShippedDate":{"format":"date-time","description":"Remote Shipped Date. The water meter remote shipped date. (D_REMOTESHIPPED)","type":"string"},"RemoteModelNumber":{"description":"Remote Model #. The water meter remote model #. (C_REMOTEMODELNUMBER)","type":"string"},"IsExternalProcessed":{"description":"External Processed Flag. Indicates whether the record was processed externally. (L_EXTPROCESSED)","type":"boolean"},"Location":{"description":"Location. The water meter remote location. (C_LOCATION)","type":"string"},"ReasonScrapped":{"description":"Reason Scrapped. The water meter remote reason scrapped. (C_REASONSCRAPPED)","type":"string"},"RemoteType":{"description":"Type. The water meter remote type. (C_REMOTETYPE)","type":"string"},"Status":{"description":"Status. The water meter remote status. (C_STATUS)","type":"string"},"WarrantyStatus":{"description":"Warranty Status. The water meter warranty status. (C_WARRANTYSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterRemoteModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterRemoteModel]"},"readOnly":true}}},"Operation[WaterMeterRemoteModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterRemoteInterfaceModel":{"description":"Water Meter Remotes Interface (WaterMeterRemoteInterface / UTL302)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Remote":{"description":"Water Meter Remote ID. The water meter remote ID. (C_REMOTE)","type":"string"},"SerialNumber":{"description":"Water Meter Remote Serial Number. The water meter remote serial number. (C_SERIALNUMBER)","type":"string"},"RemoteType":{"description":"Water Meter Remote Type. The water meter remote type. (C_REMOTETYPE)","type":"string"},"Status":{"description":"Water Meter Remote Status. The water meter remote status. (C_STATUS)","type":"string"},"PurchaseDate":{"format":"date-time","description":"Water Meter Remote Purchase Date. The water meter remote purchase date. (D_PURCHASEDATE)","type":"string"},"Notes":{"description":"Water Meter Remote Notes. The water meter remote notes. (M_NOTES)","type":"string"},"Location":{"description":"Water Meter Remote Location. The water meter remote location. (C_LOCATION)","type":"string"},"Scrapped":{"format":"date-time","description":"Water Meter Remote Scrapped Date. The water meter remote scrapped date. (D_SCRAPPED)","type":"string"},"Price":{"format":"double","description":"Water Meter Remote Purchase Price. The water meter remote purchase price. (Y_PRICE)","type":"number"},"ReasonScrapped":{"description":"Water Meter Remote Reason Scrapped. The water meter remote reason scrapped. (C_REASONSCRAPPED)","type":"string"},"RadioFrequency":{"format":"double","description":"Water Meter Remote Radio Frequency. The water meter remote radio frequency. (N_RADIOFREQUENCY)","type":"number"},"ToneFrequency":{"format":"double","description":"Water Meter Remote Tone Frequency. The water meter remote tone frequency. (N_TONEFREQUENCY)","type":"number"},"Concentrator":{"description":"Water Meter Remote Concentrator. The water meter remote concentrator. (L_CONCENTRATOR)","type":"boolean"},"Pk":{"format":"int64","description":"UTL302 Record Key. The unique record identifier. (I_UTL302PK)","type":"integer"},"PurchaseOrder":{"description":"Purchase Order. The water meter purchase order ID. (C_PURCHASEORDER)","type":"string"},"WarrantyExpiry":{"format":"date-time","description":"Warranty Expiry Date. The water meter expiry date. (D_WARRANTYEXPIRY)","type":"string"},"IsProcessed":{"description":"Internal processed flag. Indicates whether the record has been processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External processed flag. Indicates whether the record has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalReference":{"description":"External reference. The external reference. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"Datetime":{"format":"date-time","description":"Date/Time. The date and time when the meter remote information was entered.  (T_DATETIME)","type":"string"},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterRemoteInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterRemoteInterfaceModel]"},"readOnly":true}}},"Operation[WaterMeterRemoteInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterRemoteTypeModel":{"description":"Water Meter Remote Type Control (WaterMeterRemoteType / MEF304)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Remote Type. The water meter remote type. (C_REMOTETYPE)","type":"string"},"TotalDials":{"format":"int32","description":"Total Dials. The water meter remote total dials. (I_TOTALDIALS)","type":"integer"},"DecimalDials":{"format":"int32","description":"Decimal Dials. The water meter remote decimal dials. (I_DECIMALDIALS)","type":"integer"},"Description":{"description":"Description. The water meter remote type description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"Manufacturer":{"description":"Manufacturer. The water meter remote manufacturer. (C_MANUFACTURER)","type":"string"},"MeterRemoteType":{"description":"Meter Remote Type. The water meter remote type description. (C_METERREMOTETYPE)","type":"string"},"Method":{"description":"Remote Method. The water meter remote method. (C_METHOD)","type":"string"},"RemoteSize":{"description":"Remote Size. The water meter remote size description. (C_REMOTESIZE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterRemoteTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterRemoteTypeModel]"},"readOnly":true}}},"Operation[WaterMeterRemoteTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterRepairModel":{"description":"Water Meter Repair (WaterMeterRepair / MEF314)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestNumber":{"description":"Test Number. The test number this repair pertains too (if applicable). (C_TESTNO)","type":"string"},"Meter":{"description":"Meter Number. The meter number this repair pertains too. (C_METER)","type":"string"},"Repair":{"format":"date-time","description":"Date Repaired. The date the work was completed on this repair. (D_REPAIR)","type":"string"},"TimeToRepair":{"format":"int32","description":"Time Required. The time (in minutes) required to complete this repair. (N_TIMETOREPAIR)","type":"integer"},"RepairNotes":{"description":"Notes. The notes about the repair. (M_REPAIRNOTES)","type":"string"},"RepairedBy":{"description":"Repaired By. The person that performed the repair. (C_REPAIREDBY)","type":"string"},"RepairTypes":{"description":"Repairs Performed. The type of repairs performed. (C_REPAIRTYPES)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterRepairModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterRepairModel]"},"readOnly":true}}},"Operation[WaterMeterRepairModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterSizeModel":{"description":"Water Meter Size Control (WaterMeterSize / MEF311)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Water Meter Size Code. The water meter size code. (C_SIZECODE)","type":"string"},"Description":{"description":"Water Meter Size Description. The description of the water meter size. (C_DESCRIPTION)","type":"string"},"BillingUnits":{"format":"double","description":"Water Meter Billing Units. The water meter billing units. (N_BILLINGUNITS)","type":"number"},"Disabled":{"description":"Disabled. Indicates whether the water meter size is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterSizeModel]"},"readOnly":true}}},"Operation[WaterMeterSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterSubgroupModel":{"description":"Water Meter Subgroup Control (WaterMeterSubgroup / MEF306)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Sub Group Code. The water meter subgroup. (C_SUBGROUP)","type":"string"},"Name":{"description":"Sub Group Name. The water meter subgroup name. (C_SUBGROUPNAME)","type":"string"},"FirstSealYear":{"format":"int32","description":"Seal Year 1. The water meter subgroup seal year 1. (N_SEALYEAR)","type":"integer"},"SecondSealYear":{"format":"int32","description":"Seal Year 2. The water meter subgroup seal year 2. (N_SEALYEAR2)","type":"integer"},"PendingTestYear":{"format":"int32","description":"Pending Test Year. The water meter subgroup pending test year. (N_PENDINGTESTYEAR)","type":"integer"},"OriginalPopulation":{"format":"int32","description":"Original Population. The water meter subgroup original population. (I_ORIGINALPOPULATION)","type":"integer"},"Notes":{"description":"Notes. The notes about the water meter subgroup. (M_NOTES)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water meter subgroup is disabled. (L_DISABLED)","type":"boolean"},"FirstMeterType":{"description":"Meter Type 1. The type 1 water meter subgroup meter. (C_METERTYPE)","type":"string"},"FourthMeterType":{"description":"Meter Type 4. The type 4 water meter subgroup meter. (C_METERTYPE4)","type":"string"},"SecondMeterType":{"description":"Meter Type 2. The type 2 water meter subgroup meter. (C_METERTYPE2)","type":"string"},"ThirdMeterType":{"description":"Meter Type 3. The type 3 water meter subgroup meter. (C_METERTYPE3)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterSubgroupModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterSubgroupModel]"},"readOnly":true}}},"Operation[WaterMeterSubgroupModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterSubgroupTestModel":{"description":"Water Meter Subgroup Test (WaterMeterSubgroupTest / MEF307)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestYear":{"format":"int32","description":"Water Meter Sub Group Test Year. The water meter sub group test year. (N_TESTYEAR)","type":"integer"},"CurrentPopulation":{"format":"int32","description":"Water Meter Sub Group Current Population. The water meter subgroup test current population. (I_CURRENTPOPULATION)","type":"integer"},"SampleSize":{"format":"int32","description":"Water Meter Sub Group Test Sample Size. The water meter subgroup test sample size. (I_SAMPLESIZE)","type":"integer"},"PassFail":{"description":"Water Meter Sub Group Test Pass/Fail. The water meter subgroup test pass/fail. (C_PASSFAIL)","type":"string"},"ReverificationYear":{"format":"int32","description":"Water Meter Sub Group Rev. Year. The year when the water meter subgroup test was re-verified. (I_REVYEAR)","type":"integer"},"FieldNote":{"description":"Water Meter Sub Group Test Field Note. The water meter subgroup test field note. (C_FIELDNOTE)","type":"string"},"Notes":{"description":"Water Meter Sub Group Test Notes. The water meter subgroup test notes. (M_NOTES)","type":"string"},"Subgroup":{"description":"Water Meter Sub Group. The water meter sub group. (C_SUBGROUP)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterSubgroupTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterSubgroupTestModel]"},"readOnly":true}}},"Operation[WaterMeterSubgroupTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterTestModel":{"description":"Water Meter Test (WaterMeterTest / MEF312)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"TestNumber":{"description":"Test Number. The test number. (C_TESTNO)","type":"string"},"TestDate":{"format":"date-time","description":"Test Date. The test date. (D_TESTDATE)","type":"string"},"PreviousTestDate":{"format":"date-time","description":"Previous Test Date. The previous test date. (D_PREVTEST)","type":"string"},"HighFlow":{"format":"double","description":"High Flow Rate. The high flow rate. (N_HIGHFLOW)","type":"number"},"LowFlow":{"format":"double","description":"Low Flow Rate. The low flow rate. (N_LOWFLOW)","type":"number"},"MediumFlow":{"format":"double","description":"Medium Flow Rate. The medium flow rate. (N_MEDFLOW)","type":"number"},"AverageFlow":{"format":"double","description":"Average Flow Rate. The average flow rate. (N_AVERAGE)","type":"number"},"Notes":{"description":"Notes. The notes about the meter. (M_NOTES)","type":"string"},"MediumRatedFlow":{"format":"double","description":"Rated Flow. The rated flow. (N_RATEDFLOW)","type":"number"},"HighRatedflow":{"format":"double","description":"High Rated Flow. The high rated flow allowed. (N_HIGHRATEDFLOW)","type":"number"},"LowRatedflow":{"format":"double","description":"Low Rated Flow. The low rated flow allowed. (N_LOWRATEDFLOW)","type":"number"},"HighFlowAccuracy":{"format":"double","description":"High Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is high. (N_HIGHFLOWACCURACY)","type":"number"},"MediumFlowAccuracy":{"format":"double","description":"Medium Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is medium. (N_MEDFLOWACCURACY)","type":"number"},"LowFlowAccuracy":{"format":"double","description":"Low Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is low. (N_LOWFLOWACCURACY)","type":"number"},"OverallAccuracy":{"format":"double","description":"Overall Accuracy. This is the accuracy of the meter as a percentage overall. (N_OVERALLACCURACY)","type":"number"},"CrossoverRate":{"format":"double","description":"Meter Cross Over Flow. This is the gallons per minute threshold where a compound meter switches from one register to another. (N_CROSSOVERRATE)","type":"number"},"CrossoverVolume":{"format":"double","description":"Cross Over Volume. The volume recorded during the cross over test. (N_CROSSOVERVOLUME)","type":"number"},"CrossoverAccuracy":{"format":"double","description":"Cross Over Flow Accuracy. The accuracy of the meter during the Cross Over Flow Test. (N_CROSSOVERACCURACY)","type":"number"},"Company":{"description":"Company. The contractor company code. (C_COMPANY)","type":"string"},"TestedBy":{"description":"Tested By. The person who tested the meter. (C_TESTEDBY)","type":"string"},"TestStatus":{"description":"Test Status. This is the overall status of the test (such as Pass or Fail). (C_TESTSTATUS)","type":"string"},"TestType":{"description":"Test Type. This is the type of test being performed. (C_TESTTYPE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterTestModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterTestModel]"},"readOnly":true}}},"Operation[WaterMeterTestModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterTestHistoryInterfaceModel":{"description":"Water Meter Test Interface (WaterMeterTestHistoryInterface / UTL312)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Meter":{"description":"Meter Number. The meter number. (C_METER)","type":"string"},"TestNumber":{"description":"Test Number. The test number. (C_TESTNO)","type":"string"},"TestedBy":{"description":"Tested By. The person who tested the meter. (C_TESTEDBY)","type":"string"},"TestDate":{"format":"date-time","description":"Test Date. The test date. (D_TESTDATE)","type":"string"},"PreviousTest":{"format":"date-time","description":"Previous Test Date. The previous test date. (D_PREVTEST)","type":"string"},"HighFlow":{"format":"double","description":"High Flow Rate. The high flow rate. (N_HIGHFLOW)","type":"number"},"LowFlow":{"format":"double","description":"Low Flow Rate. The low flow rate. (N_LOWFLOW)","type":"number"},"MediumFlow":{"format":"double","description":"Medium Flow Rate. The medium flow rate. (N_MEDFLOW)","type":"number"},"Notes":{"description":"Notes. The notes about the meter. (M_NOTES)","type":"string"},"RatedFlow":{"format":"double","description":"Rated Flow. The rated flow. (N_RATEDFLOW)","type":"number"},"RecordType":{"description":"Record Type. The type of record. (C_RECORDTYPE)","type":"string"},"HighRatedFlow":{"format":"double","description":"High Rated Flow. The high rated flow allowed. (N_HIGHRATEDFLOW)","type":"number"},"IsProcessed":{"description":"Processed. Indicates whether the record was processed internally by CIS. (L_PROCESSED)","type":"boolean"},"LowRatedFlow":{"format":"double","description":"Low Rated Flow. The low rated flow allowed. (N_LOWRATEDFLOW)","type":"number"},"DateTimestamp":{"format":"date-time","description":"Date/Time. The date and time when the record was processed. (T_DATETIME)","type":"string"},"HighFlowAccuracy":{"format":"double","description":"High Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is high. (N_HIGHFLOWACCURACY)","type":"number"},"MediumFlowAccuracy":{"format":"double","description":"Medium Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is medium. (N_MEDFLOWACCURACY)","type":"number"},"ExternalReference":{"description":"External Reference ID. The external reference ID. (C_EXTREFERENCE)","type":"string"},"LowFlowAccuracy":{"format":"double","description":"Low Flow Accuracy. This is the accuracy of the meter as a percentage when the flow rate is low. (N_LOWFLOWACCURACY)","type":"number"},"ExternalSource":{"description":"External Source. The external source name. (C_EXTSOURCE)","type":"string"},"OverallAccuracy":{"format":"double","description":"Overall Accuracy. This is the accuracy of the meter as a percentage overall. (N_OVERALLACCURACY)","type":"number"},"IsExternalProcessed":{"description":"External Process Flag. Indicates whether the record was processed externally by third party software. (L_EXTPROCESSED)","type":"boolean"},"CrossOverRate":{"format":"int32","description":"Meter Cross Over GPM. This is the gallons per minute threshold where a compound meter switches from one register to another. (N_CROSSOVERRATE)","type":"integer"},"CrossOverVolume":{"format":"double","description":"Cross Over Volume. The volume recorded during the cross over test. (N_CROSSOVERVOLUME)","type":"number"},"CrossOverAccuracy":{"format":"double","description":"Cross Over Flow Accuracy. The accuracy of the meter during the Cross Over Flow Test. (N_CROSSOVERACCURACY)","type":"number"},"TestType":{"description":"Test Type. This is the type of test being performed. (C_TESTTYPE)","type":"string"},"TestStatus":{"description":"Test Status. This is the overall status of the test (such as Pass or Fail). (C_TESTSTATUS)","type":"string"},"Average":{"format":"double","description":"Average Flow Rate. The average flow rate. (N_AVERAGE)","type":"number"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterTestHistoryInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterTestHistoryInterfaceModel]"},"readOnly":true}}},"Operation[WaterMeterTestHistoryInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterTestNotificationRunModel":{"description":"WaterMeterTestNotification process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Company":{"description":"Company","type":"string"},"Division":{"description":"Division","type":"string"},"DateFrom":{"description":"Date From\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"DateTo":{"description":"Date To\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"TestDate":{"description":"Test Date\r\nEnum AdvancedUtility.Model+CON244.TestDateTypeEnum: LastTestDate, NextTestDate, PreviousNoticeDate","type":"string"},"MeterTypes":{"description":"Select by meter types in the list","type":"array","items":{"type":"string"}},"AllMeterTypes":{"description":"Select all meter types","type":"boolean"},"PkList":{"description":"List of the primary keys to use","type":"array","items":{"format":"int64","type":"integer"}},"LetterCode":{"description":"Letter Code","type":"string"},"RunType":{"description":"Report run type option\r\nEnum AdvancedUtility.Services.Processes.WaterMeterTestNotification+RunOptions: RetrieveAndProcess, Retrieve, Process","type":"string"},"ProcessData":{"description":"Meter data for generating notifications","type":"array","items":{"$ref":"#/definitions/WaterMeterTestNotificationReturnModel"}},"StandardReportParameters":{"description":"Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"NonStandardReportParameters":{"description":"Non Standard Report Parameters to be used in the report","type":"array","items":{"$ref":"#/definitions/ReportParameterModel"}},"ReportContainerLocation":{"description":"The location of report container","type":"string"},"ParentView":{"description":"Filter applied to parent view of report","type":"string"},"ParentViewFilter":{"description":"Filter applied to parent view of report","type":"string"},"OptionalQuery":{"description":"An optional query.","type":"string"},"BaseJoinCriteria":{"description":"Dictionary of criteria to be applied for the various table joins","type":"object","additionalProperties":{"type":"string"}},"ReportName":{"description":"The name of the report.","type":"string"},"Destination":{"description":"The destination of the report.\r\nEnum AdvancedUtility.Services+Destination: Screen,Printer,File,Email,ByteArray,NoInitialOutput","type":"string"},"FileType":{"description":"The file type.\r\nEnum AdvancedUtility.Services.BaseCrystalReportDocument+FileType: CSV,DOC,PDF,RTF,XLS,XLSX","type":"string"},"EmailAddress":{"description":"The email address of the receiver.","type":"string"},"EmailSubjectLine":{"description":"Subject of the email.","type":"string"},"FileName":{"description":"The name of the file.","type":"string"},"OverwriteFileName":{"description":"Indicates if file will be overwritten or incremented.","type":"boolean"},"PrinterName":{"description":"The name of the printer.","type":"string"},"DataExportFiles":{"description":"List of Exported data files","type":"array","items":{"$ref":"#/definitions/ReportDataExportModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"WaterMeterTestNotificationReturnModel":{"description":"Model class used to return the result of the water meter test notification","type":"object","properties":{"CustomerAccountId":{"format":"int64","type":"integer"},"Customer":{"type":"string"},"Account":{"type":"string"},"Meter":{"type":"string"},"MeterType":{"type":"string"},"PrevTestDate":{"format":"date-time","type":"string"},"NextTestDate":{"format":"date-time","type":"string"}}},"WaterMeterTestTypeModel":{"description":"Water Meter Test Type Control (WaterMeterTestType / MEF315)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"TestType":{"description":"Test Type Code. The test type code. (C_TESTTYPE)","type":"string"},"Description":{"description":"Test Type Description. The description of the test type. (C_DESCRIPTION)","type":"string"},"AutoTestNumber":{"description":"Automatically Create Test Numbers. Indicates whether to automatically create test numbers. (L_AUTOTESTNUMBER)","type":"boolean"},"HighFlowRate":{"description":"High Flow Rate. Indicates whether to store high flow rate. (L_HIGHFLOWRATE)","type":"boolean"},"HighFlowVolume":{"description":"High Flow Volume. Indicates whether to store high flow volume. (L_HIGHFLOWVOLUME)","type":"boolean"},"HighFlowAccuracy":{"description":"High Flow Accuracy. Indicates whether to store high flow accuracy. (L_HIGHFLOWACCURACY)","type":"boolean"},"MediumFlowRate":{"description":"Medium Flow Rate. Indicates whether to store medium flow rate. (L_MEDFLOWRATE)","type":"boolean"},"MediumFlowVolume":{"description":"Medium Flow Volume. Indicates whether to store medium flow volume. (L_MEDFLOWVOLUME)","type":"boolean"},"MediumFlowAccuracy":{"description":"Medium Flow Accuracy. Indicates whether to store medium flow accuracy. (L_MEDFLOWACCURACY)","type":"boolean"},"LowFlowRate":{"description":"Low Flow Rate. Indicates whether to store low flow rate. (L_LOWFLOWRATE)","type":"boolean"},"LowFlowVolume":{"description":"Low Flow Volume. Indicates whether to store low flow volume. (L_LOWFLOWVOLUME)","type":"boolean"},"LowFlowAccuracy":{"description":"Low Flow Accuracy. Indicates whether to store low flow accuracy. (L_LOWFLOWACCURACY)","type":"boolean"},"OverallAccuracyMethod":{"description":"Method for Determining Overall Accuracy. The method for determining the overall accuracy. (C_OVERALLACCURACYMETHOD)\r\nEnum AdvancedUtility.Model.MEF315+OverallAccuracyMethodEnum:  None, Manual, AverageAllFlows, AverageHighLow, AverageHighMedium, Minimum, Maximum","type":"string"},"OverallFlowRateMethod":{"description":"Method for Determining Overall Flow Rate. The method for determining the overall flow rate. (C_OVERALLFLOWRATEMETHOD)\r\nEnum AdvancedUtility.Model.MEF315+OverallFlowRateMethodEnum:  None, Manual, AverageAllFlows, AverageHighLow, AverageHighMedium, Minimum, Maximum","type":"string"},"CrossoverRate":{"description":"Cross Over Flow Rate. Indicates whether to store cross over gallons per minute. (L_CROSSOVERRATE)","type":"boolean"},"ResetWarranty":{"description":"Reset Meter Warranty for Successful Test. Indicates whether to reset meter warranty for a successful test. (L_RESETWARRANTY)","type":"boolean"},"CrossoverVolume":{"description":"Cross Over Volume. Indicates whether to store the volume during the cross over test. (L_CROSSOVERVOLUME)","type":"boolean"},"CrossoverAccuracy":{"description":"Cross Over Accuracy. Indicates whether to store the accuracy of the meter during the Cross Over Flow Test. (L_CROSSOVERACCURACY)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the water meter test type is disabled. (L_DISABLED)","type":"boolean"},"AutoSetTestStatus":{"description":"Auto Set Test Status. Indicates whether to automatically set the test status. (L_AUTOSETTESTSTATUS)","type":"boolean"},"UpdateTestDateIfFail":{"description":"Update Test Date Even if Test Failed. Indicates whether the next test date is updated even if the test failed. (L_UPDATETESTDATEIFFAIL)","type":"boolean"},"SaveTestIfFail":{"description":"Save Test Results Even if Test Failed. Indicates whether the test results will be saved even if the test failed. (L_SAVETEST)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterTestTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterTestTypeModel]"},"readOnly":true}}},"Operation[WaterMeterTestTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterMeterTypeModel":{"description":"Water Meter Type Control (WaterMeterType / MEF302)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The water meter type. (C_METERTYPE)","type":"string"},"Description":{"description":"Description. The description of the meter type. (C_DESCRIPTION)","type":"string"},"TotalDials":{"format":"int32","description":"Total Dials. The total number of dials on the meter. (I_TOTALDIALS)","type":"integer"},"DecimalDials":{"format":"int32","description":"Decimal Dials. The number of decimal places on the meter. (I_DECIMALDIALS)","type":"integer"},"HighFlowRate":{"format":"double","description":"Default High Flow Rate. This is the default high flow rate for meter tests entered for this meter type. (N_HIGHFLOWRATE)","type":"number"},"HighFlowVolume":{"format":"double","description":"Default High Flow Volume. This is the default high flow volume for meter tests entered for this meter type. (N_HIGHFLOWVOLUME)","type":"number"},"LowFlowRate":{"format":"double","description":"Default Low Flow Rate. This is the default low flow rate for meter tests entered for this meter type. (N_LOWFLOWRATE)","type":"number"},"LowFlowVolume":{"format":"double","description":"Default Low Flow Volume. This is the default low flow volume for meter tests entered for this meter type. (N_LOWFLOWVOLUME)","type":"number"},"MediumFlowRate":{"format":"double","description":"Default Medium Flow Rate. This is the default medium flow rate for meter tests entered for this meter type. (N_MEDFLOWRATE)","type":"number"},"MediumFlowVolume":{"format":"double","description":"Default Medium Flow Volume. This is the default medium flow volume for meter tests entered for this meter type. (N_MEDFLOWVOLUME)","type":"number"},"TestFrequency":{"format":"int32","description":"Meter Test Frequency. This is the number of months after which the meter must be re-tested. (N_TESTFREQUENCY)","type":"integer"},"Disabled":{"description":"Disabled. Indicates whether the item is disabled. (L_DISABLED)","type":"boolean"},"ValidateSize":{"description":"Validate Remote Size. Indicates whether validate remote size against meter size. (L_VALIDATESIZE)","type":"boolean"},"CanDisconnect":{"description":"Disconnect Remotely. Indicates whether this meter type can be disconnected remotely. (L_DISCONNECTREMOTELY)","type":"boolean"},"HighFlowRateFrom":{"format":"double","description":"High Flow Rate From. This is the valid starting value for high flow rate when meter tests are entered for this meter type. (N_HIGHFLOWRATEFROM)","type":"number"},"HighFlowRateTo":{"format":"double","description":"High Flow Rate To. This is the valid ending value for high flow rate when meter tests are entered for this meter type. (N_HIGHFLOWRATETO)","type":"number"},"HighFlowVolumeFrom":{"format":"double","description":"High Flow Volume From. This is the valid starting value for high flow volume when meter tests are entered for this meter type. (N_HIGHFLOWVOLUMEFROM)","type":"number"},"HighFlowVolumeTo":{"format":"double","description":"High Flow Volume To. This is the valid ending value for high flow volume when meter tests are entered for this meter type. (N_HIGHFLOWVOLUMETO)","type":"number"},"LowFlowRateFrom":{"format":"double","description":"Low Flow Rate From. This is the valid starting value for low for flow rate when meter tests are entered for this meter type. (N_LOWFLOWRATEFROM)","type":"number"},"LowFlowRateTo":{"format":"double","description":"Low Flow Rate To. This is the valid ending value for low for flow rate when meter tests are entered for this meter type. (N_LOWFLOWRATETO)","type":"number"},"LowFlowVolumeFrom":{"format":"double","description":"Low Flow Volume From. This is the valid starting value for low flow volume when meter tests are entered for this meter type. (N_LOWFLOWVOLUMEFROM)","type":"number"},"LowFlowVolumeTo":{"format":"double","description":"Low Flow Volume To. This is the valid ending value for low flow volume when meter tests are entered for this meter type. (N_LOWFLOWVOLUMETO)","type":"number"},"MediumFlowRateFrom":{"format":"double","description":"Medium Flow Rate From. This is the valid starting value for medium flow rate when meter tests are entered for this meter type. (N_MEDFLOWRATEFROM)","type":"number"},"MediumFlowRateTo":{"format":"double","description":"Medium Flow Rate To. This is the valid ending value for medium flow rate when meter tests are entered for this meter type. (N_MEDFLOWRATETO)","type":"number"},"MediumFlowVolumeFrom":{"format":"double","description":"Medium Flow Volume From. This is the valid starting value for medium flow volume when meter tests are entered for this meter type. (N_MEDFLOWVOLUMEFROM)","type":"number"},"MediumFlowVolumeTo":{"format":"double","description":"Medium Flow Volume To. This is the valid ending value for medium flow volume when meter tests are entered for this meter type. (N_MEDFLOWVOLUMETO)","type":"number"},"CrossoverRate":{"format":"double","description":"Default Cross Over Flow Rate. This is the default value for cross over flow rate (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERRATE)","type":"number"},"CrossoverVolume":{"format":"double","description":"Default Cross Over Flow Volume. This is the default value for cross over flow volume (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERVOLUME)","type":"number"},"CrossoverRateFrom":{"format":"double","description":"Cross Over Flow Rate From. This is the valid starting value for cross over flow rate (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERRATEFROM)","type":"number"},"CrossoverRateTo":{"format":"double","description":"Cross Over Flow Rate To. This is the valid ending value for cross over flow rate (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERRATETO)","type":"number"},"CrossoverVolumeFrom":{"format":"double","description":"Cross Over Flow Volume From. This is the valid starting value for cross over flow volume (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERVOLUMEFROM)","type":"number"},"CrossoverVolumeTo":{"format":"double","description":"Cross Over Flow Volume To. This is the valid ending value for cross over flow volume (where a compound meter switches from one register to another) when meter tests are entered for this meter type. (N_CROSSOVERVOLUMETO)","type":"number"},"Manufacturer":{"description":"Manufacturer. The manufacturer of the meter. (C_MANUFACTURER)","type":"string"},"MeterSize":{"description":"Meter Size. The meter size. (C_METERSIZE)","type":"string"},"Method":{"description":"Method. The meter method. (C_METHOD)","type":"string"},"Model":{"description":"Model. The meter model. (C_MODEL)","type":"string"},"RegisterType":{"description":"Register Type. The register type of the meter. (C_REGISTERTYPE)","type":"string"},"StockCode":{"description":"Stock Code. The meter stock code. (C_STOCKCODE)","type":"string"},"Units":{"description":"Units. The meter unit type. (C_UNITS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterMeterTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterMeterTypeModel]"},"readOnly":true}}},"Operation[WaterMeterTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterServiceEntranceModel":{"description":"Water Service Entrance (WaterServiceEntrance / BIF303)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Account":{"description":"Account #. The account number. (C_ACCOUNT)","type":"string"},"PipeSize":{"format":"double","description":"Water Pipe Size. The size of the water pipe. (N_PIPESIZE)","type":"number"},"CouplingSize":{"format":"double","description":"Water Coupling Size. The water coupling size. (N_COUPLINGSIZE)","type":"number"},"Notes":{"description":"Notes. Notes about the service entrance. (M_NOTES)","type":"string"},"ServiceId":{"format":"int64","description":"Service ID. The service ID. (I_SERVICEID)","type":"integer"},"Node":{"format":"int32","description":"Node. The water node. (I_NODE)","type":"integer"},"IsMeterBypass":{"description":"Meter By-Pass. Indicates if there is a meter by-pass. (L_METERBYPASS)","type":"boolean"},"IsBypassOn":{"description":"By-Pass On. Indicates if the meter by-pass is turned on. (L_BYPASSON)","type":"boolean"},"UDF_Char_1":{"description":"Water Service Entrance Custom Field 1. The water service entrance custom field 1. (C_WATERSERVICECUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Water Service Entrance Custom Field 2. The water service entrance custom field 2. (C_WATERSERVICECUSTOM2)","type":"string"},"UDF_Char_3":{"description":"Water Service Entrance Custom Field 3. The water service entrance custom field 3. (C_WATERSERVICECUSTOM3)","type":"string"},"UDF_Char_4":{"description":"Water Service Entrance Custom Field 4. The water service entrance custom field 4. (C_WATERSERVICECUSTOM4)","type":"string"},"UDF_Char_5":{"description":"Water Service Entrance Custom Field 5. The water service entrance custom field 5. (C_WATERSERVICECUSTOM5)","type":"string"},"TapNumber":{"description":"Tap Number. The tap number for the service entrance. (C_TAPNUMBER)","type":"string"},"ServiceEntranceId":{"format":"int64","description":"Service Entrance ID. The service entrance ID. (I_SERVICEENTRANCEID)","type":"integer"},"Description":{"description":"Service Entrance Description. The description for the Water Service Entrance. (C_DESCRIPTION)","type":"string"},"MaxConnections":{"format":"int64","description":"Max Connections. Indicates the number of meters that can be connected to the service entrance. (I_MAXCONNECTIONS)","type":"integer"},"UsedConnections":{"format":"int64","description":"Used Connections. Indicates the number of meters that are connected to the service entrance. (I_USEDCONNECTIONS)","type":"integer"},"Inactive":{"description":"Inactive Service Entrance. Indicates an inactive service entrance. (L_INACTIVE)","type":"boolean"},"UDF_Date_1":{"format":"date-time","description":"Custom Date 1. The water service entrance custom date 1. (D_CUSTOM1)","type":"string"},"UDF_Char_6":{"description":"Water Service Entrance Custom Field 6. The water service entrance custom field 6. (C_WATERSERVICECUSTOM6)","type":"string"},"TapApplicationDate":{"format":"date-time","description":"Tap Application Date. The Tap Application Date. (D_TAPAPPLICATIONDATE)","type":"string"},"TapInstallDate":{"format":"date-time","description":"Tap Install Date. The Tap Install Date. (D_TAPINSTALLDATE)","type":"string"},"ConnectionApprovedDate":{"format":"date-time","description":"Connection Approved Date. The date when the connection was approved. (D_CONNECTIONAPPROVED)","type":"string"},"MainToTap":{"description":"Main To Tap. The water service entrance main to tap. (C_MAINTOTAP)","type":"string"},"MainDepth":{"format":"double","description":"Main Depth. The water service entrance main depth. (N_MAINDEPTH)","type":"number"},"FilterType":{"description":"Water Filter Type. The type of water filter. (C_FILTERTYPE)","type":"string"},"FreezeLevel":{"description":"Freeze Level. The water freeze level. (C_FREEZELEVEL)","type":"string"},"MainMaterial":{"description":"Main Material. The water service entrance main material. (C_MAINMATERIAL)","type":"string"},"MainSize":{"description":"Main Size. The water service entrance main size. (C_MAINSIZE)","type":"string"},"MeterSize":{"description":"Meter Size. The meter size. (C_METERSIZE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"PPServiceSize":{"description":"Private Property Service Size. The private property service size. (C_PPSERVICESIZE)","type":"string"},"PressureZone":{"description":"Pressure Zone Code. The water pressure zone code. (C_PRESSUREZONE)","type":"string"},"PrivatePropertyServiceMaterial":{"description":"Private Property Service Material. The private property service material. (C_PPSERVICEMATERIAL)","type":"string"},"StreetServiceMaterial":{"description":"Street Service Material Type. The street service material type. (C_STREETSERVICEMATERIAL)","type":"string"},"StreetServiceSize":{"description":"Street Service Size. The street service size. (C_STREETSERVICESIZE)","type":"string"},"UDF_Code_1":{"description":"Custom code field 1. The custom code field 1. (C_CUSTOMCODE1)","type":"string"},"ValveStyle":{"description":"Valve Style. The water valve style. (C_VALVESTYLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterServiceEntranceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterServiceEntranceModel]"},"readOnly":true}}},"Operation[WaterServiceEntranceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterServiceEntranceCustomCode1Model":{"description":"Water Service Entrance Custom Code 1 (WaterServiceEntranceCustomCode1 / CON174)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Custom Code. The water service entrance custom code 1. (C_CODE)","type":"string"},"Description":{"description":"Custom Code Description. The water service entrance custom code 1 description. (C_DESCRIPTION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterServiceEntranceCustomCode1Model]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterServiceEntranceCustomCode1Model]"},"readOnly":true}}},"Operation[WaterServiceEntranceCustomCode1Model]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterServiceEntranceInterfaceModel":{"description":"Water Service Entrance Interface (WaterServiceEntranceInterface / UTL303)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Customer":{"description":"Customer #. The customer's number. (C_CUSTOMER)","type":"string"},"Account":{"description":"Account#. The customer's account number. (C_ACCOUNT)","type":"string"},"FilterType":{"description":"Water Filter Type. The type of water filter. (C_FILTERTYPE)","type":"string"},"InternalReference":{"description":"Internal reference number. The internal reference number. (C_INTREFERENCE)","type":"string"},"Description":{"description":"Service Entrance Description. The description for the Water Service Entrance Interface. (C_DESCRIPTION)","type":"string"},"Service":{"description":"Service. The service to be activated. (C_SERVICE)","type":"string"},"ValveStyle":{"description":"Valve Style. The valve style. (C_VALVESTYLE)","type":"string"},"StreetServiceSize":{"description":"Street Service Size. The street service size. (C_STREETSERVICESIZE)","type":"string"},"StreetServiceMaterial":{"description":"Street Service Material Type. The street service material type. (C_STREETSERVICEMATERIAL)","type":"string"},"FreezeLevel":{"description":"Freeze Level. The freeze level. (C_FREEZELEVEL)","type":"string"},"UDF_Char_1":{"description":"Water Service Entrance Custom Field 1. The water service entrance custom field 1. (C_WATERSERVICECUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Water Service Entrance Custom Field 2. The water service entrance custom field 2. (C_WATERSERVICECUSTOM2)","type":"string"},"UDF_Char_3":{"description":"Water Service Entrance Custom Field 3. The water service entrance custom field 3. (C_WATERSERVICECUSTOM3)","type":"string"},"UDF_Char_4":{"description":"Water Service Entrance Custom Field 4. The water service entrance custom field 4. (C_WATERSERVICECUSTOM4)","type":"string"},"UDF_Char_5":{"description":"Water Service Entrance Custom Field 5. The water service entrance custom field 5. (C_WATERSERVICECUSTOM5)","type":"string"},"PermitType":{"description":"Permit type. The permit type. (C_PERMITTYPE)","type":"string"},"PermitStatus":{"description":"Permit status. The permit status. (C_PERMITSTATUS)","type":"string"},"PpServiceSize":{"description":"Private Property Service Size. The private property service size. (C_PPSERVICESIZE)","type":"string"},"PpServiceMaterial":{"description":"Private Property Service Material Type. The private property service material type. (C_PPSERVICEMATERIAL)","type":"string"},"Notes":{"description":"Remarks/Notes. The remarks or notes about the water service. (M_NOTES)","type":"string"},"SpAddress":{"description":"Service Point Address. The service point address. (C_SPADDRESS)","type":"string"},"RecordType":{"description":"Record type. The record type. (C_RECORDTYPE)","type":"string"},"IsProcessed":{"description":"Internal processed flag. Indicates whether the record has been processed internally. (L_PROCESSED)","type":"boolean"},"IsExternalProcessed":{"description":"External processed flag. Indicates whether the record has been processed externally. (L_EXTPROCESSED)","type":"boolean"},"ExternalReference":{"description":"External reference. The external reference. (C_EXTREFERENCE)","type":"string"},"ExternalSource":{"description":"External Source. The external source. (C_EXTSOURCE)","type":"string"},"MeterSize":{"description":"Meter Size. The meter size. (C_METERSIZE)","type":"string"},"CouplingSize":{"format":"double","description":"Water Coupling Size. The water coupling size. (N_COUPLINGSIZE)","type":"number"},"DateTimeProcessed":{"format":"date-time","description":"Date Time Processed. The date and time when the record was processed. (T_DATETIME)","type":"string"},"TapNumber":{"description":"Tap Number. The tap number for the service entrance. (C_TAPNUMBER)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterServiceEntranceInterfaceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterServiceEntranceInterfaceModel]"},"readOnly":true}}},"Operation[WaterServiceEntranceInterfaceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterServiceSizeModel":{"description":"Water Service Size Control (WaterServiceSize / CON231)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Service Size Code. The service size code. (C_SERVICESIZE)","type":"string"},"Description":{"description":"Service Size Description. The service size description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the water service size is disabled. (L_DISABLED)","type":"boolean"},"Order":{"format":"int32","description":"Display Order. The display order for the water service size entry. Adjusts the display of codes in pick lists for the user's preference. (I_DISPLAYORDER)","type":"integer"},"ApplyToWaterService":{"description":"Apply To Water Service. Indicates whether this size will be used for the water service entrance. (L_APPLYTOWATERSERVICE)","type":"boolean"},"ApplyToMain":{"description":"Apply To Water Main. Indicates whether this size will be used for the water main. (L_APPLYTOMAIN)","type":"boolean"},"ApplyToTap":{"description":"Apply To Tap. Indicates whether this size will be used for the water tap. (L_APPLYTOTAP)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterServiceSizeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterServiceSizeModel]"},"readOnly":true}}},"Operation[WaterServiceSizeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterValveModel":{"description":"Water Valve (WaterValve / BIF230)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"SerialNumber":{"description":"Serial #. The serial number for the valve. (C_SERIALNUMBER)","type":"string"},"ValveId":{"format":"int64","description":"Valve ID. The water valve ID. (I_VALVEID)","type":"integer"},"Location":{"description":"Location. The location of the valve. (C_LOCATION)","type":"string"},"Measurement":{"description":"Measurement. The measurement for the valve. (C_MEASUREMENT)","type":"string"},"Operation":{"description":"Operation. The type of operation for the valve. For example, 1/4 turn. (C_OPERATION)","type":"string"},"Notes":{"description":"Notes. Additional notes about the valve. (M_NOTES)","type":"string"},"ConditionOfServiceDate":{"format":"date-time","description":"Condition of Service Date. The date when the condition of service was recorded. (D_CONDITIONOFSERVICEDATE)","type":"string"},"DirectionOfTurn":{"description":"Direction of Turn. The direction in which the valve must be turned. (C_DIRECTIONOFTURN)\r\nEnum AdvancedUtility.Model.BIF230+DirectionOfTurnEnum:  _blank, Clockwise, Counterclockwise","type":"string"},"NumberOfTurns":{"description":"Number of Turns. The number of times the valve must be turned. (C_NUMBEROFTURNS)","type":"string"},"UDF_Char_1":{"description":"Water Valve Custom Field 1. The water valve custom field 1. (C_VALVECUSTOM1)","type":"string"},"UDF_Char_2":{"description":"Water Valve Custom Field 2. The water valve custom field 2. (C_VALVECUSTOM2)","type":"string"},"UDF_Char_3":{"description":"Water Valve Custom Field 3. The water valve custom field 3. (C_VALVECUSTOM3)","type":"string"},"UDF_Char_4":{"description":"Water Valve Custom Field 4. The water valve custom field 4. (C_VALVECUSTOM4)","type":"string"},"Classification":{"description":"Classification. The classification for the valve. (C_CLASSIFICATION)","type":"string"},"ConditionOfService":{"description":"Condition of Service. The material, equipment or condition required for the valve to be installed. (C_CONDITIONOFSERVICE)","type":"string"},"HousingType":{"description":"Housing Type. The housing type for the valve. (C_HOUSINGTYPE)","type":"string"},"O_IgnoreOnDeleteCheck":{"type":"string"},"Status":{"description":"Status. The status for the valve. (C_STATUS)","type":"string"},"Style":{"description":"Style. The style for the valve. (C_STYLE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterValveModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterValveModel]"},"readOnly":true}}},"Operation[WaterValveModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterValveClassificationModel":{"description":"Water Valve Classification Control (WaterValveClassification / CON280)\r\nThe Water Valve Classification Control is used to store the available classifications for water valves.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The code for the water valve classification. (C_CODE)","type":"string"},"Description":{"description":"Description. The description for the water valve classification. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the classification code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterValveClassificationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterValveClassificationModel]"},"readOnly":true}}},"Operation[WaterValveClassificationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterValveConditionOfServiceModel":{"description":"Water Valve Condition Of Service Control (WaterValveConditionOfService / CON281)\r\nThe Water Valve Condition Of Service Control is used to store the available conditions of service for water valves.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The condition of service code for the water valve. (C_CODE)","type":"string"},"Description":{"description":"Description. The condition of service description for the water valve. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the condition of service code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterValveConditionOfServiceModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterValveConditionOfServiceModel]"},"readOnly":true}}},"Operation[WaterValveConditionOfServiceModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WaterValveHousingTypeModel":{"description":"Water Valve Housing Type Control (WaterValveHousingType / CON282)\r\nThe Water Valve Housing Type Control is used to store the available housing types for water valves.","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Code. The code for the water valve housing type. (C_CODE)","type":"string"},"Description":{"description":"Description. The description for the water valve housing type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the housing type code is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WaterValveHousingTypeModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WaterValveHousingTypeModel]"},"readOnly":true}}},"Operation[WaterValveHousingTypeModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WeatherModel":{"description":"Weather (Weather / BIF060)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"High":{"format":"int32","description":"High. The weather high for the day. (I_HIGH)","type":"integer"},"Low":{"format":"int32","description":"Low. The weather low for the day. (I_LOW)","type":"integer"},"DateValue":{"format":"date-time","type":"string"},"ETo":{"format":"double","description":"ETo (in). The ETo (in) for the day. (N_ETO)","type":"number"},"AverageAirTemperature":{"format":"double","description":"Average Air Temperature (F). The Average Air Temperature (F) for the day. (N_AVGAIRTEMPERATURE)","type":"number"},"MaximumAirTemperature":{"format":"double","description":"Maximum Air Temperature (F). The Maximum Air Temperature (F) for the day. (N_MAXAIRTEMPERATURE)","type":"number"},"MinimumAirTemperature":{"format":"double","description":"Minimum Air Temperature (F). The Minimum Air Temperature (F) for the day. (N_MINAIRTEMPERATURE)","type":"number"},"DewPoint":{"format":"double","description":"Dew Point (F). The Dew Point (F) for the day. (N_DEWPOINT)","type":"number"},"ASCEETo":{"format":"double","description":"ASCE ETo (in). The ASCE ETo (in) for the day. (N_ASCEETO)","type":"number"},"ASCEETr":{"format":"double","description":"ASCE ETr (in). The ASCE ETr (in) for the day. (N_ASCEETR)","type":"number"},"Precipitation":{"format":"double","description":"Precipitation (in). The Precipitation (in) for the day. (N_PRECIPITATION)","type":"number"},"AverageRelativeHumidity":{"format":"double","description":"Average Relative Humidity (%). The Average Relative Humidity (%) for the day. (N_AVGRELATIVEHUMIDITY)","type":"number"},"MaximumRelativeHumidity":{"format":"double","description":"Maximum Relative Humidity (%). The Maximum Relative Humidity (%) for the day. (N_MAXRELATIVEHUMIDITY)","type":"number"},"MinimumRelativeHumidity":{"format":"double","description":"Minimum Relative Humidity (%). The Minimum Relative Humidity (%) for the day. (N_MINRELATIVEHUMIDITY)","type":"number"},"AverageSoilTemperature":{"format":"double","description":"Average Soil Temperature (F). The Average Soil Temperature (F) for the day. (N_AVGSOILTEMPERATURE)","type":"number"},"MaximumSoilTemperature":{"format":"double","description":"Maximum Soil Temperature (F). The Maximum Soil Temperature (F) for the day. (N_MAXSOILTEMPERATURE)","type":"number"},"MinimumSoilTemperature":{"format":"double","description":"Minimum Soil Temperature (F). The Minimum Soil Temperature (F) for the day. (N_MINSOILTEMPERATURE)","type":"number"},"AverageSolarRadiation":{"format":"double","description":"Average Solar Radiation (Ly/day). The Average Solar Radiation (Ly/day) for the day. (N_AVGSOLARRADIATION)","type":"number"},"NetSolarRadiation":{"format":"double","description":"Net Solar Radiation (Ly/day). The Net Solar Radiation (Ly/day) for the day. (N_NETSOLARRADIATION)","type":"number"},"MaximumVaporPressure":{"format":"double","description":"Maximum Vapor Pressure (mBars). The Maximum Vapor Pressure (mBars) for the day. (N_MAXVAPORPRESSURE)","type":"number"},"AverageVaporPressure":{"format":"double","description":"Average Vapor Pressure (mBars). The Average Vapor Pressure (mBars) for the day. (N_AVERAGEVAPORPRESSURE)","type":"number"},"WindEastNorthEast":{"format":"double","description":"Wind East-North-East. The Wind East-North-East for the day (N_WINDENE)","type":"number"},"WindEastSouthEast":{"format":"double","description":"Wind East-South-East. The Wind East-South-East for the day. (N_WINDESE)","type":"number"},"WindNorthNorthEast":{"format":"double","description":"Wind North-North-East. The Wind North-North-East for the day. (N_WINDNNE)","type":"number"},"WindNorthNorthWest":{"format":"double","description":"Wind North-North-West. The Wind North-North-West for the day. (N_WINDNNW)","type":"number"},"WindRun":{"format":"double","description":"Wind Run (mph). The Wind Run (mph) for the day. (N_WINDRUN)","type":"number"},"AverageWindSpeed":{"format":"double","description":"Average Wind Speed (mph). The Average Wind Speed (mph) for the day. (N_AVERAGEWINDSPEED)","type":"number"},"WindSouthSouthWest":{"format":"double","description":"Wind South-South-West. The Wind South-South-West for the day. (N_WINDSSW)","type":"number"},"WindWestNorthWest":{"format":"double","description":"Wind West-North-West. The Wind West-North-West for the day. (N_WINDWNW)","type":"number"},"WindWestSouthWest":{"format":"double","description":"Wind West-South-West. The Wind West-South-West for the day. (N_WINDWSW)","type":"number"},"Station":{"description":"Weather Station. The name of the weather station. (C_STATION)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WeatherModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WeatherModel]"},"readOnly":true}}},"Operation[WeatherModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WeatherStationModel":{"description":"Weather Station Control (WeatherStation / CON042)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Station":{"description":"Weather Station. The weather station ID. (C_STATION)","type":"string"},"Description":{"description":"Weather Station Description. The weather station description. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the weather station is disabled. (L_DISABLED)","type":"boolean"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WeatherStationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WeatherStationModel]"},"readOnly":true}}},"Operation[WeatherStationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WinterAverageVolumeProcessRunModel":{"description":"WinterAverageVolumeProcess process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CalculationMethod":{"description":"Method to use for calculating the WAV \r\nEnum AdvancedUtility.Services.Processes.WinterAverageVolumeProcess+WavCalculationMethod: Bills,Days,MinimumBilled,MinimumUnbilled,AverageConsumption,ModifiedAverage,LinkedBilling,Custom","type":"string"},"FromDate":{"description":"From Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"To Date to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ExclFromDate":{"description":"Exclude Start Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ExclToDate":{"description":"Exclude End Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"EndMultipliersOnly":{"description":"Only set the End Date of the WAV Basic Multipliers","type":"boolean"},"Account":{"description":"Run the process for the set account only","type":"string"},"AccountTypes":{"description":"List of Account Type Codes to run the process","type":"array","items":{"type":"string"}},"Cycles":{"description":"List of Cycles to run the process","type":"array","items":{"type":"string"}},"Books":{"description":"List of Books to run the process","type":"array","items":{"type":"string"}},"BillCodes":{"description":"List of Bill Codes to run the process","type":"array","items":{"type":"string"}},"Service":{"description":"Code of the Service to run the process","type":"string"},"Divider":{"format":"double","description":"Divide the result by this value","type":"number"},"RoundPriorDivision":{"description":"Round/Truncate the result prior division","type":"boolean"},"RoundTruncateRoundup":{"description":"If true than truncate instead of rounding\r\nEnum AdvancedUtility.Services.Processes.WinterAverageVolumeProcess+WAVRoundTruncateRoundup: Round,Truncate,RoundUp","type":"string"},"Precision":{"format":"int32","description":"Precision to be used in rounding","type":"integer"},"IncludeZeroCons":{"description":"Include 0 consumption in calculation","type":"boolean"},"CheckIndividualReading":{"description":"Check individual readings","type":"boolean"},"IncludePreviousCustomer":{"description":"Include previous customer's history in calculation","type":"boolean"},"IncludePreviousAccount":{"description":"Include history of previous account in calculation","type":"boolean"},"DefaultToPreviousAccount":{"description":"Default to the WAV multiplier at previous account","type":"boolean"},"Prorate":{"description":"Prorate consumption","type":"boolean"},"ZeroConsumptionForNoMeter":{"description":"Zero consumption for account with no meter","type":"boolean"},"DefaultForNoService":{"description":"Default consumption for account with no service","type":"boolean"},"IncludeVacant":{"description":"Include vacant account in calculation","type":"boolean"},"ExcludeBillCode":{"description":"Exclude meters having this bill code","type":"string"},"DefaultConsumption":{"format":"double","description":"Default consumption for accounts with insufficient consumption history.","type":"number"},"MinimumMonth":{"format":"int32","description":"Minimum billed month of history required","type":"integer"},"Days":{"format":"double","description":"Number of days to be used in calculation","type":"number"},"MinimumDays":{"format":"int32","description":"Minimum number of days history required","type":"integer"},"Unit":{"description":"Unit of measure of the consumption","type":"string"},"ConvertUnits":{"description":"Apply units conversion","type":"boolean"},"StoreService":{"description":"Code of the Service to store the WAV multiplier","type":"string"},"Multiplier":{"format":"int64","description":"Code of the Basic Multiplier to store the WAV","type":"integer"},"ApplyDefault":{"description":"Apply default value of the Basic Multiplier","type":"boolean"},"StartDate":{"description":"Start Date of the WAV Basic Multiplier\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"EndDate":{"description":"End Date of the WAV Basic Multiplier\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"Exceptions":{"description":"Generate Exceptions","type":"boolean"},"KeepCurrentMultiplier":{"description":"Do not replace current WAV Basic Multiplier","type":"boolean"},"MarkReadingsProcessed":{"description":"Mark unbilled readings as processed","type":"boolean"},"ExistingMultipliersOnly":{"description":"Include Accounts only If Multiplier Exists","type":"boolean"},"MinimumDaysByBill":{"description":"Check Minimum Days by Bill and exclude Bills if less than Minimum Days","type":"boolean"},"Bookmark":{"description":"Execute Bookmark having this code to calculate the multiplier's value","type":"string"},"IncludeAccountNoService":{"description":"Include account not having the base Service","type":"boolean"},"MinimumConsumption":{"format":"double","description":"The Minimum Consumption that will be used if greater than the calculated WAV consumption.","type":"number"},"SufficientHistoryRequired":{"description":"Create the WAV Multiplier only if there is sufficient consumption history.","type":"boolean"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"WorkerActivityModel":{"description":"Worker Activity Type Control (WorkerActivity / WRK007)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Code":{"description":"Activity Type. The activity type. (C_ACTIVITYTYPE)","type":"string"},"Description":{"description":"Activity Type Description. The description of the activity type. (C_DESCRIPTION)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the worker activity type is disabled. (L_DISABLED)","type":"boolean"},"SystemActivity":{"description":"System Activity. Determines whether this activity is included in the associated system functionality defined by that activity definition. Adds the ability to display workers associated with a particular activity type to become available in the forms. (C_SYSTEMACTIVITY)\r\nEnum AdvancedUtility.Model.WRK007+SystemActivityEnum:  NA, MeterReader","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WorkerActivityModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WorkerActivityModel]"},"readOnly":true}}},"Operation[WorkerActivityModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WorkerAddressModel":{"description":"Worker Address (WorkerAddress / WRK004)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FormattedWorkerAddress":{"type":"string"},"Address1":{"description":"Address Line 1. The address line 1. (C_ADDRESS1)","type":"string"},"Address2":{"description":"Address Line 2. The address line2. (C_ADDRESS2)","type":"string"},"POBox":{"description":"Formatted PO Box Address. The formatted post office box address (e.g. PO BOX 4001 STN MAIN). (C_POBOX)","type":"string"},"StreetNumOld":{"description":"Street Number (Obsolete). The street number. (Obsolete) (C_STREETNUM)","type":"string"},"StreetNumber":{"format":"int64","description":"Street Number. The street number. (N_STREETNUM)","type":"integer"},"Street":{"description":"Street Name. The street name. (C_STREET)","type":"string"},"Apartment":{"description":"Apartment/Unit/Suite. The apartment, unit or suite number. (C_APT)","type":"string"},"Town":{"description":"Town. The name of the town. (C_TOWN)","type":"string"},"PostCode":{"description":"Zip Code. The postal or zip code. (C_POSTCODE)","type":"string"},"Plan":{"description":"Plan #. The plan number for the worker's address. (C_PLAN)","type":"string"},"Lot":{"description":"Lot #. The lot number for the worker's address. (C_LOT)","type":"string"},"Concession":{"description":"Concession #. The concession number of the worker's address. (C_CONCESS)","type":"string"},"LastName":{"description":"Last Name. The worker's last name. (C_LASTNAME)","type":"string"},"FirstName":{"description":"First Name. The worker's first name. (C_FIRSTNAME)","type":"string"},"MiddleName":{"description":"Middle Name. The worker's middle name. (C_MIDDLENAME)","type":"string"},"Suffix":{"description":"Name Suffix. The suffix of the worker's name. (C_SUFFIX)","type":"string"},"Prefix":{"description":"Name Prefix. The prefix of the worker's name. (C_PREFIX)\r\nEnum AdvancedUtility.Model.BIF001+PrefixEnum:  _blank, Mr, Ms, Miss, Mrs, Dr, M, Mme, Mlle, Rev","type":"string"},"Email":{"description":"Email Address. The email address of the worker. (C_EMAIL)","type":"string"},"Url":{"description":"Website Address. The worker's website. (C_URL)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the worker address is disabled. (L_DISABLED)","type":"boolean"},"POBoxNumber":{"format":"int32","description":"PO Box Number. The number of the post office box. (N_POBOX)","type":"integer"},"DeliveryInstallationName":{"description":"Delivery Installation Name. The name of the postal delivery installation, e.g. MAIN as in PO BOX 4001 STN MAIN. (C_DELIVERYINSTALLATIONNAME)","type":"string"},"AddressType":{"description":"Address Type. The address type of the worker. (C_ADDTYPE)","type":"string"},"Country":{"description":"Country (Obsolete). The country in which the worker lives. (Obsolete) (C_COUNTRY)","type":"string"},"CountryCode":{"description":"Country. The country of the worker's address. (C_COUNTRYCODE)","type":"string"},"DeliveryInstallationType":{"description":"Delivery Installation Type. The code for the type of postal delivery installation, e.g. STN = Station, PO = Post Office, RPO = Retail Postal Outlet. (C_DELIVERYINSTALLATIONTYPE)","type":"string"},"NameType":{"description":"Name Type. The worker's name type. (C_NAMETYPE)","type":"string"},"State":{"description":"State. The province or state code. (C_PROV)","type":"string"},"StreetNumberSuffix":{"description":"Street #  Suffix. The street number suffix. (C_STREETNUMSUFFIX)","type":"string"},"StreetPostDirection":{"description":"Street Post Direction. The street post direction of the worker's address (e.g. N, NE, S, SW). (C_STREETPOSTDIRECTION)","type":"string"},"StreetPrefix":{"description":"Street Prefix. The street name prefix. (C_STREETPREFIX)","type":"string"},"StreetSuffix":{"description":"Street Suffix. The street name suffix. (C_STREETSUFFIX)","type":"string"},"WorkerCode":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WorkerAddressModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WorkerAddressModel]"},"readOnly":true}}},"Operation[WorkerAddressModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WorkerCertificationModel":{"description":"Worker Certification (WorkerCertification / WRK005)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"CertificationNumber":{"description":"Certification Number. The certification number. (C_CERTIFICATIONNUM)","type":"string"},"StartDate":{"format":"date-time","description":"Starting Date. The start date of the certification (D_START)","type":"string"},"ExpiryDate":{"format":"date-time","description":"Expiry Date. The expiry date of the certification. (D_EXPIRY)","type":"string"},"CertificationType":{"description":"Certification Type. The certification type. (C_CERTIFICATIONTYPE)","type":"string"},"WorkerCode":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowDuplicateCertification":{"format":"int32","description":"Confirms that certification duplicates are allowed. Certifications are considered duplicate if they overlap date ranges for the same worker and certificate type. Valid values are: 0 = yes, 1 = no, -1 = unresolved.","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WorkerCertificationModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WorkerCertificationModel]"},"readOnly":true}}},"Operation[WorkerCertificationModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WorkerPhoneModel":{"description":"Worker Contact Information (WorkerPhone / WRK003)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"PhoneNumber":{"description":"Contact Details. The worker's contact details. (C_PHONENUMBER)","type":"string"},"Disabled":{"description":"Disabled. Indicates whether the worker phone is disabled. (L_DISABLED)","type":"boolean"},"AddressType":{"description":"Address Type. The address type of the worker. (C_ADDTYPE)","type":"string"},"PhoneType":{"description":"Contact Type. The worker's contact type. (C_PHONETYPE)","type":"string"},"WorkerCode":{"description":"Worker Code. The worker code. (C_WORKERCODE)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WorkerPhoneModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WorkerPhoneModel]"},"readOnly":true}}},"Operation[WorkerPhoneModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WriteOffModel":{"description":"Write Off Control (WriteOff / CON113)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"DaysAfter":{"format":"int32","description":"Days After. The days after. (I_DAYSAFTER)","type":"integer"},"AdjustBalance":{"description":"Adjust Balance. Adjust balance by choosing an enum option. The options are: C= Remove only new credits (payments) from the balance (was “-“), D= Remove only new debits (charges) from the balance (was “+”), B= Remove all new amounts (debits and credits) from the balance (was number without + or -). (C_ADJUSTBALANCE)\r\nEnum AdvancedUtility.Model.CON113+AdjustBalanceEnum:  Leavebalanceunchanged, Removeonlynewcredits, Removeonlynewdebits, Removeallnewamounts","type":"string"},"ControlDate":{"description":"Control Date. The control date. (N_CONTROLDATE)\r\nEnum AdvancedUtility.Model.CON113+ControlDateEnum:  MoveOutEffectiveDate, FinalBillDueDate, FinalBillBillingDate, LastBillDueDate, LastBillBillingDate, LastPaymentDate, OverdueBalanceDate, BillingDate, ReadingDate","type":"string"},"AllowChangeStatus":{"description":"Change Account Status. Indicates whether to change the account status. (L_CHANGESTATUS)","type":"boolean"},"GroupId":{"format":"int64","description":"Group ID. The group ID. (I_GROUP)","type":"integer"},"AgingDate":{"format":"date-time","description":"Aging Date. The aging date. (D_AGING)","type":"string"},"OverallMinimum":{"format":"double","description":"Overall Minimum. The overall minimum write-off. (Y_OVERALLMINIMUM)","type":"number"},"OverallMaximum":{"format":"double","description":"Overall Maximum. The overall maximum write-off. (Y_OVERALLMAXIMUM)","type":"number"},"ProcessDescription":{"description":"Process Description. The process description. (C_PROCESSDESCRIPTION)","type":"string"},"CommencementDate":{"format":"date-time","description":"Commencement Date. The date when the write off was applied. (D_COMMENCEMENT)","type":"string"},"ExcludeArrangements":{"description":"Exclude Active Arrangements. Indicates whether to exclude arrangements. (L_EXCLUDEARRANGEMENTS)","type":"boolean"},"CanGenerateAgencyFile":{"description":"Generate Agency File. Indicates whether an agency file is generated. (L_GENERATEAGENCYFILE)","type":"boolean"},"AllowLienBills":{"description":"Lien Bills. Indicates whether there are lien bills. (L_LIENBILLS)","type":"boolean"},"DoNotUpdateTransactions":{"description":"Do Not Update Transactions. Indicates whether to do not update transactions. (L_NOTRANSUPDATE)","type":"boolean"},"ClosePrevious":{"description":"Close Previously Assigned Agency. Close previously assigned agency record. (L_CLOSEPREVIOUS)","type":"boolean"},"AdditionalSelect":{"description":"Additional Select. The additional select value. (C_ADDITIONALSELECT)","type":"string"},"CombineAmounts":{"description":"Combine Outstanding Bill Amounts Aging Min/Max. Indicates that the outstanding aging minimum and maximum bill amounts are combined. (L_COMBINEAMOUNTS)","type":"boolean"},"CanCreateTransRequest":{"description":"Generate Transaction Requests. Indicates that transaction requests are generated. (L_CREATETRANSREQUEST)","type":"boolean"},"AllowSelectAccountsByAgingCriteria":{"description":"Select Accounts by Aging Criteria. Indicates whether accounts are selected by aging criteria. (L_SELECTBYAGING)","type":"boolean"},"AgingColumn":{"format":"int32","description":"Aging Column to Use. The aging column to use in the Write-Off process. (I_AGINGCOLUMN)","type":"integer"},"OverDueOnly":{"description":"Write Off Overdue Balance. Indicates whether to write-off the overdue balance. (L_OVERDUEONLY)","type":"boolean"},"WriteOffAgingCriteria":{"format":"int32","description":"Overdue Balance Aging Criteria. The overdue balance aging criteria. (I_WRITEOFFAGINGCRITERIA)","type":"integer"},"IncludeNewTransactions":{"description":"Include Selected New Transactions. Indicates whether to include selected new transactions in the write-off. (L_INCLUDENEWTRANSACTIONS)","type":"boolean"},"ExcludeNonBilled":{"description":"Exclude Non-Billed Transactions. Indicates whether to exclude non-billed amounts from write-offs. (L_EXCLUDENONBILLED)","type":"boolean"},"Disabled":{"description":"Disabled. Indicates whether the write off is disabled. (L_DISABLED)","type":"boolean"},"AccountStatNonBilledTrans":{"description":"Account Status Non-Billed Transactions. The account status for the non-billed transaction. (C_ACCSTATNONBILLEDTRANS)","type":"string"},"AccountTypes":{"description":"Account Types. The account type code. (C_ACCOUNTTYPE)","type":"string"},"AgencyStopReason":{"description":"Agency Stop Reason. Agency Stop Reason. (C_AGENCYSTOPREASON)","type":"string"},"ARCodes":{"description":"A/R Codes. The accounts receivable codes. (C_ARCODES)","type":"string"},"CriteriaId":{"format":"int64","description":"Custom Criteria ID. The custom's criteria ID. (I_CRITERIAID)","type":"integer"},"CriteriaIdOld":{"description":"Custom Criteria ID. The custom's criteria ID. (C_CRITERIAID)","type":"string"},"IncludedCollectionStatuses":{"description":"Included Collection Statuses. The included collection statuses. (C_INCCOLLECTIONSTATUS)","type":"string"},"IncludedStatuses":{"description":"Included Statuses. The included statuses. (C_INCSTATUS)","type":"string"},"OccupancyCodes":{"description":"Include Occupancy Codes. The occupancy codes which are included. (C_OCCUPANCYCODES)","type":"string"},"TaxRollLinkedARs":{"description":"Tax Roll Linked A/Rs. Used in Write Off Processing for the tax roll process to link specific billed A/Rs with specific tax roll A/Rs (like Electric = Tax Roll Electric) when analyzing charges for cancelled bills, which may need to be subtracted from the tax roll amount that is sent to the city tax roll. (C_TAXROLLLINKEDARS)","type":"string"},"WriteOffStatus":{"description":"Write Off Account Status. The write off account status. (C_WRITEOFFSTATUS)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"Option_CopyDetails":{"format":"int32","description":"Determines if write off details are also copied on save of a copy of a write off header item. Only applies to a COPY operation. If resolved false or unresolved, no details are transferred. Valid values are: 0 = true, 1 = false, -1 = unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WriteOffModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WriteOffModel]"},"readOnly":true}}},"Operation[WriteOffModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WriteOffDetailModel":{"description":"Write Off Detail Control (WriteOffDetail / COL113)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Percent":{"format":"double","description":"Agency Allocation Percentage. Agency allocation percentage. (N_PERCENT)","type":"number"},"MinimumAmount":{"format":"double","description":"Minimum Amount. The minimum amount. (Y_MINAMOUNT)","type":"number"},"MaximumAmount":{"format":"double","description":"Maximum Amount. The maximum amount. (Y_MAXAMOUNT)","type":"number"},"Sequence":{"format":"int32","description":"Sequence. The sequence number. (N_SEQUENCE)","type":"integer"},"ApplyRankingRules":{"description":"Apply Ranking Rules. Indicates whether the priority ranking rules will be applied when changing the collection status to the value specified in the Collection Status field. (L_APPLYRANKINGRULES)","type":"boolean"},"ARCode":{"description":"A/R Code. The accounts receivable code. (C_ARCODE)","type":"string"},"CollectionAgencyId":{"format":"int64","description":"Collection Agency. The collection agency ID. (I_COLAGENCYID)","type":"integer"},"CollectionStatus":{"description":"Collection Status. The collection status. (C_COLLECTIONSTATUS)","type":"string"},"GroupId":{"format":"int64","description":"Group ID. The group ID. (I_GROUP)","type":"integer"},"PaymentTransactionCode":{"description":"Payment to Write Off Transaction Code. The payment transaction code. (C_PAYMENTTRANSCODE)","type":"string"},"TransactionCode":{"description":"Transaction Code. The transaction code. (C_TRANSCODE)","type":"string"},"UpdateActionId":{"format":"int64","description":"Action on Batch Update. The action on the batch update. (I_UPDATEACTION)","type":"integer"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[WriteOffDetailModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[WriteOffDetailModel]"},"readOnly":true}}},"Operation[WriteOffDetailModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}},"WriteOffPickupRunModel":{"description":"Writeoff process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"FromDate":{"description":"'From Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ToDate":{"description":"'To Date' to search by\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"ProcessGroup":{"format":"int64","description":"Process Group","type":"integer"},"CommencementDate":{"description":"Commencement Date\r\nThis is a FormulaDate formula string. Use GET ../utility/dateformula to get a serialized formula string to be used.","type":"string"},"AllCompanies":{"description":"Search by all companies?","type":"boolean"},"Company":{"description":"Search by selected company code.\r\nUsed only if AllCompanies = false (i.e not all companies to be processed)","type":"string"},"AllDivisions":{"description":"Search by specific division?","type":"boolean"},"Divisions":{"description":"Search by selected division codes in the given list - divisions apply to the sepected company","type":"array","items":{"type":"string"}},"AllCycles":{"description":"Search by specific cycle?","type":"boolean"},"Cycles":{"description":"Search by selected cycle codes in the given list","type":"array","items":{"type":"string"}},"Customer":{"description":"Select by specific customer (not by cycles)","type":"string"},"Account":{"description":"Select by specific account (not by cycles)","type":"string"},"AdditionalCriteriaTree":{"description":"Additional Criteria provided in the Criteria Picker control.","type":"string"},"AdditionalCriteriaPromptData":{"description":"Additional Criteria from prompt data","type":"string"},"SelectBy":{"description":"Retains the Select By combo value (used in validation)","type":"string"},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"WSEInterfaceRunModel":{"description":"WSEInterface process request model","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"NoSPAddress":{"description":"Flag indicating whether the SPAddress will not be imported.","type":"boolean"},"ErrorThreshold":{"format":"int32","description":"If set and the number of errors reaches it the process is automatically aborted.","type":"integer"},"SuccessActionId":{"format":"int32","description":"Success Action Id","type":"integer"},"ExceptionActionId":{"format":"int32","description":"Exception Action Id","type":"integer"},"ModuleFunctionCode":{"description":"Module Function Code","type":"string"},"RootScopeName":{"description":"Scope of the optional ITS filter criteria. Read only.","type":"string"},"RunParameters":{"description":"Definitions for each promptable parameter associated with this interface. Read only.","type":"array","items":{"$ref":"#/definitions/QueryPromptModel"}},"PackagedParameters":{"description":"Serialized process parameters.","type":"string"},"PromptData":{"description":"Prompt data","type":"string"},"CriteriaId":{"format":"int64","description":"Criteria Id. Use either CriteriaId or QueryXml.","type":"integer"},"FilterTree":{"description":"Serialized definition of the query tree (QueryXml). Use either CriteriaId or QueryXml.","type":"string"},"LogFile":{"description":"Log file to use","type":"string"},"LogWritingPolicy":{"description":"Specifies when logging information is written into database\r\nEnum AdvancedUtility.Services.Processes.Logging+LogWritingPolicy:  \r\nWriteWhenFinished = Write logging information at the end of process run \r\nWriteOnException = Write logging information everytime an exception is being logged\r\nWriteImmediately = Write logging information at the time the process request it","type":"string"},"SecurityId":{"format":"int64","description":"Security Id of this runnable process class.","type":"integer"},"Version":{"format":"int32","description":"Version number of this runnable process code.","type":"integer"}}},"YearlyAverageLossFactorModel":{"description":"Yearly Average Loss Factor (YearlyAverageLossFactor / BIF411)","type":"object","properties":{"_links":{"type":"object","additionalProperties":{"$ref":"#/definitions/Hal_Link"}},"_embedded":{"type":"object","additionalProperties":{"type":"object"}},"Year":{"description":"Year. The year. (C_YEAR)","type":"string"},"CalculatedSFPLF":{"format":"double","description":"Calculated SFPLF. The calculated supply facility preliminary loss factor for a year. (N_SFPLFCALC)","type":"number"},"SFPLFDifference":{"format":"double","description":"SFPLF Difference. The supply facility preliminary loss factor difference between the calculated supply facility preliminary loss factor and the sum of the monthly supply facility preliminary loss factor. (N_SFPLFDIFF)","type":"number"},"CalculationDate":{"format":"date-time","description":"Calculation Date. The calculation date. (D_DATECALCULATED)","type":"string"},"Option_AllowOutOfRangeValue":{"format":"int32","description":"Indicates whether or not to accept or reject an out of range value. When set, out of range values are allowed. When not set, out-of-range values are always rejected with a validation error. Unset is the default and backward compatible option. Possible values: 0=yes, 1=no, -1=unresolved.","type":"integer"},"O_Code":{"description":"Unique code value (resource id) for this item.  Read only.","type":"string"},"O_Description":{"description":"System generated description for this item.  Read only.","type":"string"},"O_Key":{"format":"int64","description":"Unique database key of this item (Pk).  Read only.","type":"integer"},"O_SecurityId":{"format":"int64","description":"Security Task Id associated with this object.  Read-only.","type":"integer"},"O_CustomData":{"description":"Custom data container.\r\nHolds custom data retrieved from fields added to the table via the custom table/field tool.\r\nA dictionary entry uses the key matching the custom data code name to hold the value associated with that custom field.\r\nWill always have an entry for every custom field associated with this table.","type":"object","additionalProperties":{"type":"object"},"readOnly":true}}},"JsonPatchDocument[YearlyAverageLossFactorModel]":{"type":"object","properties":{"Operations":{"type":"array","items":{"$ref":"#/definitions/Operation[YearlyAverageLossFactorModel]"},"readOnly":true}}},"Operation[YearlyAverageLossFactorModel]":{"type":"object","properties":{"value":{"type":"object"},"path":{"type":"string"},"op":{"type":"string"},"from":{"type":"string"}}}},"securityDefinitions":{"basic":{"type":"basic","description":"Basic HTTP Authentication"}}}